aboutsummaryrefslogtreecommitdiff
path: root/state.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* state: simplify MONITOR reply handlingSimon Ser2023-08-251-10/+1
* state: handle WHO replies in bulkSimon Ser2023-04-191-17/+22
* lib/irc: add formatURLSimon Ser2023-04-191-11/+3
* Load initial members state via WHO when channel is selectedSimon Ser2022-10-231-0/+1
* Sort lists with localeCompareNolan Prescott2022-09-051-1/+1
* Fix invalid relative importSimon Ser2022-06-271-1/+1
* Add a setting for seconds in timestampsSimon Ser2022-06-271-0/+4
* Add a settings dialogSimon Ser2022-06-081-0/+9
* Add support for bot modeSimon Ser2022-06-081-0/+4
* state: add isReceiptBeforeSimon Ser2022-02-121-0/+13
* keybindings: fix error on alt+hSimon Ser2022-02-121-0/+10
* Introduce isMessageBeforeReceiptSimon Ser2022-02-111-0/+13
* state: add bouncerNetworks helpersSimon Ser2022-02-041-0/+14
* state: fix prefix() call in MODE handlerSimon Ser2021-12-161-1/+1
* lib/irc: add CapRegistrySimon Ser2021-12-101-2/+2
* state: fix server bouncerNetIDSimon Ser2021-12-071-1/+1
* Move isBouncer props to server stateSimon Ser2021-12-071-2/+4
* Refactor ISUPPORT handlingSimon Ser2021-12-071-6/+14
* Update channel join status when kickedSimon Ser2021-12-041-1/+4
* Add support for draft/account-registrationSimon Ser2021-11-301-1/+11
* Add post-connect UI to login via SASLSimon Ser2021-11-211-0/+3
* state: add account to serverSimon Ser2021-11-211-0/+5
* Store WHO list in RPL_ENDOFWHOSimon Ser2021-11-101-6/+1
* Always insert non-chathistory messages at the endSimon Ser2021-11-091-1/+1
* Keep track of channel join statusSimon Ser2021-11-051-2/+9
* Add hint in server operators buffer headerSimon Ser2021-11-011-0/+1
* state: move in QUIT and NICK update logicSimon Ser2021-10-231-5/+41
* state: process RPL_NAMREPLY atomicallySimon Ser2021-10-231-9/+9
* Allow bouncers to set NETWORK in ISUPPORTSimon Ser2021-10-181-9/+14
* Fallback to bouncer network host if name is unsetSimon Ser2021-10-151-1/+1
* Use ISUPPORT NETWORK if user hasn't specified custom nameSimon Ser2021-10-151-8/+9
* Fix duplicate declaration in State.handleMessageSimon Ser2021-09-211-1/+1
* Add support for WHOXSimon Ser2021-09-211-10/+10
* Add support for account-notifySimon Ser2021-09-211-0/+6
* Add support for extended-joinSimon Ser2021-09-211-0/+7
* Update user username/hostname on JOINSimon Ser2021-09-211-3/+15
* Update user on QUIT and NICKSimon Ser2021-09-211-0/+19
* Introduce per-server user mapSimon Ser2021-09-211-28/+29
* Add State.create()Simon Ser2021-09-211-0/+7
* Add support for chghostSimon Ser2021-09-061-0/+9
* Rename buffer lastReadReceipt to prevReadReceiptSimon Ser2021-08-241-1/+1
* Don't drop unread marker in addMessageSimon Ser2021-08-241-0/+1
* Add support for MONITORSimon Ser2021-08-241-1/+25
* Add irc.forEachChannelModeUpdate helperSimon Ser2021-06-111-38/+2
* Move MODE state updates outof AppSimon Ser2021-06-111-2/+86
* Move message key generation to State.addMessageSimon Ser2021-06-111-0/+4
* s/var/let/Simon Ser2021-06-101-55/+56
* Add State.createServerSimon Ser2021-06-101-0/+13
* Use server buffer if name is unspecified in State.getBufferSimon Ser2021-06-101-0/+3
* Add support for draft/event-playbackSimon Ser2021-06-041-0/+5