]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/socket.h
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / include / socket.h
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...
2006-08-01 brainAF_INET -> define to AF_FAMILY, will be either AF_INET...
2006-04-11 omDie windows die.
2006-04-10 omRoute some more stuff through socket.h and hash_map...
2006-04-10 omRouting more socket includes through socket.h
2006-04-09 omShuffle some more includes around, const reference...
2006-04-08 omRemove uneccessary socket includes now included in...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-08 nenolod- first steps towards a working IPv6 port. I'll work...
2006-03-26 brainRegression for buffering of sockets
2006-03-12 brainCommented a lot of stuff that hasnt been commented...
2006-03-11 brainComplete removal of all stl stuff here
2006-03-11 brainCompletely removed the deque
2006-03-11 brainFixes
2006-03-09 omConvert more by-values to const references, optimise...
2006-03-07 brainTweaks to socket engine, faster buffer flush and hopefu...
2006-03-07 brainCheck for write errors in inspsocket (this is probably...
2006-02-07 brainSlightly more efficient write buffers
2006-02-02 brainExtra comments re. nonblocking DNS and use of IP addres...
2006-02-02 brainNonblocking dns for InspSocket class (used by server...
2006-02-02 brain*UNTESTED DO NOT USE YET* - async dns for InspSocket...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-15 brainBigger read buffers on ibuf
2005-12-15 brainAdded Buffer member
2005-12-15 brainAdded FlushWriteBuffer
2005-12-12 brainCommented more stuff
2005-12-12 brainFixed timeout code
2005-12-12 brainAdded module sockets to new engine, MAY NOT WORK
2005-12-06 brainMade ibuf larger to hold more of a burst
2005-11-27 brainAdded proper administrativia notices to CONNECT and...
2005-11-27 brainAdded /CONNECT
2005-11-26 brainAdded reading of server link configs
2005-11-26 brainAdded listening socket support for InspSocket
2005-11-25 brainAdded ifndef stuff
2005-11-25 brainFixed compile time glitches in new code, removed obsele...
2005-11-25 brainStarted removal of server linking code from core and...
2005-11-23 brainAdded some stuff to socket classes
2005-11-23 brainAdded start of socket classes used by modular linking