aboutsummaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid sending empty MONITOR command on startupSimon Ser2021-08-301-1/+1
* Add support for MONITORSimon Ser2021-08-242-1/+51
* lib/client: fix caps with equal sign in valueSimon Ser2021-07-041-6/+6
* Handle RPL_INVITINGSimon Ser2021-06-241-0/+1
* Treat server broadcasts as highlightsSimon Ser2021-06-231-0/+7
* lib/client: reject Client.roundtrip promise on disconnectSimon Ser2021-06-211-2/+17
* lib/linkify: stop using RegExp indicesdelthas2021-06-201-3/+4
* Add irc.forEachChannelModeUpdate helperSimon Ser2021-06-111-0/+47
* Don't try to reconnect if the network is downSimon Ser2021-06-111-5/+15
* Add /quiet and /unquietSimon Ser2021-06-111-0/+3
* s/var/let/Simon Ser2021-06-104-124/+125
* Make Client.roundtripChatHistory return an array of messagesSimon Ser2021-06-101-7/+7
* Make Client.fetchBatch more reliableSimon Ser2021-06-101-6/+17
* lib/client: fix batch cleanupSimon Ser2021-06-101-1/+1
* Switch to server buffer on server name clickSimon Ser2021-06-101-0/+4
* lib/client: set a default server prefixSimon Ser2021-06-101-16/+5
* lib/client: gracefully handle null in isMyNick/isChannelSimon Ser2021-06-101-0/+6
* lib/client: always populate prefix for incoming messagesSimon Ser2021-06-101-0/+8
* lib/linkify: add comma to punctuation in channel regexSimon Ser2021-06-091-1/+1
* Route channel mode and invite/except list to channel bufferSimon Ser2021-06-071-0/+6
* Don't match punctuation suffix when linkifying channelsSimon Ser2021-06-061-4/+4
* Add case-mapping support to irc.isHighlightSimon Ser2021-06-061-4/+6
* Add support for labeled-responseSimon Ser2021-06-042-5/+42
* Add support for draft/event-playbackSimon Ser2021-06-042-0/+13
* Use ISUPPORT CHANTYPES in Client.isChannelSimon Ser2021-06-042-3/+3
* Introduce State.handleMessageSimon Ser2021-06-041-0/+5
* Add support for STATUSMSGSimon Ser2021-06-031-3/+2
* lib/irc: rename IRC prefix utilitiesSimon Ser2021-06-031-5/+6
* Add support for incoming INVITE messagesSimon Ser2021-06-031-0/+1
* Add support for /ban without argumentSimon Ser2021-06-031-0/+2
* Add support for CHATHISTORY TARGETSSimon Ser2021-06-021-0/+18
* Use RegExp match indices in linkifyChannelSimon Ser2021-06-011-4/+4
* Linkify channel namesTom Lebreux2021-06-011-3/+39
* Simplify Client.roundtrip callback argSimon Ser2021-05-311-8/+4
* Introduce Client.whoSimon Ser2021-05-311-0/+19
* Remove unused arg from Client.whoisSimon Ser2021-05-311-1/+1
* Display prefixes in member listDrew DeVault2021-05-311-0/+21
* Pretty-print MOTDSimon Ser2021-05-281-0/+2
* Fix WHOIS DB not using case-mapping fallbackSimon Ser2021-05-281-1/+2
* Unregister PING timer when destroying clientSimon Ser2021-05-281-0/+18
* Ensure msg.prefix is always populatedSimon Ser2021-05-281-0/+6
* Fix TypeError in isHighlightSimon Ser2021-05-281-1/+2
* Implement case-mapping for buffers and message handlerSimon Ser2021-05-271-0/+4
* Add /whois commandDrew DeVault2021-05-272-0/+43
* lib/client: add Client.cmSimon Ser2021-05-272-1/+22
* lib/irc: add case-mapping primitivesSimon Ser2021-05-271-1/+164
* Downgrade IRC network logging to debug levelSimon Ser2021-05-271-2/+2
* Add support for IRCv3 setnameSimon Ser2021-05-251-1/+4
* Add vendor prefix to bouncer-networks BATCH typeSimon Ser2021-05-251-1/+1
* Add support for the soju.im/bouncer-networks-notify capSimon Ser2021-05-251-0/+4