summaryrefslogtreecommitdiff
path: root/irc/events.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Show topic changesHubert Hirtz2020-10-191-0/+7
| | | | Closes #34
* General refactor yayHubert Hirtz2020-08-261-28/+21
| | | | | | | | | | | | - Centralize message formatting - Make line formatting more flexible - Provide more information in irc events - Refactor command handling - Add a /help command - Make /me reply to last query if from home - Enforce argument for /me - Make BufferList and Editor public - Batch processing of IRC events
* Improve query displayHubert Hirtz2020-08-241-0/+1
| | | | | - Print outgoing messages as "-> target" instead of self nick - Don't highlight messages
* ui: Show unhandled messages in debug modeHubert Hirtz2020-08-191-0/+1
|
* irc: Use typing constantsHubert Hirtz2020-08-161-6/+6
|
* Remove UserEvent and ChannelEventHubert Hirtz2020-08-151-37/+16
|
* Show NICK changesHubert Hirtz2020-08-051-4/+16
|
* Add a -debug flag and show raw messagesHubert Hirtz2020-08-051-0/+5
|
* Show incoming NOTICEsHubert Hirtz2020-08-011-0/+2
|
* Display typing indicatorsHubert Hirtz2020-06-231-0/+13
|
* draft/chathistory support???Hubert Hirtz2020-06-131-0/+5
|
* Show JOIN and PARTsHubert Hirtz2020-06-031-0/+2
|
* Part Join TypingHubert Hirtz2020-06-031-0/+9
|
* Initial commitHubert Hirtz2020-06-031-0/+52