Commit Graph

261 Commits

Author SHA1 Message Date
ouwou
fc76a15c46 fix sqlite error messages 2021-11-19 01:08:03 -05:00
ouwou
1da2c57376 fix retrieving message references
and also add a reset statement i forgot (raii might be good here...)
2021-11-16 02:37:12 -05:00
ouwou
409af292af Merge branch 'master' into store 2021-11-14 02:27:23 -05:00
ouwou
108002248c presence of ThreadMember means user added to private thread 2021-11-13 03:09:17 -05:00
ouwou
2257ff9798 fix double close of store throwing 2021-11-06 01:10:56 -04:00
ouwou
1078d94b73 fix big mistake that made it not run 2021-10-30 02:46:50 -04:00
ouwou
12c105623c templatize some stuff 2021-10-29 01:35:16 -04:00
ouwou
d950460e14 try to fix some more compilation errors/warnings 2021-10-28 04:19:05 -04:00
ouwou
2c2686946d try to fix weird ambiguous int stuff 2021-10-28 02:33:13 -04:00
ouwou
9175da2cf0 take care of some warnings 2021-10-28 02:19:13 -04:00
ouwou
14d025a342 dont use functions that dont actually exist 2021-10-28 02:08:29 -04:00
ouwou
c98b62caca fix syntax error 2021-10-28 00:42:04 -04:00
ouwou
d425997c26 rewrite store
this probably should have been broken up into smaller commits. oh well
2021-10-28 00:31:35 -04:00
Alexander Rosenberg
9694813724 Fix another unchecked optional 2021-10-12 03:30:26 -07:00
ouwou
fa1a007dc1 fix unchecked optionals
also discard exceptions in file cache futures
2021-10-08 17:52:38 -04:00
ouwou
df6b01a632 dont purge on socket close 2021-09-29 01:14:33 -04:00
ouwou
af85d5c895 Merge branch 'threads' 2021-09-13 01:44:43 -04:00
ouwou
b012340830 fix join guild
even though this probably isnt the best idea in a third party client...
2021-09-13 01:44:20 -04:00
ouwou
07e30b9acd send channel lazy load when loading thread if not previously sent 2021-09-01 22:22:08 -04:00
ouwou
8ed2cd65b6 archive/unarchive from channel list 2021-08-28 02:28:41 -04:00
ouwou
3333e2ce8c make ClearChannel actually remove the channel from the db
so that the threads window does not show deleted threads in active
2021-08-24 23:04:11 -04:00
ouwou
95b93a0698 dont fetch temp pending msgs from store 2021-08-24 00:30:46 -04:00
ouwou
2a45d7173a proper member list in threads 2021-08-20 01:13:51 -04:00
ouwou
d2f6bd08fc handle archiving via THREAD_UPDATE (sorta) 2021-08-16 02:47:08 -04:00
ouwou
66c7ecf2ab emit thread delete if message req 404's 2021-08-15 02:02:56 -04:00
ouwou
613bb2b7c6 handle thread create via thread_member_update 2021-08-15 00:25:00 -04:00
ouwou
7ffded5b13 rest of view threads window 2021-08-11 03:32:09 -04:00
ouwou
e01110c739 add thread stuff to audit log 2021-08-05 23:50:15 -04:00
ouwou
856674506c better join/leave thread logic 2021-08-05 04:02:47 -04:00
ouwou
41a63df1b1 add temporary row for non-joined threads 2021-08-05 03:32:53 -04:00
ouwou
40897ece3c basic window to view threads 2021-08-04 21:30:32 -04:00
ouwou
a19d214272 basic THREAD_MEMBERS_UPDATE handling for updating channel list 2021-08-02 02:00:03 -04:00
ouwou
06f85c3a2d THREAD_LIST_SYNC 2021-08-02 00:53:08 -04:00
ouwou
6c77e89bbe leave thread via menu 2021-08-02 00:52:37 -04:00
ouwou
22376ba54a handle THREAD_DELETE 2021-07-30 01:32:43 -04:00
ouwou
355ef009c8 Merge branch 'master' into threads 2021-07-30 01:30:54 -04:00
ouwou
b659e3bc91 update identify message 2021-07-30 01:30:00 -04:00
ouwou
014e176e0a handle THREAD_CREATE
also fix compilation
also change channel_create signal to emit ChannelData
2021-07-28 03:34:36 -04:00
ouwou
9d2d13a389 very rudimentary thread support 2021-07-27 22:54:17 -04:00
ouwou
1936f9ab8a handle THREAD_CREATED message type 2021-07-26 02:47:20 -04:00
ouwou
ede2f53ba5 Merge branch 'channels-list' 2021-07-26 02:10:56 -04:00
ouwou
a5e5954ae7 fix calculating hoisted color role
also slight optimization + make Snowflake::Invalid a real Snowflake
2021-07-21 01:29:17 -04:00
ouwou
a4d0cd9612 color nsfw channels 2021-07-20 17:55:03 -04:00
ouwou
f5e78c899a more reliable menu sensitivty/actions 2021-07-11 01:27:47 -04:00
ouwou
41bd2334fa restrict auto-reconnect to abnormal close code 2021-07-10 03:43:26 -04:00
ouwou
b2b55eb06e disconnect action should interrupt reconnect 2021-07-10 03:42:14 -04:00
ouwou
ca3eacbd79 dont use unordered collections (reduce memory a bit) 2021-07-10 03:11:59 -04:00
ouwou
fa87adb4a3 improve handling of socket close (#31) 2021-07-10 02:23:34 -04:00
ouwou
cbc65bf766 re-add suppport for static (a)png stickers 2021-07-01 02:03:41 -04:00
ouwou
4d0eb756d2 get rid of something bad 2021-06-26 03:18:29 -04:00