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