- Sep 21, 2021
-
-
Simon Ser authored
This is handled by the buffer store.
-
Simon Ser authored
Closes: https://todo.sr.ht/~emersion/gamja/47
-
Simon Ser authored
-
Simon Ser authored
syncBufferUnread might override the previous unread value. Closes: https://todo.sr.ht/~emersion/gamja/105
-
Simon Ser authored
This allows WHOX to be used.
-
Simon Ser authored
-
Simon Ser authored
-
Simon Ser authored
-
Simon Ser authored
Closes: https://todo.sr.ht/~emersion/gamja/101
-
Simon Ser authored
This allows querying the account of the user.
-
Simon Ser authored
-
Simon Ser authored
-
Simon Ser authored
-
Simon Ser authored
-
Simon Ser authored
-
Simon Ser authored
-
Simon Ser authored
-
Simon Ser authored
This allows us to store information about users in a signle place, instead of putting it in user buffers. This is required to display metadata about users in the channel members list.
-
Simon Ser authored
-
- Sep 18, 2021
-
-
Simon Ser authored
Trailing CRLF must not be included in WebSocket messages. Closes: https://todo.sr.ht/~emersion/gamja/104
-
- Sep 17, 2021
-
-
Hubert Hirtz authored
-
- Sep 13, 2021
-
-
Simon Ser authored
-
- Sep 08, 2021
-
- Sep 06, 2021
-
-
Simon Ser authored
-
Simon Ser authored
The error event handler is useless, because the error event is never emitted without a close event, and doesn't give any details about the error.
-
Simon Ser authored
-
Simon Ser authored
See https://ircv3.net/specs/extensions/chghost
-
Simon Ser authored
This mirrors go-irc's behavior: https://github.com/go-irc/irc/blob/7ba1a1858f5ee2a44f18501b486ec11dd1990018/parser.go#L374 Closes: https://todo.sr.ht/~emersion/gamja/103
-
- Aug 30, 2021
-
-
Simon Ser authored
Closes: https://todo.sr.ht/~emersion/gamja/100
-
Simon Ser authored
Closes: https://todo.sr.ht/~emersion/gamja/102
-
- Aug 25, 2021
- Aug 24, 2021
-
-
Simon Ser authored
Closes: https://todo.sr.ht/~emersion/gamja/96
-
Simon Ser authored
This field is intentionally behind the latest read receipt. Let's rename it to make that clearer.
-
Simon Ser authored
Closes: https://todo.sr.ht/~emersion/gamja/76
-
Simon Ser authored
When we've received RPL_WELCOME, latestReceipt will return the current time if we don't filter out the server buffer.
-
Simon Ser authored
-
- Aug 23, 2021
-
-
Simon Ser authored
Closes: https://todo.sr.ht/~emersion/gamja/84
-
Simon Ser authored
Closes: https://todo.sr.ht/~emersion/gamja/75 Closes: https://todo.sr.ht/~emersion/gamja/89
-
Simon Ser authored
-