Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | server: Support cmd_is_online | tomsmeding | 2017-04-15 |
| | |||
* | server: Add cmd_ping | tomsmeding | 2017-04-15 |
| | |||
* | server: Factor out net related functions from command.c | tomsmeding | 2017-04-14 |
| | |||
* | Send error if user already in room on invite | tomsmeding | 2017-04-08 |
| | |||
* | Memory asprintf wrapper (and small free fix) | tomsmeding | 2017-04-08 |
| | |||
* | Send _push join/invite | tomsmeding | 2017-04-08 |
| | |||
* | Make protocol more consistent | tomsmeding | 2017-04-07 |
| | |||
* | History querying | tomsmeding | 2017-03-17 |
| | |||
* | Fix timestamps | tomsmeding | 2017-03-17 |
| | |||
* | Compile on linux | tomsmeding | 2017-03-17 |
| | |||
* | Include room and user in _push message | tomsmeding | 2017-03-16 |
| | |||
* | Add command list_members | tomsmeding | 2017-03-16 |
| | |||
* | Parsing fix: allow empty last argument | tomsmeding | 2017-03-16 |
| | |||
* | Send new messages to every fd of user | tomsmeding | 2017-03-16 |
| | |||
* | Basic message sending | tomsmeding | 2017-03-16 |
| | | | | | TODO: broadcast to all online fd's of a user? TODO: close users that aren't reachable in a broadcast? | ||
* | Start with implementing online status etc for broadcasting | tomsmeding | 2017-03-15 |
| | |||
* | Inviting | tomsmeding | 2017-03-14 |
| | |||
* | Room listing and creation | tomsmeding | 2017-03-14 |
| | |||
* | Register working | tomsmeding | 2017-03-14 |