aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Auto-dismiss client error on reconnectSimon Ser2021-11-171-11/+31
* Properly handle port in irc:// URLsSimon Ser2021-11-161-2/+25
* Reword ProtocolHandlerNagger messageSimon Ser2021-11-161-2/+4
* Add UI to enable protocol handlerSimon Ser2021-11-163-0/+46
* lib/irc: fix handling for prefixes without hostSimon Ser2021-11-151-16/+16
* Store WHO list in RPL_ENDOFWHOSimon Ser2021-11-102-6/+8
* Only allow one WHO command at a timeSimon Ser2021-11-101-22/+31
* Don't stop fetching backlog on errorSimon Ser2021-11-102-3/+5
* Add support for draft/extended-monitorSimon Ser2021-11-091-0/+1
* Always insert non-chathistory messages at the endSimon Ser2021-11-091-1/+1
* Request WHO info w/ empty message list in switchBufferSimon Ser2021-11-081-11/+10
* 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