aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* docs/setup: proxy pass host header to websocket serverÁngel Castañeda2024-03-191-0/+1
* lib/irc: fix whitespace RegExp test in isURIPrefixSimon Ser2024-03-131-2/+2
* Prevent zalgo in IRC messagesMartijn Braam2024-03-121-0/+1
* lib/irc: fix assignment to undefined variable in isURIPrefixSimon Ser2024-03-071-1/+1
* lib/irc: fix whitespace split in isURIPrefixSimon Ser2024-03-071-3/+5
* lib/irc: ignore highlights in URLsSimon Ser2024-03-021-1/+25
* lib/client: print raw messages in debug modeSimon Ser2024-03-011-4/+7
* components/buffer-list: show realname as tooltipSimon Ser2024-02-202-3/+13
* components/buffer: show realname as tooltipSimon Ser2024-02-201-3/+22
* commands: drop unvoiceSimon Ser2024-02-151-5/+0
* components/help: always show autocomplete keybindSimon Ser2024-02-151-3/+5
* components/help: add autocompleteSimon Ser2024-02-151-0/+3
* Pin preact to v10.17.1Simon Ser2024-01-102-2/+2
* lib/linkify: add geo URI schemeSimon Ser2024-01-101-0/+1
* Upgrade linkifyjs to v4Simon Ser2024-01-104-34/+30
* Upgrade dependenciesSimon Ser2024-01-101-472/+552
* doc/config-file: indicate where errors are loggedSimon Ser2024-01-071-0/+5
* Downgrade preact to 10.17.1Simon Ser2023-11-291-3/+3
* Downgrade preact to 10.18.2Simon Ser2023-11-281-3/+3
* Upgrade dependenciesSimon Ser2023-11-261-668/+742
* components/app: throttle our focus PINGsSimon Ser2023-11-261-0/+8
* doc/setup: add kimchi instructionsSimon Ser2023-11-121-0/+14
* doc/setup: improve gamja config instructions for webircgatewaySimon Ser2023-11-121-2/+4
* Move docs to a separate directorySimon Ser2023-11-124-106/+116
* components/buffer: drop duplicate MONITOR eventsSimon Ser2023-11-101-4/+7
* Set targets.default.context in package.jsonSimon Ser2023-10-211-0/+1
* 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
* state: simplify MONITOR reply handlingSimon Ser2023-08-251-10/+1
* Upgrade dependenciesSimon Ser2023-08-171-2594/+1381
* lib/client: ensure server prefix is never nullSimon Ser2023-08-171-2/+4
* 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-084-3/+202
* components/help: fix typo for Ctrl key bindingsSimon Ser2023-06-081-1/+1
* store: fix undefined UnreadSimon Ser2023-06-081-1/+1
* Keep closed buffers in storeSimon Ser2023-06-082-13/+28
* state: handle WHO replies in bulkSimon Ser2023-04-191-17/+22
* components/app: prevent multiple WHO channel commands in parallelSimon Ser2023-04-191-3/+11
* Migrate to async/awaitSimon Ser2023-04-193-131/+123
* lib/irc: add formatURLSimon Ser2023-04-194-16/+18
* Upgrade dependenciesSimon Ser2023-04-041-898/+943
* store: fix clearing buffers for a specific serverSimon Ser2023-04-041-1/+1
* store: protect against dup buffersSimon Ser2023-04-041-0/+6
* store: stop matching server URL and nickSimon Ser2023-04-041-5/+1
* lib/client: encode empty SASL response as "+"Simon Ser2023-03-211-1/+1
* readme: document default for server.url in config.jsonSimon Ser2023-03-131-1/+1
* 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