]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree
m_spanningtree Remove SpanningTreeUtilities* fields and parameters
[user/henk/code/inspircd.git] / src / modules / m_spanningtree /
2013-08-17 attilamolnarm_spanningtree Remove SpanningTreeUtilities* fields...
2013-08-15 attilamolnarRemove $ModDep comments
2013-08-13 attilamolnarStore oper types and opers in separate containers
2013-08-12 attilamolnarAdd ConfigTag::getDuration() with optional bounds checking
2013-08-09 attilamolnarAccept std::string as parameter in User::ChangeHost...
2013-08-08 attilamolnarFix a couple of issues
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellModify the log message to contain the log type.
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-08-04 attilamolnarRemove a few not-so-useful debug messages
2013-07-24 attilamolnarm_spanningtree Change the type of TreeServer::ServerNam...
2013-07-24 attilamolnarm_spanningtree Cleanup TreeServer and TreeSocket constr...
2013-07-20 attilamolnarEnable the LINK snomask from m_spanningtree, remove...
2013-07-19 attilamolnarGet rid of enum UserModes and mark User::modes as private
2013-07-19 attilamolnarSeperate ModeReference into ChanModeReference and UserM...
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-07-01 attilamolnarFix a few oversights
2013-06-13 attilamolnarRewrite CommandParser::TranslateUIDs()
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-12 attilamolnarm_spanningtree Move SVSMODE -> MODE translation into...
2013-06-12 attilamolnarm_spanningtree Rewrite incoming (E|G|K|Q|Z)LINE command...
2013-06-12 attilamolnarGet rid of the OnRemoteKill hook, make use of GetRoutin...
2013-06-12 attilamolnarImplement GetRouting() in core commands that require...
2013-06-12 attilamolnarChange command name parameter of OnPostCommand to be...
2013-06-12 attilamolnarSimplify stringjoiner: take 1 parameter, join from...
2013-06-06 attilamolnarCreate SSLIOHook interface that provides GetCertificate()
2013-06-06 attilamolnarCreate IOHook interface (extracted from Module)
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellUse InspIRCd::Format instead of snprintf().
2013-06-06 Peter PowellCompare to ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 Peter PowellReserve ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 attilamolnarMerge insp20
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-06-04 attilamolnarm_spanningtree Fix FIDENT routing
2013-06-02 attilamolnarRoute WALLOPS like a regular command, remove OnWallops...
2013-05-26 attilamolnarDeduplicate RemoveMode() implementations
2013-05-23 AdamChange CacheRefreshTimer tick time back to 5 minutes
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-22 Attila MolnarMerge pull request #522 from SaberUK/master+xline-displ...
2013-05-21 Peter PowellConvert XLine::Displayable to return a std::string.
2013-05-21 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-20 attilamolnarRemove OnUserPreNotice and OnUserNotice hooks, add...
2013-05-20 Attila MolnarMerge pull request #542 from ShutterQuick/inspircd...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-18 Daniel VassdalReplaced vsnprintf with VAFORMAT pretty much everywhere.
2013-05-18 attilamolnarChange the signature of User::ForceNickChange() to...
2013-05-18 Attila MolnarMerge pull request #543 from SaberUK/master+sizeparam...
2013-05-18 Peter PowellRemove the size argument from IsChannel and IsNick.
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-05-14 attilamolnarm_spanningtree UID handler: Fix parsing user modes
2013-04-27 attilamolnarMerge insp20
2013-04-26 AdamModularize DNS
2013-04-23 attilamolnarm_spanningtree Fix crash when connecting to a remote...
2013-04-21 attilamolnarm_spanningtree Move CacheTimer into utils
2013-04-21 attilamolnarTimer changes and TimerManager enhancements
2013-04-20 Attila MolnarMerge pull request #495 from SaberUK/master+fix-libcpp
2013-04-19 Peter PowellFix building with libc++.
2013-04-18 attilamolnarm_spanningtree Fix IS_LOCAL() check in OnRehash handler
2013-04-14 attilamolnarUse std::string internally in UIDGenerator, move UUID_L...
2013-04-13 attilamolnarm_spanningtree Remove redundant first parameter of...
2013-04-13 attilamolnarm_spanningtree Ignore hopcount in incoming SERVER comma...
2013-04-13 attilamolnarm_spanningtree Netburst: If a topic was ever set, send...
2013-04-13 Attila MolnarMerge pull request #476 from SaberUK/master+allowcoreunload
2013-04-13 attilamolnarm_spanningtree Add channel timestamp to FTOPIC
2013-04-13 attilamolnarm_spanningtree Add channel timestamp to channel METADATA
2013-04-13 attilamolnarm_spanningtree Introduce IJOIN and RESYNC
2013-04-13 attilamolnarm_spanningtree Bump protocol version and remove unused...
2013-04-13 attilamolnarChannel::JoinUser() and Channel::ForceChan() changes
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 attilamolnarm_spanningtree FJOIN handler: Refactor, update doc
2013-04-12 attilamolnarm_spanningtree Netburst: Refactor SendChannelModes()
2013-04-12 attilamolnarm_spanningtree Change both prefix and first parameter...
2013-04-12 attilamolnarm_spanningtree Remove encapsulation on UserCount/OperCount
2013-04-12 attilamolnarm_spanningtree Introduce new function to send channel...
2013-04-12 attilamolnarm_spanningtree Change TreeServerList to be a set, get...
2013-04-12 attilamolnarm_spanningtree Utils: Move code that creates a full...
2013-04-12 attilamolnarm_spanningtree FTOPIC handler: Keep only one topic...
2013-04-12 attilamolnarm_spanningtree FTOPIC handler: Return CMD_FAILURE/CMD_I...
2013-04-12 attilamolnarm_spanningtree atoi() to ConvToInt() conversion, add...
2013-04-12 attilamolnarm_spanningtree RSQUIT handler: Don't reimplement sendin...
2013-04-12 attilamolnarm_spanningtree RCONNECT handler: Fix error reporting...
2013-04-12 attilamolnarm_spanningtree Netburst: Rework SendFJoins()
2013-04-12 attilamolnarm_spanningtree Netburst: Remove expiration check from...
2013-04-12 attilamolnarm_spanningtree UID handler: Log and drop the link when...
2013-04-12 attilamolnarm_spanningtree UID handler: Remove dead code
2013-04-12 attilamolnarm_spanningtree FMODE handler: Rework
2013-04-12 attilamolnarm_spanningtree IDLE handler: Rewrite
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
next