Age | Commit message (Expand) | Author |
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 |
2008-05-19 | Fix to give the proper target ip on connect, cookies to w00t and Jason | brain |
2008-05-09 | Fix | w00t |
2008-05-09 | Port from hottpd: Split src/socket.cpp out into src/cidr.cpp | w00t |
2008-04-18 | Remove _CrtCheckMemory() | brain |
2008-04-18 | Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo... | brain |
2008-04-16 | Change warnings a bit | brain |
2008-04-15 | ahh shit, remove windows specific code i left laying around | brain |
2008-04-15 | Fix the problems GreenReaper found with the windows select engine, this has n... | brain |
2008-04-09 | AddClient -> AddUser, to be consistant | w00t |
2008-04-07 | We were lucky this one didnt bring down the whole devnet (see cmd_part.cpp diff) | brain |
2008-03-27 | Thanks danieldg | brain |
2008-03-24 | Port bindings for gnutls now bind via ip:port, rather than on all ports for t... | brain |
2008-03-24 | Add stuff so that modules can hook users by altering a pointer in the User cl... | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-02 | Avoid reallocating this every new connection (patch from hottpd) | w00t |
2008-01-13 | Move User::AddClient to UserManager::AddClient. WARNING: I assure you this is... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-23 | All the core is now pedantic safe! | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |