]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_callerid.cpp
Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters
[user/henk/code/inspircd.git] / src / modules / m_callerid.cpp
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2016-02-13 Attila Molnarm_callerid Free old extension data before unserializing...
2015-12-07 Attila MolnarRemove some IS_SERVER() checks
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-06-03 Attila Molnarm_callerid Prioritize after other mods for the OnUserPr...
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-23 Attila MolnarMerge branch 'master+no-rtti'
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2014-12-19 Attila MolnarMerge branch 'master+listmode'
2014-12-19 Attila MolnarMerge branch 'master+flatmap'
2014-12-15 Attila MolnarChange type of some associative containers to their...
2014-12-15 Attila MolnarMerge branch 'master+callerid' into master+flatmap
2014-12-10 Attila Molnarm_callerid Change CallerIdDataSet (wholistsme) to be...
2014-12-10 Attila Molnarm_callerid Add typedefs for containers in callerid_data
2014-12-10 Attila Molnarm_callerid Simplify code interacting with containers
2014-11-01 Attila MolnarAdd stdalgo::erase() and use it to simplify code
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
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-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2014-01-19 Attila MolnarUse FindNickOnly() in a few more places if a local...
2014-01-08 Attila MolnarRemove PreText()-like functions
2013-12-09 Daniel VassdalFix ACCEPT propagation bug when it got a nick prefixed...
2013-11-21 attilamolnarFix a few issues
2013-11-12 AdamThese two numerics are supposed to use SentText() as...
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-06-13 attilamolnarRemove TR_END, remove TRANSLATEx() from commands that...
2013-06-12 attilamolnarm_callerid Route ACCEPT to the server of the target...
2013-06-12 attilamolnarCommandParser::LoopCall() changes
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-21 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-20 attilamolnarRemove OnUserPreNotice and OnUserNotice hooks, add...
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
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...
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
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
next