aboutsummaryrefslogtreecommitdiff
path: root/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix config.json relative pathSimon Ser2021-05-261-1/+1
| | | | The path should be relative to index.html, not the JS file.
* Read auto-join channels from browser URL hashSimon Ser2021-05-261-0/+4
| | | | This is easier to type than trying to escape the # in ?channels=#XXX.
* Introduce store helperSimon Ser2021-05-262-30/+16
| | | | | | | | Responsible for serializing/deserializing data to be saved in localStorage. Add a prefix to all localStorage entries to avoid conflicts with other webapps. Stop guarding against localStorage not existing, browsers can just implement a dumb interface to disable it.
* Add support for IRCv3 setnameSimon Ser2021-05-251-0/+6
|
* Ignore BOUNCER NETWORK messages if we're already bound to a networkSimon Ser2021-05-251-0/+6
|
* Display bouncer network statusSimon Ser2021-05-252-3/+23
|
* Add support for the soju.im/bouncer-networks-notify capSimon Ser2021-05-251-19/+46
|
* Fix close() for bouncer networksSimon Ser2021-05-251-3/+30
|
* Add UI to edit/delete a networkSimon Ser2021-05-253-39/+136
|
* Add UI to add a new bouncer networkSimon Ser2021-05-254-6/+136
|
* Indent channels and nicks in buffer listSimon Ser2021-05-251-5/+6
|
* Add support for the soju.im/bouncer-networks extensionSimon Ser2021-05-252-15/+46
|
* Fix TypeError in handleBufferScrollTopSimon Ser2021-05-251-1/+1
| | | | | | Fixes the following: TypeError: client is undefined
* Clear local storage when clicking "Disconnect"Simon Ser2021-05-251-0/+4
|
* Only switch to autojoin channel onceSimon Ser2021-05-251-2/+7
|
* Add support for config fileSimon Ser2021-05-251-26/+66
| | | | Closes: https://todo.sr.ht/~emersion/gamja/20
* Use ISUPPORT CHATHISTORY to discover max page sizeSimon Ser2021-05-111-1/+1
|
* Parse ISUPPORT tokens in clientSimon Ser2021-05-111-4/+1
|
* Fix TypeError in App.render()Simon Ser2021-05-101-1/+1
| | | | | | Fixes the following error: Uncaught (in promise) TypeError: activeBuffer is undefined
* Remove client from map on disconnectSimon Ser2021-03-101-0/+1
|
* Display error popup on FAILSimon Ser2021-03-091-0/+5
|
* Add some space between error message and close buttonSimon Ser2021-03-091-3/+2
|
* Break long tag attributes on multiple linesSimon Ser2021-03-091-7/+38
| | | | Makes that stuff more readable.
* Rename Connect/Join to ConnectForm/JoinFormSimon Ser2021-03-093-6/+6
|
* Cleanup compareBuffersSimon Ser2021-03-091-18/+12
|
* Only switch buffer on connect if there's no active bufferSimon Ser2021-03-091-1/+3
|
* Fix whitespace issuesSimon Ser2021-03-091-11/+11
|
* Remove unused DEFAULT_NETWORK constantSimon Ser2021-03-081-2/+0
|
* Add help section for commandsSimon Ser2021-03-082-1/+23
|
* Add help dialog with keybindings referenceSimon Ser2021-03-082-0/+48
|
* Add dialog for join formSimon Ser2021-03-083-6/+134
|
* Extract error message popupSimon Ser2021-03-081-3/+8
|
* Display server messages in server bufferSimon Ser2021-03-081-1/+5
| | | | References: https://todo.sr.ht/~emersion/gamja/21
* Fix buffer not removed in close()Simon Ser2021-03-031-1/+1
|
* Log errors to console on command failureSimon Ser2021-03-031-0/+1
|
* Fix TypeError when clicking on nick in bufferSimon Ser2021-03-031-1/+2
|
* Make all resource paths relativeSimon Ser2021-03-028-32/+36
| | | | Closes: https://todo.sr.ht/~emersion/gamja/17
* Fix server URL field not auto-populatedSimon Ser2021-03-021-1/+1
|
* Fix messages in current buffer not marked as readSimon Ser2021-03-021-2/+2
|
* Improve scroll position save/restore mechanismSimon Ser2021-03-023-27/+30
|
* Move join button to buffer headerSimon Ser2021-03-022-9/+10
|
* Fix undefined CHATHISTORY_PAGE_SIZESimon Ser2021-01-231-4/+2
|
* Use buffer ID in BufferItem.onBufferClickSimon Ser2021-01-222-3/+3
|
* Harmonise client connection paramsSimon Ser2021-01-222-11/+4
|
* Move chat history operations into ClientSimon Ser2021-01-221-54/+2
|
* Move auto-reconnect logic into ClientSimon Ser2021-01-221-46/+10
|
* Keep track of client status in ClientSimon Ser2021-01-222-20/+24
|
* Multiple clients per appSimon Ser2021-01-221-37/+57
|
* Use buffer IDs in endOfHistorySimon Ser2021-01-221-3/+3
|
* Fix composer not hidden in server bufferSimon Ser2021-01-221-1/+1
|