Visual
fdb2afcd36
Fixed broken check & query
2020-03-30 17:16:43 +00:00
Visual
0eccf15750
Fixed broken check
2020-03-30 17:14:43 +00:00
Visual
261753e399
Removed and fixed broken checks
2020-03-30 17:13:39 +00:00
George Tsatsis
8ccf6304a3
Pull request #3 : Fixed lazy role position updating due to not making sure that blacklisted id exists in state
...
Merge in LIT/litecord from bugfix/lazy-role-update to master
* commit '2629e2a725deb71764504d48760c51cb6f743a45':
Fixed lazy role position updating due to not making sure that blacklisted id exists in state
2020-03-30 15:31:43 +00:00
George Tsatsis
2629e2a725
Pull request #2 : Fixed lazy role position updating due to not making sure that blacklisted id exists in state
...
Merge in LIT/litecord from visual/rolespy-1585581892324 to bugfix/lazy-role-update
* commit 'b098044a4b03463a6162efb4073a7ed42a3f3762':
Fixed lazy role position updating due to not making sure that blacklisted id exists in state
2020-03-30 15:26:55 +00:00
Visual
b098044a4b
Fixed lazy role position updating due to not making sure that blacklisted id exists in state
2020-03-30 15:26:04 +00:00
George Tsatsis
3023404d42
Pull request #1 : Fixed lazy channel reloading due to missing .bits. attribute
...
Merge in LIT/litecord from bugfix/channel-creation-reload to master
* commit '8b1e3fb06e181281dfe7997ec7d1ed4f6e0764e1':
Fixed lazy channel reloading due to missing .bits. attribute
2020-03-30 15:10:10 +00:00
Visual
8b1e3fb06e
Fixed lazy channel reloading due to missing .bits. attribute
2020-03-30 15:07:48 +00:00
Luna
794fc37033
Merge branch 'master' into feature/validate-error
2020-03-14 17:06:04 -03:00
Luna
b3fe518d10
Merge branch 'impl/custom-status' into 'master'
...
Implementation: Custom Status
See merge request litecord/litecord!48
2020-03-14 20:05:14 +00:00
Luna
b1d1f4f228
add better docstring to update_status
...
- simplify logic to fetch game
- safer getting when making final status
2020-03-14 20:05:14 +00:00
Luna
2fd86ec1d1
schemas: remove raise_err kwarg
2020-03-14 17:00:39 -03:00
Luna
8dc27ae9de
replace more typos for dispatch calls
2020-02-26 14:05:59 -03:00
Luna
f69d0aa724
ignore KeyErrors when removing flags
2020-02-26 14:01:22 -03:00
Luna
b015cce7a9
fix typo
2020-02-26 13:58:58 -03:00
Luna
6653dbf4d5
ci: add POSTGRES_HOST_AUTH_METHOD=trust
2020-02-17 22:46:32 -03:00
Luna
b1aef75bb2
presence: remove TODO
...
that function is already shard-aware since we started subscribing at the
websocket start instead of fetching session ids for every single
dispatch.
2020-02-17 22:36:56 -03:00
Luna
f0f5570dfa
Merge branch 'feature/rewrite-dispatcher' into 'master'
...
dispatcher refactor
Closes #84
See merge request litecord/litecord!60
2020-02-09 21:20:08 +00:00
Luna
b0eb3247fd
remove code from dispatcher
...
leftovers are TBD.
- constrict Dispatcher.dispatch() to arity 3
- add helper methods to Dispatcher
- add EventType to Dispatcher
While fixing things, it was discovered that many of the things inside
LazyGuildDispatcher were just interfaces to GuildMemberList, in a very
weird way, just so it could be fitted inside the main Dispatcher. it was
decided to remove those unecessary interfaces, clients shall use the
manager directly.
2020-02-09 21:20:08 +00:00
Luna
39e8a1ad7e
images: force-cast to bool inside Icon
...
reported in #86
2020-02-08 13:28:29 -03:00
Luna
c3b281c940
Merge branch 'feature/improve-typing' into 'master'
...
improve typing (episode 1)
Closes #85
See merge request litecord/litecord!59
2020-02-06 21:10:52 +00:00
Luna
e0e59f8b63
fix types (big)
...
varied fixes across many, many files.
2020-02-06 21:10:51 +00:00
Luna
020e03bf6d
Merge branch 'fix/db-constraints' into 'master'
...
fix/add database constraints
Closes #70
See merge request litecord/litecord!58
2020-02-04 20:50:40 +00:00
Luna
e42aadb6d0
migration.command: dont split on migration 0
...
(it's a hack)
2020-02-04 20:50:40 +00:00
Luna
7db5ce62c1
presence: fix removed shard field
...
closes #80
2020-02-03 18:29:11 -03:00
Luna
67a8ae4ce2
Merge branch 'impl/deprecated-regions' into 'master'
...
impl: deprecated regions
Closes #79
See merge request litecord/litecord!57
2020-02-03 20:01:22 +00:00
Luna
20bc174ea1
impl: deprecated regions
2020-02-03 20:01:22 +00:00
Luna
41b877fcd0
admin_api.voice: fix path to fix_region_server route
...
related to #79
2020-02-03 16:21:59 -03:00
Luna
fac82d3a6c
Merge branch 'master' of https://gitlab.com/litecord/litecord
2020-02-03 06:41:17 -03:00
Luna
9998092db4
admin_api.users: allow PUT method to create user
...
PUT was the wanted method. POST serves as a fallback.
closes !56
2020-02-03 06:40:34 -03:00
Luna
3aec18cb19
Merge branch 'impl/remaining-user-flags' into 'master'
...
Adding Remaining User Flags
See merge request litecord/litecord!55
2020-01-31 20:38:29 +00:00
Hampus Kraft
a666ca4fc0
feat: adding remaining user flags
2020-01-31 19:15:42 +01:00
Luna
d2e219a1df
Merge branch 'presence-dataclass' into 'master'
...
make Presence dataclass
Closes #64
See merge request litecord/litecord!52
2020-01-30 01:50:50 +00:00
Luna
0f600543e8
Refactor GatewayState with proper types
...
Make websocket loop be inside app context
2020-01-30 01:50:50 +00:00
Luna
70443ca379
Merge branch 'bugfix/voice-region-schema' into 'master'
...
fix voice region unsync
Closes #76
See merge request litecord/litecord!54
2020-01-29 19:52:44 +00:00
Luna
9567bf0a85
admin_api.voice: refresh lvsp regions on insert
...
closes #76
2020-01-29 19:52:44 +00:00
Luna
d050d3b025
Merge branch 'master' of https://gitlab.com/litecord/litecord
2020-01-29 16:32:45 -03:00
Luna
b53a96bc0f
common.users: use logbook
2020-01-29 16:29:59 -03:00
Luna
ba612ed185
Merge branch 'patch-1' into 'master'
...
Fixing ports in nginx config
See merge request litecord/litecord!53
2020-01-29 09:43:54 +00:00
Hampus Kraft
699a119fe2
nginx: update ports
2020-01-29 06:51:04 +00:00
Luna
cc45500637
Merge branch 'master' of https://gitlab.com/litecord/litecord
2020-01-27 17:25:25 -03:00
Luna
c416f01244
schemas: add GUILD_UPDATE.features
...
closes #75
2020-01-27 17:23:23 -03:00
Luna
a37ddbf6b1
Merge branch 'fix-vanity-length' into 'master'
...
Updating Vanity URL Length
See merge request litecord/litecord!50
2020-01-26 18:47:41 +00:00
Hampus Kraft
5a3f927c69
fix: updating vanity URL length
2020-01-26 19:36:35 +01:00
Luna
65069eb668
Merge branch 'master' into multiple-embeds
2020-01-25 14:12:10 -03:00
Luna
c8d37019a9
gateway.websocket: ignore compression when encoding=etf
2020-01-25 00:07:31 -03:00
Luna
6e81b8d5fb
test_embeds: assert path_exists for simple case
2020-01-24 21:32:35 -03:00
Luna
d8a24ad052
embeds: make mediaproxy functions return list of embeds
...
- embeds: make mediaproxy functions check their types
2020-01-24 21:13:34 -03:00
Luna
6c802ad3fa
update winter
2020-01-07 16:56:20 -03:00
Luna
a76460bea1
varied fixes due to sed fuckups
2020-01-06 22:55:20 -03:00