]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2007-02-07 brainFix warning, remove unused var
2007-02-07 brainRemember: C++ only works if you type the right method...
2007-02-07 brainIdent fixes,
2007-02-07 brainFix ipv6 ass-u-me's
2007-02-07 brainAdd InvalidateCache() calls and fix a ton of ass-u...
2007-02-07 brainMake this work when we have both ipv6 and ipv4 connecti...
2007-02-07 brainTo be more specific, specify rpath() macro here
2007-02-07 brainDocument bind value
2007-02-07 brainSupport port binding here
2007-02-07 brainAdded support for explicitly binding an outbound connec...
2007-02-07 brainIf a user connects over 4in6 (YUCK) give them an ipv4...
2007-02-07 brainFix for bug #205 reported by nenolod (modules that...
2007-02-06 brainExtra safety checks while exchanging certs, just in...
2007-02-06 brainRemove debug output that was only useful to me
2007-02-06 brainRemove ::ffff: 4in6 craq from documentation. Show that...
2007-02-06 brainChange the wording of configure, to indicate that build...
2007-02-06 brainFix using wrong var to determine if host is ipv6 or...
2007-02-06 brainLets try this fix
2007-02-06 brainAnd fix the bugs that show up when we try and build...
2007-02-06 brainFix to work with mixed protocol environment
2007-02-06 brainAnd fix typo.
2007-02-06 brainMake use of new AAAA->A resolving
2007-02-06 brainStuff to allow resolving of AAAA record, and on failure...
2007-02-06 brainFix resolving of security ips to allow for ipv4 resolut...
2007-02-06 brainWhen brain adds code into a constructor to fix a destru...
2007-02-06 brainFix to stop failed sockets crashing in destructor
2007-02-06 brainipv6 fixes
2007-02-06 brainFixes to make this module build with the slightly chang...
2007-02-06 brainFixes to allow inspsocket connects to be protocol trans...
2007-02-06 peaveyIn InspSocket destructor remove any pending timers...
2007-02-06 brainMove var around
2007-02-06 brainDNS lookups now work for users.
2007-02-06 peaveyFix for bug #203 : nicknames not invalidated stil.
2007-02-06 brainFix the ipv6 end
2007-02-06 brainChange some stuff here to bind INADDR_ANY
2007-02-05 brainNo gaurantees on this atm
2007-02-05 brainThis wont compile atm
2007-02-05 brainStuff to make dns work protocol-independent
2007-02-05 brainFix typo
2007-02-05 brainFix for allowing dns lookups to work in mixed protocol...
2007-02-05 brainNow working in svn:
2007-02-05 brainNot safe for use yet
2007-02-05 brainSmart tricks to allow for ipv4 and ipv6 bindings on...
2007-02-05 brainPass sizeof(sockaddr) to bind now. Passing the size...
2007-02-05 brainFix ipv4 bindings for ipv4 only servers
2007-02-05 brainHeavy state of debug. If you are a developer, please...
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2007-02-05 peaveyMake checkconf handle end of line comments.
2007-02-05 specialconfigure was linking a nonexistant header with ssl...
2007-02-05 peaveyFix crash in ReportConfigError when done via SIGHUP.
2007-02-04 brainAnd another victim.
2007-02-04 brainpeaveys checkconf finds its first victim, an extra...
2007-02-04 peaveyAdd a general xml syntax checker for config files....
2007-02-04 w00tWe already have the numeric durations, why the fuck...
2007-02-04 peaveySet a few defaults for <connect> tag.
2007-02-04 w00tCall events properly on KLINE, GLINE and ZLINE for...
2007-02-03 brainBetter error reporting of failures to read certs in...
2007-02-03 brainBetter logging for openssl, using SSL_print_error_cb...
2007-02-03 brainMake this work on ancient gcc's
2007-02-03 brainOn ipv6 servers, if a user connects with 4in6 (0::ffff...
2007-02-03 w00tUpdate the date here, remove the 'updated by' list...
2007-02-03 specialFingerprint really shouldn't be in the example oper...
2007-02-03 peaveyFix this not working.
2007-02-02 w00tMention that +z means SSL only in the 489, thanks dmb
2007-02-02 w00tDon't set a user's oper host unless they are using...
2007-02-02 specialFixed a bug in m_connflood that caused the bootwait...
2007-02-02 w00tMinor OS X patch, per BuildSmart for 10.3.x users
2007-02-01 brainGrr, searchirc uses .org now
2007-02-01 brainAdd <securelist:exception> to allow certain masks to...
2007-02-01 brainChange the way versions are displayed by connect and...
2007-02-01 w00tNew patch from BuildSmart for OS X support, not broken...
2007-01-31 brain1.1.0+Diamond!
2007-01-31 brainRemove -O2, it seems to break tons of stuff with no...
2007-01-31 brainipv6 connect tweaks, to memcpy() sin6_addr's rather...
2007-01-31 brainWhy the fuck do no systems have INADDR6_ANY?!
2007-01-30 brainTweaks to backwards memcpy's that dont actually do...
2007-01-30 brainGood job we test, because often we find bugs ;p
2007-01-30 brainSupport both forms of ISON as clients seem to send...
2007-01-30 brainFix w00ts compile error :p (if you do an if without...
2007-01-30 brainDocumentation change to indicate errno is valid on...
2007-01-30 brainWhoops, fix inspsocket so that its ok to use errno...
2007-01-30 brainAdd strerror(errno) to port bind failure on TreeSocket
2007-01-30 w00tIf no topic specified, give index help, thanks Robby
2007-01-30 brainMerge spellig-mistaks patch from dmb
2007-01-30 brainFix the text in this numeric
2007-01-30 specialAlso remove the references to the commands I removed...
2007-01-30 specialFixed a typo in the helpop-full example file that broke...
2007-01-29 specialOpertype in /check is now properly spacified
2007-01-28 brainWhoops, switch around order of makefile rules so its...
2007-01-28 brainAdd message about how building with debug makes huuuuuu...
2007-01-28 brainAdded 'make debug' which does 'make all' with -g rather...
2007-01-28 brainFix this so that it works with outbound connects again.
2007-01-28 brainRemove debug, add a few comments
2007-01-28 brainFix broken openssl outbound connects.
2007-01-28 specialAdded errno to the epoll failure message for more detail
2007-01-27 brainSpellig mistak.
2007-01-27 brainOnExtendedMode was removed in 1.0, the function names...
2007-01-27 brainPotential desync on "nick collision at same time as...
2007-01-27 brainfix so that OnWhois is triggered for remote whois,...
2007-01-27 peaveyCorrectly allow all supporting versions of PostgreSQL...
next