You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daniel Oaks 6260869068 Upgrade password hashing. hace 6 años
..
caps review fix hace 6 años
connection_limits fix confusing ips-per-subnet name hace 6 años
custime dline/kline: Allow year/month/day durations hace 7 años
isupport Add 'are supported by this server' to translatable strings hace 6 años
languages Split language into a subpackage hace 6 años
logger optimize IsLoggingRawIO hace 6 años
mkcerts Move mkcerts package under lib/ hace 6 años
modes atomic bitset implementations of caps.Set and modes.ModeSet hace 6 años
passwd Upgrade password hashing. Previously, we generated and prepended a long salt before generating password hashes. This resulted in the hash verification cutting off long before it should do. This form of salting is also not necessary with bcrypt as it's provided by the password hashing and verification functions themselves, so totally rip it out. hace 5 años
sno Only allow valid snomasks to be set hace 6 años
utils refactor rehash to rely more on server.config hace 6 años
accounts.go Upgrade password hashing. Previously, we generated and prepended a long salt before generating password hashes. This resulted in the hash verification cutting off long before it should do. This form of salting is also not necessary with bcrypt as it's provided by the password hashing and verification functions themselves, so totally rip it out. hace 5 años
batch.go Make batch IDs smaller hace 6 años
channel.go refactor rehash to rely more on server.config hace 6 años
channelmanager.go implement SAJOIN, allow channel founders to join unconditionally hace 6 años
channelreg.go add CHANSERV UNREGISTER hace 6 años
chanserv.go some tweaks to account/channel unregistration hace 6 años
client.go refactor rehash to rely more on server.config hace 6 años
client_lookup_set.go changes to nick reservation hace 6 años
commands.go implement SAJOIN, allow channel founders to join unconditionally hace 6 años
config.go move handling of RecoverFromErrors into LoadConfig hace 6 años
constants.go Setup v0.12.0-unreleased devel ver hace 6 años
database.go refactor rehash to rely more on server.config hace 6 años
dline.go Move all errors into errors.go hace 6 años
errors.go Upgrade password hashing. Previously, we generated and prepended a long salt before generating password hashes. This resulted in the hash verification cutting off long before it should do. This form of salting is also not necessary with bcrypt as it's provided by the password hashing and verification functions themselves, so totally rip it out. hace 5 años
fakelag.go fix fakelag double-rate issue hace 6 años
fakelag_test.go fix fakelag double-rate issue hace 6 años
gateways.go Merge remote-tracking branch 'origin/master' into vhosts.4 hace 6 años
getters.go move handling of RecoverFromErrors into LoadConfig hace 6 años
handlers.go refactor rehash to rely more on server.config hace 6 años
help.go implement SAJOIN, allow channel founders to join unconditionally hace 6 años
hostserv.go review fixes, bug fixes hace 6 años
idletimer.go fix bad interaction between nickTimer.Stop() and accounts.Logout() hace 6 años
kline.go Centralise all command handlers in handlers.go hace 6 años
modes.go refactor rehash to rely more on server.config hace 6 años
modes_test.go refactor rehash to rely more on server.config hace 6 años
monitor.go Um... name monitor subcommands handler properly hace 6 años
nickname.go Merge pull request #247 from slingamn/vhosts.3 hace 6 años
nickserv.go some tweaks to account/channel unregistration hace 6 años
numerics.go Make ERR_CANNOT_RESUME use RPL_NONE numeric hace 6 años
responsebuffer.go review fix hace 6 años
roleplay.go modes refactor, #255 hace 6 años
semaphores.go add Semaphore and ServerSemaphores hace 6 años
server.go refactor rehash to rely more on server.config hace 6 años
services.go services: Explicitly show when commands have been disabled in the HELP output hace 6 años
snomanager.go Only allow valid snomasks to be set hace 6 años
socket.go reduce copying of output lines hace 6 años
stats.go Stats for LUSERS logic now seperated, fixed params in LUSERS hace 6 años
strings.go Move all errors into errors.go hace 6 años
strings_test.go strings: Follow latest advice on PRECIS regarding string stabilizing hace 6 años
types.go modes refactor, #255 hace 6 años
whowas.go refactor rehash to rely more on server.config hace 6 años
whowas_test.go fix formatting issue hace 6 años