]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/base.h
Merge pull request #301 from Adam-/insp20+bindrehash
[user/henk/code/inspircd.git] / include / base.h
2012-09-13 Attila MolnarMerge pull request #301 from Adam-/insp20+bindrehash
2012-09-12 AdamFix bug #291 - fix rehashing bind tags not changing...
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...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFixes for bug #12
2011-04-19 Daniel De GraafMerge commit 'refs/merge-requests/5' of git://gitorious...
2011-04-10 AdamFixed Windows build on VS 2010
2010-08-17 Daniel De GraafInclude a placement operator new for classes that hide...
2010-02-20 danieldgReplace m_halfvoice with m_customprefix
2010-02-11 danieldgChange SERVICE_{CMODE,UMODE} to SERVICE_MODE, which...
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-24 danieldgMove forward declarations to typedefs.h
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-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-17 danieldgRevert "Remove duplicated function calls when using...
2009-10-17 danieldgRemove duplicated function calls when using reference
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-12 peaveyDon't CoreExport reference.
2009-10-12 danieldgMake OnChannelRestrictionApply take a User* instead...
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
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-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-02-03 w00tClear up header insanity
2008-01-10 w00tHeader update: 2007 -> 2008
2007-12-30 w00tRemove an unneeded forward declaration and typedef
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 omFirst step on the road of module loader rewriting....
2007-08-17 w00tChange to virtual
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...
2007-06-17 brainExtra comments
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-08-11 brainRemoval of an extern
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-07 brainExtra debug all over the place, which maybe we should...
2006-07-11 omAdd single parameter versions of Extensible::Extend...
2006-07-10 brainUpdate docs to indicate new templated GetExt and Extend...
2006-07-10 brainTake out broken id
2006-07-10 brainAaaand, fix the typo
2006-07-10 brainAdded refcount to classbase, static classbase::id
2006-07-10 brainInherit just about everything from classbase
2006-07-10 brainMade a load more stuff Extensible which might be of...
2006-07-10 brainProperly set the resulting pointer to NULL when the...
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-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-07 brainAdded Metadata API (for transferring extensibles over...
2005-05-30 brainGCC4.0 warning fixes
2005-05-30 brainAdded BoolSet utility class
2005-05-25 brainAdded parameters
2004-05-16 brainUpdated header comments
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-30 brainAdded Extensible classes
2004-04-29 brainAdded 'Extensible' class which allows modules to store...
2003-02-09 brainDocumentation update, 09/02/03
2003-01-30 brainMoved to Dev-C++ as an editor for project (more stable...
2003-01-26 brainModified documentation for base classes