aboutsummaryrefslogtreecommitdiff
path: root/components/buffer-header.js (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-30Make first server check more robust when disconnectingSimon Ser1-1/+2
2022-11-30Close settings dialog when disconnectingSimon Ser1-2/+8
2022-11-30lib/client: unify checks for chathistory endSimon Ser1-1/+1
2022-11-06Use ratified extended-monitor cap nameSimon Ser1-0/+1
2022-10-23Remove unnecessary whoChannelBuffer() callSimon Ser1-3/+1
2022-10-23Load initial members state via WHO when channel is selectedSimon Ser2-1/+18
2022-10-14Add support for OAuth 2.0 authenticationSimon Ser5-4/+228
2022-09-18Upgrade dependenciesSimon Ser1-1101/+1110
2022-09-12components/connect-form: autofocus username fieldSimon Ser1-0/+1
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