1
0
Fork 0
mirror of https://github.com/uhIgnacio/EmoteManager.git synced 2024-08-15 02:23:13 +00:00
Commit graph

135 commits

Author SHA1 Message Date
io mintz
bc0f24d89e Revert "don't under-report guild counts"
This reverts commit 7c353e797b.

Revert "cluster startup no longer depend on the first cluster running"

This reverts commit 2a73585dfd.
2020-10-11 08:38:27 +00:00
io mintz
fc6e32a691 stats: include shard count in shm name 2020-10-08 13:35:27 +00:00
io mintz
7c353e797b don't under-report guild counts 2020-10-08 02:48:37 +00:00
io mintz
2a73585dfd cluster startup no longer depend on the first cluster running 2020-10-08 02:48:25 +00:00
io mintz
0ae7331828 disable message cacheg 2020-10-01 06:06:43 +00:00
io mintz
c3d92606ce fix a comment
nice commit iomintz
2020-09-29 09:12:52 +00:00
io mintz
403241d077 help text rebrand 2020-09-29 08:55:39 +00:00
io mintz
0f8e655187 bump version to 1.5.0+ 2020-09-29 07:59:33 +00:00
io mintz
5d10258609 cogs/emote: remove redundant code in cog_check 2020-09-29 07:59:33 +00:00
io mintz
aeed3b6a56 make the export command public 2020-09-29 07:59:33 +00:00
io mintz
a1ce0b8281 discord.py#5819 is fixed
This reverts commit b1c3114ee3.
2020-09-17 10:07:57 +00:00
io mintz
b1c3114ee3 turn guild subs back on until discord.py#5819 is fixed 2020-09-15 11:44:46 +00:00
io
56e9d00c03 bump dpy version 2020-08-06 03:35:31 +00:00
io mintz
7e4752eebd fuck windows man 2020-07-24 19:22:35 +00:00
io
379a3849f8 re-count guilds on stats cog reload 2020-07-16 23:23:58 +00:00
io mintz
78c671ed02 make em/support work on all clusters 2020-07-07 00:15:47 +00:00
io mintz
14a82561e7 fix em/add with attachments 2020-07-06 04:52:34 +00:00
io mintz
30c16b8b8c fix importing zips with two emotes with the same name
- export now does foo.png, foo-2.png for two emotes called foo
- reflect that in the importer
2020-07-01 06:46:42 +00:00
io mintz
1c08a9bc67 move systemd to bot bin 2020-07-01 06:44:33 +00:00
io mintz
68227a2b44 update file size limit for em/export 2020-06-23 22:56:05 +00:00
io mintz
3590a0162d split zips in parallel (fixes #3) 2020-06-23 22:51:54 +00:00
io mintz
a175050e11 [wip] split exported zips 2020-06-23 22:14:10 +00:00
io mintz
c8c4261bab README: document the new command 2020-06-19 04:16:17 +00:00
io mintz
2667ee8d43 add a command to add a bunch of custom emotes 2020-06-19 04:14:39 +00:00
io mintz
c15a774a00 bot: require sharding arguments
the stats cog expects the sharding attrs anyway
2020-06-19 03:56:27 +00:00
io mintz
7b2f963dd7 add webp to an error message 2020-06-11 23:59:13 +00:00
io mintz
0173884617 add webp to valid image mimetypes 2020-06-11 23:57:35 +00:00
io mintz
8739902754 stats: fix reloading the cog (discord token is popped after launch) 2020-06-03 21:24:06 +00:00
io mintz
e284b9ee62 stats: fix over-reporting when on_ready is dispatched twice 2020-06-03 21:11:26 +00:00
io mintz
9d570b55fe bot: remove initial_activity
now that we use em/ as prefix, no need for this func
2020-06-02 03:44:23 +00:00
io mintz
eb6e275c8a add systemd notify support 2020-06-02 03:38:33 +00:00
io mintz
722c87c75b stats: use proper IPC instead of a shared file 2020-06-02 03:37:18 +00:00
io mintz
e8881788a8 split shard IDs by - instead of , to accomodate systemd template units 2020-06-02 00:53:25 +00:00
io mintz
5695cf86f1 support multi-process sharding 2020-06-02 00:51:20 +00:00
io mintz
d16bb2c6f1 update README 2020-06-01 05:56:35 +00:00
io mintz
aa298198f1 fix help output for list/export 2020-06-01 05:47:10 +00:00
io mintz
7e5f01b82d support WEBP 2020-05-18 02:04:02 +00:00
Io Mintz
fcc1f405e3 cogs/emote: remove extra cast to str 2020-05-13 08:26:32 +00:00
StarrFox
cba238464c Fix error messages not sending 2020-05-12 21:01:41 -05:00
io mintz
6ebebe5045 move data to data/ 2020-05-13 00:28:02 +00:00
io mintz
5a7acbfe3e add copyright headers to all files 2020-05-12 23:56:06 +00:00
io mintz
a7d9c03786 add copyright license file 2020-05-12 23:50:15 +00:00
Io Mintz
23b6447e44 relicense to AGPLv3 2020-05-01 03:14:25 +00:00
Io Mintz
735f125d9c utils.image: stop shitting up /tmp 2020-04-29 23:55:31 +00:00
Io Mintz
041dcc6ed0 update stats command docs 2020-04-28 02:58:32 +00:00
Io Mintz
2c8913a1c9 Merge pull request #4 from StarrFox/add-status-command
add status command
2020-04-28 02:54:43 +00:00
StarrFox
add1b041a5 Use guild.emoji_limit and implicit string concatenation 2020-04-26 23:27:21 -05:00
StarrFox
c857ce1d20 add status command 2020-04-25 21:12:45 -05:00
Io Mintz
613600123f fix some error messages being sent twice 2020-04-19 04:02:55 +00:00
Io Mintz
28423f85c6 support: log why the code was created 2020-04-18 22:15:23 +00:00