ouwou
|
31bef80530
|
add mention/emoji/channel completion
|
2020-12-20 22:10:45 -05:00 |
|
ouwou
|
2667a4b30d
|
display reactions + click to add/remove
|
2020-12-15 01:51:49 -05:00 |
|
ouwou
|
850b87c1ec
|
cache channels
|
2020-12-10 03:50:40 -05:00 |
|
ouwou
|
f277753375
|
Merge branch 'master' into disk-cache
|
2020-12-09 23:50:37 -05:00 |
|
ouwou
|
229edff83f
|
fix #3
|
2020-12-04 18:37:18 -05:00 |
|
ouwou
|
0935e43bae
|
Merge branch 'master' into disk-cache
|
2020-11-28 02:23:00 -05:00 |
|
ouwou
|
d8b788829a
|
dont do anything on enter if chat input is empty
|
2020-11-28 02:22:45 -05:00 |
|
ouwou
|
0b8c83eaa1
|
progress 2
|
2020-11-23 20:34:09 -05:00 |
|
ouwou
|
deb482a8db
|
initial sqlite, store user
|
2020-11-19 19:18:59 -05:00 |
|
ouwou
|
1463d8da9e
|
move avatar stuff out of chatwindow
|
2020-11-18 16:25:10 -05:00 |
|
ouwou
|
eb0feef511
|
use textviews in channel list + parse emojis
|
2020-11-10 01:38:44 -05:00 |
|
ouwou
|
823e1786e0
|
ui workarounds
|
2020-11-10 01:00:53 -05:00 |
|
ouwou
|
f124626a6d
|
allow multiple components to display shared user menu
|
2020-11-08 00:44:26 -05:00 |
|
ouwou
|
1ff177ad5a
|
shift click on message author to insert mention
|
2020-10-11 01:56:30 -04:00 |
|
ouwou
|
a69318a952
|
add clickable channel mentions, rework links a little
|
2020-10-10 23:38:58 -04:00 |
|
ouwou
|
bbe36a8246
|
maybe slightly better image loading maybe hopefully
|
2020-10-03 18:49:22 -04:00 |
|
ouwou
|
872b15e6af
|
hopefully take care of some annoying bugs
|
2020-09-30 15:12:52 -04:00 |
|
ouwou
|
4ac27e9140
|
add wonky image loading
|
2020-09-30 00:12:38 -04:00 |
|
ouwou
|
3689f5ae9f
|
redo chat messages just a tad
|
2020-09-25 23:02:13 -04:00 |
|
ouwou
|
dbe9dc3c64
|
show pinned message events
|
2020-09-22 00:07:55 -04:00 |
|
ouwou
|
af8058c9cb
|
add user joined messages
|
2020-09-21 21:01:32 -04:00 |
|
ouwou
|
4b7cdbd129
|
improve MESSAGE_UPDATE handling (hopefully)
|
2020-09-20 01:12:54 -04:00 |
|
ouwou
|
e5a90b9461
|
only load 50 messages on channel switch (also fix member menu)
|
2020-09-14 00:17:58 -04:00 |
|
ouwou
|
e68f8ef8f4
|
make avatar loading a bit better
|
2020-09-12 03:17:34 -04:00 |
|
ouwou
|
b9fb7c536a
|
fix edited/deleted being reset on channel change
|
2020-09-10 23:57:36 -04:00 |
|
ouwou
|
6ae9cc915d
|
MessageData -> Message (whoops)
|
2020-09-09 23:59:40 -04:00 |
|
ouwou
|
5975e85d42
|
ebic default theme
|
2020-09-09 21:05:16 -04:00 |
|
ouwou
|
76cbaa377d
|
add more css selectors
|
2020-09-09 18:32:45 -04:00 |
|
ouwou
|
da2182a5e7
|
more signal usage and some other fixes
|
2020-09-07 02:45:46 -04:00 |
|
ouwou
|
902c96ee53
|
use a singleton (oh no) instead of passing Abaddon* everywhere
|
2020-09-07 00:27:41 -04:00 |
|
ouwou
|
10e547c494
|
member list gets a basic right click menu
|
2020-09-06 02:25:19 -04:00 |
|
ouwou
|
af82a8df8e
|
better member list, role color, some fixes
|
2020-09-05 23:04:11 -04:00 |
|
ouwou
|
f69b0e6155
|
pass around snowflake instead of MessageData
|
2020-09-04 00:48:38 -04:00 |
|
ouwou
|
b21ed29f36
|
add mediocre support for embed fields
|
2020-09-03 18:47:45 -04:00 |
|
ouwou
|
2fab0c3e0d
|
very primitive embeds
|
2020-09-03 01:54:40 -04:00 |
|
ouwou
|
44b7989f50
|
add MESSAGE_UPDATE
|
2020-08-30 20:24:02 -04:00 |
|
ouwou
|
c90c777daa
|
add basic menu to chat messages
|
2020-08-30 02:00:56 -04:00 |
|
ouwou
|
08e9d2f0ef
|
rework chat components to make more sense
|
2020-08-29 22:45:27 -04:00 |
|
ouwou
|
299ecc71d9
|
add MESSAGE_DELETE handling
|
2020-08-29 01:14:07 -04:00 |
|
ouwou
|
5b7d36bb74
|
scroll up to load more messages
|
2020-08-28 18:21:08 -04:00 |
|
ouwou
|
34b572db40
|
multiple messages from same author are under the same message block
|
2020-08-27 18:50:47 -04:00 |
|
ouwou
|
f3e8d1aff3
|
clear messages on disconnect
|
2020-08-26 01:47:46 -04:00 |
|
ouwou
|
c6e2f266a1
|
make chat message components their own subclass of ListBoxRow
|
2020-08-26 01:46:43 -04:00 |
|
ouwou
|
6b72931ba7
|
send chat messages
|
2020-08-21 22:25:23 -04:00 |
|
ouwou
|
6f11aa4dae
|
shitty MESSAGE_CREATE handling
|
2020-08-21 00:42:46 -04:00 |
|
ouwou
|
a201d5905a
|
rudimentary chat
|
2020-08-20 03:19:16 -04:00 |
|