Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Add GnuTLS support for Windows.
Made NSIS script include extra DLL files if supplied and
include the conf/aliases and conf/modules example configuration files.
Added make_gnutls_cert.bat to generate GnuTLS certificates on Windows.
Fixed typo in gnutlscert.pm.
|
|
introduced to the network, use it to determine when to send SQUIT
|
|
|
|
SNO->WriteToSnoMask and PI->SendSNONotice
|
|
|
|
|