summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-02-07Added support for explicitly binding an outbound connection to an ip. Will be...brain
2007-02-07If a user connects over 4in6 (YUCK) give them an ipv4 cloakbrain
2007-02-07Fix for bug #205 reported by nenolod (modules that erroneously check remote u...brain
2007-02-06Extra safety checks while exchanging certs, just in casebrain
2007-02-06Remove debug output that was only useful to mebrain
2007-02-06Fix using wrong var to determine if host is ipv6 or ipv4, resulting in wrong ...brain
2007-02-06Lets try this fixbrain
2007-02-06And fix the bugs that show up when we try and build it on ipv6brain
2007-02-06Fix to work with mixed protocol environmentbrain
2007-02-06And fix typo.brain
2007-02-06Make use of new AAAA->A resolvingbrain
2007-02-06Stuff to allow resolving of AAAA record, and on failure try A recordbrain
2007-02-06Fix resolving of security ips to allow for ipv4 resolution when built for ipv6brain
2007-02-06When brain adds code into a constructor to fix a destructor crash, make sure ...brain
2007-02-06Fix to stop failed sockets crashing in destructorbrain
2007-02-06ipv6 fixesbrain
2007-02-06Fixes to make this module build with the slightly changed inspsocket (insp_so...brain
2007-02-06Fixes to allow inspsocket connects to be protocol transparentbrain
2007-02-06In InspSocket destructor remove any pending timers since the object is now go...peavey
2007-02-06Move var aroundbrain
2007-02-06DNS lookups now work for users.brain
2007-02-06Fix for bug #203 : nicknames not invalidated stil.peavey
2007-02-06Fix the ipv6 endbrain
2007-02-06Change some stuff here to bind INADDR_ANYbrain
2007-02-05No gaurantees on this atmbrain
2007-02-05This wont compile atmbrain
2007-02-05Stuff to make dns work protocol-independentbrain
2007-02-05Fix typobrain
2007-02-05Fix for allowing dns lookups to work in mixed protocol modebrain
2007-02-05Now working in svn:brain
2007-02-05Not safe for use yetbrain
2007-02-05Smart tricks to allow for ipv4 and ipv6 bindings on client ports. WARNING, NO...brain
2007-02-05Pass sizeof(sockaddr) to bind now. Passing the size of a pointer really isnt ...brain
2007-02-05Fix ipv4 bindings for ipv4 only serversbrain
2007-02-05Heavy state of debug. If you are a developer, please avoid making use of this...brain
2007-02-05Move quitting of clients to a central Cull List, and do quitting outside user...peavey
2007-02-05Fix crash in ReportConfigError when done via SIGHUP.peavey
2007-02-04We already have the numeric durations, why the fuck was I trying to get them ...w00t
2007-02-04Set a few defaults for <connect> tag.peavey
2007-02-04Call events properly on KLINE, GLINE and ZLINE for DNSBL module. This fixes b...w00t
2007-02-03Better error reporting of failures to read certs in gnutls by calling gnutls_...brain
2007-02-03Better logging for openssl, using SSL_print_error_cb() which calls a callback...brain
2007-02-03Make this work on ancient gcc'sbrain
2007-02-03On ipv6 servers, if a user connects with 4in6 (0::ffff:...) then attempt a dn...brain
2007-02-03Fix this not working.peavey
2007-02-02Mention that +z means SSL only in the 489, thanks dmbw00t
2007-02-02Don't set a user's oper host unless they are using a correct opertype - we do...w00t
2007-02-02Fixed a bug in m_connflood that caused the bootwait value to have no effectspecial
2007-02-01Add <securelist:exception> to allow certain masks to get around securelist.brain
2007-02-01Change the way versions are displayed by connect and /version so that its mor...brain