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