summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05Make checkconf handle end of line comments.peavey
2007-02-05configure was linking a nonexistant header with ssl that has been in include/...special
2007-02-05Fix crash in ReportConfigError when done via SIGHUP.peavey
2007-02-04And another victim.brain
2007-02-04peaveys checkconf finds its first victim, an extra quote in helpop-full.brain
2007-02-04Add a general xml syntax checker for config files. It parses includes and war...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-03Update the date here, remove the 'updated by' list, use SVN for that + there'...w00t
2007-02-03Fingerprint really shouldn't be in the example oper block by default; most pe...special
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-02Minor OS X patch, per BuildSmart for 10.3.x usersw00t
2007-02-01Grr, searchirc uses .org nowbrain
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
2007-02-01New patch from BuildSmart for OS X support, not broken like the last onew00t
2007-01-311.1.0+Diamond!brain
2007-01-31Remove -O2, it seems to break tons of stuff with no clue how it did itbrain
2007-01-31ipv6 connect tweaks, to memcpy() sin6_addr's rather than assigning with =.brain
2007-01-31Why the fuck do no systems have INADDR6_ANY?!brain
2007-01-30Tweaks to backwards memcpy's that dont actually do anything, causing ipv6 add...brain
2007-01-30Good job we test, because often we find bugs ;pbrain
2007-01-30Support both forms of ISON as clients seem to send one and the RFC mandates a...brain
2007-01-30Fix w00ts compile error :p (if you do an if without braces, vars declared wit...brain
2007-01-30Documentation change to indicate errno is valid on return from the constructo...brain
2007-01-30Whoops, fix inspsocket so that its ok to use errno after a failure of the Wri...brain
2007-01-30Add strerror(errno) to port bind failure on TreeSocketbrain
2007-01-30If no topic specified, give index help, thanks Robbyw00t
2007-01-30Merge spellig-mistaks patch from dmbbrain
2007-01-30Fix the text in this numericbrain
2007-01-30Also remove the references to the commands I removed (which don't exist anymore)special
2007-01-30Fixed a typo in the helpop-full example file that broke most of its contents ...special