Age | Commit message (Collapse) | Author |
|
|
|
vsnprintf is called multiple times with the same list, so have InspIRCd::Format va_copy the list before each call
|
|
|
|
config
|
|
Clean up the logging system (part 1 of 2).
|
|
Convert XLine::Displayable to return a std::string.
|
|
|
|
|
|
Add support for detecting C++11 variadic templates.
|
|
|
|
OnUserMessage and OnUserPreMessage
All modules (except m_nonotice) that perform filtering on messages have common logic for handling PRIVMSGs and NOTICEs and most of them run the exact same code in both cases
|
|
|
|
Replaced all the individual vsnprintfing with a macro
|
|
|
|
|
|
- InspIRCd::OpenLog
- ./inspircd --logfile [file]
This is no longer needed now we have (since 1.2) custom logging.
|
|
|
|
|
|
|
|
|
|
instead of const char*
|
|
Don't run OnUserPreNick when the nick change is forced
|
|
|
|
irc::sepstream does not require virtual methods
|
|
- Get rid of unused constructors
- signed -> unsigned
- return const ref from GetJoined()
|
|
|
|
Remove the size argument from IsChannel and IsNick.
|
|
Spotted by @Adam-
|
|
Purge the old chanlog code from the module file.
|
|
There was only one case (which was probably an error) where these
methods were not set to their ServerLimits value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implementations
|
|
of size() == 0
Most of these were detected by cppcheck
|
|
Fix GCC warnings about using C++11 features when not in C++11 mode.
|
|
|
|
Fix the poll socket engine.
|
|
|
|
Fix kqueue test on non-Apple BSDs.
|
|
|
|
Improve feature detection in configure.
|
|
|
|
|
|
See 21c3232b8e0bb41727f2d65a0b2d5304587cf6be and fae560cddc389b88c9cd34afdccf9035f4d11c5b
|
|
|