aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent hole in history when reconnectingSimon Ser2022-02-131-1/+10
* Update stored unread status on READ messageSimon Ser2022-02-121-6/+9
* store: add note about comparison in Buffer.putSimon Ser2022-02-121-0/+2
* state: add isReceiptBeforeSimon Ser2022-02-122-8/+18
* keybindings: fix error on alt+hSimon Ser2022-02-123-17/+19
* components/app: move lastErrorID declaration downSimon Ser2022-02-111-2/+2
* components/app: stop updating prevReadReceipt on READ messageSimon Ser2022-02-111-6/+5
* store: fix no-op read receipt update detectionSimon Ser2022-02-111-1/+1
* Don't fetch backlog before read receiptSimon Ser2022-02-111-1/+9
* components/app: introduce getReceiptSimon Ser2022-02-111-6/+12
* components/app: close notifications when receiving READ messageSimon Ser2022-02-111-0/+8
* components/app: close notifications when switching bufferSimon Ser2022-02-111-1/+14
* components/app: make showNotification return null on errorSimon Ser2022-02-111-21/+25
* components/app: include server ID in notification tagsSimon Ser2022-02-111-2/+2
* Add support for soju.im/readSimon Ser2022-02-113-7/+79
* Make delivery receipts follow read receiptsSimon Ser2022-02-111-0/+6
* Refactor receiptsSimon Ser2022-02-112-100/+61
* Introduce isMessageBeforeReceiptSimon Ser2022-02-113-5/+18
* components/app: introduce receiptFromMessageSimon Ser2022-02-111-2/+12
* store: debounce buffer store savesSimon Ser2022-02-111-0/+13
* Fix unread marker going backSimon Ser2022-02-111-1/+1
* components/app: make switchBuffer state changes atomicSimon Ser2022-02-111-6/+7
* components/connect-form: make the server password field password-typeddelthas2022-02-111-1/+1
* Set min node version in package.jsonSimon Ser2022-02-102-0/+6
* fix ping after reconnectДамјан Георгиевски2022-02-042-4/+6
* components/buffer-header: fix dead space above descriptionSimon Ser2022-02-041-1/+1
* components/buffer-list: remove pointless temporary variableSimon Ser2022-02-041-3/+2
* state: add bouncerNetworks helpersSimon Ser2022-02-042-8/+17
* commands: add password param to /joindelthas2022-02-023-6/+14
* commands: add comment param to /kick usageSimon Ser2022-01-311-1/+1
* lib/irc: add missing Isupport.chanModesSimon Ser2022-01-311-3/+14
* components/buffer: use browser locale for date-separatorxse2022-01-141-4/+1
* components/buffer: fix INVITE linkSimon Ser2022-01-101-5/+1
* commands: simplify /who usage stringSimon Ser2022-01-091-1/+1
* components/help: use bold for command name onlySimon Ser2022-01-091-3/+3
* components/help: remove "/" keybinding, document middle mouse clickSimon Ser2022-01-091-7/+7
* Better handle long topics on small screen sizesIsaac Freund2022-01-071-0/+3
* Display persistant command input on server bufferNoelle Leigh2021-12-212-5/+13
* state: fix prefix() call in MODE handlerSimon Ser2021-12-161-1/+1
* ci: fix deploy skipSimon Ser2021-12-161-1/+1
* Add away commandRafael Castillo2021-12-131-0/+11
* lib/irc: add CapRegistrySimon Ser2021-12-105-59/+90
* Add reconnect buttonSimon Ser2021-12-072-26/+20
* state: fix server bouncerNetIDSimon Ser2021-12-071-1/+1
* Move isBouncer props to server stateSimon Ser2021-12-075-17/+11
* Implement exponential backoff for reconnectionsSimon Ser2021-12-071-3/+40
* Refactor ISUPPORT handlingSimon Ser2021-12-077-83/+127
* lib/client: use Error objects for error eventsSimon Ser2021-12-062-24/+31
* Handle FAIL ACCOUNT_REQUIREDSimon Ser2021-12-061-3/+17
* Read nickname from RPL_WELCOMESimon Ser2021-12-061-0/+1