Age | Commit message (Expand) | Author |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2011-04-18 | Fix mis-implemented irc::sockets::cidr_mask::operator< | Daniel De Graaf |
2010-04-26 | Define comparator for irc::sockets::sockaddrs | Daniel De Graaf |
2010-02-23 | Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ... | danieldg |
2010-02-03 | Fix cidr_mask::str not correctly displaying mask length | danieldg |
2010-01-21 | Remove unneeded save of errno | danieldg |
2010-01-19 | ERROR is not a valid log level, so all these messages were getting dropped | 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-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-21 | Use ConfigTagList as a faster access method for access to configuration | danieldg |
2009-10-17 | Rewrite ConfigReader again | danieldg |
2009-10-10 | 3rd time lucky? Fix again for setsockopt. | peavey |
2009-10-10 | Slight tweak to setsockopt fix. | peavey |
2009-10-10 | Compile fixes for windows. | peavey |
2009-10-09 | Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO | danieldg |
2009-10-03 | Fix crash due to null address in DNS | 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 | Rewrite BindPorts to index ports by their human-readable description | danieldg |
2009-09-02 | Remove duplicated address conversion from InspIRCd::BindSocket, fix FD leak i... | 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-02 | Fix valgrind uninitialised memory error | danieldg |
2009-09-02 | Cast rework: use C++ style static_cast<> instead of C-style casts | danieldg |
2009-09-01 | Use a bool return type for boolean return | danieldg |
2009-09-01 | Use sa_size() rather than sizeof() when passing input parameters to a syscall | danieldg |
2009-09-01 | Remove unneeded #ifdef IPV6 lines | danieldg |
2009-09-01 | Move IP<->sockaddr conversions into irc::sockets:: namespace | 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-07-01 | Make rehash generate a new ServerInstance->Config object | danieldg |
2009-07-01 | Move list of open ports out of Config object | danieldg |
2009-06-16 | Fix incorrect attempted inline of irc::sockets::sa_size | danieldg |
2009-05-13 | Fix incomple memset() in irc::sockets::aptosa, add support for converting emp... | danieldg |
2009-04-29 | Add IP address conversion utility functions, irc::sockets::aptosa and irc::so... | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-07 | Patch to allow bindings to all ips on an ipv4 only system where the build is ... | brain |
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-07 | Move listensocket stuff into a file of it's own. | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-20 | Fix output corruption on startup if ports fail to bind, spotted by psychon | brain |
2008-07-17 | Combine IP+port in a failed port list, show (the more helpful) error string s... | w00t |