Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This is mostly for preserving channel list mode info.
|
|
Closes #438.
|
|
|
|
|
|
This only existed for compatibility with old 2.0 modules and 2.1
has already broken compatibility with them.
|
|
|
|
|
|
If the Serialize call alters any tables they would have previously
been missed here.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Rename the command and module from kill to protect (this command
hasn't actually killed users in a long time).
- Replace QUICK/IMMED with a duration option.
|
|
|
|
|
|
|
|
This happens when Atheme was using LDAP to authenticate users. We
will replace the temporary password at a later date if Anope is set
up to use LDAP too.
|
|
|
|
We used to return NULL from these methods but now we return an empty
block so this can never actually be null now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This avoids slow startups for the 95% of users who are using the
db_flatfile database backend.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|