aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't auto-join without prompting userSimon Ser2021-11-081-3/+14
* Add "open" URL paramSimon Ser2021-11-082-17/+64
* Ask confirmation before JOIN on irc:// link clickSimon Ser2021-11-082-11/+11
* Auto-join when adding new network on irc:// link clickSimon Ser2021-11-073-9/+72
* s/var/let/Simon Ser2021-11-071-1/+1
* Disconnect previous server on connect re-submitSimon Ser2021-11-071-0/+6
* De-duplicate nicks in folded JOIN/PART/QUIT linesSimon Ser2021-11-051-4/+4
* Keep track of channel join statusSimon Ser2021-11-053-13/+44
* Add Parcel to dev dependenciesSimon Ser2021-11-043-11/+13989
* components/buffer: show MODE target if different from buffer nameSimon Ser2021-11-031-2/+7
* lib/client: use Client.isMyNick to handle self-NICK messagesSimon Ser2021-11-031-1/+1
* Route self-NICK messages to server bufferSimon Ser2021-11-031-0/+3
* Route user MODE messages to server bufferSimon Ser2021-11-031-1/+1
* components/buffer-header: add help text for user detailsSimon Ser2021-11-031-5/+18
* Request more messages for event-playback infinite scrollingSimon Ser2021-11-031-1/+6
* lib/irc: add "fullname" to isMeaningfulRealnameSimon Ser2021-11-021-1/+1
* components/buffer-header: mark unauthenticated users as suchSimon Ser2021-11-021-0/+4
* components/buffer-header: skip account name if it matches nickSimon Ser2021-11-021-1/+5
* lib/client: fix missing account in WHOXSimon Ser2021-11-021-0/+4
* Add RPL_WELCOME to server bufferSimon Ser2021-11-022-1/+4
* Add hint in server operators buffer headerSimon Ser2021-11-012-0/+4
* Remove unnecessary irc.formatDate callSimon Ser2021-10-291-1/+1
* Upgrade http-serverSimon Ser2021-10-292-33/+128
* state: move in QUIT and NICK update logicSimon Ser2021-10-232-41/+41
* Add App.routeMessageSimon Ser2021-10-231-147/+188
* state: process RPL_NAMREPLY atomicallySimon Ser2021-10-231-9/+9
* lib/client: generalize pendingWHOIS, store list in ENDOF* messagesSimon Ser2021-10-231-14/+31
* lib/client: rename whoisDB to pendingWHOIS, garbage collectSimon Ser2021-10-231-6/+12
* lib/irc: extend parseURL to support flags and skip auth + optionsSimon Ser2021-10-202-11/+47
* gitignore: add Parcel filesSimon Ser2021-10-201-0/+3
* Add minimal Parcel integrationSimon Ser2021-10-192-1/+15
* Avoid using `export * as namespace`Simon Ser2021-10-181-1/+2
* Pretty-print RPL_LOGGEDIN and RPL_LOGGEDOUTSimon Ser2021-10-181-0/+7
* Don't add RPL_YOURHOST to server bufferSimon Ser2021-10-181-0/+1
* Don't add RPL_SASLSUCCESS to server bufferSimon Ser2021-10-181-0/+1
* Allow bouncers to set NETWORK in ISUPPORTSimon Ser2021-10-181-9/+14
* Unescape ISUPPORT valuesSimon Ser2021-10-181-1/+8
* Close buffer tabs on middle clickSimon Ser2021-10-172-1/+19
* Fallback to bouncer network host if name is unsetSimon Ser2021-10-151-1/+1
* 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