summaryrefslogtreecommitdiff
path: root/src/modules/m_callerid.cpp
AgeCommit message (Expand)Author
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
2010-02-12Fix help text in helpop, route ACCEPT command to fix calleriddanieldg
2010-01-17Move initialization that throws configuration exceptions to init()danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-20Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functionsdanieldg
2009-10-19Valgrind now runs completely clean.danieldg
2009-10-18Remove more classbasedanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-10-08Add names for all modes (part 1 of named channel mode list)danieldg
2009-10-05Run DelMode and DelModeWatcher in RemoveModuledanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-13Add SerializeFormat for easier metadata formattingdanieldg
2009-09-13Remove redundant ServerInstance* fieldsdanieldg
2009-09-13Simplify ModeHandler constructordanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-03Remove CMD_LOCALONLY, enforce use of GetRouting for routed commandsdanieldg
2009-09-02Remote user messaging fixesdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02MetaData reworkdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-07-03Fix m_callerid message routing for remote users, destination got no notice of...danieldg
2009-06-30Fix +g messages being borked with multiple servers, fixes bug #880w00t