Age | Commit message (Collapse) | Author |
|
|
|
Closes: #421
|
|
TODO: learn to spell `git add` correctly.
|
|
We will drop this later in the year when that branch goes EOL.
|
|
|
|
|
|
This is mainly to allow the URL entry to use RPL_CHANNELURL.
|
|
|
|
|
|
|
|
|
|
- Use the config setting as a string template instead of as a prefix.
- Allow users of IRCds that have UIDs to use that as the guest nick.
- Fall back to a UID before killing if a guest nick can not be found.
|
|
|
|
|
|
|
|
- Allow selecting languages using an abbreviated language code
(e.g. en for en_US.UTF-8).
- Preprocess the language list on load as it never changes. This
allows us to stop special casing the English language.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Closes #452.
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes being unable to unset mlock on the first attempt.
|
|
|
|
|