Simon Ser
|
2c1bb4ce6a
|
Introduce State.handleMessage
Takes an IRC message, updates the state.
Doesn't yet handle all messages, this will be a step-by-step process.
|
2021-06-04 18:27:21 +02:00 |
|
Simon Ser
|
4d988cafeb
|
Move some state utilities to state.js
|
2021-06-04 18:03:03 +02:00 |
|
Simon Ser
|
fe9c483570
|
s/network/server/
Closes: https://todo.sr.ht/~emersion/gamja/46
|
2021-06-03 11:46:50 +02:00 |
|
Simon Ser
|
63a71e5f5d
|
Add support for incoming INVITE messages
|
2021-06-03 11:04:32 +02:00 |
|
Simon Ser
|
e38f35c578
|
Order buffers by priority in Alt+a
|
2021-05-31 18:26:04 +02:00 |
|
Simon Ser
|
bc7162ebe2
|
Pretty-print buffer name in buffer header
|
2021-05-31 17:39:37 +02:00 |
|
Simon Ser
|
558548e6f7
|
Fix typo in Unread.union
|
2021-05-27 22:35:41 +02:00 |
|
Simon Ser
|
811984878c
|
Switch to query params for msgid/timestamp in irc:// URLs
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
|
2021-05-25 12:46:00 +02:00 |
|
Simon Ser
|
9e163b7647
|
Switch it isuser in irc:// URLs
This is what the most recent draft [1] uses.
[1]: https://datatracker.ietf.org/doc/html/draft-butcher-irc-url-04
|
2021-05-25 12:42:24 +02:00 |
|
Simon Ser
|
80e0175d36
|
Make all resource paths relative
Closes: https://todo.sr.ht/~emersion/gamja/17
|
2021-03-02 22:46:48 +01:00 |
|
Simon Ser
|
41cd2153cf
|
Keep track of client status in Client
|
2021-01-22 18:29:22 +01:00 |
|
Simon Ser
|
2951c7810f
|
Add keybinding infrastructure
|
2020-07-23 10:06:12 +02:00 |
|
Simon Ser
|
e041129a10
|
Use msgid in message URL if available
|
2020-07-21 14:48:04 +02:00 |
|
Simon Ser
|
0d9f7f35f0
|
Add message URLs, unify URL generation
|
2020-07-15 18:47:33 +02:00 |
|
Simon Ser
|
476c135379
|
Extract commands to separate file
|
2020-07-13 17:22:24 +02:00 |
|
Simon Ser
|
abece1e3fd
|
Detect highlights
|
2020-06-29 11:08:47 +02:00 |
|
Simon Ser
|
6d3621e1be
|
Introduce buffer type
|
2020-06-26 10:35:38 +02:00 |
|
Simon Ser
|
cbe76ab824
|
Mark buffers as unread on new message
|
2020-06-24 16:56:57 +02:00 |
|