Age | Commit message (Expand) | Author |
2012-07-13 | m_ident Fix casting User pointers to LocalUser pointers blindly | attilamolnar |
2012-07-13 | m_ident Close the socket and mark as done when received something instead of ... | attilamolnar |
2012-07-13 | Revert m_xline_db Get the xlines from the core, don't maintain a seperate lis... | attilamolnar |
2012-07-12 | m_chanhistory Read the boolean config entry with getBool() | attilamolnar |
2012-07-12 | m_halfop, m_chanhistory Remove redundant ModeParser::DelMode() calls, the mod... | attilamolnar |
2012-07-11 | m_chanlog Use std::multimap::equal_range for iteratation instead of ::find an... | attilamolnar |
2012-07-09 | Fixed Windows build, int32_t is already defined in stdint.h. | Adam |
2012-07-08 | m_spanningtree Add function to easily determine whether a server was introduc... | attilamolnar |
2012-07-07 | m_setname, m_chgname Unify notices and annoucements | attilamolnar |
2012-07-07 | Added ExtBan U to match only Unregistered users | Shawn Smith |
2012-07-07 | m_satopic Use WriteGlobalSno instead of writing the same thing with SNO->Writ... | attilamolnar |
2012-07-07 | m_lockserv Don't lock/unlock when already locked/unlocked, update messages | attilamolnar |
2012-07-07 | m_lockserv Remove obsolete comments and unnecessary string clear()s | attilamolnar |
2012-07-07 | m_shun Display shun target correctly in the error message when adding a new s... | attilamolnar |
2012-07-07 | m_mlock Remove unnecessary iteration | attilamolnar |
2012-07-07 | m_swhois Switch to OnPostOper hook instead of using OnPostCommand | attilamolnar |
2012-07-07 | m_stripcolor Removing a character from a string while iterating it is slightl... | attilamolnar |
2012-07-07 | m_globops Don't concatenate, the command parser does it for us as maxparams f... | attilamolnar |
2012-07-07 | m_inviteexception Remove useless check | attilamolnar |
2012-07-07 | m_inviteexception Read invitebypasskey setting once and store it instead of r... | attilamolnar |
2012-07-07 | m_setname, m_chgname Disallow empty GECOS, spotted by @Robby- | attilamolnar |
2012-07-07 | m_ldapoper Say what the module actually does in the description | attilamolnar |
2012-07-06 | Merge pull request #217 from Shawn-Smith/insp20+antiredirect | Attila Molnar |
2012-07-06 | Updated the version lines on several modules. | Shawn Smith |
2012-07-06 | Backported usermode +L from insp21. Stops forced redirection given by cmode +L | Shawn Smith |
2012-07-04 | m_spanningtree Fix crash in SVSPART handler when the given channel doesn't exist | attilamolnar |
2012-07-04 | m_delaymsg Don't bother with remote users | attilamolnar |
2012-07-04 | m_delaymsg Stop sending +d mode change to users when a remote user joins a ch... | attilamolnar |
2012-07-04 | m_delaymsg Remove unused code | attilamolnar |
2012-07-01 | m_spanningtree Call the collision handler with the proper parameter (client i... | attilamolnar |
2012-07-01 | m_spanningtree Return when ecountering an invalid command coming from a remot... | attilamolnar |
2012-07-01 | Fix crash in ADDLINE handler when the command had no parameters | attilamolnar |
2012-07-01 | m_xline_db Fix memory leak when adding a loaded xline fails | attilamolnar |
2012-07-01 | Revert "m_dnsbl: switch to OnSetClientIP hook which may be refired." | Robin Burchell |
2012-07-01 | m_callerid, m_dccallow Use OnUserPostNick hook instead of OnUserPreNick | attilamolnar |
2012-07-01 | m_callerid, m_dccallow Fix crash caused by allowing unregistered users and SI... | attilamolnar |
2012-07-01 | m_callerid Remove unused parameter | attilamolnar |
2012-07-01 | m_callerid Use std::find() where possible | attilamolnar |
2012-07-01 | m_callerid Remove redundant includes | attilamolnar |
2012-07-01 | m_dccallow Fix unsafe iteration | attilamolnar |
2012-07-01 | m_xline_db Get the xlines from the core, don't maintain a seperate list | attilamolnar |
2012-06-30 | m_noctcp Use SimpleChannelModeHandler, reorder checks | attilamolnar |
2012-06-30 | m_opermodes Remove unused OnRehash hook, don't touch remote opers, send mode ... | attilamolnar |
2012-06-30 | m_delaymsg Don't allow mode to be unset when it's not set | attilamolnar |
2012-06-30 | m_nonicks Use SimpleChannelModeHandler | attilamolnar |
2012-06-30 | m_operlevels Remove unused hook | attilamolnar |
2012-06-30 | m_alltime Add a missing space to the notice | attilamolnar |
2012-06-27 | Merge pull request #235 from attilamolnar/insp20+invitefix | Attila Molnar |
2012-06-27 | Merge pull request #234 from attilamolnar/insp20+chanhistory | Attila Molnar |
2012-06-27 | Merge pull request #233 from attilamolnar/insp20+cap | Attila Molnar |