aboutsummaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of codeberg:emersion/gamjaRunxi Yu2024-08-151-1/+1
|\
| * lib/irc: remove stray hardcoded constantSimon Ser2024-08-131-1/+1
* | Merge branch 'master' of codeberg:emersion/gamjaRunxi Yu2024-07-252-8/+25
|\|
| * lib/client: add support for AUTHENTICATE chunkingSimon Ser2024-06-302-8/+25
* | Merge branch 'master' of https://git.sr.ht/~emersion/gamjaRunxi Yu2024-06-272-2/+11
|\|
| * Hide replies to our own internal WHO commandsSimon Ser2024-04-171-1/+6
| * lib/client: fix number of field check in RPL_WHOSPCRPLSimon Ser2024-04-171-1/+1
| * Add support for soju.im/filehostSimon Ser2024-04-161-0/+4
* | Revert "lib/client.js: hardcode username"Ferass 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