summaryrefslogtreecommitdiff
path: root/include/base.h
AgeCommit message (Expand)Author
2021-03-05Fix a bunch of really obvious unnecessary includes.Sadie Powell
2021-02-26Update copyright headers.InspIRCd Robot
2020-12-04Improve the logging of service adding/deleting.Sadie Powell
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-14Update user-facing text and comments of SSL to TLS.Matt Schatz
2020-01-11Update copyright headers.InspIRCd Robot
2017-07-09Merge v2.0.23 and v2.0.24 into master.Peter Powell
2017-03-20Fix some compiler warnings.Peter Powell
2015-11-23Add SERVICE_CUSTOM for services managed by a moduleAttila Molnar
2015-11-23Add ServiceProvider::RegisterService(), call it from ModuleManager::AddService()Attila Molnar
2014-01-23Remove whitespace and minor style changesAttila Molnar
2013-12-18Clean up CoreExceptionAttila Molnar
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-30Merge insp20attilamolnar
2013-08-30Don't CoreExport reference, fixes m_dnsbl on Windowsattilamolnar
2013-04-12Tidy up source files:Peter Powell
2012-12-25Include <list> in base.h to prevent build errors on OpenBSD.Peter Powell
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-09-12Fix bug #291 - fix rehashing bind tags not changing them between servers/clie...Adam
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fixes for bug #12Justin Crawford
2011-04-10Fixed Windows build on VS 2010Adam
2010-08-17Include a placement operator new for classes that hide operator newDaniel De Graaf
2010-02-20Replace m_halfvoice with m_customprefixdanieldg
2010-02-11Change SERVICE_{CMODE,UMODE} to SERVICE_MODE, which makes more sensedanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-15Add Inspircd::AddServicesdanieldg
2009-10-25Force heap allocation of refcountbase, create usecountbase for non-allocation...danieldg
2009-10-24Move forward declarations to typedefs.hdanieldg
2009-10-20Use custom allocater to decide if refcountbase was allocated on the heap and ...danieldg
2009-10-19Maintain refcount of Module objects to complain about leaked pointersdanieldg
2009-10-19Fix implementation of reference to const, use reference counting for Extensib...danieldg
2009-10-18Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReaderdanieldg
2009-10-17Revert "Remove duplicated function calls when using reference"danieldg
2009-10-17Remove duplicated function calls when using referencedanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-12Don't CoreExport reference.peavey
2009-10-12Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb...danieldg
2009-09-30Add explicit reference-counting base classdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-02Remove unneeded Extensible inheritance and remove "age" field from classbasedanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-02-03Clear up header insanityw00t
2008-01-10Header update: 2007 -> 2008w00t
2007-12-30Remove an unneeded forward declaration and typedefw00t