aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAge
* server: Support sendat, protocol version 4Tom Smeding2021-02-10
* Add makefile flag to disable firebase supporttomsmeding2020-09-11
* server: Don't crash on ECONNRESET from clientTom Smeding2020-07-05
* Growing hash table of conn_data's in mainTom Smeding2020-07-01
* server: Local functions are staticTom Smeding2020-06-29
* server: Check that constructor attributes work on the systemTom Smeding2020-06-29
* server/protocol: Protocol version negotiationTom Smeding2020-06-28
* server: Simplify delete_conn_dataTom Smeding2020-06-28
* Zero incoming passwords in memory using libsodiumTom Smeding2020-06-19
* server: Ignore SIGPIPEtomsmeding2017-05-24
* server: WIP firebasetomsmeding2017-05-22
* server: Better SIGINT handlingtomsmeding2017-05-13
* server: Add plugin frameworktomsmeding2017-05-09
* server: Add event systemtomsmeding2017-05-08
* server: Send _push online messages on online changetomsmeding2017-04-15
* server: Fixtomsmeding2017-04-15
* server: Send _push ping every 60stomsmeding2017-04-14
* core: Handle multiple lines in one tcp messagetomsmeding2017-04-09
* Compile on linuxtomsmeding2017-03-17
* Better srandomdev monkeypatchtomsmeding2017-03-17
* srandomdev monkeypatchtomsmeding2017-03-17
* Basic message sendingtomsmeding2017-03-16
* Invitingtomsmeding2017-03-14
* Room listing and creationtomsmeding2017-03-14
* Register workingtomsmeding2017-03-14