aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix unclickable nick in NICK messageSimon Ser2020-06-251-1/+1
|
* Make nick links clickableSimon Ser2020-06-252-9/+36
|
* Add missing buffer-header.jsSimon Ser2020-06-251-0/+20
|
* Add buffer headerSimon Ser2020-06-252-12/+53
| | | | Only for channels for now
* Linkify messagesSimon Ser2020-06-255-3/+41
|
* Fix buffer and buffer list paddingSimon Ser2020-06-252-8/+13
|
* Fix buffer list overflowSimon Ser2020-06-251-1/+1
|
* Change buffer list styleSimon Ser2020-06-251-8/+14
|
* Hide CAP and AUTHENTICATE messages in server bufferSimon Ser2020-06-251-0/+4
|
* Save and restore buffer scroll positionSimon Ser2020-06-252-3/+83
|
* Break long words in bufferSimon Ser2020-06-241-0/+1
|
* Set default connect params in App constructorSimon Ser2020-06-242-40/+46
| | | | Fixes default params not populated in Connect component.
* Fix TypeError when auto-filling server URLSimon Ser2020-06-241-1/+1
|
* Fix unread indicator not showing upSimon Ser2020-06-241-3/+3
|
* Store message date in addMessageSimon Ser2020-06-242-6/+13
|
* Mark buffers as unread on new messageSimon Ser2020-06-244-23/+64
|
* Make setBufferState merge the new state with the prev oneSimon Ser2020-06-241-12/+10
|
* Remove disconnect()Simon Ser2020-06-241-8/+1
|
* Implement /closeSimon Ser2020-06-241-0/+16
|
* Add isChannelSimon Ser2020-06-242-2/+8
|
* Fix missing channel name in setBufferState callSimon Ser2020-06-241-1/+1
|
* Add <noscript> messageSimon Ser2020-06-241-1/+4
| | | | Avoids a blank page when JS is disabled.
* Reset buffers on disconnectSimon Ser2020-06-241-1/+5
|
* readme: extend copyright holderSimon Ser2020-06-241-1/+1
|
* readme: add usageSimon Ser2020-06-241-0/+7
|
* Switch to reactSimon Ser2020-06-2411-538/+734
| | | | | Under the hood, preact is used to reduce dependency size. We still don't have a build stage, so htm is used instead of JSX.
* Remove assets/Simon Ser2020-06-245-4/+4
|
* Fix empty buffers on switchSimon Ser2020-06-241-0/+2
| | | | Fixes: c6f9aae84c2b ("Fix TypeError when sending message")
* Introduce Client classSimon Ser2020-06-233-564/+612
|
* Mark package as privateSimon Ser2020-06-231-1/+2
|
* Fix TypeError when sending messageSimon Ser2020-06-211-1/+4
|
* irc: Strip lone backslashes from tag valuesHubert Hirtz2020-06-181-0/+3
| | | | | | | | | | According to the message-tags spec: > If a lone \ exists at the end of an escaped value (with no escape > character following it), then there SHOULD be no output character. For > example, the escaped value test\ should unescape to test. https://ircv3.net/specs/extensions/message-tags
* Switch to ES6 importsSimon Ser2020-06-143-36/+39
|
* Add dev serverSimon Ser2020-06-143-0/+198
|
* Enable multi-prefixSimon Ser2020-06-121-1/+1
| | | | We already support it.
* Add support for server-timeSimon Ser2020-06-121-3/+12
|
* Request message-tags capSimon Ser2020-06-121-1/+5
|
* Add support for message tagsSimon Ser2020-06-121-2/+50
|
* Move server URL to advanced optionsSimon Ser2020-06-122-8/+4
|
* Add back form input for PASSSimon Ser2020-06-122-0/+5
|
* Add support for SASL PLAINSimon Ser2020-06-122-5/+109
|
* Implement capability negociationSimon Ser2020-06-121-0/+42
| | | | | | See [1]. [1]: https://ircv3.net/specs/core/capability-negotiation.html
* Keep track of channel members, add /nick commandSimon Ser2020-06-102-2/+58
|
* Add support for TOPIC messagesSimon Ser2020-06-102-1/+27
|
* Add /msg commandSimon Ser2020-06-101-0/+5
|
* Smarter server URL auto-detectionSimon Ser2020-06-072-2/+11
|
* Rename server bufferSimon Ser2020-06-071-1/+1
|
* Log outgoing messagesSimon Ser2020-06-071-1/+2
|
* Add option to auto-join channelsSimon Ser2020-06-072-8/+35
|
* Add "server" query parameterSimon Ser2020-06-072-4/+25
|