]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/base.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / src / base.cpp
2021-05-14 InspIRCd RobotUpdate copyright headers.
2021-03-05 Sadie PowellFix a bunch of really obvious unnecessary includes.
2020-03-30 Sadie PowellFix various documentation and formatting issues.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-11-16 Peter PowellOnly show classbase ctor/dtor/cull messages in debug...
2019-08-13 Peter PowellFree StringExtItem and SimpleExtItem values correctly.
2019-08-13 Peter PowellConvert LocalExtItem to a typedef and deprecate it.
2019-08-07 Peter PowellConvert all core ExtensionItem code away from {un,...
2019-08-07 Peter PowellAdd {To,From}{Human,Internal,Network} to ExtensionItem.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2018-12-12 Peter PowellFix conversion issues by replacing ConvToInt with ConvT...
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-12 Peter PowellPass the Extensible container to ExtensionItem::free().
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge insp20
2015-12-02 Attila MolnarMerge branch 'master+serviceinit'
2015-12-01 Attila MolnarMerge branch 'master+reloadmod'
2015-11-26 Attila MolnarAdd LocalIntExt and LocalStringExt::unserialize() for...
2015-11-26 Attila MolnarFix FORMAT_INTERNAL handling in LocalIntExt::serialize...
2015-11-26 Attila MolnarAdd typedef ExtensionManager::ExtMap
2015-11-23 Attila MolnarImplement ExtensionItem::RegisterService()
2015-11-23 Attila MolnarAdd ServiceProvider::RegisterService(), call it from...
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-22 Attila MolnarDisable typeid() calls unless INSPIRCD_ENABLE_RTTI...
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-06-24 Attila MolnarChange allocation of InspIRCd::Logs to be physically...
2014-04-07 Attila MolnarMerge insp20
2014-02-10 Attila MolnarReplace DummyExtItem with a flag in Extensible
2014-01-23 Attila MolnarRemove whitespace and minor style changes
2014-01-21 Attila MolnarMerge insp20
2014-01-06 Attila MolnarUnset all extensions and the topic when lowering TS...
2013-08-30 attilamolnarMerge insp20
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2012-12-02 attilamolnarThrow an exception when attempting to register an exten...
2012-11-29 attilamolnarAdd a typedef for LocalUserList
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-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-15 danieldgAdd Inspircd::AddServices
2009-10-25 danieldgForce heap allocation of refcountbase, create usecountb...
2009-10-20 danieldgUse custom allocater to decide if refcountbase was...
2009-10-19 danieldgMaintain refcount of Module objects to complain about...
2009-10-19 danieldgFix implementation of reference to const, use reference...
2009-10-19 danieldgClean up some log messages
2009-10-18 danieldgFix null dereference caused by tracking dummy
2009-10-18 danieldgCull channels, warn when Extensible objects are not...
2009-10-18 danieldgAdd more debug logging of object lifetimes
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-28 danieldgFix warnings from BSD build and work around the failure...
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-15 danieldgRemove Extensible items from user, channel, and Members...
2009-09-15 danieldgFix null ExtensionItem when unregistering hooks; fix...
2009-09-13 danieldgAdd SerializeFormat for easier metadata formatting
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgRemove unneeded Extensible inheritance and remove ...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainRemoval of an extern
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-07-10 brainRemove commented out old methods that became templates
2006-07-10 brainIf you ask me, it looks a hell of a lot tidier without...
2006-04-10 omAssorted changes here, Extend() is not templated so...
2006-03-09 omMore const references, this is nearly it apart from...
2006-02-15 w00t- Useless loop removed
next