]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/base.cpp
m_namedmodes Only show chan key to members and opers with channels/auspex
[user/henk/code/inspircd.git] / src / base.cpp
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
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 operator =
2005-05-30 brainAdded BoolSet utility class
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-04-21 brainRemoved some debug output
2005-04-12 brainAdded OnBackgroundTimer method, ticks every 5 seconds...
2005-04-05 brainMajor optimizations!
2004-05-16 brainUpdated header comments
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-30 brainAdded base.cpp, fixed documentation for userrec::HasPer...