Age | Commit message (Collapse) | Author |
|
|
|
after successful registration
Fixes #284 reported by @hoggeh
|
|
m_ssl_gnutls: Fix three warnings:
1. libgcrypt will emit a warning to stdout during runtime that it has not been properly initialized
2. Resolve a warning about invalid narrowing inside a { } block. This is not valid as of C++11.
3. Resolve a warning about a wrong format specifier being used
|
|
[2.0] Add ExtBan U to match only unregistered users
|
|
|
|
|
|
NOTICE/PRIVMSG to him
|
|
|
|
|
|
Remove unnecessary checks
Use std::string::find() and ::substr() for finding the delimiter and splitting the parameter
|
|
kicking the user
|
|
|
|
OnPreCommand()
The command is converted into an uppercase string in CommandParser::ProcessCommand()
|
|
|
|
Add a config option that can be used to set the value of the SSL token in ISUPPORT (77b42efc86122d3720f85bddd85a2dc80d0baff9)
Advertise only one ssl port by default in ISUPPORT (d30cdacab7100426c3773eafffd50aebf8155bba)
|
|
IRCds
|
|
exchange algorithms, compression methods and macs
|
|
|
|
|
|
stop using pointers and std::map for no reason, warn about config problems
|
|
|
|
|
|
|
|
of removing them before checking anything
|
|
script to override it (configure asked for the path but the ircd used the hardcoded path regardless)
Fixes #264 reported by @ampt
|
|
Fixes #258 reported by @FxChiP
|
|
Fixes #246 reported by @SeLEct-
|
|
Fixes #261 reported by @Shawn-Smith and others
|
|
|
|
SSL token in ISUPPORT
|
|
|
|
Fixes #260 reported by @JDowny
|
|
|
|
[2.0] m_ssl_openssl: Show cipher used on connect and allow available ciphers to be customized.
|
|
|
|
[2.0] Simplified the SimpleModeHandlers
|
|
|
|
|
|
|
|
|
|
|
|
doing it in two places before returning
|
|
|
|
list (reverse-merged from commit 183b182b3d6c0c32f4d10e131a55adbf54b8be01)
|
|
string to avoid warnings
|
|
|
|
modes are deleted automatically on unload
|
|
and then checking each key after it
|
|
|
|
|