goirc/client
Stefano 64da59ef46 Sort capabilities to make CAP command output predictable 2022-03-13 13:30:59 +01:00
..
commands.go Sort capabilities to make CAP command output predictable 2022-03-13 13:30:59 +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 handler for 410 response, notifying invalid cap commands 2022-03-09 21:26:49 +01:00
handlers_test.go Add TestCap 2022-03-13 12:51:46 +01: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