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 bf04dc24f9 Upgrade password hashing. il y a 6 ans
..
caps (hopefully) fix labeled-response behaviour 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 logger: Fix comments il y a 6 ans
mkcerts Move mkcerts package under lib/ il y a 6 ans
modes Split modes into a subpackage (this is painful, but will force us to simplify and improve the API for interacting with modes) 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 6 ans
sno Add license stuff to the top of caps/ and sno/ files I guess il y a 6 ans
utils Refactor nickserv.go to better support NS HELP and translations 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 6 ans
batch.go Make batch IDs smaller il y a 6 ans
channel.go fix #204 il y a 6 ans
channelmanager.go fix #204 il y a 6 ans
channelreg.go Misc refactoring il y a 6 ans
chanserv.go Refactor chanserv.go to match nickserv.go, unify the two il y a 6 ans
client.go Merge pull request #218 from slingamn/socketwriter.1 il y a 6 ans
client_lookup_set.go changes to nick reservation il y a 6 ans
commands.go implement fakelag (#189) il y a 6 ans
config.go Merge pull request #218 from slingamn/socketwriter.1 il y a 6 ans
constants.go Setup v0.10.4-unreleased devel ver il y a 6 ans
database.go Split passwd into its' own subpackage 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 6 ans
fakelag.go default fakelag to off, add explicit cooldown config il y a 6 ans
fakelag_test.go default fakelag to off, add explicit cooldown config il y a 6 ans
gateways.go Move all errors into errors.go il y a 6 ans
getters.go Merge pull request #218 from slingamn/socketwriter.1 il y a 6 ans
handlers.go implement fakelag (#189) il y a 6 ans
help.go Fix registered-only modes in docs (it's +R, not +r) 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 Get labeled-reply working just fine il y a 6 ans
modes_test.go Fix broken modes tests il y a 6 ans
monitor.go Get labeled-reply working just fine il y a 6 ans
nickname.go implement #199 il y a 6 ans
nickserv.go nickserv.go: Fix comment il y a 6 ans
numerics.go Make ERR_CANNOT_RESUME use RPL_NONE numeric il y a 6 ans
responsebuffer.go refactor account registration, add nick enforcement il y a 6 ans
roleplay.go Get labeled-reply working just fine il y a 6 ans
server.go Fix name of ISUPPORT token (REGCOMMANDS -> ACCCOMMANDS) il y a 6 ans
snomanager.go refactor ClientManager il y a 6 ans
socket.go fix #190 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 Split modes into a subpackage (this is painful, but will force us to simplify and improve the API for interacting with modes) il y a 6 ans
whowas.go refactor ClientManager il y a 6 ans