aboutsummaryrefslogtreecommitdiff
path: root/state.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add State.addMessageSimon Ser2021-06-041-0/+29
|
* Handle TOPIC in State.handleMessageSimon Ser2021-06-041-0/+4
|
* Handle JOIN/PART in State.handleMessageSimon Ser2021-06-041-0/+22
|
* Move createBuffer to StateSimon Ser2021-06-041-0/+57
|
* Introduce State.handleMessageSimon Ser2021-06-041-0/+101
| | | | | | Takes an IRC message, updates the state. Doesn't yet handle all messages, this will be a step-by-step process.
* Move some state utilities to state.jsSimon Ser2021-06-041-0/+85
|
* s/network/server/Simon Ser2021-06-031-3/+3
| | | | Closes: https://todo.sr.ht/~emersion/gamja/46
* Add support for incoming INVITE messagesSimon Ser2021-06-031-1/+5
|
* Order buffers by priority in Alt+aSimon Ser2021-05-311-2/+5
|
* Pretty-print buffer name in buffer headerSimon Ser2021-05-311-0/+16
|
* Fix typo in Unread.unionSimon Ser2021-05-271-2/+2
|
* Switch to query params for msgid/timestamp in irc:// URLsSimon Ser2021-05-251-2/+2
| | | | | | | | The hash is confusing because channels often start with a # too. Instead, use a query parameter. This is consistent with [1], which uses query params for the channel key. [1]: https://datatracker.ietf.org/doc/html/draft-butcher-irc-url-04
* Switch it isuser in irc:// URLsSimon Ser2021-05-251-1/+1
| | | | | | This is what the most recent draft [1] uses. [1]: https://datatracker.ietf.org/doc/html/draft-butcher-irc-url-04
* Make all resource paths relativeSimon Ser2021-03-021-1/+1
| | | | Closes: https://todo.sr.ht/~emersion/gamja/17
* Keep track of client status in ClientSimon Ser2021-01-221-5/+3
|
* Add keybinding infrastructureSimon Ser2020-07-231-0/+5
|
* Use msgid in message URL if availableSimon Ser2020-07-211-1/+5
|
* Add message URLs, unify URL generationSimon Ser2020-07-151-0/+21
|
* Extract commands to separate fileSimon Ser2020-07-131-0/+2
|
* Detect highlightsSimon Ser2020-06-291-0/+2
|
* Introduce buffer typeSimon Ser2020-06-261-1/+5
|
* Mark buffers as unread on new messageSimon Ser2020-06-241-0/+20