ergo/irc
Shivaram Lingamneni 945dec9964 ensure the nick timeout mechanism is cleaned up on client quit 2018-02-28 17:29:18 -05:00
..
caps (hopefully) fix labeled-response behaviour 2018-02-11 08:57:15 +10:00
connection_limits fix confusing ips-per-subnet name 2018-02-26 23:52:15 -05:00
custime
isupport Add 'are supported by this server' to translatable strings 2018-01-23 23:31:29 +10:00
languages Split language into a subpackage 2018-02-03 19:46:14 +10:00
logger
mkcerts Move mkcerts package under lib/ 2018-02-04 05:34:26 +10:00
modes Split modes into a subpackage (this is painful, but will force us to simplify and improve the API for interacting with modes) 2018-02-03 20:21:32 +10:00
passwd
sno
utils Misc refactoring 2018-02-03 21:15:07 +10:00
accounts.go clean up redundant error handling 2018-02-28 17:29:18 -05:00
batch.go
channel.go refactor account registration, add nick enforcement 2018-02-11 05:30:40 -05:00
channelmanager.go Get labeled-reply working just fine 2018-02-06 00:21:08 +10:00
channelreg.go Misc refactoring 2018-02-03 21:15:07 +10:00
chanserv.go refactor account registration, add nick enforcement 2018-02-11 05:30:40 -05:00
client.go ensure the nick timeout mechanism is cleaned up on client quit 2018-02-28 17:29:18 -05:00
client_lookup_set.go changes to nick reservation 2018-02-18 04:46:14 -05:00
commands.go replace ACC UNREGISTER with nickserv unregister 2018-02-12 01:09:30 -05:00
config.go implement #199 2018-02-26 22:48:52 -05:00
constants.go
database.go
dline.go Move all errors into errors.go 2018-02-03 22:03:36 +10:00
errors.go implement mailto callbacks 2018-02-20 04:20:30 -05:00
gateways.go Move all errors into errors.go 2018-02-03 22:03:36 +10:00
getters.go implement #199 2018-02-26 22:48:52 -05:00
handlers.go Merge pull request #200 from slingamn/issue199.2 2018-02-27 19:50:09 -08:00
help.go Get labeled-reply working just fine 2018-02-06 00:21:08 +10:00
idletimer.go ensure the nick timeout mechanism is cleaned up on client quit 2018-02-28 17:29:18 -05:00
kline.go Centralise all command handlers in handlers.go 2018-02-03 19:28:02 +10:00
modes.go Get labeled-reply working just fine 2018-02-06 00:21:08 +10:00
modes_test.go Fix broken modes tests 2018-02-03 20:28:02 +10:00
monitor.go Get labeled-reply working just fine 2018-02-06 00:21:08 +10:00
nickname.go implement #199 2018-02-26 22:48:52 -05:00
nickserv.go implement mailto callbacks 2018-02-20 04:20:30 -05:00
numerics.go Make ERR_CANNOT_RESUME use RPL_NONE numeric 2018-02-04 21:25:08 +10:00
responsebuffer.go refactor account registration, add nick enforcement 2018-02-11 05:30:40 -05:00
roleplay.go Get labeled-reply working just fine 2018-02-06 00:21:08 +10:00
server.go clear failed nick assignments to avoid confusion 2018-02-27 05:22:01 -05:00
snomanager.go refactor ClientManager 2017-11-22 05:09:38 -05:00
socket.go Move all errors into errors.go 2018-02-03 22:03:36 +10:00
strings.go Move all errors into errors.go 2018-02-03 22:03:36 +10:00
strings_test.go
types.go Split modes into a subpackage (this is painful, but will force us to simplify and improve the API for interacting with modes) 2018-02-03 20:21:32 +10:00
whowas.go