ircd/irc
Shivaram Lingamneni f6373f7a4d fix #262
2018-05-04 00:29:16 -04: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 dline/kline: Allow year/month/day durations 2017-03-07 19:56:21 +10:00
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 logger: Fix comments 2017-10-06 12:44:11 +10:00
mkcerts Move mkcerts package under lib/ 2018-02-04 05:34:26 +10:00
modes modes refactor, #255 2018-04-22 19:36:15 -04:00
passwd Allow WEBIRC from specified hosts 2017-10-15 16:18:14 +10:00
sno Only allow valid snomasks to be set 2018-04-16 13:20:37 +10:00
utils review fixes 2018-04-20 03:59:01 -04:00
accounts.go Remove old command line that's no longer valid 2018-04-01 23:07:49 +10:00
batch.go Make batch IDs smaller 2018-01-28 00:45:16 +10:00
channel.go optimized implementation of Channel.Names() 2018-04-26 03:22:52 -04:00
channelmanager.go Updates to channel persistence 2018-04-03 21:49:40 -04:00
channelreg.go Updates to channel persistence 2018-04-03 21:49:40 -04:00
chanserv.go modes refactor, #255 2018-04-22 19:36:15 -04:00
client_lookup_set.go changes to nick reservation 2018-02-18 04:46:14 -05:00
client.go fix #262 2018-05-04 00:29:16 -04:00
commands.go implement fakelag (#189) 2018-03-22 11:04:21 -04:00
config.go modes refactor, #255 2018-04-22 19:36:15 -04:00
constants.go Setup v0.12.0-unreleased devel ver 2018-04-16 02:28:06 +10:00
database.go have travis enforce gofmt, #253 2018-04-22 20:41:29 -04:00
dline.go Move all errors into errors.go 2018-02-03 22:03:36 +10:00
errors.go fix #190 2018-03-17 23:26:07 -04: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 modes refactor, #255 2018-04-22 19:36:15 -04:00
getters.go fix #262 2018-05-04 00:29:16 -04:00
handlers.go fix #262 2018-05-04 00:29:16 -04:00
help.go Fix registered-only modes in docs (it's +R, not +r) 2018-04-01 09:50:22 +10:00
idletimer.go fix bad interaction between nickTimer.Stop() and accounts.Logout() 2018-03-14 08:43:50 -04:00
kline.go Centralise all command handlers in handlers.go 2018-02-03 19:28:02 +10:00
modes_test.go Fix broken modes tests 2018-02-03 20:28:02 +10:00
modes.go review fix 2018-04-23 20:05:02 -04:00
monitor.go Um... name monitor subcommands handler properly 2018-04-12 10:11:45 +10:00
nickname.go fix #262 2018-05-04 00:29:16 -04:00
nickserv.go fix #227 2018-04-09 12:46:20 -04: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 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 add Semaphore and ServerSemaphores 2018-04-26 06:03:10 -04:00
snomanager.go Only allow valid snomasks to be set 2018-04-16 13:20:37 +10:00
socket.go add Semaphore and ServerSemaphores 2018-04-26 06:03:10 -04:00
stats.go Stats for LUSERS logic now seperated, fixed params in LUSERS 2018-04-20 22:48:15 +02:00
strings_test.go strings: Follow latest advice on PRECIS regarding string stabilizing 2017-09-06 14:38:55 +10:00
strings.go Move all errors into errors.go 2018-02-03 22:03:36 +10:00
types.go modes refactor, #255 2018-04-22 19:36:15 -04:00
whowas_test.go fix #262 2018-05-04 00:29:16 -04:00
whowas.go fix #262 2018-05-04 00:29:16 -04:00