21 Commits (master)

Author SHA1 Message Date
Gisle Aune 773cde9c26 fix query messages' echoes not being put in right target (for real this time). 3 years ago
Gisle Aune 07189d07ee fix query messages' echoes not being put in right target. 3 years ago
Gisle Aune e06199c378 fix query messages not being put in right target. 3 years ago
Gisle Aune 9d8bbd4198 fix nick change being done during capability negotiation. 3 years ago
Gisle Aune 6df9233cbc fixed client.HasQuit and made internal disconnects not setting that flag. 4 years ago
Gisle Aune f02b88e04a add invite-notify and invite auto-join support. 4 years ago
Gisle Aune 327053703b remove global irc event handlers. 4 years ago
Gisle Aune ec7511e0df clean up code, add client-specific handlers. 4 years ago
Gisle Aune bf1c50fbfa migrate to github, add stuff. 4 years ago
Gisle Aune 9a9cd33fd8 Added KICK handling and cleaned up part handling, fixed test incorrectness. 5 years ago
Gisle Aune 7233516f87 event_packet: Fixed bug caused by the second trailing delimiter in a message like `((Remove :01 goofs!*))` 5 years ago
Gisle Aune 650ea0ce10 client: Changed Join and Part method to use queued send instead. [BC Break: removed error return] 5 years ago
Gisle Aune f25ac9dff2 client: Improved test coverage. 5 years ago
Gisle Aune 15a51e0151 client: Fixed incorrect numeric being listened to for nick errors. 5 years ago
Gisle Aune 72d63b405a Fixed /m and /npc(a)c handlers, added SendRate to client config, added more testing. 6 years ago
Gisle Aune 308129bdf0 Added input handling and m_roleplay client-side handlers (...) 6 years ago
Gisle Aune 6377349c28 Added Client.Query, added tests for query target 6 years ago
Gisle Aune f37cb1751e Fixed NICK handler not firing, added away-notify w/tests 6 years ago
Gisle Aune 6256f6a6fe Added more test utilities for client_test.go, added NAMES and MODE handling for channels 6 years ago
Gisle Aune a4cfeada63 Added function to get client ID, and a test for it 6 years ago
Gisle Aune bdacfcf111 Added test setup for the irc client with a simple mock server. 6 years ago