aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ci: fix deploy skipSimon Ser2021-12-161-1/+1
* Add away commandRafael Castillo2021-12-131-0/+11
* lib/irc: add CapRegistrySimon Ser2021-12-105-59/+90
* Add reconnect buttonSimon Ser2021-12-072-26/+20
* state: fix server bouncerNetIDSimon Ser2021-12-071-1/+1
* Move isBouncer props to server stateSimon Ser2021-12-075-17/+11
* Implement exponential backoff for reconnectionsSimon Ser2021-12-071-3/+40
* Refactor ISUPPORT handlingSimon Ser2021-12-077-83/+127
* lib/client: use Error objects for error eventsSimon Ser2021-12-062-24/+31
* Handle FAIL ACCOUNT_REQUIREDSimon Ser2021-12-061-3/+17
* 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