選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Edmund Huber 02dca1dd89 fix array overrun panic bug, #13 9年前
..
capability.go move capability handling code to a single file 10年前
channel.go reuse replies where possible 10年前
client.go keep track of whether sockets are closed 10年前
client_lookup_set.go fix whois; closes #32 10年前
commands.go fix array overrun panic bug, #13 9年前
config.go adding theater-mode, fixes #15 10年前
constants.go v1.4.4 10年前
database.go persist and load channel mask lists 10年前
debug.go improve performance by using less goroutines 10年前
logging.go move to channel-based logging 10年前
modes.go fix up MODE behavior to allow /mode <not-your-nick> and show per-channel modes, fixes #29 10年前
net.go mark unicode normalization with type 10年前
nickname.go remove unnecessary String()s; rename parse functions 10年前
password.go move password handling into a single file 10年前
reply.go try including the prefix in the PONG to a client PING, maybe fix #5 9年前
server.go improve performance by using less goroutines 10年前
socket.go keep track of whether sockets are closed 10年前
strings.go spelling and gofmt 10年前
theater.go remove unnecessary String()s; rename parse functions 10年前
types.go add a type for CTCP-encoded strings, and NOTICEs for error cases 10年前
whowas.go fix crash in whowas circular buffer 10年前