aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* lib/irc: "unknown" is not a meaningful realnameSimon Ser2021-10-151-1/+1
* Use ISUPPORT NETWORK if user hasn't specified custom nameSimon Ser2021-10-151-8/+9
* Use linkifyjs moduleSimon Ser2021-10-143-16/+13
* Handle IRC URLs without channel nameSimon Ser2021-10-132-5/+5
* Open dialog to create new network on IRC URL clickSimon Ser2021-10-132-8/+16
* Handle click on irc:// channel URLs inside buffersSimon Ser2021-10-133-28/+72
* Switch from anchorme to linkifyjsSimon Ser2021-10-135-57/+75
* readme: mention server.ping when server doesn't send PINGsSimon Ser2021-10-121-3/+3
* Add support for SASL EXTERNALSimon Ser2021-10-124-7/+22
* Allow revealing server field with ?serverSimon Ser2021-10-091-1/+5
* Add nick to config.jsonSimon Ser2021-10-092-0/+5
* Add autoconnect to config.jsonSimon Ser2021-10-092-0/+6
* Don't allow overriding server URL if set in config.jsonSimon Ser2021-10-091-2/+2
* Inherit from default connectParams in handleConfigSimon Ser2021-10-091-10/+4
* Add more type checks for config.jsonSimon Ser2021-10-091-2/+4
* lib/client: handle MONITOR without value in ISUPPORTSimon Ser2021-10-071-1/+5
* components/buffer: pretty-print RPL_CHANNELMODEIS and RPL_CREATIONTIMESimon Ser2021-10-062-1/+8
* components/buffer: add RPL_UMODEIS pretty-printingSimon Ser2021-10-052-0/+9
* Clear autojoin when loading autoconnectSimon Ser2021-09-211-0/+1
* Auto-join previous channels on reconnectSimon Ser2021-09-211-11/+23
* Upgrade dependenciesSimon Ser2021-09-212-64/+41
* Narrow down syncBufferUnread to new buffersSimon Ser2021-09-211-1/+5
* Send WHO queries for saved user buffers after ISUPPORTSimon Ser2021-09-211-9/+12
* Drop dangling var keywordSimon Ser2021-09-211-1/+1
* Hide meaningless real namesSimon Ser2021-09-213-2/+21
* Fix duplicate declaration in State.handleMessageSimon Ser2021-09-211-1/+1
* Query WHO when switching to a user buffer without infoSimon Ser2021-09-211-0/+5
* Add support for WHOXSimon Ser2021-09-214-17/+105
* Display account nameSimon Ser2021-09-212-3/+11
* Add support for account-notifySimon Ser2021-09-213-0/+9
* Add tooltip with full date to timestamp componentSimon Ser2021-09-211-1/+8
* Add support for extended-joinSimon Ser2021-09-213-2/+23
* Display username/hostname in member listSimon Ser2021-09-212-0/+10
* Update user username/hostname on JOINSimon Ser2021-09-211-3/+15
* Update user on QUIT and NICKSimon Ser2021-09-212-2/+20
* Introduce per-server user mapSimon Ser2021-09-213-40/+49
* Add State.create()Simon Ser2021-09-212-3/+8
* lib/irc: drop CRLF for outgoing messagesSimon Ser2021-09-181-1/+0
* Fix double space introduced before last paramHubert Hirtz2021-09-171-1/+3
* store: fix undefined load call in Buffer.clearSimon Ser2021-09-131-1/+1
* lib/irc: fix formatMessage when last arg starts with colonSimon Ser2021-09-081-1/+1
* lib/client: error out on unsupported WebSocket data typeSimon Ser2021-09-061-1/+8
* lib/client: remove WebSocket error event handlerSimon Ser2021-09-061-4/+9
* Get rid of a wild var keywordSimon Ser2021-09-061-1/+1
* Add support for chghostSimon Ser2021-09-062-0/+10
* lib/irc: only add colon to trailing arg when necessarySimon Ser2021-09-061-4/+7
* Don't show unread marker for outgoing messagesSimon Ser2021-08-301-1/+9
* Avoid sending empty MONITOR command on startupSimon Ser2021-08-301-1/+1
* Update buffer store when marking all buffers as readSimon Ser2021-08-251-0/+9
* Narrow down syncBufferUnread call to self-JOINSimon Ser2021-08-251-3/+3