Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #481.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This currently only works on InspIRCd but I believe that other
servers also support this.
|
|
|
|
|
|
- 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.
|
|
|
|
This prevents conversion issues when the MySQL server is in a
different timezone to the services server.
|
|
|
|
|
|
|
|
These are only used by ns_sasl.
|
|
|
|
|
|
|
|
|
|
|
|
We used to return NULL from these methods but now we return an empty
block so this can never actually be null now.
|
|
|
|
|
|
- Add rewritten and namespaced versions of the channel, oper, user
events.
- Add the following new events:
* anope.listChannels
* anope.listOpers
* anope.listServers
* anope.listUsers
* anope.server
|
|
Still to implement:
- system.getCapabilities
- system.methodHelp
- system.methodSignature
|
|
|
|
|