aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Read nickname from RPL_WELCOMESimon Ser2021-12-061-0/+1
* Add Client.join, show join errors in popupSimon Ser2021-12-043-2/+36
* lib/client: add generic error handling to roundtrip()Simon Ser2021-12-042-40/+50
* lib/client: introduce IRCErrorSimon Ser2021-12-041-5/+19
* Update channel join status when kickedSimon Ser2021-12-041-1/+4
* components/buffer-header: fix missing "join" button for parted channelSimon Ser2021-12-031-4/+4
* Disable debug logs in productionSimon Ser2021-12-013-2/+23
* Add usage message to development serverSimon Ser2021-12-012-3/+22
* Add custom developement serverSimon Ser2021-12-014-336/+217
* Mark auth dialog as loadingSimon Ser2021-11-301-15/+23
* Mark register/verify dialogs as loadingSimon Ser2021-11-302-5/+36
* Show "Manage network" even if upstream is disconnectedSimon Ser2021-11-301-0/+2
* Add link to verify account next to VERIFICATION_REQUIRED messageSimon Ser2021-11-302-3/+20
* Add support for draft/account-registrationSimon Ser2021-11-306-13/+278
* Improve noscript UI appearanceDrew DeVault2021-11-292-1/+8
* Linkify error messagesSimon Ser2021-11-292-2/+3
* Clear channel joined field when disconnectedSimon Ser2021-11-291-1/+16
* components/buffer-header: hide action buttons when disconnectedSimon Ser2021-11-291-27/+45
* components/member-list: re-render on State.users updateSimon Ser2021-11-281-2/+4
* Dim away users in member listSimon Ser2021-11-282-1/+10
* Add embedded Content-Security-PolicySimon Ser2021-11-271-0/+1
* readme: add nginx file server directiveSimon Ser2021-11-271-0/+4
* components/connect-form: replace auto-join text field with checkboxSimon Ser2021-11-271-28/+21
* Ignore RPL_AWAYSimon Ser2021-11-232-0/+2
* Add post-connect UI to login via SASLSimon Ser2021-11-214-3/+120
* lib/client: make authenticate() return a promiseSimon Ser2021-11-211-19/+32
* lib/client: send BOUNCER BIND and CAP END immediatelySimon Ser2021-11-211-27/+24
* lib/client: catch handleMessage errorsSimon Ser2021-11-211-1/+9
* lib/client: always request sasl cap when availableSimon Ser2021-11-211-10/+9
* lib/client: don't disconnect on SASL error if registeredSimon Ser2021-11-211-1/+3
* lib/client: remove one roundtrip during SASL authSimon Ser2021-11-211-26/+29
* state: add account to serverSimon Ser2021-11-211-0/+5
* lib/client: don't error out if SASL isn't available on RPL_WELCOMESimon Ser2021-11-191-1/+3
* commands: Add LIST commandCara Salter2021-11-181-0/+8
* Avoid inline script in index.htmlSimon Ser2021-11-172-6/+5
* ci: fix deploy branch check again, exclude config.jsonSimon Ser2021-11-171-2/+3
* ci: fix deploy branch checkSimon Ser2021-11-171-1/+1
* ci: add deploy taskSimon Ser2021-11-171-0/+8
* ci: add .build.ymlSimon Ser2021-11-171-0/+10
* readme: add link to IRC channelSimon Ser2021-11-171-1/+2
* Auto-dismiss client error on reconnectSimon Ser2021-11-171-11/+31
* Properly handle port in irc:// URLsSimon Ser2021-11-161-2/+25
* Reword ProtocolHandlerNagger messageSimon Ser2021-11-161-2/+4
* Add UI to enable protocol handlerSimon Ser2021-11-163-0/+46
* lib/irc: fix handling for prefixes without hostSimon Ser2021-11-151-16/+16
* Store WHO list in RPL_ENDOFWHOSimon Ser2021-11-102-6/+8
* Only allow one WHO command at a timeSimon Ser2021-11-101-22/+31
* Don't stop fetching backlog on errorSimon Ser2021-11-102-3/+5
* Add support for draft/extended-monitorSimon Ser2021-11-091-0/+1
* Always insert non-chathistory messages at the endSimon Ser2021-11-091-1/+1