aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Make Alt+ArrowUp and Alt+ArrowDown wrap aroundSimon Ser2021-05-311-17/+16
|
* Set scrollbar styleSimon Ser2021-05-311-2/+12
|
* Order buffers by priority in Alt+aSimon Ser2021-05-312-5/+12
|
* Set enterkeyhint in composerSimon Ser2021-05-311-0/+1
|
* Hide server URL input if set in config or querySimon Ser2021-05-311-5/+12
| | | | Closes: https://todo.sr.ht/~emersion/gamja/52
* Populate server URL in fillConnectParamsSimon Ser2021-05-312-19/+19
|
* Unify connect params keysSimon Ser2021-05-312-14/+14
|
* Don't save default username/realname in local storageSimon Ser2021-05-312-3/+14
|
* Pretty-print buffer name in buffer headerSimon Ser2021-05-313-19/+24
|
* Re-fold HTML in BufferListSimon Ser2021-05-311-1/+9
|
* Print server status in header prior to RPL_MYINFOSimon Ser2021-05-311-40/+42
|
* Simplify Client.roundtrip callback argSimon Ser2021-05-311-8/+4
|
* Introduce Client.whoSimon Ser2021-05-312-1/+20
|
* Remove unused arg from Client.whoisSimon Ser2021-05-311-1/+1
|
* Add /whoSimon Ser2021-05-312-1/+12
|
* Make buffer title boldSimon Ser2021-05-311-0/+1
|
* Fix null membership on JOINSimon Ser2021-05-311-1/+1
|
* Display prefixes in member listDrew DeVault2021-05-314-4/+171
| | | | Closes: https://todo.sr.ht/~emersion/gamja/43
* Remove unnecessary if in /banSimon Ser2021-05-311-3/+0
| | | | If whois info is unavailable, the promise is rejected.
* readme: document server.ping in config sectionSimon Ser2021-05-311-3/+8
|
* Fix commas in folded NICK messagesSimon Ser2021-05-311-1/+1
|
* Fallback to first server buffer in Alt+a keybindSimon Ser2021-05-311-3/+12
| | | | Previously we switched to the server buffer for the current network.
* Init App.configSimon Ser2021-05-311-0/+1
|
* Hide composer when disconnected from serverSimon Ser2021-05-311-1/+9
|
* Ensure connect form has paddingSimon Ser2021-05-311-1/+3
| | | | Even on small screens.
* Fix Alt+h messing up all buffersSimon Ser2021-05-311-1/+1
|
* Group folded events by typeSimon Ser2021-05-311-33/+95
|
* Improve FoldGroup key and shouldComponentUpdateSimon Ser2021-05-311-2/+3
|
* Display last event time when folding messagesSimon Ser2021-05-311-1/+18
|
* Filter out PART → JOIN pairsSimon Ser2021-05-311-0/+17
|
* Fold unimportant messages togetherSimon Ser2021-05-311-27/+130
|
* Add /lusers commandDrew DeVault2021-05-291-0/+7
|
* Add /invite commandDrew DeVault2021-05-291-0/+17
|
* Add /voice, /devoiceDrew DeVault2021-05-291-26/+27
| | | | | This also generalizes the logic for these commands along with /op and /deop.
* Simplify /query usage stringSimon Ser2021-05-281-1/+1
|
* Mute date separator line color in dark themeSimon Ser2021-05-281-1/+1
|
* Add /motdSimon Ser2021-05-281-1/+8
|
* Pretty-print MOTDSimon Ser2021-05-283-1/+7
|
* Misc theme improvementsSimon Ser2021-05-281-8/+4
| | | | | - Mute unimportant messages on dark theme - Adjust button background on light theme
* Use Client.isMyNick in NOTICE/PRIVMSG handlingSimon Ser2021-05-281-2/+2
|
* Fix WHOIS DB not using case-mapping fallbackSimon Ser2021-05-281-1/+2
| | | | | In case the server advertises an unsupported case-mapping, we have a fallback.
* Unregister PING timer when destroying clientSimon Ser2021-05-282-5/+20
|
* Ensure msg.prefix is always populatedSimon Ser2021-05-281-0/+6
|
* Fix TypeError in isHighlightSimon Ser2021-05-281-1/+2
| | | | TypeError: msg.prefix is null
* composer: turn off browser autocompleteDrew DeVault2021-05-281-1/+9
|
* Implement case-mapping for buffers and message handlerSimon Ser2021-05-272-12/+24
|
* Add /ban, /kickban commandsDrew DeVault2021-05-271-13/+57
|
* Add /whois commandDrew DeVault2021-05-273-0/+54
| | | | | This also rigs up some helpers in Client for handling the whois response, which I will use for /ban and /quiet and such shortly.
* Add /op, /deop commandsDrew DeVault2021-05-271-0/+34
|
* style: minor adjustment to buttonsDrew DeVault2021-05-271-3/+5
| | | | This makes the borders appear more uniform within the buffer header.