Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This is mostly for preserving channel list mode info.
|
|
|
|
Closes #327.
|
|
|
|
|
|
|
|
|
|
This only existed for compatibility with old 2.0 modules and 2.1
has already broken compatibility with them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is only useful for plain authentication and doesn't need to
be in the header.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This currently only works on InspIRCd but I believe that other
servers also support this.
|
|
|
|
- Config variables now no longer conflict with regular values.
- Config variables can now be read from the environment.
(e.g. ${env.USER}).
- Config variables can now be used as partial values
(e.g. support@${network.domain})
|
|
|
|
|
|
|
|
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.
|