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 година