summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-30Remove ModuleManager::GetAllModuleNames(), use GetModules() insteadattilamolnar
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-30Merge insp20attilamolnar
2013-08-30Don't CoreExport reference, fixes m_dnsbl on Windowsattilamolnar
2013-08-28Release 2.0.14attilamolnar
2013-08-28m_permchannels Fix empty topic setbyattilamolnar
2013-08-28Update COPYING file with new FSF address.Christopher 'm4z' Holm
2013-08-28m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ...attilamolnar
2013-08-27Fix fd and minor memory leak in threadengine_pthread on unload of m_mysqlattilamolnar
2013-08-27Fix crash caused by passing a large integer to ctime()attilamolnar
2013-08-27m_permchannels Add the ability to save listmodesattilamolnar
2013-08-27m_permchannels Save channel TS, topic set time and set by informationattilamolnar
2013-08-27m_permchannels Construct the final line that will be saved in a std::string i...attilamolnar
2013-08-27Update example configs, README.md and moreattilamolnar
2013-08-27m_spanningtree Introduce command buildersattilamolnar
2013-08-27m_spanningtree Changes to TreeSocket::WriteLine() to avoid string copiesattilamolnar
2013-08-27Fix Windows build and a few more problemsattilamolnar
2013-08-27Fix indentationattilamolnar
2013-08-27Allow jmpsrv to handle SSL-connected clients correctly - also allow clients t...Daniel Vassdal
2013-08-27Merge pull request #619 from SaberUK/master+regex-dedupeAttila Molnar
2013-08-27Fix various small issues.Peter Powell
2013-08-27Make all regex modules throw the same exception on error.Peter Powell
2013-08-25m_spanningtree Allow server-to-server command handlers to specify whether the...attilamolnar
2013-08-25Clean up the protocol interfaceattilamolnar
2013-08-24Merge pull request #616 from ShutterQuick/inspircd+chanhistbotAttila Molnar
2013-08-24Option to select if chanhistory is on for botsDaniel Vassdal
2013-08-22m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G...attilamolnar
2013-08-22m_spanningtree Remove duplicate code for sending channel messages from RouteC...attilamolnar
2013-08-22m_spanningtree Implement DoOneToMany() using DoOneToAllButSender()attilamolnar
2013-08-22m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...attilamolnar
2013-08-22Fix a few problemsattilamolnar
2013-08-21m_spanningtree When an IOHook goes away close all pending connections that us...attilamolnar
2013-08-21m_dnsbl Fix possible use-after-free after a rehashattilamolnar
2013-08-19Remove cmd_map from the coreattilamolnar
2013-08-19m_spanningtree Minor cleanup of functionsattilamolnar
2013-08-18m_spanningtree Move all server-to-server command handlers into handler classesattilamolnar
2013-08-18Create the CommandBase class from Commandattilamolnar
2013-08-18m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUITattilamolnar
2013-08-18Merge pull request #609 from SaberUK/master+configure-sub-shuffleAttila Molnar
2013-08-18Clean up and move various subroutines.Peter Powell
2013-08-17m_spanningtree Remove SpanningTreeUtilities* fields and parametersattilamolnar
2013-08-17Merge pull request #608 from SaberUK/master+buildprop-dedupeAttila Molnar
2013-08-16Clean up the build system properties and related code.Peter Powell
2013-08-15Remove $ModDep commentsattilamolnar
2013-08-13Store oper types and opers in separate containersattilamolnar
2013-08-13m_ssl_gnutls Fix feature testing and cipher suite related errors on older Gnu...attilamolnar
2013-08-12Clean up a few constructorsattilamolnar
2013-08-12cmd_whowas Major cleanup, fix inefficienciesattilamolnar
2013-08-12Add ConfigTag::getDuration() with optional bounds checkingattilamolnar
2013-08-12Merge pull request #607 from SaberUK/master+matchAttila Molnar