]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/socket.cpp
Merge pull request #1018 from SaberUK/insp20+hidekills
[user/henk/code/inspircd.git] / src / socket.cpp
2014-02-18 Attila MolnarMerge pull request #772 from SaberUK/insp20+llvm34
2014-02-11 Peter PowellFix various problems detected by Clang 3.4.
2014-01-17 Daniel VassdalFix OOB error in sa2cidr()
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-13 Attila MolnarMerge pull request #301 from Adam-/insp20+bindrehash
2012-09-12 AdamFix bug #291 - fix rehashing bind tags not changing...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2011-04-19 Daniel De GraafMerge commit 'refs/merge-requests/5' of git://gitorious...
2011-04-18 Daniel De GraafFix mis-implemented irc::sockets::cidr_mask::operator<
2010-04-27 Daniel De GraafDefine comparator for irc::sockets::sockaddrs
2010-02-23 danieldgReplace #define IPV6 with <config defaultbind="ipv6...
2010-02-03 danieldgFix cidr_mask::str not correctly displaying mask length
2010-01-21 danieldgRemove unneeded save of errno
2010-01-19 danieldgERROR is not a valid log level, so all these messages...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-13 danieldgGet rid of socklen_t parameter to Bind, we are using...
2009-10-24 danieldgGet rid of OpenTCPSocket
2009-10-24 danieldgCreate irc::sockets::cidr_mask
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgUse ConfigTagList as a faster access method for access...
2009-10-17 danieldgRewrite ConfigReader again
2009-10-10 peavey3rd time lucky? Fix again for setsockopt.
2009-10-10 peaveySlight tweak to setsockopt fix.
2009-10-10 peaveyCompile fixes for windows.
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
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-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-02 danieldgRewrite BindPorts to index ports by their human-readabl...
2009-09-02 danieldgRemove duplicated address conversion from InspIRCd...
2009-09-02 danieldgUse a set to mark client SSL ports rather than going...
2009-09-02 danieldgAdd irc::sockets::satouser for user-readable IP/port...
2009-09-02 danieldgFix valgrind uninitialised memory error
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-09-01 danieldgUse a bool return type for boolean return
2009-09-01 danieldgUse sa_size() rather than sizeof() when passing input...
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-09-01 danieldgMove IP<->sockaddr conversions into irc::sockets::...
2009-09-01 danieldgRemove now-unused insp_sockaddr and insp_inaddr types
2009-09-01 danieldgRemove needless sockaddr[2] allocations, replace with...
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-16 danieldgFix incorrect attempted inline of irc::sockets::sa_size
2009-05-13 danieldgFix incomple memset() in irc::sockets::aptosa, add...
2009-04-29 danieldgAdd IP address conversion utility functions, irc::socke...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 brainPatch to allow bindings to all ips on an ipv4 only...
2008-09-08 w00tRemove crappy, unsafe (and now unneeded!) casts.
2008-09-08 w00tMake OnAcceptReady pure virtual, rename ListenSocket...
2008-09-07 w00tMove listensocket stuff into a file of it's own.
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-20 brainFix output corruption on startup if ports fail to bind...
2008-07-17 w00tCombine IP+port in a failed port list, show (the more...
2008-05-19 brainFix to give the proper target ip on connect, cookies...
2008-05-09 w00tFix
2008-05-09 w00tPort from hottpd: Split src/socket.cpp out into src...
2008-04-18 brainRemove _CrtCheckMemory()
2008-04-18 brainApply patches to remove 200-odd dll limit on windows...
2008-04-16 brainChange warnings a bit
2008-04-15 brainahh shit, remove windows specific code i left laying...
2008-04-15 brainFix the problems GreenReaper found with the windows...
2008-04-09 w00tAddClient -> AddUser, to be consistant
2008-04-07 brainWe were lucky this one didnt bring down the whole devne...
2008-03-27 brainThanks danieldg
2008-03-24 brainPort bindings for gnutls now bind via ip:port, rather...
2008-03-24 brainAdd stuff so that modules can hook users by altering...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-02 w00tAvoid reallocating this every new connection (patch...
2008-01-13 w00tMove User::AddClient to UserManager::AddClient. WARNING...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-23 brainAll the core is now pedantic safe!
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-11 specialAdded a warning when 4in6 is used for binding
2007-09-04 burlex* Fixed some incorrect declarations in IOCPEngine
2007-08-27 w00tRemove more unnecessary header traffic
2007-08-23 brainCraquity craq De-craq!
2007-08-23 brainSwitch around the two operations in MatchCIDRBits to...
2007-07-27 brainWindows specific data types in EventHandler are now...
2007-07-23 w00tRemove a braindead comment ('this belongs in class...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-01 peaveyre-apply ipv6 ifdef tidyup that got pulled in last...
2007-06-01 peaveyrevert multiaccept for now until we can fix it for...
2007-05-30 brainApply ipv6 #ifdef tidyup patch from djGrrr, thanks :)
2007-05-29 brainMetaphorically add a metaphorical comment to the metaph...
2007-05-29 w00tCommit multiaccept diff by myself to speed up large...
2007-05-21 brainIt seems that making inspircd.h the first include in...
2007-05-19 brainVisual studio's ability to translate tabs to four space...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
next