ncdc/libdc/src
2019-07-20 13:44:18 +02:00
..
account.c add online status to friends overview 2019-07-19 16:09:28 +02:00
api-auth.c web sockets are hard 2019-07-08 23:29:08 +02:00
api-channel.c implement channel acking and new messages 2019-07-12 18:30:44 +02:00
api-friends.c fix a few memory leaks 2019-07-08 15:15:29 +02:00
api-user.c web sockets are hard 2019-07-08 23:29:08 +02:00
api.c semi working gateway implementation 2019-07-09 21:44:23 +02:00
apisync.c automatically logout all accounts 2019-07-08 14:08:25 +02:00
channel.c properly use parent_ids by storing them in a hash first 2019-07-20 09:09:22 +02:00
event.c handle incoming messages through MESSAGE_CREATE 2019-07-11 20:06:51 +02:00
gateway.c parse READY event to get information for session 2019-07-10 19:04:41 +02:00
guild.c introduce a /join command for guild text channels 2019-07-20 12:51:07 +02:00
internal.h remove debug code from client and library 2019-07-20 13:44:18 +02:00
loop.c switch over to use sessions 2019-07-10 14:30:37 +02:00
message.c implement message sending to channels 2019-07-12 11:53:32 +02:00
refable.c split into library and applications 2019-06-25 14:52:38 +02:00
session.c remove debug code from client and library 2019-07-20 13:44:18 +02:00
util.c dump information 2019-06-25 15:01:36 +02:00
ws-frames.c parse READY event to get information for session 2019-07-10 19:04:41 +02:00