summaryrefslogtreecommitdiff
path: root/src/socket.cpp
AgeCommit message (Expand)Author
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-02Rewrite BindPorts to index ports by their human-readable descriptiondanieldg
2009-09-02Remove duplicated address conversion from InspIRCd::BindSocket, fix FD leak i...danieldg
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-02Fix valgrind uninitialised memory errordanieldg
2009-09-02Cast rework: use C++ style static_cast<> instead of C-style castsdanieldg
2009-09-01Use a bool return type for boolean returndanieldg
2009-09-01Use sa_size() rather than sizeof() when passing input parameters to a syscalldanieldg
2009-09-01Remove unneeded #ifdef IPV6 linesdanieldg
2009-09-01Move IP<->sockaddr conversions into irc::sockets:: namespacedanieldg
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-07-01Make rehash generate a new ServerInstance->Config objectdanieldg
2009-07-01Move list of open ports out of Config objectdanieldg
2009-06-16Fix incorrect attempted inline of irc::sockets::sa_sizedanieldg
2009-05-13Fix incomple memset() in irc::sockets::aptosa, add support for converting emp...danieldg
2009-04-29Add IP address conversion utility functions, irc::sockets::aptosa and irc::so...danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-12-07Patch to allow bindings to all ips on an ipv4 only system where the build is ...brain
2008-09-08Remove crappy, unsafe (and now unneeded!) casts.w00t
2008-09-08Make OnAcceptReady pure virtual, rename ListenSocket to ListenSocketBase, cre...w00t
2008-09-07Move listensocket stuff into a file of it's own.w00t
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-07-20Fix output corruption on startup if ports fail to bind, spotted by psychonbrain
2008-07-17Combine IP+port in a failed port list, show (the more helpful) error string s...w00t
2008-05-19Fix to give the proper target ip on connect, cookies to w00t and Jasonbrain
2008-05-09Fixw00t
2008-05-09Port from hottpd: Split src/socket.cpp out into src/cidr.cppw00t
2008-04-18Remove _CrtCheckMemory()brain
2008-04-18Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo...brain
2008-04-16Change warnings a bitbrain
2008-04-15ahh shit, remove windows specific code i left laying aroundbrain
2008-04-15Fix the problems GreenReaper found with the windows select engine, this has n...brain
2008-04-09AddClient -> AddUser, to be consistantw00t
2008-04-07We were lucky this one didnt bring down the whole devnet (see cmd_part.cpp diff)brain
2008-03-27Thanks danieldgbrain
2008-03-24Port bindings for gnutls now bind via ip:port, rather than on all ports for t...brain
2008-03-24Add stuff so that modules can hook users by altering a pointer in the User cl...brain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-02Avoid reallocating this every new connection (patch from hottpd)w00t
2008-01-13Move User::AddClient to UserManager::AddClient. WARNING: I assure you this is...w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-10-23All the core is now pedantic safe!brain
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain