Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
gcc bug #56480
|
|
|
|
|
|
Prevent using enc_none as the main encryption module.
|
|
|
|
|
|
|
|
Plain text passwords are a terrible idea at best and are illegal at
worst. Lets not support them.
|
|
|
|
account name
|
|
|
|
Also, enable channel support because it wasn't specified already and point charybdis to these methods instead.
|
|
|
|
|
|
|
|
|
|
As seen within this commit: https://github.com/anope/anope/commit/22658d63bdb1e52a66f4514af45fa55ca5891345
'expiretimeout' is no longer set within cs_seen and I can't see it used elsewhere to be needed in the config.
|
|
Thanks
|
|
|
|
|
|
|
|
necessary, add templated set function
|
|
|
|
Split service management code nito a proper servicemanager. Make service
references managed instead of lazy lookup. Also made events and
serializable use service manager instead of their respective systems for
management
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
charybdis.cpp: Properly support RESVs
|
|
|
|
Properly support RESV and UNRESV in Charybdis, and improve RESV setting for pseudoclients when bursting.
|
|
nameserver/additional record unpacking as fatal to query parsing
|
|
|
|
|
|
|
|
Thanks
|
|
Use "cmake --version" instead of "which cmake" to detect CMake.
|
|
|
|
|