Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
changing execution path with a flag
|
|
accept uids, like in cmd_whois)
|
|
|
|
of server names
|
|
|
|
spanningtree related /stats, use std::find() in TreeServer::DelChild()
|
|
|
|
|
|
std::string::c_str() when the object is temporary
See 83c7cc45daf6fb1f8c36f15297a4657e45a34e88
|
|
greater than zero
|
|
std::string::c_str() when the object is temporary
Thanks to @ChrisTX for pointing this out
Fixes #257 reported by @helloall
|
|
For it to work you need a standards compliant implementation as for
instance Visual C++ 2010 and 2012 deliver. GCC's libstdc++ does not
implement this class yet.
|
|
OnPreCommand()
See 44e89aafb69fb266bdf780d12a31947bfff4e330
|
|
they're lowercase in the config
|
|
a query and there is only one query in the queue to be executed.
|
|
stop using OnUserConnect
|
|
|
|
and the user has an empty nick
|
|
|
|
config option to choose between behaviors
Fixes #287 reported by @ElementalAlchemist
|
|
Fixes #293 reported by @DrRenX
|
|
|
|
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
|
|
|
|
|
|
|
|
Fixes #258 reported by @FxChiP
|
|
Fixes #246 reported by @SeLEct-
|
|
Fixes #261 reported by @Shawn-Smith and others
|
|
|