]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Fix memory leak and invalid vtable location on unload of m_sslinfo
[user/henk/code/inspircd.git] / include /
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...
2009-04-04 dzReapply r11241: flush and close log filehandles properl...
2009-04-01 danieldgCorrect bind address of ident requests on multihomed...
2009-03-25 brainstart of fix for bug #805
2009-03-25 danieldgFix headers for GCC 4.4: sprintf requires #include...
2009-03-23 danieldgConfigReaderThread updates: add done flag, remove main...
2009-03-23 danieldgThreadEngine: Allow interthread signaling without needi...
2009-03-23 danieldgThreadEngine: remove MutexFactory, mutexes should be...
2009-03-23 danieldgThreadEngine: remove excessive mutex use on thread...
2009-03-22 dzRevert r11241 due to crashiness when rehashing from...
2009-03-21 dzActually close file log FDs when we're done with them.
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-14 danieldgExtban rework: allow exceptions to override bans on...
2009-03-10 danieldgFix snomask stacking to only delay (last message repeat...
2009-03-09 w00tRewrite BufferedSocket::BindAddr to actually make sense...
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-02-14 peaveyAdd missing header #define assuring its only included...
2009-02-14 peaveyNuke trailing spaces
2009-02-13 brainAdd security:genericoper as requested by Strawberry...
2009-02-08 brainFix some stuff for nationalchars
next