summaryrefslogtreecommitdiff
path: root/include/socket.h
AgeCommit message (Expand)Author
2013-12-15Remove some pointless code:Peter Powell
2013-04-26Modularize DNSAdam
2013-04-12Tidy up source files:Peter Powell
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-09-12Fix bug #291 - fix rehashing bind tags not changing them between servers/clie...Adam
2012-07-05Fix Doxygen syntax errors.Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-04-26Define comparator for irc::sockets::sockaddrsDaniel De Graaf
2010-01-21Remove unneeded save of errnodanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-13Get rid of socklen_t parameter to Bind, we are using C++ here and can do it o...danieldg
2009-10-24Get rid of OpenTCPSocketdanieldg
2009-10-24Create irc::sockets::cidr_maskdanieldg
2009-10-24Move forward declarations to typedefs.hdanieldg
2009-10-22Make ConfigTag::items privatedanieldg
2009-10-22Make irc::sockets::* parameters consistent, add irc::sockets::maskdanieldg
2009-10-21Kill ListenSocketBase, use OnAcceptConnection for all new connectionsdanieldg
2009-10-09Add server ports to ServerInstance->ports, enable SSL on them using OnHookIOdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-02Fix some ICC-found warnings and remove unused #definedanieldg
2009-09-02Use a set to mark client SSL ports rather than going by textual IP/port pairsdanieldg
2009-09-02Add irc::sockets::satouser for user-readable IP/port pairsdanieldg
2009-09-01Use a bool return type for boolean returndanieldg
2009-09-01Remove unneeded paramaters from OnAcceptReadydanieldg
2009-09-01Remove now-unused insp_sockaddr and insp_inaddr typesdanieldg
2009-09-01Remove needless sockaddr[2] allocations, replace with irc::sockets::sockaddrs...danieldg
2009-06-16Fix incorrect attempted inline of irc::sockets::sa_sizedanieldg
2009-06-16Fix sockaddr length argument, BSD will complain if it doesn't exactly match t...danieldg
2009-05-04Canonicalize bind addresses when creating listen socketsdanieldg
2009-04-29Add IP address conversion utility functions, irc::sockets::aptosa and irc::so...danieldg
2009-04-01Correct bind address of ident requests on multihomed IPv6-capable servers.danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-09-08Remove crappy, unsafe (and now unneeded!) casts.w00t
2008-09-08Make OnAcceptReady pure virtual, rename ListenSocket to ListenSocketBase, cre...w00t
2008-09-08Add incoming IP to OnAcceptReadyw00t
2008-09-07Tidy up some of the internals a bit, making things a bit more extensible and ...w00t
2008-09-07Start moving IO hooking from being bufferedsocket based to residing in EventH...w00t
2008-06-12for realpippijn
2008-05-09Convert CIDR matching and wildcard matching to operate on std::stringsbrain
2008-04-07We were lucky this one didnt bring down the whole devnet (see cmd_part.cpp diff)brain
2008-02-03Clear up header insanityw00t
2008-01-10Header update: 2007 -> 2008w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-23Craquity craq De-craq!brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-17Commentsbrain