Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This avoids slow startups for the 95% of users who are using the
db_flatfile database backend.
|
|
This is the first step of rewriting nickname protection.
|
|
|
|
This ensures that the SQL import actually succeeds before we do
something that might terminate the process.
|
|
|
|
|
|
|
|
Closes #456.
|
|
|
|
|
|
|
|
Closes #452.
|
|
|
|
|
|
Closes #340.
|
|
This ensures that the SQL import actually succeeds before we do
something that might terminate the process.
|
|
Co-authored-by: CaPa CuL <capacul@gmail.com>
|
|
|
|
The former causes a dereference which cause a database update. This
is not good for performance with db_sql_live on bigger networks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are ignored by MySQL so specifying them is meaningless.
|
|
|
|
|
|
|
|
|
|
|
|
Closes #444.
|
|
|
|
|
|
|
|
Closes #439.
|
|
|
|
|
|
Every IRC server we support (other than Bahamut which is probably
on the chopping bock) uses UIDs so this setting does nothing.
Instead, allow configuring a server-side alias for each service
and use that when servicealias is enabled.
|
|
|
|
|
|
|
|
name
|
|
|
|
|
|
This makes it more clear you can use this for more than just an
URL to an external service.
|