]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Use CoreExport for the ServerInstance extern. Fixes unresolved symbol error for windo...
[user/henk/code/inspircd.git] / include /
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...
2009-09-02 danieldgAdd inspircd_config.h to hash_map so that it can be...
2009-09-02 brainAdd more comments here
2009-09-02 danieldgRemote user messaging fixes
2009-09-02 danieldgAdd OnChangeIdent and FIDENT support
2009-09-02 danieldgMake CHECK work remotely with optional second parameter
2009-09-02 danieldgAdd OnSendWhoLine hook, and use it in the oper hiding...
2009-09-02 danieldgChange SAMODE to source from the acting user, not the...
2009-09-02 danieldginline Channel::IsModeSet
2009-09-02 danieldgRip out VisData in preparation for replacing it with...
2009-09-02 danieldgFix some ICC-found warnings and remove unused #define
2009-09-02 danieldgRemove now-unused quitmsg/operquitmsg fields from User
2009-09-02 danieldgMove user quit logic out of cull list
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgRecord module source file in the Module object
2009-09-02 danieldgUse a set to mark client SSL ports rather than going...
2009-09-02 danieldgChange OnHookUserIO to OnHookIO, making it usable for...
2009-09-02 danieldgAdd irc::sockets::satouser for user-readable IP/port...
2009-09-02 danieldgRoute whois notices using ENCAP WHOISNOTICE to properly...
2009-09-02 danieldgRemove calls to strdup() in core, it is not better...
2009-09-02 danieldgRemove strnewdup(), it is a good source of possible...
2009-09-02 danieldgAdd VF_OPTCOMMON for optionally common modules
2009-09-02 danieldgValgrind cleanup: finish destructor creation
2009-09-02 danieldgValgrind cleanup: deallocate RFC modes, clientlist...
2009-09-02 danieldgValgrind cleanup: Add RemoveRFCCommands() to dlclose...
2009-09-02 danieldgRemove unneeded Extensible inheritance and remove ...
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgRemove a few unneeded string copies in the PRIVMSG...
2009-09-02 danieldgStrong typing for stacked module results
2009-09-02 danieldgAdd User::DoHostCycle
2009-09-02 danieldgAllow commands to optionally route themselves using...
2009-09-02 danieldgInclude explicit routing information in Command, will...
2009-09-02 danieldgRemove unneeded ProtocolInterface::Introduce
2009-09-02 danieldgRemove unused I_ProtoSendMetaData, I_ProtoSendMode...
2009-09-02 danieldgReplace FOREACH_RESULT_MAP with a more readable and...
2009-09-02 danieldgAdd "created" parameter to OnUserJoin, to avoid explici...
2009-09-02 danieldgUse CheckTimeStamp to merge modes on netburst
2009-09-02 danieldgRework mode parser into slightly smaller chunks
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgUse a bool return type for boolean return
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-09-01 danieldgRemove unneeded paramaters from OnAcceptReady
2009-09-01 danieldgRemove now-unused insp_sockaddr and insp_inaddr types
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-09-01 danieldgChange IP address storage in User to use more IPv4...
2009-09-01 danieldgRemove needless sockaddr[2] allocations, replace with...
2009-08-26 w00tOf course, in adding yet more header madness to this...
2009-08-15 w00twin: Last part of support required for VS2010:
2009-08-13 brainMerge patch from dKingston for missing TOPIC numeric...
next