..
capability.go
move capability handling code to a single file
2014-03-12 17:38:11 -07:00
channel.go
reuse replies where possible
2014-03-27 19:04:34 -07:00
client_lookup_set.go
fix whois; closes #32
2014-03-27 16:48:13 -07:00
client.go
keep track of whether sockets are closed
2014-04-15 12:10:02 -07:00
commands.go
fix array overrun panic bug, #13
2015-06-06 18:26:28 -07:00
config.go
WebSocket layer to be able to connect "web" client
2015-05-04 09:47:26 +04:00
constants.go
v1.4.4
2014-04-15 21:25:55 -07:00
database.go
persist and load channel mask lists
2014-03-07 18:14:39 -08:00
debug.go
improve performance by using less goroutines
2014-04-15 12:10:02 -07:00
logging.go
move to channel-based logging
2014-03-12 17:17:26 -07:00
modes.go
fix up MODE behavior to allow /mode <not-your-nick> and show per-channel modes, fixes #29
2014-03-29 19:36:42 +01:00
net.go
mark unicode normalization with type
2014-03-12 16:45:22 -07:00
nickname.go
remove unnecessary String()s; rename parse functions
2014-03-28 14:33:31 -07:00
password.go
irc: Switch to golang.org versions, not google code versions of dependencies.
2015-07-04 12:19:33 +02:00
reply.go
try including the prefix in the PONG to a client PING, maybe fix #5
2015-02-19 02:09:25 -08:00
server.go
touchups to irc/websocket.go per review comments
2015-06-06 16:11:06 -07:00
socket.go
keep track of whether sockets are closed
2014-04-15 12:10:02 -07:00
strings.go
irc: Switch to golang.org versions, not google code versions of dependencies.
2015-07-04 12:19:33 +02:00
theater.go
remove unnecessary String()s; rename parse functions
2014-03-28 14:33:31 -07:00
types.go
add a type for CTCP-encoded strings, and NOTICEs for error cases
2014-03-23 06:47:21 +01:00
websocket.go
don't shadow the second error
2015-06-06 16:15:09 -07:00
whowas.go
fix crash in whowas circular buffer
2014-04-10 11:53:34 -07:00