Age | Commit message (Collapse) | Author |
|
Requested in #686
|
|
- Rehash notices
- Modes in CAPAB
- GetTargetAndAction() not being static in m_callerid
- Loading custom configuration files using --config. (@SaberUK)
- ServerConfig::Read not using std::endl. (@SaberUK)
- Out of date comments in opers.conf.example, issue #624
|
|
|
|
|
|
Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.
|
|
Also, fix a bug where eval() caused compile errors.
|
|
|
|
users...
|
|
automatically
|
|
Fix PrefixMode not being exported which caused runtime link errors.
|
|
|
|
|
|
|
|
|
|
Fixes issue #644.
|
|
Improve error reporting for <security:runas{user,group}>.
|
|
|
|
|
|
|
|
Override StringExtItem::unserialize() instead
|
|
|
|
|
|
Remove Module::ProtoSendMetaData()
|
|
|
|
Remove Module::ProtoSendMode() and ListModeBase::DoSyncChannel()
|
|
|
|
|
|
|
|
|
|
Add ModeHandler::IsPrefixMode()
|
|
Move Channel::SetPrefix() into Membership
|
|
|
|
- Handle the case when servers SQUIT themselves
- Fix extra space in channel messages
|
|
|
|
register them
|
|
|
|
|
|
|
|
In addition to reducing the sizes of all binaries this also helps the optimizer
|
|
Call InspIRCd::Rehash() from cmd_rehash and from the SIGHUP handler
|
|
|
|
|
|
|
|
|
|
- Fix a NULL dereference if a signal is raised in the constructor of the
class InspIRCd
- Resolve the parent's process exit code being SIGTERM=15 and typically not
EXIT_SUCCESS thus
A combination of the two caused crashes when running as systemd unit.
|
|
|
|
Improve support for rarely used compilers, EKOPath in this case.
|
|
|
|
|
|
|