<feed xmlns='http://www.w3.org/2005/Atom'>
<title>stickerpicker/sticker/lib/matrix.py, branch master</title>
<subtitle>Personal Maunium Sticker Picker for Matrix
</subtitle>
<id>https://git.moekyun.me/stickerpicker/atom?h=master</id>
<link rel='self' href='https://git.moekyun.me/stickerpicker/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/stickerpicker/'/>
<updated>2025-03-25T18:06:19Z</updated>
<entry>
<title>Update urls and asyncio calls</title>
<updated>2025-03-25T18:06:19Z</updated>
<author>
<name>Tulir Asokan</name>
<email>tulir@maunium.net</email>
</author>
<published>2025-03-25T18:06:19Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/stickerpicker/commit/?id=3ce380645da442187d033656bd75350bb9e4b548'/>
<id>urn:sha1:3ce380645da442187d033656bd75350bb9e4b548</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't try to use non-existent variables</title>
<updated>2024-06-17T19:48:15Z</updated>
<author>
<name>Tulir Asokan</name>
<email>tulir@maunium.net</email>
</author>
<published>2024-06-17T19:48:15Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/stickerpicker/commit/?id=6332613e13dd6378b58f8cf557419c127bb2ab1d'/>
<id>urn:sha1:6332613e13dd6378b58f8cf557419c127bb2ab1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't prompt for giphy api key by default</title>
<updated>2024-06-05T10:02:34Z</updated>
<author>
<name>Tulir Asokan</name>
<email>tulir@maunium.net</email>
</author>
<published>2024-06-05T10:02:34Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/stickerpicker/commit/?id=dbc3a9fbb8017cf91404d50be9986b89a1a56275'/>
<id>urn:sha1:dbc3a9fbb8017cf91404d50be9986b89a1a56275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for sending gifs via Giphy</title>
<updated>2024-05-18T13:18:55Z</updated>
<author>
<name>Tulir Asokan</name>
<email>tulir@maunium.net</email>
</author>
<published>2024-05-18T13:08:35Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/stickerpicker/commit/?id=47f17fde452b5e9f0c9e96ce0e2c878dd0574b7f'/>
<id>urn:sha1:47f17fde452b5e9f0c9e96ce0e2c878dd0574b7f</id>
<content type='text'>
Fixes #22
Closes #75

Co-authored-by: Nischay &lt;hegdenischay@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'celogeek/fixes-ios-and-more'</title>
<updated>2021-10-03T08:50:27Z</updated>
<author>
<name>Tulir Asokan</name>
<email>tulir@maunium.net</email>
</author>
<published>2021-10-03T08:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/stickerpicker/commit/?id=591137ccb39bad45a245017c72c180031fe41470'/>
<id>urn:sha1:591137ccb39bad45a245017c72c180031fe41470</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Assume https if homeserver URL doesn't have protocol</title>
<updated>2021-04-22T16:12:54Z</updated>
<author>
<name>Tulir Asokan</name>
<email>tulir@maunium.net</email>
</author>
<published>2021-04-22T16:12:12Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/stickerpicker/commit/?id=57fde6fcad692c94a7686e87501a93826a865678'/>
<id>urn:sha1:57fde6fcad692c94a7686e87501a93826a865678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add missing msgtype = m.sticker</title>
<updated>2021-02-07T16:50:50Z</updated>
<author>
<name>celogeek</name>
<email>65178+celogeek@users.noreply.github.com</email>
</author>
<published>2021-02-07T16:50:40Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/stickerpicker/commit/?id=85813b22e5bded743f09ba9948fea18ff3c45654'/>
<id>urn:sha1:85813b22e5bded743f09ba9948fea18ff3c45654</id>
<content type='text'>
On iOS the message is sent twice, with a duplicate event_id.
It cause error on logs, in different places (synapse, mautrix, ...)

It required to fix the already existing json or reimport the stickers.

The "packs/scalar*" example already include this field, and it works.
</content>
</entry>
<entry>
<title>Switch license to AGPLv3+</title>
<updated>2020-10-30T21:18:55Z</updated>
<author>
<name>Tulir Asokan</name>
<email>tulir@maunium.net</email>
</author>
<published>2020-10-30T21:18:55Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/stickerpicker/commit/?id=78fdb6f1755aacd32cd9e5e664610276e4451272'/>
<id>urn:sha1:78fdb6f1755aacd32cd9e5e664610276e4451272</id>
<content type='text'>
The license was initially MPLv2 as I expected the project to be a fairly
simple tiny web app, but it has already grown into multiple files. Now
that I'm going to add a server component, I'm switching the license for
future versions to AGPL like all my other non-library projects.
</content>
</entry>
<entry>
<title>Reorganize Python stuff and add command to create packs</title>
<updated>2020-09-13T00:56:28Z</updated>
<author>
<name>Tulir Asokan</name>
<email>tulir@maunium.net</email>
</author>
<published>2020-09-13T00:56:28Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/stickerpicker/commit/?id=80bcf6d0acdf35f082a6765db989ef80100f20fb'/>
<id>urn:sha1:80bcf6d0acdf35f082a6765db989ef80100f20fb</id>
<content type='text'>
Fixes #11
</content>
</entry>
</feed>
