Age | Commit message (Expand) | Author |
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 |
2007-02-02 | Don't set a user's oper host unless they are using a correct opertype - we do... | w00t |
2007-02-02 | Fixed a bug in m_connflood that caused the bootwait value to have no effect | special |
2007-02-01 | Add <securelist:exception> to allow certain masks to get around securelist. | brain |
2007-02-01 | Change the way versions are displayed by connect and /version so that its mor... | brain |
2007-02-01 | New patch from BuildSmart for OS X support, not broken like the last one | w00t |
2007-01-31 | 1.1.0+Diamond! | brain |
2007-01-31 | ipv6 connect tweaks, to memcpy() sin6_addr's rather than assigning with =. | brain |
2007-01-31 | Why the fuck do no systems have INADDR6_ANY?! | brain |
2007-01-30 | Tweaks to backwards memcpy's that dont actually do anything, causing ipv6 add... | brain |
2007-01-30 | Good job we test, because often we find bugs ;p | brain |
2007-01-30 | Support both forms of ISON as clients seem to send one and the RFC mandates a... | brain |
2007-01-30 | Fix w00ts compile error :p (if you do an if without braces, vars declared wit... | brain |
2007-01-30 | Whoops, fix inspsocket so that its ok to use errno after a failure of the Wri... | brain |
2007-01-30 | Add strerror(errno) to port bind failure on TreeSocket | brain |
2007-01-30 | If no topic specified, give index help, thanks Robby | w00t |
2007-01-30 | Fix the text in this numeric | brain |
2007-01-29 | Opertype in /check is now properly spacified | special |
2007-01-28 | Fix this so that it works with outbound connects again. | brain |
2007-01-28 | Remove debug, add a few comments | brain |
2007-01-28 | Fix broken openssl outbound connects. | brain |
2007-01-28 | Added errno to the epoll failure message for more detail | special |
2007-01-27 | Spellig mistak. | brain |
2007-01-27 | OnExtendedMode was removed in 1.0, the function names here were incorrect. | brain |
2007-01-27 | Potential desync on "nick collision at same time as fjoin" fix | brain |
2007-01-27 | fix so that OnWhois is triggered for remote whois, and remove smelly bold cha... | brain |
2007-01-27 | Correctly allow all supporting versions of PostgreSQL to use secure string es... | peavey |
2007-01-27 | The mob has spoken: PQescapeStringConn is used for pgsql >= 8.1.4 | peavey |
2007-01-25 | For the filter GLINE action, ban *@IP, so that they cant change their ident a... | brain |
2007-01-25 | Cut out some code duplication by using the existing exception framework in he... | brain |
2007-01-24 | Fix endless loop on dns hit. | peavey |
2007-01-21 | Add check for openssl >= 0.9.7, and fix for if the library cant be found at all | brain |
2007-01-21 | Whoops put this back to 3.3 | brain |
2007-01-21 | Fix broken function vcheck() that checks one dot-delimited version string aga... | brain |
2007-01-21 | Add extra macro pkgconfversion("packagename", "version"); | brain |
2007-01-21 | Keep gcc from whining when there is NOT an error (see the comments added) | brain |
2007-01-20 | Fix bad duplication of filters containing spaces across the network. | brain |
2007-01-20 | Fixed (rewrote) m_http_client's URL parsing, it is now more flexible and.. ac... | special |
2007-01-20 | Fixing | brain |
2007-01-20 | Apply fixes for buffering of headers, and a test module both by psychon | brain |