You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Edmund Huber 02dca1dd89 fix array overrun panic bug, #13 9 years ago
..
capability.go move capability handling code to a single file 10 years ago
channel.go reuse replies where possible 10 years ago
client.go keep track of whether sockets are closed 10 years ago
client_lookup_set.go fix whois; closes #32 10 years ago
commands.go fix array overrun panic bug, #13 9 years ago
config.go adding theater-mode, fixes #15 10 years ago
constants.go v1.4.4 10 years ago
database.go persist and load channel mask lists 10 years ago
debug.go improve performance by using less goroutines 10 years ago
logging.go move to channel-based logging 10 years ago
modes.go fix up MODE behavior to allow /mode <not-your-nick> and show per-channel modes, fixes #29 10 years ago
net.go mark unicode normalization with type 10 years ago
nickname.go remove unnecessary String()s; rename parse functions 10 years ago
password.go move password handling into a single file 10 years ago
reply.go try including the prefix in the PONG to a client PING, maybe fix #5 9 years ago
server.go improve performance by using less goroutines 10 years ago
socket.go keep track of whether sockets are closed 10 years ago
strings.go spelling and gofmt 10 years ago
theater.go remove unnecessary String()s; rename parse functions 10 years ago
types.go add a type for CTCP-encoded strings, and NOTICEs for error cases 10 years ago
whowas.go fix crash in whowas circular buffer 10 years ago