aboutsummaryrefslogtreecommitdiff
path: root/components (follow)
Commit message (Expand)AuthorAgeFilesLines
* components/connect-form: say 'rx' instead of 'IRC'Ferass El Hafidi2024-03-231-1/+1
* components/buffer-list: show realname as tooltipSimon Ser2024-02-202-3/+13
* components/buffer: show realname as tooltipSimon Ser2024-02-201-3/+22
* components/help: always show autocomplete keybindSimon Ser2024-02-151-3/+5
* components/help: add autocompleteSimon Ser2024-02-151-0/+3
* components/app: throttle our focus PINGsSimon Ser2023-11-261-0/+8
* components/buffer: drop duplicate MONITOR eventsSimon Ser2023-11-101-4/+7
* Fix ReferenceError when adding new bouncer networkSimon Ser2023-10-031-2/+2
* Show MONITOR online/offline notifications in user buffersSimon Ser2023-08-252-4/+24
* Send PING on window focusSimon Ser2023-06-231-0/+11
* components/switcher-form: match topics and realnamesSimon Ser2023-06-141-6/+36
* Add buffer switcherSimon Ser2023-06-082-0/+161
* components/help: fix typo for Ctrl key bindingsSimon Ser2023-06-081-1/+1
* 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
* lib/irc: add formatURLSimon Ser2023-04-192-5/+4
* 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
* components/composer: focus composer on keydown if a link is activeSimon Ser2023-01-311-2/+8
* components: Use onInput instead of onChangeJuan Cruz Orioli2023-01-107-21/+21
* 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-142-2/+96
* components/connect-form: autofocus username fieldSimon Ser2022-09-121-0/+1
* 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
* components/buffer-list: show buffers with errors in redSimon Ser2022-09-051-1/+10
* Sort lists with localeCompareNolan Prescott2022-09-051-1/+1
* 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-282-0/+6
* 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
* components/buffer: show disclaimer for +draft/channel-context messagesSimon Ser2022-06-281-0/+4
* Support @+draft/channel-contextdelthas2022-06-281-1/+6
* components/buffer-header: fix duplicate settings buttonSimon Ser2022-06-281-1/+0
* Add button to enable protocol handler in settingsSimon Ser2022-06-272-1/+40
* Add a setting for seconds in timestampsSimon Ser2022-06-273-7/+41
* components/buffer-header: print bouncer network error if anySimon Ser2022-06-091-0/+3