ircd/irc
2019-02-04 03:54:10 +10:00
..
caps correctly support disabling caps with CAP REQ, fixes #337 2019-02-02 20:22:07 -05:00
connection_limits add support for login throttling 2019-01-02 10:15:59 -05:00
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 Split language into a subpackage 2018-02-03 19:46:14 +10:00
logger pointless optimizations to the logger 2019-01-01 16:43:35 -05:00
mkcerts Move mkcerts package under lib/ 2018-02-04 05:34:26 +10:00
modes draft/resume-0.2 implementation, message history support 2018-11-26 05:23:27 -05:00
passwd refactor the password hashing / password autoupgrade system 2018-08-06 02:26:21 -04:00
sno Only allow valid snomasks to be set 2018-04-16 13:20:37 +10:00
utils correctly support disabling caps with CAP REQ, fixes #337 2019-02-02 20:22:07 -05:00
accounts.go refactor some conditions for clarity 2019-01-31 17:34:06 -05:00
channel.go replay JOIN/PART/QUIT/KICK as PRIVMSG from HistServ 2019-01-02 17:58:04 -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 review fix: add maxParams for service commands 2019-01-04 11:45:59 -05:00
client_lookup_set.go use the TR39 skeleton algorithm to prevent confusables (#178) 2019-01-30 21:48:53 -05:00
client.go use the TR39 skeleton algorithm to prevent confusables (#178) 2019-01-30 21:48:53 -05:00
commands.go changes to client idle time counting 2018-12-30 18:17:24 -05:00
config.go Handle translations a little better 2019-02-04 03:54:10 +10:00
constants.go Release v0.12.0 2018-10-15 12:18:23 +10:00
database.go add schema change for [dk]line refactor 2019-01-22 17:18:38 -05:00
dline.go fix a memory leak 2019-01-23 02:06:00 -05:00
errors.go per-user settings for nickname enforcement 2019-01-02 10:15:59 -05:00
fakelag_test.go fix fakelag double-rate issue 2018-04-16 04:32:57 -04:00
fakelag.go fix fakelag double-rate issue 2018-04-16 04:32:57 -04:00
gateways.go fix PROXY protocol support for IPv6 2018-09-03 00:38:32 -04:00
getters.go use the TR39 skeleton algorithm to prevent confusables (#178) 2019-01-30 21:48:53 -05:00
handlers.go Be less strict with our language file loading, and handle multiple credits better 2019-02-03 20:21:07 +10:00
help.go fix PROXY protocol support for IPv6 2018-09-03 00:38:32 -04:00
hostserv.go review fix: add maxParams for service commands 2019-01-04 11:45:59 -05:00
idletimer.go use the TR39 skeleton algorithm to prevent confusables (#178) 2019-01-30 21:48:53 -05:00
kline.go fix a memory leak 2019-01-23 02:06:00 -05:00
legacy.go refactor the password hashing / password autoupgrade system 2018-08-06 02:26:21 -04:00
modes_test.go refactor rehash to rely more on server.config 2018-07-16 03:46:40 -04:00
modes.go history replay enhancements 2018-12-28 13:45:55 -05:00
monitor.go draft/resume-0.2 implementation, message history support 2018-11-26 05:23:27 -05:00
nickname.go fix histserv nick reservation 2019-01-04 10:32:08 -05:00
nickserv.go use the TR39 skeleton algorithm to prevent confusables (#178) 2019-01-30 21:48:53 -05:00
numerics.go Make ERR_CANNOT_RESUME use RPL_NONE numeric 2018-02-04 21:25:08 +10:00
responsebuffer.go history replay enhancements 2018-12-28 13:45:55 -05:00
roleplay.go modes refactor, #255 2018-04-22 19:36:15 -04:00
semaphores.go add Semaphore and ServerSemaphores 2018-04-26 06:03:10 -04:00
server.go unify "startup", "rehash", and "shutdown" log categories as "server" 2019-02-02 21:13:01 -05:00
services.go review fix: add maxParams for service commands 2019-01-04 11:45:59 -05:00
snomanager.go Only allow valid snomasks to be set 2018-04-16 13:20:37 +10:00
socket.go fixes to irc/socket.go 2018-11-28 00:24:44 -05:00
stats.go Stats for LUSERS logic now seperated, fixed params in LUSERS 2018-04-20 22:48:15 +02:00
strings_test.go more lenient casefolding for skeletons 2019-02-03 02:45:02 -05:00
strings.go more lenient casefolding for skeletons 2019-02-03 02:45:02 -05:00
types.go draft/resume-0.2 implementation, message history support 2018-11-26 05:23:27 -05:00
whowas_test.go add ClientDetails struct for getting a snapshot of client state 2019-01-02 09:55:45 -05:00
whowas.go add ClientDetails struct for getting a snapshot of client state 2019-01-02 09:55:45 -05:00