]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Switch <stdint.h> test to use a test file too.
[user/henk/code/inspircd.git] / include /
2009-10-22 danieldgClean up unused functions, add nonicks operoverride...
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgMove command-line items to CommandLineConf
2009-10-21 danieldgUse ConfigTagList as a faster access method for access...
2009-10-21 danieldgMove AllowedPrivs and similar oper information from...
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-21 danieldgMove some local-only fields to LocalUser
2009-10-21 danieldgMove SetClass to LocalUser
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-21 danieldgUpdate documentation and remove unused classes/functions
2009-10-20 danieldgMove DumpText into User; kill unused WriteWallOps and...
2009-10-20 danieldgGet rid of more unneeded parent classes
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 peaveyAdd a setting to <connect> allowing the threshold for...
2009-10-19 danieldgValgrind now runs completely clean.
2009-10-19 danieldgClose files opened by configreader
2009-10-18 danieldgRemove more classbase
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-18 danieldgCull channels, warn when Extensible objects are not...
2009-10-18 danieldgAdd more debug logging of object lifetimes
2009-10-17 danieldgRevert "Remove duplicated function calls when using...
2009-10-17 peaveyCoreExport ConfigTag, fixes unresolved symbols when...
2009-10-17 danieldgSome windows compile fixes
2009-10-17 danieldgRemove duplicated function calls when using reference
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-17 danieldgAdd filename/line information to all ConfigTag objects
2009-10-17 danieldgAdd ModeHandler::cull() for auto-deletion, fixes call...
2009-10-17 danieldgClean up excessive bits in User struct
2009-10-17 danieldgHold reference to the associated ConfigTag inside Conne...
2009-10-17 danieldgRewrite ConfigReader again
2009-10-16 danieldgClean up static allocations
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-13 danieldgRemove Command and ModeHandler objects in their destruc...
2009-10-13 danieldgChange to new execution directory structure
2009-10-12 danieldgEncode module API version in the init_module symbol...
2009-10-12 danieldgDLLFactory--
2009-10-12 peaveyDon't CoreExport reference.
2009-10-12 danieldgMake OnChannelRestrictionApply take a User* instead...
2009-10-12 danieldgCoreExport changes, clean up DoHostCycle when users...
2009-10-12 danieldgm_exemptchanops by jackmcbarn - channel mode +X to...
2009-10-11 peaveyLess CoreExport.. Too much of a good thing..
2009-10-11 peaveyMore CoreExport, brought the errors down, but some...
2009-10-11 peaveyMore CoreExport.
2009-10-11 peaveyCoreExport Membership since windows needs this.
2009-10-11 peaveyMove 2 static extensibles from user class to inspircd...
2009-10-11 peaveyUse CoreExport for the ServerInstance extern. Fixes...
2009-10-10 danieldgUpdate m_cloaking to use free-form keys instead of...
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-06 danieldgTake advantage of link errors to check API_VERSION...
2009-10-05 danieldgAdd OnBuildNeighborList hook, replaces all uses of...
2009-10-05 danieldgRun DelMode and DelModeWatcher in RemoveModule
2009-10-03 danieldgFix crash due to null address in DNS
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-10-02 danieldgFix routing for normal core commands like QUIT
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-30 danieldgRemove include/inspircd_se_config.h and socketengine...
2009-09-30 danieldgDetect, complain, and don't crash when objects are...
2009-09-30 danieldgFix compilation of SQL modules, use GlobalCulls to...
2009-09-28 danieldgFix linking errors on BSD
2009-09-28 danieldgFix compile errors on BSD
2009-09-28 danieldgFix warnings from BSD build and work around the failure...
2009-09-26 danieldgFlexible SendQ
2009-09-26 danieldgChange IS_FAKE and CheckTimeStamp to IS_SERVER and...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-26 danieldgAdd FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT...
2009-09-26 danieldgClean up SocketEngine interface to allow edge-triggered...
2009-09-24 danieldgMove configuration filename specification to start...
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-18 danieldgSeparate spy channels [jackmcbarn]
2009-09-15 danieldgRemove Extensible items from user, channel, and Members...
2009-09-13 danieldgFix access checks on chanprotect preventing use of...
2009-09-13 danieldgChange match direction of extbans to allow stacking
2009-09-13 danieldgPrevent <include:executable> from running <include...
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgAdd SerializeFormat for easier metadata formatting
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgUse FindMode instead of FindPrefix for OnUserPreJoin...
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgReplace OnAccessCheck with OnPreMode to remove a number...
2009-09-13 danieldgModule API changes to use Membership* where sensible
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-09 danieldgFix invalid iterator in select socketengine, clean...
2009-09-05 w00tLikewise, convert OnLocalTopicChange to OnPreTopicChang...
2009-09-05 w00tChange OnPostLocalTopicChange to be OnPostTopicChange...
2009-09-03 danieldgRemove HandleInternal and HandleServer, they are duplic...
2009-09-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgInclude VERSION/REVISION information in module version...
next