goirc/client
Stefano 2107d5a041 Fix loop condition in function splitCommand 2022-03-09 21:10:03 +01:00
..
commands.go Fix loop condition in function splitCommand 2022-03-09 21:10:03 +01:00
commands_test.go Add variadic Privmsg functions 2015-10-15 11:49:05 +03:00
connection.go Set EnableCapabilityNegotiation to false by default. Fix wrong variable reference in method SupportsCapability 2022-03-09 11:42:48 +01:00
connection_test.go Fix connection cleanup when context is canceled 2021-03-27 19:28:50 +00:00
dispatch.go Avoid holding hSet lock while executing handlers. Fixes #102. 2017-07-25 20:29:28 +01:00
dispatch_test.go Make parseLine public by renaming it to ParseLine 2014-07-06 20:26:34 +02:00
doc.go Run gofmt to fix some trailing whitespace &c. 2015-11-02 21:41:41 +00:00
handlers.go Add defaultCaps, including capabilites requested by default. Add helpers to capSet to improve readability of code 2022-03-09 17:40:27 +01:00
handlers_test.go Accept nick from 001 message. Fixes #110. 2021-03-26 11:20:00 +00:00
line.go Accept nick from 001 message. Fixes #110. 2021-03-26 11:20:00 +00:00
line_test.go Accept nick from 001 message. Fixes #110. 2021-03-26 11:20:00 +00:00
mocknetconn_test.go Use a Context in mockNetConn too. 2021-03-26 12:36:19 +00:00
state_handlers.go handlers: check array bounds before indexing 2015-12-02 21:51:44 +01:00