70 Commits (209b2f4d3731a0b56ea290eb9859db45c99f9709)
 

Author SHA1 Message Date
Gisle Aune 209b2f4d37 change drone ci to use jsonnet. 4 years ago
Gisle Aune c25a467546 fix drone ci 4 years ago
Gisle Aune b2b2d2bdaf fix drone ci 4 years ago
Gisle Aune 58c1abd030 fix drone ci 4 years ago
Gisle Aune f947003d20 fix drone ci 4 years ago
Gisle Aune 0c8ab13ba8 fix drone ci 4 years ago
Gisle Aune e9610db978 fix drone ci 4 years ago
Gisle Aune 20d486e253 fix drone ci 4 years ago
Gisle Aune 49952dede1 fix drone ci 4 years ago
Gisle Aune 85a4ff36a8 fix drone ci 4 years ago
Gisle Aune ad3c096ed9 fix drone ci 4 years ago
Gisle Aune a0dcd005f4 remove testify dep 4 years ago
Gisle Aune bc1d96adff fix drone ci 4 years ago
Gisle Aune ef36cd4b90 change drone ci to allow for testing with older versions. 4 years ago
Gisle Aune 3968b39b27 fix .drone.yml 4 years ago
Gisle Aune 3a9e0add97 fix .drone.yml 4 years ago
Gisle Aune 78c0c5f3e3 update .drone.yml 4 years ago
Gisle Aune 327053703b remove global irc event handlers. 4 years ago
Gisle Aune bf0ffea7dd make bench test more realistic, as handlers may not be done in the first case when the function returns. 4 years ago
Gisle Aune 480c658139 fix branch test, clean up mroleplay. 4 years ago
Gisle Aune ec7511e0df clean up code, add client-specific handlers. 4 years ago
Gisle Aune 2683892c39 no idea 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 36c2a5ea38 Removed debug fmt.Printf from ParsePacket. 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 c1e97eb9d2 list: Fixed client's own nick not being updated by NAMES reply. 6 years ago
Gisle Aune d42df0d7a0 client: Fixed incorrect comand being sent when parting a closed target. 6 years ago
Gisle Aune 650ea0ce10 client: Changed Join and Part method to use queued send instead. [BC Break: removed error return] 6 years ago
Gisle Aune 3e1f487e02 client: Added Ready() method. 6 years ago
Gisle Aune f25ac9dff2 client: Improved test coverage. 6 years ago
Gisle Aune 2dd72f9838 event: Fixed all CTCP events being parsed as ctcp-reply kind. 6 years ago
Gisle Aune 15a51e0151 client: Fixed incorrect numeric being listened to for nick errors. 6 years ago
Gisle Aune b4c7c5145f client: Added Say(f), Describe(f) to send cut messages to channels and nicks. 6 years ago
Gisle Aune 04d2eb6ea2 ci: Added benchmarks to tests. 6 years ago
Gisle Aune 907db84348 ci: Updated matrix to use go 1.11 proper. 6 years ago
Gisle Aune 178c9989bc client: Added Part method with a similar signature to Join. 6 years ago
Gisle Aune 992d71dde4 client: Fixed auto-rejoin trying to rejoin when there's no channels to rejoin. 6 years ago
Gisle Aune 193268db35 client: Added Targets and Channels methods for getting multiple targets. 6 years ago
Gisle Aune 8507128dc6 client: Misc cleanups and added 'hook.ready' event. 6 years ago
Gisle Aune 38a14d7069 client: Changed Value to return the value only, not value and ok 6 years ago
Gisle Aune cfac942c8a Removed superfluous target removal for PART where nick is client.Nick() 6 years ago
Gisle Aune 8e13fe507e Fixed auto-PART not working when closing channel target. 6 years ago
Gisle Aune 9aa04bbc10 Changed client status shorthand to avoid needless target lookp 6 years ago
Gisle Aune 4945166148 Started on 'irc repl', added Status() shorthand for client to get status target 6 years ago
Gisle Aune 00fd13e1d9 Added auto-join 6 years ago
Gisle Aune f66b56f710 Removed test cases pertaining to irc.RemoveHandler 6 years ago
Gisle Aune c2f95a664c Forgot to save unit test 6 years ago
Gisle Aune 87132fe9a6 Removed locking of global handlers, and updated documentation to highlight thread unsafety. This will help concurrency. The pattern of adding and removing handlers is discouraged and made impossible 6 years ago
Gisle Aune 6cc8ae37c9 Added channel targetting based on target name for notices. 6 years ago