]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/socket.h
Keep multiple IOHookProvider references in class ListenSocket
[user/henk/code/inspircd.git] / include / socket.h
2016-08-08 Attila MolnarKeep multiple IOHookProvider references in class Listen...
2016-08-08 Attila MolnarChange return type of ListenSocket::ResetIOHookProvider...
2016-08-08 Attila MolnarPredeclare IOHookProvider, remove iohook.h include...
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-04-15 Attila MolnarMerge branch 'master+ehdispatch'
2015-04-12 Attila MolnarDispatch EventHandler events to dedicated virtual functions
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-04-07 Attila MolnarMerge insp20
2014-01-22 Attila MolnarSplit IOHook into IOHook and IOHookProvider
2014-01-21 Attila MolnarMerge insp20
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellRemove some pointless code:
2013-08-30 attilamolnarMerge insp20
2013-06-05 attilamolnarMerge insp20
2013-04-27 attilamolnarMerge insp20
2013-04-26 AdamModularize DNS
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
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-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
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...
2010-04-27 Daniel De GraafDefine comparator for irc::sockets::sockaddrs
2010-01-21 danieldgRemove unneeded save of errno
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-24 danieldgMove forward declarations to typedefs.h
2009-10-22 danieldgMake ConfigTag::items private
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
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 danieldgFix some ICC-found warnings and remove unused #define
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-01 danieldgUse a bool return type for boolean return
2009-09-01 danieldgRemove unneeded paramaters from OnAcceptReady
2009-09-01 danieldgRemove now-unused insp_sockaddr and insp_inaddr types
2009-09-01 danieldgRemove needless sockaddr[2] allocations, replace with...
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-04 danieldgCanonicalize bind addresses when creating listen sockets
2009-04-29 danieldgAdd IP address conversion utility functions, irc::socke...
2009-04-01 danieldgCorrect bind address of ident requests on multihomed...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-08 w00tRemove crappy, unsafe (and now unneeded!) casts.
2008-09-08 w00tMake OnAcceptReady pure virtual, rename ListenSocket...
2008-09-08 w00tAdd incoming IP to OnAcceptReady
2008-09-07 w00tTidy up some of the internals a bit, making things...
2008-09-07 w00tStart moving IO hooking from being bufferedsocket based...
2008-06-12 pippijnfor real
2008-05-09 brainConvert CIDR matching and wildcard matching to operate...
2008-04-07 brainWe were lucky this one didnt bring down the whole devne...
2008-02-03 w00tClear up header insanity
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-23 brainCraquity craq De-craq!
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-17 brainComments
2007-06-14 burlex- Made the recvfrom wrapper a bit neater.
2007-06-14 pippijnSome general syntax cleanups.
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-11 brainRefactor port binding, warning not yet tested fully
2007-02-05 brainStuff to make dns work protocol-independent
2007-02-05 brainNot safe for use yet
2007-02-05 brainSmart tricks to allow for ipv4 and ipv6 bindings on...
2007-01-01 brainAdd port type identifiers
2006-12-30 peaveyChange description for insp_aton since only a positive...
2006-12-23 brainUnload as many modules as we can on restart, and close...
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-10-31 brainSocket error state stuff
2006-08-18 brainDocument ListenSocket class
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-12 brainDocument irc::socket namespace members/classes
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-09 brainMove Blocking/NonBlocking to socket.cpp and make inline
2006-08-06 brainAllow nick!ident@ and ident@ portions in a CIDR mask...
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-08-06 brainFix CIDR functions so they work
2006-08-01 brainThis might well be the last commit to this dns resolver...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
next