aboutsummaryrefslogtreecommitdiff
path: root/components/app.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* components/app: warn when username is missing for OAuth introspectionSimon Ser2024-06-251-0/+3
* components/app: fix STATUSMSG NOTICE when target buffer is closedSimon Ser2024-04-301-7/+8
* components/app: update prevReadReceipt only when switching bufferSimon Ser2024-04-251-9/+8
* Show number of highlights in window titlesitting332024-04-251-2/+24
* components/app: include bouncer network name in window titleSimon Ser2024-04-251-3/+17
* components/app: introduce updateDocumentTitle()Simon Ser2024-04-251-5/+10
* Don't mark messages as read when window is not in focussitting332024-04-251-1/+6
* components/app: split switchBuffer() and markBufferAsRead()sitting332024-04-251-23/+38
* Hide replies to our own internal WHO commandsSimon Ser2024-04-171-0/+6
* Add support for soju.im/filehostSimon Ser2024-04-161-0/+6
* components/app: throttle our focus PINGsSimon Ser2023-11-261-0/+8
* Fix ReferenceError when adding new bouncer networkSimon Ser2023-10-031-2/+2
* Show MONITOR online/offline notifications in user buffersSimon Ser2023-08-251-4/+11
* Send PING on window focusSimon Ser2023-06-231-0/+11
* Add buffer switcherSimon Ser2023-06-081-0/+20
* Keep closed buffers in storeSimon Ser2023-06-081-12/+20
* components/app: prevent multiple WHO channel commands in parallelSimon Ser2023-04-191-3/+11
* Migrate to async/awaitSimon Ser2023-04-191-83/+82
* Don't perform OAuth redirection after server meteadata errorSimon Ser2023-03-101-0/+1
* components/app: ensure msg.tags is initializedGiorgi Taba Kobakhidze2023-02-171-0/+4
* Skip regular chat message handling for infinite scrollSimon Ser2022-11-301-10/+44
* Move msg.tags fallback to clientSimon Ser2022-11-301-3/+0
* Make first server check more robust when disconnectingSimon Ser2022-11-301-1/+2
* Close settings dialog when disconnectingSimon Ser2022-11-301-2/+8
* Remove unnecessary whoChannelBuffer() callSimon Ser2022-10-231-3/+1
* Load initial members state via WHO when channel is selectedSimon Ser2022-10-231-1/+17
* Add support for OAuth 2.0 authenticationSimon Ser2022-10-141-1/+93
* components/app: switch off loading state atomicallySimon Ser2022-09-121-3/+1
* Display error in loading stateSimon Ser2022-09-121-1/+5
* Add config option to generate random nicknameSimon Ser2022-09-121-0/+8
* Remove unnecessary if in App.handleConfigSimon Ser2022-09-121-25/+23
* Disallow server.{autoconnect,auth} mismatch in config.jsonSimon Ser2022-09-121-0/+5
* Drop support for soju.im/readSimon Ser2022-09-031-2/+0
* Fix ignored MARKREAD messagesSimon Ser2022-09-031-1/+1
* Fetch read marker before backlog for user targetsSimon Ser2022-09-031-0/+6
* Limit composer lengthSimon Ser2022-08-281-0/+5
* Make use of destBuffers when fetching history.xse2022-08-221-1/+1
* Ignore RPL_CHANNEL_URLSimon Ser2022-08-221-0/+1
* components/app: don't open buffer for CTCP messagesSimon Ser2022-08-221-2/+13
* Add support for draft/read-markerSimon Ser2022-07-011-10/+6
* Support @+draft/channel-contextdelthas2022-06-281-1/+6
* Add button to enable protocol handler in settingsSimon Ser2022-06-271-1/+10
* Add a setting for seconds in timestampsSimon Ser2022-06-271-2/+8
* Add a settings dialogSimon Ser2022-06-081-2/+40
* Fix ping config lost in ConnectFormSimon Ser2022-06-081-0/+7
* components/app: switch to server buffer on close only if activeUmar Getagazov2022-06-081-1/+3
* Update webpage title when switching bufferSimon Ser2022-04-221-0/+12
* Handle CHATHISTORY messages when reaching end of batchSimon Ser2022-04-221-7/+14
* Convert remaining simple quotes to double quotesSimon Ser2022-02-261-2/+2
* components/app: fix missing semicolonsSimon Ser2022-02-211-2/+2