Commit Graph

11 Commits

Author SHA1 Message Date
bd88d735eb try out a queue API to notify "listeners" of the session
I was always unsure on what to do: a callback or a simple queue for
dc_event_t. But since we already have dc_event_t (and ref counting)
this seemed like the best solution.
2019-07-23 20:01:12 +02:00
ce02d57e97 add copyright header everywhere 2019-07-20 15:22:51 +02:00
c3a447d44f fix a whole slew of memory leaks, and fix an internal ref mismatch 2019-07-20 14:43:37 +02:00
f51e371f23 allow joining by snowflake 2019-07-20 13:03:45 +02:00
d86a386edd introduce a /join command for guild text channels 2019-07-20 12:51:07 +02:00
a9f23fc278 optimise tree view a tiny bit
don't refresh all the time, wait for the data to be ready. waiting on
the data is not a good idea either, but it is better than to
continously refresh all the data
2019-07-19 21:32:22 +02:00
af49931b49 preliminary guild view in the side bar 2019-07-19 20:52:12 +02:00
b8fa202ce3 implement message sending to channels 2019-07-12 11:53:32 +02:00
6d7c7e641f revamp handling of channels 2019-07-10 20:16:47 +02:00
b6cffac1d9 parse READY event to get information for session 2019-07-10 19:04:41 +02:00
30fb4a73df switch over to use sessions 2019-07-10 14:30:37 +02:00