aboutsummaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-25lib/irc: remove unnecessary non-breaking-space caseSimon Ser1-2/+0
2022-02-25lib/irc: add missing num range to alphaNum regexpSimon Ser1-1/+1
2022-02-21components/app: fix missing semicolonsSimon Ser1-2/+2
2022-02-18store: save buffer state when user navigates awaySimon Ser1-1/+8
2022-02-16lib/irc: drop outdated CapRegistry TODOSimon Ser1-1/+0
2022-02-13Refactor backlog fetching into functionSimon Ser1-35/+45
2022-02-13Prevent hole in history when reconnectingSimon Ser1-1/+10
2022-02-12Update stored unread status on READ messageSimon Ser1-6/+9
2022-02-12store: add note about comparison in Buffer.putSimon Ser1-0/+2
2022-02-12state: add isReceiptBeforeSimon Ser2-8/+18
2022-02-12keybindings: fix error on alt+hSimon Ser3-17/+19
2022-02-11components/app: move lastErrorID declaration downSimon Ser1-2/+2
2022-02-11components/app: stop updating prevReadReceipt on READ messageSimon Ser1-6/+5
2022-02-11store: fix no-op read receipt update detectionSimon Ser1-1/+1
2022-02-11Don't fetch backlog before read receiptSimon Ser1-1/+9
2022-02-11components/app: introduce getReceiptSimon Ser1-6/+12
2022-02-11components/app: close notifications when receiving READ messageSimon Ser1-0/+8
2022-02-11components/app: close notifications when switching bufferSimon Ser1-1/+14
2022-02-11components/app: make showNotification return null on errorSimon Ser1-21/+25
2022-02-11components/app: include server ID in notification tagsSimon Ser1-2/+2
2022-02-11Add support for soju.im/readSimon Ser3-7/+79
2022-02-11Make delivery receipts follow read receiptsSimon Ser1-0/+6
2022-02-11Refactor receiptsSimon Ser2-100/+61
2022-02-11Introduce isMessageBeforeReceiptSimon Ser3-5/+18
2022-02-11components/app: introduce receiptFromMessageSimon Ser1-2/+12
2022-02-11store: debounce buffer store savesSimon Ser1-0/+13
2022-02-11Fix unread marker going backSimon Ser1-1/+1
2022-02-11components/app: make switchBuffer state changes atomicSimon Ser1-6/+7
2022-02-11components/connect-form: make the server password field password-typeddelthas1-1/+1
2022-02-10Set min node version in package.jsonSimon Ser2-0/+6
2022-02-04fix ping after reconnectДамјан Георгиевски2-4/+6
2022-02-04components/buffer-header: fix dead space above descriptionSimon Ser1-1/+1
2022-02-04components/buffer-list: remove pointless temporary variableSimon Ser1-3/+2
2022-02-04state: add bouncerNetworks helpersSimon Ser2-8/+17
2022-02-02commands: add password param to /joindelthas3-6/+14
2022-01-31commands: add comment param to /kick usageSimon Ser1-1/+1
2022-01-31lib/irc: add missing Isupport.chanModesSimon Ser1-3/+14
2022-01-14components/buffer: use browser locale for date-separatorxse1-4/+1
2022-01-10components/buffer: fix INVITE linkSimon Ser1-5/+1
2022-01-09commands: simplify /who usage stringSimon Ser1-1/+1
2022-01-09components/help: use bold for command name onlySimon Ser1-3/+3
2022-01-09components/help: remove "/" keybinding, document middle mouse clickSimon Ser1-7/+7
2022-01-07Better handle long topics on small screen sizesIsaac Freund1-0/+3
2021-12-21Display persistant command input on server bufferNoelle Leigh2-5/+13
2021-12-16state: fix prefix() call in MODE handlerSimon Ser1-1/+1
2021-12-16ci: fix deploy skipSimon Ser1-1/+1
2021-12-13Add away commandRafael Castillo1-0/+11
2021-12-10lib/irc: add CapRegistrySimon Ser5-59/+90
2021-12-07Add reconnect buttonSimon Ser2-26/+20
2021-12-07state: fix server bouncerNetIDSimon Ser1-1/+1