Age | Commit message (Expand) | Author |
2018-04-16 | Remove the default value in ConfigTag::get{Duration,Float,Int}. | Peter Powell |
2017-11-17 | Fix a ton of -Wsign-conversion warnings. | Peter Powell |
2017-09-03 | Convert a bunch of time-related config options to getDuration. | Peter Powell |
2016-08-22 | m_spanningtree Use ASCII case insensitive map for matching server names | Attila Molnar |
2016-08-22 | m_spanningtree Change type of Link::Name to std::string | Attila Molnar |
2016-03-29 | m_spanningtree Add SpanningTreeUtilities::FindRouteTarget() | Attila Molnar |
2016-03-29 | m_spanningtree Remove unused SpanningTreeUtilities::BestRouteTo() | Attila Molnar |
2016-03-29 | m_spanningtree Remove unused SpanningTreeUtilities::DoOneToOne() overload acc... | Attila Molnar |
2015-05-19 | m_spanningtree Fix harmless valgrind warning about uninit var usage on unload | Attila Molnar |
2015-05-13 | m_spanningtree Clean up comments | Attila Molnar |
2014-07-14 | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | Attila Molnar |
2014-07-14 | Rename UserMembList to Channel::MemberMap, switch all code to use it | Attila Molnar |
2014-07-14 | Change return type of Channel::GetUsers() to reference from pointer as it is ... | Attila Molnar |
2014-04-14 | m_spanningtree Fix routing of unicast messages | Attila Molnar |
2014-04-08 | m_spanningtree Remove the (now) undocumented disablehmac config option | Attila Molnar |
2014-03-15 | Change allocation of InspIRCd::Timers to be physically part of the object con... | Attila Molnar |
2014-03-08 | Make the maximum hostname length configurable in the config. | Peter Powell |
2014-01-21 | Merge insp20 | Attila Molnar |
2014-01-05 | Introduce Server class | Attila Molnar |
2014-01-04 | Fix some Windows-related problems. | Peter Powell |
2013-11-21 | Allow multiple allowmasks in link blocks, #679 | Adam |
2013-11-09 | Use case insensitive comparison for server names for (auto)connects, issue #662 | Adam |
2013-09-11 | Move prefix mode specific fields and getters into PrefixMode | attilamolnar |
2013-09-10 | m_spanningtree Minor fixes | attilamolnar |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-27 | m_spanningtree Introduce command builders | attilamolnar |
2013-08-22 | m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G... | attilamolnar |
2013-08-22 | m_spanningtree Remove duplicate code for sending channel messages from RouteC... | attilamolnar |
2013-08-22 | m_spanningtree Implement DoOneToMany() using DoOneToAllButSender() | attilamolnar |
2013-08-22 | m_spanningtree Change TreeServer::GetSocket() to always return the socket tha... | attilamolnar |
2013-08-19 | m_spanningtree Minor cleanup of functions | attilamolnar |
2013-08-17 | m_spanningtree Remove SpanningTreeUtilities* fields and parameters | attilamolnar |
2013-08-12 | Add ConfigTag::getDuration() with optional bounds checking | attilamolnar |
2013-08-04 | Modify the log message to contain the log type. | Peter Powell |
2013-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell |
2013-07-24 | m_spanningtree Change the type of TreeServer::ServerName to std::string | attilamolnar |
2013-07-24 | m_spanningtree Cleanup TreeServer and TreeSocket construction/destruction | attilamolnar |
2013-06-06 | Compare to ServerLimits::MaxLine instead of MAXBUF. | Peter Powell |
2013-06-06 | Reserve ServerLimits::MaxLine instead of MAXBUF. | Peter Powell |
2013-06-05 | Remove unnecessary string copies and dead code | attilamolnar |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell |
2013-04-26 | Modularize DNS | Adam |
2013-04-21 | m_spanningtree Move CacheTimer into utils | attilamolnar |
2013-04-12 | m_spanningtree Remove unneeded #includes | attilamolnar |
2013-04-12 | m_spanningtree Introduce new function to send channel messages | attilamolnar |
2013-04-12 | m_spanningtree Change TreeServerList to be a set, get rid of a function dedic... | attilamolnar |
2013-04-12 | m_spanningtree Utils: Move code that creates a full line from its components ... | attilamolnar |
2013-04-12 | m_spanningtree atoi() to ConvToInt() conversion, add const where possible | attilamolnar |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-01 | Convert IsSID() to a static member function, modules shouldn't override it | attilamolnar |