summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-10And make it compile. (whoops)brain
2007-02-10timermanager never had a ServerInstance. Give it one so we can use InspIRCd::...brain
2007-02-10Remove dup code by calling TickTimers in a loopbrain
2007-02-10DELETE() on the timergroup in DelTimer (small memory leak)brain
2007-02-10Finally make this module work at all on 1.1brain
2007-02-10When opening a file to read, check its not a directory with stat()brain
2007-02-09Check for nonexistent filebrain
2007-02-09Change the constructor of ModeParser, make it just a tiny bit prettier.brain
2007-02-09Increment version and give codename -- release is planned for sunday.brain
2007-02-09Add and properly test the ability for an InspTimer to DelTimer itself from wi...brain
2007-02-08And change this to gnutls in the debug message.brain
2007-02-08Catch the ModuleException thrown when AddIOHook fails, so that we can make a ...brain
2007-02-08Check for ::ffff:x.x.x.x ips in user resolver, and if we see one initiate an ...brain
2007-02-08"is now your hidden host" -> "is now your displayed host". Wording fits bette...brain
2007-02-08Try without deletes that it done anyway on close of InspSocket's socket.peavey
2007-02-07Consider your crackpipes confiscated, there was some right dailywtf-worthy st...brain
2007-02-07Remove some debugbrain
2007-02-07A quick unit test shows this is broken -- fix quickbrain
2007-02-07satmd tell me if this works, if ive got the wrong octet i need to change a bi...brain
2007-02-07Fix warning, remove unused varbrain
2007-02-07Remember: C++ only works if you type the right method names and not ones that...brain
2007-02-07Ident fixes,brain
2007-02-07Fix ipv6 ass-u-me'sbrain
2007-02-07Add InvalidateCache() calls and fix a ton of ass-u-me :/brain
2007-02-07Make this work when we have both ipv6 and ipv4 connections at oncebrain
2007-02-07To be more specific, specify rpath() macro herebrain
2007-02-07Document bind valuebrain
2007-02-07Support port binding herebrain
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-06Remove ::ffff: 4in6 craq from documentation. Show that its still usable, but ...brain
2007-02-06Change the wording of configure, to indicate that building as ipv6 is no long...brain
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