選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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年前