summaryrefslogtreecommitdiff
path: root/irc/tokens.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix same messages being fetched with CHATHISTORYHubert Hirtz2020-08-221-2/+0
| | | | | | | | | The issue was that Message.Time() converted the timestamp to Local time, and this local timestamp was being used with UTC timestamps. Thus senpai now converts the time only during display. Moreover, to avoid missing messages in history (and at the cost of duplicates), the condition in bufferList.AddLines() as been modified.
* ui: Show the nick when senpai registers with a different oneHubert Hirtz2020-08-191-1/+1
|
* irc: Fix RPL_TOPICWHOTIME handlingHubert Hirtz2020-08-181-1/+1
|
* irc: Update TopicWho and TopicTime on TOPICHubert Hirtz2020-08-181-0/+8
|
* Add /names commandHubert Hirtz2020-08-171-1/+1
|
* irc: Use a bool instead of an error for validationHubert Hirtz2020-08-161-107/+36
|
* Handle RPL_TOPICWHOTIMEHubert Hirtz2020-08-161-0/+11
|
* Add a /topic commandHubert Hirtz2020-08-161-4/+6
|
* irc: go syntax i guessHubert Hirtz2020-08-161-3/+1
|
* Add a -debug flag and show raw messagesHubert Hirtz2020-08-051-3/+80
|
* Add constants for IRC repliesHubert Hirtz2020-08-011-8/+8
|
* Display typing indicatorsHubert Hirtz2020-06-231-0/+14
|
* draft/chathistory support???Hubert Hirtz2020-06-131-1/+22
|
* Fix timezone with server-timeHubert Hirtz2020-06-041-1/+2
|
* Also show QUITsHubert Hirtz2020-06-031-0/+4
|
* Part Join TypingHubert Hirtz2020-06-031-0/+6
|
* Initial commitHubert Hirtz2020-06-031-0/+327