summaryrefslogtreecommitdiff
path: root/src/modules/m_callerid.cpp
AgeCommit message (Expand)Author
2015-12-07Remove some IS_SERVER() checksAttila Molnar
2015-06-03m_callerid Prioritize after other mods for the OnUserPreMessage hookAttila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2014-12-15Change type of some associative containers to their flat versions, including ...Attila Molnar
2014-12-10m_callerid Change CallerIdDataSet (wholistsme) to be a vectorAttila Molnar
2014-12-10m_callerid Add typedefs for containers in callerid_dataAttila Molnar
2014-12-10m_callerid Simplify code interacting with containersAttila Molnar
2014-11-01Add stdalgo::erase() and use it to simplify codeAttila Molnar
2014-07-25Merge insp20Attila Molnar
2014-04-12Correct the syntax messages of a few modules.Robby-
2014-01-21Merge insp20Attila Molnar
2014-01-19Use FindNickOnly() in a few more places if a local user is performing an acti...Attila Molnar
2014-01-08Remove PreText()-like functionsAttila Molnar
2013-12-09Fix ACCEPT propagation bug when it got a nick prefixed with +Daniel Vassdal
2013-11-21Fix a few issuesattilamolnar
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-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-07-01Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w...attilamolnar
2013-06-13Remove TR_END, remove TRANSLATEx() from commands that do not need itattilamolnar
2013-06-12m_callerid Route ACCEPT to the server of the target user only, do not send ME...attilamolnar
2013-06-12CommandParser::LoopCall() changesattilamolnar
2013-05-20Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On...attilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-05-14Add method for writing server notices.Peter Powell
2013-04-28Merge insp20attilamolnar
2013-04-21Log some internal errors on DEFAULT loglevel instead of DEBUG, log detected e...attilamolnar
2013-04-19m_callerid Allow messaging yourself while +g regardless of the ACCEPT listattilamolnar
2013-04-18m_callerid Ignore duplicate entries when unserializing callerid_dataattilamolnar
2013-04-18m_callerid Fix bookkeeping error introduced when unserializing callerid_dataattilamolnar
2013-04-11Convert ISUPPORT to use a map instead of a string.Peter Powell
2013-04-10Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()attilamolnar
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2012-12-16m_callerid Fix memory leak in CallerIDExtInfo::free()attilamolnar
2012-12-15Add a flag to Command that controls whether an empty last parameter is allowe...attilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-11-19Change empty string assignments to .clear() or remove them entirelyattilamolnar
2012-11-12Remove usage of the deprecated ConfigReaderattilamolnar
2012-07-06Updated the version lines on several modules.Shawn Smith
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-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-02-12Fix sending null character on callerid metadata, which causes netsplitsdanieldg