aboutsummaryrefslogtreecommitdiff
path: root/webclient/client.html
Commit message (Collapse)AuthorAge
* webclient: Update to protocol version 3Tom Smeding2020-09-29
|
* webclient: Send repliesTom Smeding2020-07-28
|
* webclient: Show repliesTom Smeding2020-07-28
|
* webclient: Eliminate font-awesome dependencyTom Smeding2020-07-07
|
* webclient: Show inviterTom Smeding2020-07-05
|
* Send msgids in 'send' response and '_push message'Tom Smeding2020-07-04
|
* webclient: Protocol version negotiationTom Smeding2020-06-28
|
* webclient: /help commandTom Smeding2020-06-28
|
* webclient: Update for id in historytomsmeding2017-07-05
|
* webclient: Don't handle _push onlinetomsmeding2017-04-15
| | | | TODO: implement nicklist in webclient
* webclient: Handle _push ping by doing nothingtomsmeding2017-04-15
|
* webclient: /shrugtomsmeding2017-04-08
|
* webclient: Don't recalculate dates of meta msgstomsmeding2017-04-08
|
* webclient: Support _push invite/jointomsmeding2017-04-08
|
* Make protocol more consistenttomsmeding2017-04-07
|
* webclient: Fix auto-scrollingtomsmeding2017-04-04
|
* webclient: Preserve whitespace in messagestomsmeding2017-04-03
|
* webclient: /createroom, /invitetomsmeding2017-03-28
| | | | TODO: _push for invite in server
* webclient: Revert to ws:// on localhosttomsmeding2017-03-28
|
* Fix httpstomsmeding2017-03-28
|
* webclient: vertical-align: top on roomlog tr'stomsmeding2017-03-28
|
* webclient: send message with / using double //tomsmeding2017-03-28
|
* webclient: Bug fixestomsmeding2017-03-28
|
* webclient: Fetch history, display timestomsmeding2017-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 possibletomsmeding2017-03-27
|
* Start work on web clienttomsmeding2017-03-25