summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2012-07-13Revert m_xline_db Get the xlines from the core, don't maintain a seperate lis...attilamolnar
2012-07-12m_chanhistory Read the boolean config entry with getBool()attilamolnar
2012-07-12m_halfop, m_chanhistory Remove redundant ModeParser::DelMode() calls, the mod...attilamolnar
2012-07-11m_chanlog Use std::multimap::equal_range for iteratation instead of ::find an...attilamolnar
2012-07-09Fixed Windows build, int32_t is already defined in stdint.h.Adam
2012-07-08m_spanningtree Add function to easily determine whether a server was introduc...attilamolnar
2012-07-07m_setname, m_chgname Unify notices and annoucementsattilamolnar
2012-07-07m_satopic Use WriteGlobalSno instead of writing the same thing with SNO->Writ...attilamolnar
2012-07-07m_lockserv Don't lock/unlock when already locked/unlocked, update messagesattilamolnar
2012-07-07m_lockserv Remove obsolete comments and unnecessary string clear()sattilamolnar
2012-07-07m_shun Display shun target correctly in the error message when adding a new s...attilamolnar
2012-07-07m_mlock Remove unnecessary iterationattilamolnar
2012-07-07m_swhois Switch to OnPostOper hook instead of using OnPostCommandattilamolnar
2012-07-07m_stripcolor Removing a character from a string while iterating it is slightl...attilamolnar
2012-07-07m_globops Don't concatenate, the command parser does it for us as maxparams f...attilamolnar
2012-07-07m_inviteexception Remove useless checkattilamolnar
2012-07-07m_inviteexception Read invitebypasskey setting once and store it instead of r...attilamolnar
2012-07-07m_setname, m_chgname Disallow empty GECOS, spotted by @Robby-attilamolnar
2012-07-07m_ldapoper Say what the module actually does in the descriptionattilamolnar
2012-07-06Merge pull request #217 from Shawn-Smith/insp20+antiredirectAttila Molnar
2012-07-06Updated the version lines on several modules.Shawn Smith
2012-07-06Backported usermode +L from insp21. Stops forced redirection given by cmode +LShawn Smith
2012-07-04m_spanningtree Fix crash in SVSPART handler when the given channel doesn't existattilamolnar
2012-07-04m_delaymsg Don't bother with remote usersattilamolnar
2012-07-04m_delaymsg Stop sending +d mode change to users when a remote user joins a ch...attilamolnar
2012-07-04m_delaymsg Remove unused codeattilamolnar
2012-07-01m_spanningtree Call the collision handler with the proper parameter (client i...attilamolnar
2012-07-01m_spanningtree Return when ecountering an invalid command coming from a remot...attilamolnar
2012-07-01Fix crash in ADDLINE handler when the command had no parametersattilamolnar
2012-07-01m_xline_db Fix memory leak when adding a loaded xline failsattilamolnar
2012-07-01Revert "m_dnsbl: switch to OnSetClientIP hook which may be refired."Robin Burchell
2012-07-01m_callerid, m_dccallow Use OnUserPostNick hook instead of OnUserPreNickattilamolnar
2012-07-01m_callerid, m_dccallow Fix crash caused by allowing unregistered users and SI...attilamolnar
2012-07-01m_callerid Remove unused parameterattilamolnar
2012-07-01m_callerid Use std::find() where possibleattilamolnar
2012-07-01m_callerid Remove redundant includesattilamolnar
2012-07-01m_dccallow Fix unsafe iterationattilamolnar
2012-07-01m_xline_db Get the xlines from the core, don't maintain a seperate listattilamolnar
2012-06-30m_noctcp Use SimpleChannelModeHandler, reorder checksattilamolnar
2012-06-30m_opermodes Remove unused OnRehash hook, don't touch remote opers, send mode ...attilamolnar
2012-06-30m_delaymsg Don't allow mode to be unset when it's not setattilamolnar
2012-06-30m_nonicks Use SimpleChannelModeHandlerattilamolnar
2012-06-30m_operlevels Remove unused hookattilamolnar
2012-06-30m_alltime Add a missing space to the noticeattilamolnar
2012-06-27Merge pull request #235 from attilamolnar/insp20+invitefixAttila Molnar
2012-06-27Merge pull request #234 from attilamolnar/insp20+chanhistoryAttila Molnar
2012-06-27Merge pull request #233 from attilamolnar/insp20+capAttila Molnar
2012-06-27m_cap Allow clients to disable specific capabilities by prefixing them with a...attilamolnar
2012-06-27m_cap Fix crash when a user issued a CAP CLEAR request and the CapEvent had a...attilamolnar
2012-06-27m_cap Use an enum to specify cap event type instead of a string, assign CapEv...attilamolnar