ergo/irc
Shivaram Lingamneni f20abf414f don't log an error logline for an incorrect SASL password 2019-01-02 10:29:42 -05:00
..
caps
connection_limits
custime dline/kline: Allow year/month/day durations 2017-03-07 19:56:21 +10:00
history history replay enhancements 2018-12-28 13:45:55 -05:00
isupport fix #297 2018-12-30 18:17:24 -05:00
languages
logger
mkcerts
modes draft/resume-0.2 implementation, message history support 2018-11-26 05:23:27 -05:00
passwd
sno
utils history replay enhancements 2018-12-28 13:45:55 -05:00
accounts.go don't log an error logline for an incorrect SASL password 2019-01-02 10:29:42 -05:00
channel.go refactor join/part 2019-01-02 09:55:45 -05:00
channelmanager.go implement SAJOIN, allow channel founders to join unconditionally 2018-05-25 02:47:50 -04:00
channelreg.go fix a bug in CS UNREGISTER 2018-08-06 10:08:58 -04:00
chanserv.go add support for service command aliases 2018-08-06 10:08:58 -04:00
client.go
client_lookup_set.go
commands.go
config.go
constants.go Release v0.12.0 2018-10-15 12:18:23 +10:00
database.go
dline.go
errors.go
fakelag.go fix fakelag double-rate issue 2018-04-16 04:32:57 -04:00
fakelag_test.go
gateways.go fix PROXY protocol support for IPv6 2018-09-03 00:38:32 -04:00
getters.go
handlers.go preregNick doesn't need synchronization 2019-01-02 10:15:59 -05:00
help.go
hostserv.go fix hostserv help string 2018-12-28 11:07:08 -05:00
idletimer.go
kline.go Centralise all command handlers in handlers.go 2018-02-03 19:28:02 +10:00
legacy.go
modes.go
modes_test.go refactor rehash to rely more on server.config 2018-07-16 03:46:40 -04:00
monitor.go
nickname.go
nickserv.go per-user settings for nickname enforcement 2019-01-02 10:15:59 -05:00
numerics.go Make ERR_CANNOT_RESUME use RPL_NONE numeric 2018-02-04 21:25:08 +10:00
responsebuffer.go
roleplay.go
semaphores.go
server.go
services.go add support for service command aliases 2018-08-06 10:08:58 -04:00
snomanager.go
socket.go fixes to irc/socket.go 2018-11-28 00:24:44 -05:00
stats.go
strings.go
strings_test.go
types.go draft/resume-0.2 implementation, message history support 2018-11-26 05:23:27 -05:00
whowas.go add ClientDetails struct for getting a snapshot of client state 2019-01-02 09:55:45 -05:00
whowas_test.go