Commit Graph

1311 Commits

Author SHA1 Message Date
Luna 49e1938ed6 enums: add Intents flags 2021-07-11 00:20:02 -03:00
luna 16665e5692 Merge branch 'impl/bulk-ack' into 'master'
Implement Bulk ACK endpoint

Closes #52

See merge request litecord/litecord!73
2021-07-11 02:47:30 +00:00
Luna 2ae6d3ffd2 remove unused import 2021-07-10 23:44:37 -03:00
Luna 093f11aad9 fix bug on gdm ack leading to no events 2021-07-10 23:42:17 -03:00
Luna 6c2c6500a6 add bulk ack implementation 2021-07-10 23:41:59 -03:00
Luna 87b1257e06 move code to dedicated read_states blueprint 2021-07-10 23:28:17 -03:00
Luna ea8f629e30 webhooks: add type field
close #66
2021-07-10 18:58:11 -03:00
luna dc8576857c Merge branch 'migrate-poetry' into 'master'
Migrate to poetry

Closes #127

See merge request litecord/litecord!72
2021-07-10 06:41:27 +00:00
Luna e2018135a6 remove pipenv project files 2021-07-10 03:29:09 -03:00
Luna 96ac774460 docs: s/pipenv/poetry 2021-07-10 03:28:48 -03:00
Luna 706f22e1b6 ecosystem.config.js: s/pipenv/poetry 2021-07-10 03:24:57 -03:00
Luna d58f1aaad6 tox: attempt to run migrations inside tox env 2021-07-09 23:48:50 -03:00
Luna e5609f3161 ci: poetry install 2021-07-09 23:33:51 -03:00
Luna 90c0c17335 ci: apk add cargo 2021-07-09 23:28:07 -03:00
Luna 80f443ccfd ci: apk add rust 2021-07-09 23:21:34 -03:00
Luna c03ef5397c ci: attempt to use poetry wheels 2021-07-09 23:18:37 -03:00
Luna 25cd905868 tox: bump dev depedencies 2021-07-09 23:18:27 -03:00
Luna efc0790dfd ci: dont install poetry 2021-07-09 22:30:41 -03:00
Luna b7343e73ab ci: use tox 2021-07-09 22:22:53 -03:00
Luna 22f5af9887 tests: attempt to fix flakey tests 2021-07-09 22:20:45 -03:00
Luna eb93b7f912 tox.ini: use poetry 2021-07-09 22:20:28 -03:00
Luna f96b77aa7d add poetry project files 2021-07-09 21:59:30 -03:00
luna 750a945b56 Merge branch 'refactor/validate-gateway-messages' into 'master'
Validate some gateway messages

Closes #91

See merge request litecord/litecord!71
2021-07-09 22:04:04 +00:00
Luna 9293803e11 tests: attempt to fix flakey test 2021-07-09 18:50:32 -03:00
Luna 173a2330fe add validation for guild sync 2021-07-03 00:00:47 -03:00
Luna e01d1b8465 ci: use flake8 instead of pyflakes 2021-07-03 00:00:13 -03:00
Luna 87f77e65f1 test_guilds: hotfix for missing app 2021-06-30 22:33:38 -03:00
Luna fb817e129a ci: debug venv location 2021-06-30 22:33:26 -03:00
Luna e5f8fe7243 add test for gateway message validation error 2021-06-30 18:42:20 -03:00
Luna ba62403674 add schemas for 'resume' and 'request guild' 2021-06-30 18:36:14 -03:00
Luna fe9ccb68a8 add gateway schema module 2021-06-30 18:28:31 -03:00
Luna 8742df1ffa storage: use better defaults for max_members and max_presences 2021-06-26 00:49:29 -03:00
Luna 70678aaaf3 gateway: only remove self if it is in ready.users 2021-06-26 00:32:42 -03:00
Luna 265de527a9 gateway: omit guild.members for user ready
LESS BYTES!!! MORE EFFICIENTER!!!!
2021-06-26 00:27:02 -03:00
Luna 6df48316f5 gateway: remove own user from ready.users 2021-06-26 00:12:52 -03:00
Luna a51c98de0f gateway: deduplicate ready.users array 2021-06-26 00:11:10 -03:00
Luna ae6c85f0ad gateway: populate ready.users array 2021-06-26 00:04:36 -03:00
Luna 03d470dbe7 remove recipient filtering from dm channels 2021-06-25 17:51:15 -03:00
Luna a65f9a9565 gateway: allow more gateway versions 2021-06-25 16:22:43 -03:00
Luna 106caea671 manage: add command to set user password 2021-06-25 16:16:37 -03:00
Luna abd2eb94e3 allow api v9 2021-06-25 16:09:41 -03:00
Luna 111444c545 update to quart 0.15.1 2021-06-25 15:42:46 -03:00
Luna ccbc0f21f1 README: bump to py3.9 2021-06-25 15:34:20 -03:00
Luna 1a2e7446c7 fix winter usage across codebase 2021-06-25 15:32:29 -03:00
Luna bd1d756d22 black run on tests folder 2021-06-25 15:19:51 -03:00
Luna 1d2df14527 black run 2021-06-25 15:19:38 -03:00
Luna 2492d55f30 ci: bump to python 3.9 2021-06-25 15:17:21 -03:00
Luna 425ad9fb71 tox.ini: bump to py39 2021-06-25 15:17:00 -03:00
Luna abedb1299b pipfile: upgrade to python 3.9 2021-06-25 15:13:12 -03:00
Luna fa937825df bring joined_at to GUILD_MEMBER_UPDATE
see https://github.com/discord/discord-api-docs/pull/1858
2020-08-03 16:21:08 -03:00