ergo/irc
Jeremy Latt 72726a39b8 many changes
- load config sub files relative to config file dir
- load config file by name
- expect bcrypt for passwords
- -genpasswd for generating config-file-safe passwords
- block client thread while checking passwords (PASS and OPER)
2014-02-24 09:48:46 -08:00
..
channel.go get rid of a race; use pointers where possible 2014-02-23 18:05:06 -08:00
client.go many changes 2014-02-24 09:48:46 -08:00
commands.go many changes 2014-02-24 09:48:46 -08:00
config.go many changes 2014-02-24 09:48:46 -08:00
constants.go expose various go internals as a DEBUG command 2014-02-23 10:04:31 -08:00
net.go don't close socket send channel 2014-02-14 19:30:58 -08:00
reply.go add all channel mask list replies 2014-02-22 15:01:11 -08:00
server.go many changes 2014-02-24 09:48:46 -08:00
socket.go do bcrypt in the client main routine 2014-02-23 22:21:39 -08:00
types.go move command parsing and hostname lookups into the socket routine 2014-02-23 17:04:24 -08:00