Age | Commit message (Expand) | Author |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-09-12 | Fix bug #291 - fix rehashing bind tags not changing them between servers/clie... | Adam |
2012-07-05 | Fix Doxygen syntax errors. | Peter Powell |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-04-26 | Define comparator for irc::sockets::sockaddrs | Daniel De Graaf |
2010-01-21 | Remove unneeded save of errno | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-13 | Get rid of socklen_t parameter to Bind, we are using C++ here and can do it o... | danieldg |
2009-10-24 | Get rid of OpenTCPSocket | danieldg |
2009-10-24 | Create irc::sockets::cidr_mask | danieldg |
2009-10-24 | Move forward declarations to typedefs.h | danieldg |
2009-10-22 | Make ConfigTag::items private | danieldg |
2009-10-22 | Make irc::sockets::* parameters consistent, add irc::sockets::mask | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-09 | Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-02 | Fix some ICC-found warnings and remove unused #define | danieldg |
2009-09-02 | Use a set to mark client SSL ports rather than going by textual IP/port pairs | danieldg |
2009-09-02 | Add irc::sockets::satouser for user-readable IP/port pairs | danieldg |
2009-09-01 | Use a bool return type for boolean return | danieldg |
2009-09-01 | Remove unneeded paramaters from OnAcceptReady | danieldg |
2009-09-01 | Remove now-unused insp_sockaddr and insp_inaddr types | danieldg |
2009-09-01 | Remove needless sockaddr[2] allocations, replace with irc::sockets::sockaddrs... | danieldg |
2009-06-16 | Fix incorrect attempted inline of irc::sockets::sa_size | danieldg |
2009-06-16 | Fix sockaddr length argument, BSD will complain if it doesn't exactly match t... | danieldg |
2009-05-04 | Canonicalize bind addresses when creating listen sockets | danieldg |
2009-04-29 | Add IP address conversion utility functions, irc::sockets::aptosa and irc::so... | danieldg |
2009-04-01 | Correct bind address of ident requests on multihomed IPv6-capable servers. | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-09-08 | Remove crappy, unsafe (and now unneeded!) casts. | w00t |
2008-09-08 | Make OnAcceptReady pure virtual, rename ListenSocket to ListenSocketBase, cre... | w00t |
2008-09-08 | Add incoming IP to OnAcceptReady | w00t |
2008-09-07 | Tidy up some of the internals a bit, making things a bit more extensible and ... | w00t |
2008-09-07 | Start moving IO hooking from being bufferedsocket based to residing in EventH... | w00t |
2008-06-12 | for real | pippijn |
2008-05-09 | Convert CIDR matching and wildcard matching to operate on std::strings | brain |
2008-04-07 | We were lucky this one didnt bring down the whole devnet (see cmd_part.cpp diff) | brain |
2008-02-03 | Clear up header insanity | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-23 | Craquity craq De-craq! | brain |
2007-07-16 | OOPS! 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-17 | Comments | brain |
2007-06-14 | - Made the recvfrom wrapper a bit neater. | burlex |
2007-06-14 | Some general syntax cleanups. | pippijn |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |