gamja-old/lib
Simon Ser 91208a6d47 Add support for CHATHISTORY TARGETS
The main motivation is to avoid missing direct messages coming from
other users.

A nice side-effect is that we no longer need to issue CHATHISTORY
queries for each channel we JOIN: instead, we can only fetch
history for targets known to have new messages available (as indicated
by CHATHISTORY TARGETS).

We use read receipts instead of delivery receipts, so that reloading
the webapp restores the exact same state (ie, unread messages are
re-fetched).

References: https://github.com/ircv3/ircv3-specifications/pull/450
2021-06-02 20:37:20 +02:00
..
ansi.js Strip ANSI escape sequences 2020-08-04 14:25:05 +02:00
client.js Add support for CHATHISTORY TARGETS 2021-06-02 20:37:20 +02:00
index.js Make all resource paths relative 2021-03-02 22:46:48 +01:00
irc.js Display prefixes in member list 2021-05-31 15:56:08 +02:00
linkify.js Use RegExp match indices in linkifyChannel 2021-06-01 09:53:11 +02:00