| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix same messages being fetched with CHATHISTORY | Hubert Hirtz | 2020-08-22 | 1 | -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 one | Hubert Hirtz | 2020-08-19 | 1 | -1/+1 |
| | | |||||
| * | irc: Fix RPL_TOPICWHOTIME handling | Hubert Hirtz | 2020-08-18 | 1 | -1/+1 |
| | | |||||
| * | irc: Update TopicWho and TopicTime on TOPIC | Hubert Hirtz | 2020-08-18 | 1 | -0/+8 |
| | | |||||
| * | Add /names command | Hubert Hirtz | 2020-08-17 | 1 | -1/+1 |
| | | |||||
| * | irc: Use a bool instead of an error for validation | Hubert Hirtz | 2020-08-16 | 1 | -107/+36 |
| | | |||||
| * | Handle RPL_TOPICWHOTIME | Hubert Hirtz | 2020-08-16 | 1 | -0/+11 |
| | | |||||
| * | Add a /topic command | Hubert Hirtz | 2020-08-16 | 1 | -4/+6 |
| | | |||||
| * | irc: go syntax i guess | Hubert Hirtz | 2020-08-16 | 1 | -3/+1 |
| | | |||||
| * | Add a -debug flag and show raw messages | Hubert Hirtz | 2020-08-05 | 1 | -3/+80 |
| | | |||||
| * | Add constants for IRC replies | Hubert Hirtz | 2020-08-01 | 1 | -8/+8 |
| | | |||||
| * | Display typing indicators | Hubert Hirtz | 2020-06-23 | 1 | -0/+14 |
| | | |||||
| * | draft/chathistory support??? | Hubert Hirtz | 2020-06-13 | 1 | -1/+22 |
| | | |||||
| * | Fix timezone with server-time | Hubert Hirtz | 2020-06-04 | 1 | -1/+2 |
| | | |||||
| * | Also show QUITs | Hubert Hirtz | 2020-06-03 | 1 | -0/+4 |
| | | |||||
| * | Part Join Typing | Hubert Hirtz | 2020-06-03 | 1 | -0/+6 |
| | | |||||
| * | Initial commit | Hubert Hirtz | 2020-06-03 | 1 | -0/+327 |
