Age | Commit message (Collapse) | Author |
|
|
|
|
|
Closes #1742.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Only give the annoying message about root if --runasroot is not
specified.
- If --runasroot is specified then assume the user knows what they
are doing.
- Move CheckRoot to a static function in inspircd.cpp.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows for various things which will be coming in the future.
e.g. Transferring users to another server on upgrade.
|
|
|
|
|
|
I don't know of any places this causes issues but its better to be
safe than sorry.
|
|
|
|
|
|
|
|
This removes some boilerplate when retrieving numeric types.
|
|
|
|
|
|
|
|
|
|
|
|
Also, deprecate the old SerializeFormat/serialize/unserialise API.
|
|
|
|
|
|
This extension provides a framework for other extensions to send
standard replies to clients as an alternative to numerics.
|
|
|
|
|
|
|
|
|
|
|