]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Move MODENOTICE command to a command module
[user/henk/code/inspircd.git] / include /
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...
2009-08-12 danieldgFixes for config reader
2009-08-11 danieldgFix module prioritization when a module asks to be...
2009-08-10 danieldgFix thread join not working for subclasses of Thread...
2009-08-06 w00tFirst space stream seperator test.
2009-08-06 w00tAdd commasepstream test case.
2009-08-03 w00tPurely a documentation fix: PRIO_AFTER doesn't exist...
2009-08-01 w00tVarious rehash fixes that it seems were introduced...
2009-07-01 danieldgFix error reporting on rehash
2009-07-01 danieldgMake rehash generate a new ServerInstance->Config object
2009-07-01 danieldgMove list of open ports out of Config object
2009-06-30 w00tRoll back mysterious DNS change from 2007 which broke...
2009-06-16 danieldgFix incorrect attempted inline of irc::sockets::sa_size
2009-06-16 danieldgFix sockaddr length argument, BSD will complain if...
2009-05-25 danieldgRemove the ServerConfig::DirValid check that breaks...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-13 danieldgMake User::ServerInstance public so that FakeUser can...
2009-05-13 danieldgHide server sources if HideWhoisServer is set, noticed...
2009-05-13 danieldgUse Utils->ServerUser instead of ServerInstance->FakeCl...
2009-05-13 danieldgMake the previous patches actually work
2009-05-13 danieldgReplace loopCall detection in OnUserKick with a check...
2009-05-13 danieldgCreate subclass of User for FakeClient, to allow for...
2009-05-06 w00tRemove FindDescriptor wrapper for GetRef, it doesn...
2009-05-04 danieldgCanonicalize bind addresses when creating listen sockets
2009-04-29 danieldgAdd IP address conversion utility functions, irc::socke...
2009-04-29 danieldgOverloading SetMode seems to cause the compiler to...
2009-04-23 peaveyrollback r11326, we're going to make vc9 the officially...
2009-04-23 brainHeres the beef so far
2009-04-20 danieldgActually use irc::modestacker correctly
2009-04-20 danieldgUse loopCall to protect OnUserKick rather than the...
2009-04-18 danieldgAdd global-routing snomask functions
2009-04-17 danieldgFix CullList to not use O(n^2) version of vector clear
2009-04-17 danieldgFix memory leak on rehash: opertype used char* instead...
2009-04-17 danieldgFix SetModeParam to use std::string and handle edge...
2009-04-05 psychonRemove the unused RESOLVER_NOTREADY define and fix...
next