Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-12 | m_spanningtree Remove unneeded #includes | attilamolnar | |
2013-04-12 | m_spanningtree FJOIN handler: Refactor, update doc | attilamolnar | |
Split the core function into several smaller functions Accept userlist entries having no comma at all | |||
2013-04-12 | m_spanningtree Netburst: Refactor SendChannelModes() | attilamolnar | |
Rename it to SyncChannel() and change it to take a Channel* parameter, move iteration into DoBurst() | |||
2013-04-12 | m_spanningtree Change both prefix and first parameter of SQUIT to be a SID | attilamolnar | |
2013-04-12 | m_spanningtree Remove encapsulation on UserCount/OperCount | attilamolnar | |
2013-04-12 | m_spanningtree Introduce new function to send channel messages | attilamolnar | |
Use it from the protocol interface and PRIVMSG/NOTICE handlers Unite OnUserNotice and OnUserMessage code into LocalMessage() | |||
2013-04-12 | m_spanningtree Change TreeServerList to be a set, get rid of a function ↵ | attilamolnar | |
dedicated to adding entries to it | |||
2013-04-12 | m_spanningtree Utils: Move code that creates a full line from its components ↵ | attilamolnar | |
to a new function | |||
2013-04-12 | m_spanningtree FTOPIC handler: Keep only one topic if the two topic ↵ | attilamolnar | |
timestamps match but the topics differ | |||
2013-04-12 | m_spanningtree FTOPIC handler: Return CMD_FAILURE/CMD_INVALID as appropiate | attilamolnar | |
Return CMD_FAILURE to prevent propagation when the topic wasn't updated; return CMD_INVALID when the topicts is invalid | |||
2013-04-12 | m_spanningtree atoi() to ConvToInt() conversion, add const where possible | attilamolnar | |
Remove two redundant functions from Utils | |||
2013-04-12 | m_spanningtree RSQUIT handler: Don't reimplement sending messages to remote ↵ | attilamolnar | |
users Use ModuleSpanningTree::RemoteMessage instead | |||
2013-04-12 | m_spanningtree RCONNECT handler: Fix error reporting to remote users | attilamolnar | |
Describe behavior in comments | |||
2013-04-12 | m_spanningtree Netburst: Rework SendFJoins() | attilamolnar | |
Old code sent empty lines on burst after FJOINs, new version fixes that | |||
2013-04-12 | m_spanningtree Netburst: Remove expiration check from SendXLines() | attilamolnar | |
XLineManager does the checking | |||
2013-04-12 | m_spanningtree UID handler: Log and drop the link when a server introduces a ↵ | attilamolnar | |
user with an unknown user mode | |||
2013-04-12 | m_spanningtree UID handler: Remove dead code | attilamolnar | |
2013-04-12 | m_spanningtree FMODE handler: Rework | attilamolnar | |
Check for error conditions before doing any work Get rid of hardcoded maxmodes and a loop that copies a container | |||
2013-04-12 | m_spanningtree IDLE handler: Rewrite | attilamolnar | |
2013-04-12 | Tidy up source files: | Peter Powell | |
- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | |||
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell | |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell | |
2013-04-10 | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar | |
2013-04-10 | m_spanningtree Create new TreeServers for incoming connections only when ↵ | attilamolnar | |
they've accepted our credentials, not when they send SERVER | |||
2013-04-09 | Remove some uline checks that ran after an IS_LOCAL() check | attilamolnar | |
2013-04-09 | Move most whois related code from the core into cmd_whois | attilamolnar | |
2013-04-09 | XLine: Provide a default implementation for DisplayExpiry() | attilamolnar | |
2013-04-08 | Migrate u_listmode.h into the core, change +b to use it | attilamolnar | |
2013-04-08 | Remove OnAddBan and OnDelBan hooks | attilamolnar | |
2013-04-05 | Fixed grammar in whois output for +k'd services. | Shawn Smith | |
2013-04-03 | Convert InspIRCd::Duration() to be static | attilamolnar | |
2013-04-02 | m_geoip: Fix compilation | ChrisTX | |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar | |
2013-04-01 | Merge pull request #452 from SaberUK/master+nuke-hashmap | Attila Molnar | |
Purge the deprecated hash_map from existance. | |||
2013-04-01 | Move member variables from User to LocalUser | attilamolnar | |
- idle_lastmsg - dns_done - quitting_sendq - exempt - lastping | |||
2013-04-01 | Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ ↵ | attilamolnar | |
strings as arguments instead of C strings | |||
2013-04-01 | Convert IsSID() to a static member function, modules shouldn't override it | attilamolnar | |
2013-04-01 | Remove more deprecated code | attilamolnar | |
- ConfigReader - FloodQuitUserHandler - IsValidModuleCommand - CallCommandHandler - DoCleanup from u_listmode.h | |||
2013-04-01 | Purge references to the deprecated GetStackedLine method. | Peter Powell | |
2013-04-01 | Purge the deprecated chanprotect module. | Peter Powell | |
2013-04-01 | Remove some dead code: | Peter Powell | |
- Conditions in m_httpd_stats which can never be true. - Commented out code in m_sqloper. - Unused macro in inspircd.h. | |||
2013-04-01 | Fix linker error when linking spanningtree caused by ↵ | Adam | |
56cae0f3a484cbcb20569b68917f1810a0c2f4a4 | |||
2013-04-01 | Purge the deprecated hash_map from existance. | Peter Powell | |
2013-04-01 | Change channel name parameter of Module::OnUserPreJoin() and ↵ | attilamolnar | |
Channel::JoinUser() to std::string from char* | |||
2013-04-01 | Change User::GetIPString() to return const std::string& | attilamolnar | |
2013-04-01 | m_samode Require an oper privilege to change the user modes of other users | attilamolnar | |
Issue #417 | |||
2013-04-01 | Remove legacy code, mostly related to 1.2 compatibility | attilamolnar | |
2013-03-29 | Update doc and fix the description of m_allowinvite | attilamolnar | |
2013-03-29 | m_ldapoper Make the module actually work | attilamolnar | |
Fixes #439 reported by @rhylan | |||
2013-03-29 | m_ldapoper Fix memory leak | attilamolnar | |
See 1813369adecc1efc9812e90c40c21dc32e4965c9 for details |