summaryrefslogtreecommitdiff
path: root/include/typedefs.h
AgeCommit message (Expand)Author
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-01-11Update copyright headers.InspIRCd Robot
2020-01-03Add an event provider class for the event/messagetag event.Sadie Powell
2018-08-13Implement IRCv3 message tag support.Peter Powell
2018-07-24Get rid of the unused string_list typedef.Peter Powell
2017-09-12Change FailedPortList to store a sockaddrs/int instead of string.Peter Powell
2017-02-04Make the config system case insensitive.Peter Powell
2016-12-08Store config values in a map instead of a unique vector of pairs.Peter Powell
2016-08-22Replace irc::string in XLineLookup with irc::insensitive_swo mapAttila Molnar
2016-08-08Predeclare IOHookProvider, remove iohook.h include from socket.hAttila Molnar
2016-02-25Introduce Stats::Context, pass it to the OnStats hook and switch all code to itAttila Molnar
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