aboutsummaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "lib/client.js: hardcode username"HEADmasterFerass El Hafidi2024-04-181-1/+1
* lib/client: 'fix' error reportingFerass El Hafidi2024-03-241-4/+0
* lib/client: add delay before AUTHENTICATE <base64> and CAP ENDFerass El Hafidi2024-03-241-2/+6
* lib/client: disable batch capFerass El Hafidi2024-03-221-1/+0
* lib/client.js: hardcode usernameFerass El Hafidi2024-03-221-1/+1
* lib/irc: fix whitespace RegExp test in isURIPrefixSimon Ser2024-03-131-2/+2
* 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
* lib/linkify: add geo URI schemeSimon Ser2024-01-101-0/+1
* Upgrade linkifyjs to v4Simon Ser2024-01-102-29/+25
* lib/client: ensure server prefix is never nullSimon Ser2023-08-171-2/+4
* Migrate to async/awaitSimon Ser2023-04-191-39/+33
* lib/irc: add formatURLSimon Ser2023-04-191-0/+11
* lib/client: encode empty SASL response as "+"Simon Ser2023-03-211-1/+1
* Fix stripping hex color formattingdelthas2022-12-021-1/+23
* Move msg.tags fallback to clientSimon Ser2022-11-301-0/+3
* lib/client: unify checks for chathistory endSimon Ser2022-11-301-1/+1
* Use ratified extended-monitor cap nameSimon Ser2022-11-061-0/+1
* Add support for OAuth 2.0 authenticationSimon Ser2022-10-142-0/+116
* Drop support for soju.im/readSimon Ser2022-09-031-14/+3
* Fix draft/read-marker cap not negotiatedSimon Ser2022-09-031-0/+1
* Fetch read marker before backlog for user targetsSimon Ser2022-09-031-0/+5
* Limit composer lengthSimon Ser2022-08-281-0/+30
* Ignore RPL_CHANNEL_URLSimon Ser2022-08-221-0/+1
* Add support for draft/read-markerSimon Ser2022-07-011-0/+28
* Workaround the sad state of base64 web APIsSimon Ser2022-06-242-2/+45
* Add a settings dialogSimon Ser2022-06-081-1/+4
* Add support for bot modeSimon Ser2022-06-081-0/+4
* Handle CHATHISTORY messages when reaching end of batchSimon Ser2022-04-221-2/+2
* lib/irc: fix bound check in isHighlightSimon Ser2022-02-251-1/+1
* lib/irc: remove unnecessary non-breaking-space caseSimon Ser2022-02-251-2/+0
* lib/irc: add missing num range to alphaNum regexpSimon Ser2022-02-251-1/+1
* lib/irc: drop outdated CapRegistry TODOSimon Ser2022-02-161-1/+0
* Add support for soju.im/readSimon Ser2022-02-111-0/+1
* fix ping after reconnectДамјан Георгиевски2022-02-041-0/+2
* commands: add password param to /joindelthas2022-02-021-2/+6
* lib/irc: add missing Isupport.chanModesSimon Ser2022-01-311-3/+14
* lib/irc: add CapRegistrySimon Ser2021-12-102-48/+78
* Implement exponential backoff for reconnectionsSimon Ser2021-12-071-3/+40
* Refactor ISUPPORT handlingSimon Ser2021-12-072-63/+99
* lib/client: use Error objects for error eventsSimon Ser2021-12-061-22/+16
* 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-042-0/+32
* lib/client: add generic error handling to roundtrip()Simon Ser2021-12-042-40/+50
* lib/client: introduce IRCErrorSimon Ser2021-12-041-5/+19
* Disable debug logs in productionSimon Ser2021-12-011-2/+7
* Add support for draft/account-registrationSimon Ser2021-11-301-0/+50