<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libinterchange.git, branch master</title>
<subtitle>Cross-platform library for interacting with Interchange installations
</subtitle>
<id>https://www.darapsa.org/libinterchange.git/atom?h=master</id>
<link rel='self' href='https://www.darapsa.org/libinterchange.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/libinterchange.git/'/>
<updated>2023-06-21T10:07:25Z</updated>
<entry>
<title>Exclude "mv_order_profile" from being memory freed</title>
<updated>2023-06-21T10:07:25Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-06-21T10:07:25Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/libinterchange.git/commit/?id=51dade99c4158acc2d546e6ef6dff4096bc45ab7'/>
<id>urn:sha1:51dade99c4158acc2d546e6ef6dff4096bc45ab7</id>
<content type='text'>
Since custom "mv_order_" prefixed keys needed to be freed, it would crash at checkout, hence this exemption.
</content>
</entry>
<entry>
<title>Items is now back an array of pointer to the items</title>
<updated>2023-06-19T10:10:11Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-06-19T10:10:11Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/libinterchange.git/commit/?id=2bec3c80640f88bf027d117fda6c83abaaad9f41'/>
<id>urn:sha1:2bec3c80640f88bf027d117fda6c83abaaad9f41</id>
<content type='text'>
This is so that the item struct can be (fake) subclassed without the
need to have a custom ord for containing the subclassed items. With
pointers, they can be easily casted using the same "items" field.
</content>
</entry>
<entry>
<title>Login POST uncertain data is now checked first</title>
<updated>2023-06-19T08:56:04Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-06-19T08:56:04Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/libinterchange.git/commit/?id=5cfe1b2c239353a72ce7975f2c542924c398c12e'/>
<id>urn:sha1:5cfe1b2c239353a72ce7975f2c542924c398c12e</id>
<content type='text'>
so that we don't get a filled key but with a NULL value, that would
terminate the construction loop too early.
</content>
</entry>
<entry>
<title>Fix the login after struct body was replaced</title>
<updated>2023-06-16T08:28:24Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-06-16T08:28:24Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/libinterchange.git/commit/?id=01894c3e6e7f3e0fb653bfccf54e511b4473cce1'/>
<id>urn:sha1:01894c3e6e7f3e0fb653bfccf54e511b4473cce1</id>
<content type='text'>
mv_verify with a NULL value (i.e. at logging, not registration) would
terminate the POST body construction loop.
Simply moving the pair to the end should be a safe solution.
</content>
</entry>
<entry>
<title>Item options are freed too</title>
<updated>2023-05-26T02:38:43Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-05-26T02:38:43Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/libinterchange.git/commit/?id=d487d9b6d9961929f274ffc1ac9bb393923299bd'/>
<id>urn:sha1:d487d9b6d9961929f274ffc1ac9bb393923299bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add mv_item_option</title>
<updated>2023-05-25T12:35:22Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-05-25T12:35:22Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/libinterchange.git/commit/?id=e6012dd5421097ac573caed332d0703078ad6edf'/>
<id>urn:sha1:e6012dd5421097ac573caed332d0703078ad6edf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>No options shouldn't iterate to -1</title>
<updated>2023-05-23T07:44:34Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-05-23T07:44:34Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/libinterchange.git/commit/?id=98de18c4a1881cdd38e00eb4e07664a9c9c6a1f6'/>
<id>urn:sha1:98de18c4a1881cdd38e00eb4e07664a9c9c6a1f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add check_opt when there's any option</title>
<updated>2023-05-22T06:40:50Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-05-22T06:40:50Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/libinterchange.git/commit/?id=ec05878378bf14ad85aa07a9762ea00b99bc672f'/>
<id>urn:sha1:ec05878378bf14ad85aa07a9762ea00b99bc672f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add prefix to custom option key</title>
<updated>2023-05-17T08:05:34Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-05-17T08:05:34Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/libinterchange.git/commit/?id=a091012bc03a43a3d62dc35769889d4a6fd8517d'/>
<id>urn:sha1:a091012bc03a43a3d62dc35769889d4a6fd8517d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>order takes custom options params</title>
<updated>2023-05-17T06:06:32Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2023-05-17T06:06:32Z</published>
<link rel='alternate' type='text/html' href='https://www.darapsa.org/libinterchange.git/commit/?id=1e88f321279b60816a0fe3c78b9ac53facdd4203'/>
<id>urn:sha1:1e88f321279b60816a0fe3c78b9ac53facdd4203</id>
<content type='text'>
</content>
</entry>
</feed>
