aboutsummaryrefslogtreecommitdiff
path: root/components (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-07state: fix server bouncerNetIDSimon Ser1-1/+1
2021-12-07Move isBouncer props to server stateSimon Ser5-17/+11
2021-12-07Implement exponential backoff for reconnectionsSimon Ser1-3/+40
2021-12-07Refactor ISUPPORT handlingSimon Ser7-83/+127
2021-12-06lib/client: use Error objects for error eventsSimon Ser2-24/+31
2021-12-06Handle FAIL ACCOUNT_REQUIREDSimon Ser1-3/+17
2021-12-06Read nickname from RPL_WELCOMESimon Ser1-0/+1
2021-12-04Add Client.join, show join errors in popupSimon Ser3-2/+36
2021-12-04lib/client: add generic error handling to roundtrip()Simon Ser2-40/+50
2021-12-04lib/client: introduce IRCErrorSimon Ser1-5/+19
2021-12-04Update channel join status when kickedSimon Ser1-1/+4
2021-12-03components/buffer-header: fix missing "join" button for parted channelSimon Ser1-4/+4
2021-12-01Disable debug logs in productionSimon Ser3-2/+23
2021-12-01Add usage message to development serverSimon Ser2-3/+22
2021-12-01Add custom developement serverSimon Ser4-336/+217
2021-11-30Mark auth dialog as loadingSimon Ser1-15/+23
2021-11-30Mark register/verify dialogs as loadingSimon Ser2-5/+36
2021-11-30Show "Manage network" even if upstream is disconnectedSimon Ser1-0/+2
2021-11-30Add link to verify account next to VERIFICATION_REQUIRED messageSimon Ser2-3/+20
2021-11-30Add support for draft/account-registrationSimon Ser6-13/+278
2021-11-29Improve noscript UI appearanceDrew DeVault2-1/+8
2021-11-29Linkify error messagesSimon Ser2-2/+3
2021-11-29Clear channel joined field when disconnectedSimon Ser1-1/+16
2021-11-29components/buffer-header: hide action buttons when disconnectedSimon Ser1-27/+45
2021-11-28components/member-list: re-render on State.users updateSimon Ser1-2/+4
2021-11-28Dim away users in member listSimon Ser2-1/+10
2021-11-27Add embedded Content-Security-PolicySimon Ser1-0/+1
2021-11-27readme: add nginx file server directiveSimon Ser1-0/+4
2021-11-27components/connect-form: replace auto-join text field with checkboxSimon Ser1-28/+21
2021-11-23Ignore RPL_AWAYSimon Ser2-0/+2
2021-11-21Add post-connect UI to login via SASLSimon Ser4-3/+120
2021-11-21lib/client: make authenticate() return a promiseSimon Ser1-19/+32
2021-11-21lib/client: send BOUNCER BIND and CAP END immediatelySimon Ser1-27/+24
2021-11-21lib/client: catch handleMessage errorsSimon Ser1-1/+9
2021-11-21lib/client: always request sasl cap when availableSimon Ser1-10/+9
2021-11-21lib/client: don't disconnect on SASL error if registeredSimon Ser1-1/+3
2021-11-21lib/client: remove one roundtrip during SASL authSimon Ser1-26/+29
2021-11-21state: add account to serverSimon Ser1-0/+5
2021-11-19lib/client: don't error out if SASL isn't available on RPL_WELCOMESimon Ser1-1/+3
2021-11-18commands: Add LIST commandCara Salter1-0/+8
2021-11-17Avoid inline script in index.htmlSimon Ser2-6/+5
2021-11-17ci: fix deploy branch check again, exclude config.jsonSimon Ser1-2/+3
2021-11-17ci: fix deploy branch checkSimon Ser1-1/+1
2021-11-17ci: add deploy taskSimon Ser1-0/+8