3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 20:09:41 +01:00
ergo/irc
Jeremy Latt c7298c55b9 flesh out channel modes
- deprecate 's' mode
- add user limit
- don't leak key in mode messages to non-members
- begin refactoring Mode()
2014-02-22 13:08:25 -08:00
..
channel.go flesh out channel modes 2014-02-22 13:08:25 -08:00
client.go encapsulate client replies in method 2014-02-22 11:40:32 -08:00
commands.go be more lax about whitespace when parsing commands from clients 2014-02-20 21:09:56 -08:00
config.go motd command 2014-02-11 16:35:32 -08:00
constants.go flesh out channel modes 2014-02-22 13:08:25 -08:00
net.go don't close socket send channel 2014-02-14 19:30:58 -08:00
reply.go flesh out channel modes 2014-02-22 13:08:25 -08:00
server.go encapsulate client replies in method 2014-02-22 11:40:32 -08:00
socket.go do hostname lookups in the client read thread 2014-02-20 13:03:33 -08:00
types.go format replies to strings instead of using a Reply struct 2014-02-19 22:20:34 -08:00