Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Daniel Oaks 6260869068 Upgrade password hashing. il y a 6 ans
..
caps review fix il y a 6 ans
connection_limits fix confusing ips-per-subnet name il y a 6 ans
custime dline/kline: Allow year/month/day durations il y a 7 ans
isupport Add 'are supported by this server' to translatable strings il y a 6 ans
languages Split language into a subpackage il y a 6 ans
logger optimize IsLoggingRawIO il y a 6 ans
mkcerts Move mkcerts package under lib/ il y a 6 ans
modes atomic bitset implementations of caps.Set and modes.ModeSet il y a 6 ans
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. il y a 5 ans
sno Only allow valid snomasks to be set il y a 6 ans
utils refactor rehash to rely more on server.config il y a 6 ans
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. il y a 5 ans
batch.go Make batch IDs smaller il y a 6 ans
channel.go refactor rehash to rely more on server.config il y a 6 ans
channelmanager.go implement SAJOIN, allow channel founders to join unconditionally il y a 6 ans
channelreg.go add CHANSERV UNREGISTER il y a 6 ans
chanserv.go some tweaks to account/channel unregistration il y a 6 ans
client.go refactor rehash to rely more on server.config il y a 6 ans
client_lookup_set.go changes to nick reservation il y a 6 ans
commands.go implement SAJOIN, allow channel founders to join unconditionally il y a 6 ans
config.go move handling of RecoverFromErrors into LoadConfig il y a 6 ans
constants.go Setup v0.12.0-unreleased devel ver il y a 6 ans
database.go refactor rehash to rely more on server.config il y a 6 ans
dline.go Move all errors into errors.go il y a 6 ans
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. il y a 5 ans
fakelag.go fix fakelag double-rate issue il y a 6 ans
fakelag_test.go fix fakelag double-rate issue il y a 6 ans
gateways.go Merge remote-tracking branch 'origin/master' into vhosts.4 il y a 6 ans
getters.go move handling of RecoverFromErrors into LoadConfig il y a 6 ans
handlers.go refactor rehash to rely more on server.config il y a 6 ans
help.go implement SAJOIN, allow channel founders to join unconditionally il y a 6 ans
hostserv.go review fixes, bug fixes il y a 6 ans
idletimer.go fix bad interaction between nickTimer.Stop() and accounts.Logout() il y a 6 ans
kline.go Centralise all command handlers in handlers.go il y a 6 ans
modes.go refactor rehash to rely more on server.config il y a 6 ans
modes_test.go refactor rehash to rely more on server.config il y a 6 ans
monitor.go Um... name monitor subcommands handler properly il y a 6 ans
nickname.go Merge pull request #247 from slingamn/vhosts.3 il y a 6 ans
nickserv.go some tweaks to account/channel unregistration il y a 6 ans
numerics.go Make ERR_CANNOT_RESUME use RPL_NONE numeric il y a 6 ans
responsebuffer.go review fix il y a 6 ans
roleplay.go modes refactor, #255 il y a 6 ans
semaphores.go add Semaphore and ServerSemaphores il y a 6 ans
server.go refactor rehash to rely more on server.config il y a 6 ans
services.go services: Explicitly show when commands have been disabled in the HELP output il y a 6 ans
snomanager.go Only allow valid snomasks to be set il y a 6 ans
socket.go reduce copying of output lines il y a 6 ans
stats.go Stats for LUSERS logic now seperated, fixed params in LUSERS il y a 6 ans
strings.go Move all errors into errors.go il y a 6 ans
strings_test.go strings: Follow latest advice on PRECIS regarding string stabilizing il y a 6 ans
types.go modes refactor, #255 il y a 6 ans
whowas.go refactor rehash to rely more on server.config il y a 6 ans
whowas_test.go fix formatting issue il y a 6 ans