aboutsummaryrefslogtreecommitdiff
path: root/components (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-12components/app: switch off loading state atomicallySimon Ser1-3/+1
2022-09-12Display error in loading stateSimon Ser1-1/+5
2022-09-12Add config option to generate random nicknameSimon Ser2-1/+10
2022-09-12Remove unnecessary if in App.handleConfigSimon Ser1-25/+23
2022-09-12Disallow server.{autoconnect,auth} mismatch in config.jsonSimon Ser1-0/+5
2022-09-05components/buffer-list: show buffers with errors in redSimon Ser2-1/+13
2022-09-05Sort lists with localeCompareNolan Prescott2-2/+2
2022-09-03Drop support for soju.im/readSimon Ser2-16/+3
2022-09-03Fix draft/read-marker cap not negotiatedSimon Ser1-0/+1
2022-09-03Fix ignored MARKREAD messagesSimon Ser1-1/+1
2022-09-03Fetch read marker before backlog for user targetsSimon Ser2-0/+11
2022-08-28Limit composer lengthSimon Ser3-0/+36
2022-08-22Make use of destBuffers when fetching history.xse1-1/+1
2022-08-22Ignore RPL_CHANNEL_URLSimon Ser2-0/+2
2022-08-22components/app: don't open buffer for CTCP messagesSimon Ser1-2/+13
2022-07-11Update dependenciesSimon Ser1-1049/+1072
2022-07-09ci: deploy to new serverSimon Ser1-2/+2
2022-07-08ci: fix deploy hostSimon Ser1-1/+1
2022-07-01Add support for draft/read-markerSimon Ser2-10/+34
2022-07-01Use monospace on <input> tooArik1-0/+2
2022-06-28components/buffer: show disclaimer for +draft/channel-context messagesSimon Ser1-0/+4
2022-06-28Support @+draft/channel-contextdelthas1-1/+6
2022-06-28components/buffer-header: fix duplicate settings buttonSimon Ser1-1/+0
2022-06-27Fix invalid relative importSimon Ser1-1/+1
2022-06-27Add button to enable protocol handler in settingsSimon Ser3-1/+48
2022-06-27Add a setting for seconds in timestampsSimon Ser4-7/+45
2022-06-24Workaround the sad state of base64 web APIsSimon Ser2-2/+45
2022-06-14Upgrade dependenciesSimon Ser1-2019/+1746
2022-06-09components/buffer-header: print bouncer network error if anySimon Ser1-0/+3
2022-06-08Add a settings dialogSimon Ser7-20/+143
2022-06-08Fix ping config lost in ConnectFormSimon Ser1-0/+7
2022-06-08components/app: switch to server buffer on close only if activeUmar Getagazov1-1/+3
2022-06-08Add support for bot modeSimon Ser3-0/+12
2022-04-22components/scroll-manager: don't crash when Buffer is emptySimon Ser1-0/+3
2022-04-22store: use lower-case for buffer keysSimon Ser1-2/+3
2022-04-22Update webpage title when switching bufferSimon Ser1-0/+12
2022-04-22Handle CHATHISTORY messages when reaching end of batchSimon Ser2-9/+16
2022-04-14commands: fix TypeError in kickbanSimon Ser1-15/+17
2022-02-26Upgrade dependenciesSimon Ser1-10977/+1384
2022-02-26Convert remaining simple quotes to double quotesSimon Ser3-4/+4
2022-02-25lib/irc: fix bound check in isHighlightSimon Ser1-1/+1
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