Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | server: Add cmd_logout | tomsmeding | 2017-04-16 | |
| | ||||
* | weechat: Handle _push online | tomsmeding | 2017-04-15 | |
| | ||||
* | webclient: Don't handle _push online | tomsmeding | 2017-04-15 | |
| | | | | TODO: implement nicklist in webclient | |||
* | server: Send _push online messages on online change | tomsmeding | 2017-04-15 | |
| | ||||
* | server: Fix | tomsmeding | 2017-04-15 | |
| | ||||
* | weechat: Request is_online status on member list receive | tomsmeding | 2017-04-15 | |
| | ||||
* | weechat: Bugfixes | tomsmeding | 2017-04-15 | |
| | | | | Weechat: FIX YOUR DOCS! | |||
* | webclient: Handle _push ping by doing nothing | tomsmeding | 2017-04-15 | |
| | ||||
* | weechat: Support NET_NUMBER server responses | tomsmeding | 2017-04-15 | |
| | ||||
* | server: Support cmd_is_online | tomsmeding | 2017-04-15 | |
| | ||||
* | weechat: Support sending user pings | tomsmeding | 2017-04-15 | |
| | ||||
* | server: Add cmd_ping | tomsmeding | 2017-04-15 | |
| | ||||
* | weechat: Handle _push ping by doing nothing | tomsmeding | 2017-04-14 | |
| | ||||
* | server: Send _push ping every 60s | tomsmeding | 2017-04-14 | |
| | ||||
* | server: Factor out net related functions from command.c | tomsmeding | 2017-04-14 | |
| | ||||
* | weechat: Fix double-slash | tomsmeding | 2017-04-10 | |
| | ||||
* | weechat: Private notify setting needs to be "3" | tomsmeding | 2017-04-10 | |
| | ||||
* | weechat: Better recv() <= 0 error reporting | tomsmeding | 2017-04-09 | |
| | ||||
* | weechat: Set notify to 'messages' for 2-people chats | tomsmeding | 2017-04-09 | |
| | ||||
* | weechat: Show nickname in input bar | tomsmeding | 2017-04-09 | |
| | ||||
* | weechat: Add nicklist to buffers | tomsmeding | 2017-04-09 | |
| | ||||
* | Add the TODO.txt files | tomsmeding | 2017-04-09 | |
| | ||||
* | weechat: Add support for _push join/invite | tomsmeding | 2017-04-09 | |
| | ||||
* | weechat: Correctly succeed receiving data after recv() | tomsmeding | 2017-04-09 | |
| | ||||
* | core: Handle multiple lines in one tcp message | tomsmeding | 2017-04-09 | |
| | ||||
* | websockets: Add useful debug print | tomsmeding | 2017-04-09 | |
| | ||||
* | weechat: Also catch EAGAIN | tomsmeding | 2017-04-08 | |
| | | | | | Apparently weechat sets O_NONBLOCK on a socket: https://github.com/weechat/weechat/blob/705d86e684d72b8c094e526876db1b8544fd2db3/src/core/wee-network.c#L1105 | |||
* | weechat: Handle EINTR without dropping connection | tomsmeding | 2017-04-08 | |
| | ||||
* | websockets: up uws | tomsmeding | 2017-04-08 | |
| | ||||
* | webclient: /shrug | tomsmeding | 2017-04-08 | |
| | ||||
* | webclient: Don't recalculate dates of meta msgs | tomsmeding | 2017-04-08 | |
| | ||||
* | webclient: Support _push invite/join | tomsmeding | 2017-04-08 | |
| | ||||
* | weechat: write debug log to $HOME/Desktop | tomsmeding | 2017-04-08 | |
| | ||||
* | 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 | |
| | ||||
* | Push weechat plugin | tomsmeding | 2017-04-07 | |
| | ||||
* | Throw away the C client since it doesn't work | tomsmeding | 2017-04-07 | |
| | ||||
* | Make protocol more consistent | tomsmeding | 2017-04-07 | |
| | ||||
* | webclient: Fix auto-scrolling | tomsmeding | 2017-04-04 | |
| | ||||
* | webclient: Preserve whitespace in messages | tomsmeding | 2017-04-03 | |
| | ||||
* | 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 | |
| |