ergo/irc
Daniel Oaks 6aebd4aad9 channel: Add comments, fix a small bug with moderated mode 2017-03-27 14:29:51 +10:00
..
custime
logger logger: Make safer to avoid file write races 2017-03-26 21:41:52 +10:00
accountreg.go Add very initial ChanServ and NickServ virtual clients 2017-03-11 22:01:40 +10:00
accounts.go Add very initial ChanServ and NickServ virtual clients 2017-03-11 22:01:40 +10:00
capability.go Add comments 2017-03-25 09:19:13 +10:00
channel.go channel: Add comments, fix a small bug with moderated mode 2017-03-27 14:29:51 +10:00
channelreg.go channels: Automagically save channel bans/excepts/invites 2017-03-26 20:37:13 +10:00
chanserv.go config: Allow enabling/disabling channel reg 2017-03-24 12:52:38 +10:00
client.go channel: Kill a race condition that locked up the server. 2017-03-26 22:11:09 +10:00
client_lookup_set.go Add comments 2017-03-25 09:19:13 +10:00
commands.go Add very initial ChanServ and NickServ virtual clients 2017-03-11 22:01:40 +10:00
config.go config: Allow enabling/disabling channel reg 2017-03-24 12:52:38 +10:00
connection_limits.go
connection_throttling.go
constants.go
database.go
debug.go
dline.go
help.go Add very initial ChanServ and NickServ virtual clients 2017-03-11 22:01:40 +10:00
isupport.go
kline.go
message_tags.go Add comments 2017-03-25 09:19:13 +10:00
modes.go modes: Kill a crash 2017-03-26 22:09:46 +10:00
monitor.go
net.go
net_test.go
nickname.go Add very initial ChanServ and NickServ virtual clients 2017-03-11 22:01:40 +10:00
nickserv.go nickserv: Point towards /HELP REG since not implemented yet 2017-03-24 21:59:13 +10:00
numerics.go Add comments 2017-03-25 09:19:13 +10:00
password.go
password_salted.go
rest_api.go
roleplay.go
server.go config: Allow enabling/disabling channel reg 2017-03-24 12:52:38 +10:00
socket.go socket: Better deal with chanfloods 2017-03-24 21:54:22 +10:00
strings.go
types.go modes: Continue overhauling 2017-03-24 12:23:21 +10:00
util.go
websocket.go
whowas.go