aboutsummaryrefslogtreecommitdiffstats
path: root/sticker
Commit message (Collapse)AuthorAgeLines
* fix display of packs with sticker-import --listcelogeek2021-02-07-1/+2
|
* add missing msgtype = m.stickercelogeek2021-02-07-0/+2
| | | | | | | | | 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.
* Rename import.py, since import is a keywordSpiritCroc2021-01-19-0/+0
| | | | | | | | from sticker.import import cmd ^ SyntaxError: invalid syntax Fixes https://github.com/maunium/stickerpicker/issues/27.
* Add fancy versioning stuffTulir Asokan2020-10-30-0/+53
|
* Switch license to AGPLv3+Tulir Asokan2020-10-30-16/+71
| | | | | | | 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.
* Make magic optionalTulir Asokan2020-09-20-2/+11
|
* Add option to copy sticker-pack'ed pack to web/packs/Tulir Asokan2020-09-13-42/+63
|
* Add support for ordering stickers in custom packsTulir Asokan2020-09-13-1/+7
|
* Reorganize Python stuff and add command to create packsTulir Asokan2020-09-13-0/+442
Fixes #11
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage