Age | Commit message (Collapse) | Author |
|
Windows: Replace the unused function hack with explicit instantiation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changing execution path with a flag
|
|
accept uids, like in cmd_whois)
|
|
|
|
of server names
|
|
|
|
spanningtree related /stats, use std::find() in TreeServer::DelChild()
|
|
|
|
|
|
a string
|
|
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
|
|
[2.0] Remove references to removed FINGERPRINT command.
|
|
|
|
using m_regex_stdlib
|
|
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
|
|
|
|
ident,host,dhost in LocalUser constructor
|
|
|
|
config option to choose between behaviors
Fixes #287 reported by @ElementalAlchemist
|
|
Fix bug #291 - fix rehashing bind tags not changing them between servers/clients and ssl/nonssl
|
|
isn't guaranteed that bind or link tags are unique which causes Issue #270
Original commit edited by @attilamolnar
- fixed wrong line being displayed in generated messages
- removed redundant ServerInstance->Config before ConfTags
|
|
complete immediately, to simulate unix behavior
This makes code that checks errno to determine whether connect() has succeeded or not work properly on Windows
Fixes #298 reported by @butaman
|
|
security:restrictbannedusers is on
Fixes #297 reported by @killerrabbit
|
|
servers/clients and ssl/nonssl
|
|
[2.0] Avoid global namespace pollution.
|
|
|
|
Fixes #293 reported by @DrRenX
|
|
|
|
|
|
|
|
|
|
after successful registration
Fixes #284 reported by @hoggeh
|