您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Daniel Oaks 56641ff650 isupport: Don't advertise stuff that's still TODO 8 年前
..
capability.go move capability handling code to a single file 10 年前
channel.go this is related to https://github.com/fluffle/goirc/pull/71: common irc server behaviour is to reply with an empty + 8 年前
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 Support network name 8 年前
constants.go Very initial RPL_ISUPPORT numeric support 8 年前
database.go persist and load channel mask lists 10 年前
debug.go improve performance by using less goroutines 10 年前
isupport.go Very initial RPL_ISUPPORT numeric support 8 年前
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 irc: Switch to golang.org versions, not google code versions of dependencies. 9 年前
reply.go Very initial RPL_ISUPPORT numeric support 8 年前
server.go isupport: Don't advertise stuff that's still TODO 8 年前
socket.go keep track of whether sockets are closed 10 年前
strings.go strings: Disallow nicknames that mess with the protocol in bad ways 8 年前
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 年前
websocket.go don't shadow the second error 9 年前
whowas.go fix crash in whowas circular buffer 10 年前