]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Replace std::deque with std::vector in spanningtree and related modules
[user/henk/code/inspircd.git] / include /
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
2009-02-06 brainPatch for bug #704 by Darom, allows for 64 bit file...
2009-01-27 psychonFix the poll socketengine to actually work.
2009-01-24 peaveyfix typo
2009-01-23 brainTemplateise this
2009-01-23 brainFix m_nationalchars using a copy and paste of my unsafe...
2009-01-23 w00tRemove an unused event.
2009-01-23 w00tFix bug 688, reported by Ankit: extended invexes don...
2009-01-09 peaveyRemove channel::created as its unused and only serves...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-28 w00tChange a few bits to use std::list instead of std:...
2008-12-21 dzMinor documentation fix, spotted by Johannes13
2008-12-15 w00tRemove numbers from these. They shouldn't be used anywa...
2008-12-15 w00tFix naming convention to be consistant. (cmd_ -> Command)
2008-12-07 w00tnational_case_sensitive_map -> national_case_insensitiv...
2008-12-07 w00tMove stuff to use ASCII map where required.
2008-12-07 w00tnational_case_sensitive_map must be static, thanks...
2008-12-07 w00tAdd InspIRCd::national_case_sensitive_map pointer,...
2008-12-07 w00tAdd ascii_case_insensitive_map, thanks MacGyver.
2008-12-07 w00tRename case_sensitive_map to rfc_case_sensitive_map
2008-12-01 w00tRip flood/threshold out of config classes also.
2008-12-01 w00tRemove lines_in and reset_due flood protection mechanis...
2008-12-01 w00tRemove m_operflood, add privs: users/flood/no-throttle...
2008-12-01 w00tRemove OverPenalty, saves sizeof(bool) per user.
2008-11-22 brainThread safety fixes to avoid crashes on rehash, dont...
2008-11-02 w00tThis was never supposed to be invoked on /rehash, only...
2008-11-01 w00tObsolete m_restrictbanned, add <security:restrictbanned...
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-11-01 w00tSimulate AF_INET addresses for 4in6 connections [danieldg]
2008-10-28 w00tRemove one (now unneeded) 4in6 hack.
2008-10-27 w00tAdd user/channel mode synchronisation detection to...
2008-10-25 w00tFix a number of commands to have max_params field....
2008-10-25 w00tAdd optional max_params for commands, which means that...
2008-10-25 w00tUse TargetTypeFlags instead of int in a few places.
next