Age | Commit message (Expand) | Author |
2007-02-07 | Add InvalidateCache() calls and fix a ton of ass-u-me :/ | brain |
2007-02-07 | Make this work when we have both ipv6 and ipv4 connections at once | brain |
2007-02-07 | To be more specific, specify rpath() macro here | brain |
2007-02-07 | Support port binding here | brain |
2007-02-07 | Added support for explicitly binding an outbound connection to an ip. Will be... | brain |
2007-02-07 | If a user connects over 4in6 (YUCK) give them an ipv4 cloak | brain |
2007-02-07 | Fix for bug #205 reported by nenolod (modules that erroneously check remote u... | brain |
2007-02-06 | Extra safety checks while exchanging certs, just in case | brain |
2007-02-06 | Remove debug output that was only useful to me | brain |
2007-02-06 | Fix using wrong var to determine if host is ipv6 or ipv4, resulting in wrong ... | brain |
2007-02-06 | Lets try this fix | brain |
2007-02-06 | And fix the bugs that show up when we try and build it on ipv6 | brain |
2007-02-06 | Fix to work with mixed protocol environment | brain |
2007-02-06 | And fix typo. | brain |
2007-02-06 | Make use of new AAAA->A resolving | brain |
2007-02-06 | Stuff to allow resolving of AAAA record, and on failure try A record | brain |
2007-02-06 | Fix resolving of security ips to allow for ipv4 resolution when built for ipv6 | brain |
2007-02-06 | When brain adds code into a constructor to fix a destructor crash, make sure ... | brain |
2007-02-06 | Fix to stop failed sockets crashing in destructor | brain |
2007-02-06 | ipv6 fixes | brain |
2007-02-06 | Fixes to make this module build with the slightly changed inspsocket (insp_so... | brain |
2007-02-06 | Fixes to allow inspsocket connects to be protocol transparent | brain |
2007-02-06 | In InspSocket destructor remove any pending timers since the object is now go... | peavey |
2007-02-06 | Move var around | brain |
2007-02-06 | DNS lookups now work for users. | brain |
2007-02-06 | Fix for bug #203 : nicknames not invalidated stil. | peavey |
2007-02-06 | Fix the ipv6 end | brain |
2007-02-06 | Change some stuff here to bind INADDR_ANY | brain |
2007-02-05 | No gaurantees on this atm | brain |
2007-02-05 | This wont compile atm | brain |
2007-02-05 | Stuff to make dns work protocol-independent | brain |
2007-02-05 | Fix typo | brain |
2007-02-05 | Fix for allowing dns lookups to work in mixed protocol mode | brain |
2007-02-05 | Now working in svn: | brain |
2007-02-05 | Not safe for use yet | brain |
2007-02-05 | Smart tricks to allow for ipv4 and ipv6 bindings on client ports. WARNING, NO... | brain |
2007-02-05 | Pass sizeof(sockaddr) to bind now. Passing the size of a pointer really isnt ... | brain |
2007-02-05 | Fix ipv4 bindings for ipv4 only servers | brain |
2007-02-05 | Heavy state of debug. If you are a developer, please avoid making use of this... | brain |
2007-02-05 | Move quitting of clients to a central Cull List, and do quitting outside user... | peavey |
2007-02-05 | Fix crash in ReportConfigError when done via SIGHUP. | peavey |
2007-02-04 | We already have the numeric durations, why the fuck was I trying to get them ... | w00t |
2007-02-04 | Set a few defaults for <connect> tag. | peavey |
2007-02-04 | Call events properly on KLINE, GLINE and ZLINE for DNSBL module. This fixes b... | w00t |
2007-02-03 | Better error reporting of failures to read certs in gnutls by calling gnutls_... | brain |
2007-02-03 | Better logging for openssl, using SSL_print_error_cb() which calls a callback... | brain |
2007-02-03 | Make this work on ancient gcc's | brain |
2007-02-03 | On ipv6 servers, if a user connects with 4in6 (0::ffff:...) then attempt a dn... | brain |
2007-02-03 | Fix this not working. | peavey |
2007-02-02 | Mention that +z means SSL only in the 489, thanks dmb | w00t |