Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | webclient: /createroom, /invite | tomsmeding | 2017-03-28 |
| | | | | TODO: _push for invite in server | ||
* | webclient: Revert to ws:// on localhost | tomsmeding | 2017-03-28 |
| | |||
* | Fix https | tomsmeding | 2017-03-28 |
| | |||
* | websockets: WIP https | tomsmeding | 2017-03-28 |
| | |||
* | webclient: vertical-align: top on roomlog tr's | tomsmeding | 2017-03-28 |
| | |||
* | webclient: send message with / using double // | tomsmeding | 2017-03-28 |
| | |||
* | webclient: Bug fixes | tomsmeding | 2017-03-28 |
| | |||
* | webclient: Fetch history, display times | tomsmeding | 2017-03-27 |
| | | | | | | Still a bug though: when sending a message after history came in, all responses are delayed until after the next response. Need to investigate whether this is the client or the websocket relay | ||
* | webclient: Basic messaging possible | tomsmeding | 2017-03-27 |
| | |||
* | Start work on web client | tomsmeding | 2017-03-25 |
| | |||
* | Saner websocket API (messages <-> lines) | tomsmeding | 2017-03-23 |
| | |||
* | Use uws instead of ws | tomsmeding | 2017-03-18 |
| | |||
* | Add websocket translation script | tomsmeding | 2017-03-18 |
| | |||
* | client: Start working on a simple client | tomsmeding | 2017-03-17 |
| | |||
* | History querying | tomsmeding | 2017-03-17 |
| | |||
* | Fix user_data structs not getting removed | tomsmeding | 2017-03-17 |
| | |||
* | Fix timestamps | tomsmeding | 2017-03-17 |
| | |||
* | Compile on linux | tomsmeding | 2017-03-17 |
| | |||
* | Better srandomdev monkeypatch | tomsmeding | 2017-03-17 |
| | |||
* | srandomdev monkeypatch | tomsmeding | 2017-03-17 |
| | |||
* | Include room and user in _push message | tomsmeding | 2017-03-16 |
| | |||
* | runloop: fix connection closure handling bug | 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 |
| | |||
* | Remove useless UserNames table | tomsmeding | 2017-03-15 |
| | |||
* | Inviting | tomsmeding | 2017-03-14 |
| | |||
* | Room listing and creation | tomsmeding | 2017-03-14 |
| | |||
* | Register working | tomsmeding | 2017-03-14 |