summaryrefslogtreecommitdiff
path: root/include/typedefs.h
AgeCommit message (Expand)Author
2014-07-19Move and rename typedef LocalUserList to UserManager::LocalListAttila Molnar
2014-07-16Move typedef OperIndex to ServerConfig::OperIndexAttila Molnar
2014-07-16Move typedef ClassVector to ServerConfig::ClassVectorAttila Molnar
2014-07-14Rename UserChanList to User::ChanList, remove UCListIterAttila Molnar
2014-07-14Remove typedef UserMembIter, use Channel::MemberMap::iterator insteadAttila Molnar
2014-07-14Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator insteadAttila Molnar
2014-06-13Remove global Commandtable typedefAttila Molnar
2014-02-15Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...Attila Molnar
2014-01-24Convert InviteBase::invites to an intrusively linked listAttila Molnar
2014-01-24Convert LocalUserList to an intrusively linked listAttila Molnar
2014-01-24Convert UserChanList to an intrusively linked listAttila Molnar
2014-01-05Introduce Server classAttila Molnar
2013-09-13Pass an interface to the OnSync hooksattilamolnar
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-06-18Remove dead code from the InspIRCd and CommandParser classes and typedefs.hattilamolnar
2013-04-26Modularize DNSAdam
2013-04-19Fix building with libc++.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2013-04-01Purge the deprecated hash_map from existance.Peter Powell
2012-11-29Make LocalUserList an std::listattilamolnar
2012-11-29Add a typedef for LocalUserListattilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-06-17Fix pending invites not being removed when a channel was deleted or had its T...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fix some of the include guard names (requested by SaberUK)Justin Crawford
2012-04-14Fixes for bug #12Justin Crawford
2010-02-02Executable include for MOTD and moredanieldg
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-10-24Move forward declarations to typedefs.hdanieldg
2009-10-17Rewrite ConfigReader againdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-08-15win: Last part of support required for VS2010:w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-06-12Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh...brain
2008-02-05fixed std:: stufffez
2008-02-03Clear up header insanityw00t
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-04Remove some stuff that isn't needed from here.w00t
2007-11-03Remove needless headers from typedefs.hbrain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-17Commentsbrain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-07-08Remove Server::AddExtendedMode and Server::AddExtendedListMode, replace with ...brain