summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2013-12-18Clean up CoreExceptionAttila Molnar
2013-12-18m_sakick Replace C string with C++ stringAttila Molnar
2013-12-18Clean up error messages in a few SA commandsAttila Molnar
2013-12-18Add a Flash Policy Daemon moduleDaniel Vassdal
2013-12-15m_spanningtree Fix nick TS desync on SVSNICKAttila Molnar
2013-12-15Make various self contained methods static.Peter Powell
2013-12-15Remove some pointless code:Peter Powell
2013-12-15Move stuff around a bit:Peter Powell
2013-12-14Fix m_override refusing to override modes if the user holds halfop or higher ...Daniel Vassdal
2013-12-09Fix ACCEPT propagation bug when it got a nick prefixed with +Daniel Vassdal
2013-11-21m_cap Convert capability names in CAP REQ to lowercase before processing themattilamolnar
2013-11-21Fix a few issuesattilamolnar
2013-11-21Allow multiple allowmasks in link blocks, #679Adam
2013-11-18Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.Peter Powell
2013-11-12These two numerics are supposed to use SentText() as they can go to remote us...Adam
2013-11-12Use WriteNumeric() everywhere we send numerics and include the user's nick au...Adam
2013-11-09Use case insensitive comparison for server names for (auto)connects, issue #662Adam
2013-11-09Fix parsing ADDLINE with expiration or creation dates past ~2038 probablyAdam
2013-11-09Fix issue #657, fix sending FNAME with spacesAdam
2013-10-26Fix m_silence looking for maxentries in <showwhois> instead of <silence>.Peter Powell
2013-09-15Work around STB_GNU_UNIQUE symbols not allowing module unmapattilamolnar
2013-09-15Remove redundant parameter.clear()s from mode handlersattilamolnar
2013-09-15m_services_account Remove OnDecodeMetaData handlerattilamolnar
2013-09-13Pass an interface to the OnSync hooksattilamolnar
2013-09-13Split ProtocolInterface::SendMetaData() into multiple functionsattilamolnar
2013-09-12Send ListModeBase modes implicitly on channel syncattilamolnar
2013-09-12Keep lists of mode handlers by typeattilamolnar
2013-09-12Add ModeHandler::IsListModeBase() and MC_LISTattilamolnar
2013-09-11m_modenotice Use WriteNotice()attilamolnar
2013-09-11Convert cmd_modenotice into an optional moduleattilamolnar
2013-09-11Move prefix mode specific fields and getters into PrefixModeattilamolnar
2013-09-11Create a base class for prefix modesattilamolnar
2013-09-10m_spanningtree Minor fixesattilamolnar
2013-09-10m_spanningtree Handle ERROR when fully connectedattilamolnar
2013-09-10m_spanningtree Move c2s commands out of SpanningTreeCommands to auto register...attilamolnar
2013-09-09m_httpd Close all open http sockets on unloadattilamolnar
2013-09-09m_showwhois Require 2 parameters for WHOISNOTICEattilamolnar
2013-09-08Change allocation of a few services to make use of auto registrationattilamolnar
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-09-08Fix compile warnings as seen on g++ 4.4.7Adam
2013-09-04Merge pull request #623 from ChrisTX/insp20+compilerfixesAttila Molnar
2013-08-31m_spanningtree Fix timestamp in AWAYattilamolnar
2013-08-31Improve support for rarely used compilers, EKOPath in this case.ChrisTX
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-28m_permchannels Fix empty topic setbyattilamolnar
2013-08-28m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ...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