summaryrefslogtreecommitdiff
path: root/src/modules/m_callerid.cpp
AgeCommit message (Expand)Author
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
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-06Fix two compile errors found by Shawnspecial
2009-05-02Change making callerid significantly less expensive for quitting large amount...w00t
2009-05-02Minor cleanup: move RemoveFromAllAccepts() to a private class methodw00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-06Fix +g notices going to remote users. Fixes bug #749, reported by Taros.w00t
2009-01-02Update copyrights for 2009.w00t
2008-11-01Second attempt at time() -> SI->Time(), now problems with the original were f...w00t
2008-10-23Revert earlier time() -> SI->Time() diff for now, this causes problems with d...w00t
2008-10-23Patch from Namegduf converting all instances (where possible) of time() -> Se...w00t
2008-10-17Add notices on successful add or remove to callerid list.w00t
2008-10-17Patch from dz for bug #620, thanks.aquanight
2008-10-04Header tidyups. Apart from module to module API stuff and external deps, modu...brain
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-17Fix const_iterator issue in m_callerid (when did we alter this?)brain