]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_callerid.cpp
Fix mistakenly using Clang instead of GCC on older FreeBSD versions.
[user/henk/code/inspircd.git] / src / modules / m_callerid.cpp
2014-04-12 Attila MolnarMerge pull request #827 from Robby-/insp20-helpopconf
2014-04-12 Robby-Correct the syntax messages of a few modules.
2014-01-19 Attila MolnarUse FindNickOnly() in a few more places if a local...
2013-12-09 Daniel VassdalFix ACCEPT propagation bug when it got a nick prefixed...
2013-04-21 attilamolnarLog some internal errors on DEFAULT loglevel instead...
2013-04-19 attilamolnarm_callerid Allow messaging yourself while +g regardless...
2013-04-18 attilamolnarm_callerid Ignore duplicate entries when unserializing...
2013-04-18 attilamolnarm_callerid Fix bookkeeping error introduced when unseri...
2012-12-16 attilamolnarm_callerid Fix memory leak in CallerIDExtInfo::free()
2012-12-15 attilamolnarAdd a flag to Command that controls whether an empty...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-11-19 attilamolnarChange empty string assignments to .clear() or remove...
2012-11-12 attilamolnarRemove usage of the deprecated ConfigReader
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-06 Attila MolnarMerge pull request #217 from Shawn-Smith/insp20+antired...
2012-07-06 Attila MolnarMerge pull request #248 from Shawn-Smith/insp20+descfix
2012-07-06 Shawn SmithUpdated the version lines on several modules.
2012-07-01 attilamolnarm_callerid, m_dccallow Use OnUserPostNick hook instead...
2012-07-01 attilamolnarm_callerid, m_dccallow Fix crash caused by allowing...
2012-07-01 attilamolnarm_callerid Remove unused parameter
2012-07-01 attilamolnarm_callerid Use std::find() where possible
2012-07-01 attilamolnarm_callerid Remove redundant includes
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-02-12 danieldgFix sending null character on callerid metadata, which...
2010-02-12 danieldgFix help text in helpop, route ACCEPT command to fix...
2010-01-17 danieldgMove initialization that throws configuration exception...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-20 danieldgMove DumpText into User; kill unused WriteWallOps and...
2009-10-19 danieldgValgrind now runs completely clean.
2009-10-18 danieldgRemove more classbase
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-05 danieldgRun DelMode and DelModeWatcher in RemoveModule
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgAdd SerializeFormat for easier metadata formatting
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-02 danieldgRemote user messaging fixes
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgChange allocation of commands/modes
2009-07-03 danieldgFix m_callerid message routing for remote users, destin...
2009-06-30 w00tFix +g messages being borked with multiple servers...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-06 specialFix two compile errors found by Shawn
2009-05-02 w00tChange making callerid significantly less expensive...
2009-05-02 w00tMinor cleanup: move RemoveFromAllAccepts() to a private...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-06 w00tFix +g notices going to remote users. Fixes bug #749...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-10-17 w00tAdd notices on successful add or remove to callerid...
2008-10-17 aquanightPatch from dz for bug #620, thanks.
2008-10-04 brainHeader tidyups. Apart from module to module API stuff...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-17 brainFix const_iterator issue in m_callerid (when did we...
2008-08-09 aquanightUnbreak compile for real.
2008-08-09 aquanightAdd translation type TR_CUSTOM, and fix up callerid...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-19 brainMore done
2008-05-07 brainMake u_listmode more sensible and make it properly...
2008-05-06 brainFix bad throws and some other stuff in this module
2008-05-04 peaveyConvert a whole bunch more
2008-05-01 brainSimple user/channel mode patch
2008-03-24 brainA load of classes dont inherit from classbase, and...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-18 w00tPhew. Fix a bunch of method sigs to stop warnings.
2008-02-12 aquanightFix missing user->nick in m_callerid
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-25 aquanightFix a typo in an m_callerid error message, and add...
2008-01-21 brainwin32 compilation errors: shadowing of variable 'i...
2008-01-19 aquanightFix m_callerid not adding the usermode.
2008-01-19 w00tInitial implementation of callerid, provided by aquanig...