Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Split the core function into several smaller functions
Accept userlist entries having no comma at all
|
|
Rename it to SyncChannel() and change it to take a Channel* parameter, move iteration into DoBurst()
|
|
|
|
|
|
Use it from the protocol interface and PRIVMSG/NOTICE handlers
Unite OnUserNotice and OnUserMessage code into LocalMessage()
|
|
dedicated to adding entries to it
|
|
to a new function
|
|
timestamps match but the topics differ
|
|
Return CMD_FAILURE to prevent propagation when the topic wasn't updated; return CMD_INVALID when the topicts is invalid
|
|
Remove two redundant functions from Utils
|
|
users
Use ModuleSpanningTree::RemoteMessage instead
|
|
Describe behavior in comments
|
|
Old code sent empty lines on burst after FJOINs, new version fixes that
|
|
XLineManager does the checking
|
|
user with an unknown user mode
|
|
|
|
Check for error conditions before doing any work
Get rid of hardcoded maxmodes and a loop that copies a container
|
|
|
|
- Use #pragma once instead of include guards.
- Move header files in src/modules to include/modules.
- Fixed various spacing issues.
|
|
|
|
|
|
|
|
they've accepted our credentials, not when they send SERVER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Purge the deprecated hash_map from existance.
|
|
- idle_lastmsg
- dns_done
- quitting_sendq
- exempt
- lastping
|
|
strings as arguments instead of C strings
|
|
|
|
- ConfigReader
- FloodQuitUserHandler
- IsValidModuleCommand
- CallCommandHandler
- DoCleanup from u_listmode.h
|
|
|
|
|
|
- Conditions in m_httpd_stats which can never be true.
- Commented out code in m_sqloper.
- Unused macro in inspircd.h.
|
|
56cae0f3a484cbcb20569b68917f1810a0c2f4a4
|
|
|
|
Channel::JoinUser() to std::string from char*
|
|
|
|
Issue #417
|
|
|
|
|