ergo/irc
Shivaram Lingamneni d5eade5494 force trailing zeroes in timestamp wire format
According to jwheare, ISO 8601 doesn't specify the behavior one way
or the other, and the server-time spec is also ambiguous, but this
is safest.
2018-12-30 18:17:24 -05:00
..
caps draft/resume-0.2 implementation, message history support 2018-11-26 05:23:27 -05: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
history history replay enhancements 2018-12-28 13:45:55 -05: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 add millisecond resolution to loglines 2018-12-30 18:17:24 -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 history replay enhancements 2018-12-28 13:45:55 -05:00
accounts.go Merge pull request #304 from slingamn/history.1 2018-12-15 04:37:16 +10:00
channel.go history replay enhancements 2018-12-28 13:45:55 -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 force trailing zeroes in timestamp wire format 2018-12-30 18:17:24 -05:00
client_lookup_set.go add whois support for services 2018-12-30 18:17:24 -05:00
commands.go history replay enhancements 2018-12-28 13:45:55 -05:00
config.go history replay enhancements 2018-12-28 13:45:55 -05:00
constants.go Release v0.12.0 2018-10-15 12:18:23 +10:00
database.go prevents default create/open of buntdb, requires user to call initdb 2018-11-19 14:10:12 -05:00
dline.go Move all errors into errors.go 2018-02-03 22:03:36 +10:00
errors.go draft/resume-0.2 implementation, message history support 2018-11-26 05:23:27 -05:00
fakelag.go fix fakelag double-rate issue 2018-04-16 04:32:57 -04:00
fakelag_test.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 history replay enhancements 2018-12-28 13:45:55 -05:00
handlers.go add whois support for services 2018-12-30 18:17:24 -05:00
help.go fix PROXY protocol support for IPv6 2018-09-03 00:38:32 -04:00
hostserv.go fix hostserv help string 2018-12-28 11:07:08 -05: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
legacy.go refactor the password hashing / password autoupgrade system 2018-08-06 02:26:21 -04:00
modes.go history replay enhancements 2018-12-28 13:45:55 -05:00
modes_test.go refactor rehash to rely more on server.config 2018-07-16 03:46:40 -04:00
monitor.go draft/resume-0.2 implementation, message history support 2018-11-26 05:23:27 -05:00
nickname.go history replay enhancements 2018-12-28 13:45:55 -05:00
nickserv.go implement NS PASSWD for password changes 2018-11-28 18:25:15 -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 use GenerateSecretToken for msgids 2018-12-30 18:17:24 -05:00
services.go add support for service command aliases 2018-08-06 10:08:58 -04: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.go fix #306 2018-12-05 22:39:01 -05:00
strings_test.go add more test cases 2018-12-06 06:46:11 -05:00
types.go draft/resume-0.2 implementation, message history support 2018-11-26 05:23:27 -05:00
whowas.go refactor rehash to rely more on server.config 2018-07-16 03:46:40 -04:00
whowas_test.go fix formatting issue 2018-05-04 04:28:01 -04:00