Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Edmund Huber 02dca1dd89 fix array overrun panic bug, #13 il y a 9 ans
..
capability.go move capability handling code to a single file il y a 10 ans
channel.go reuse replies where possible il y a 10 ans
client.go keep track of whether sockets are closed il y a 10 ans
client_lookup_set.go fix whois; closes #32 il y a 10 ans
commands.go fix array overrun panic bug, #13 il y a 9 ans
config.go adding theater-mode, fixes #15 il y a 10 ans
constants.go v1.4.4 il y a 10 ans
database.go persist and load channel mask lists il y a 10 ans
debug.go improve performance by using less goroutines il y a 10 ans
logging.go move to channel-based logging il y a 10 ans
modes.go fix up MODE behavior to allow /mode <not-your-nick> and show per-channel modes, fixes #29 il y a 10 ans
net.go mark unicode normalization with type il y a 10 ans
nickname.go remove unnecessary String()s; rename parse functions il y a 10 ans
password.go move password handling into a single file il y a 10 ans
reply.go try including the prefix in the PONG to a client PING, maybe fix #5 il y a 9 ans
server.go improve performance by using less goroutines il y a 10 ans
socket.go keep track of whether sockets are closed il y a 10 ans
strings.go spelling and gofmt il y a 10 ans
theater.go remove unnecessary String()s; rename parse functions il y a 10 ans
types.go add a type for CTCP-encoded strings, and NOTICEs for error cases il y a 10 ans
whowas.go fix crash in whowas circular buffer il y a 10 ans