]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2007-02-25 brainFixes and optimizations
2007-02-25 brainEnsure that simplemodes are sent first (jilles requeste...
2007-02-25 brainBans are bursted using a large string buffer to save...
2007-02-25 brainAdd max line length value to modestacker, so that it...
2007-02-22 specialAdded sepstream::GetRemaining()
2007-02-20 brainNew and improved /INFO (now with meaty chunks)
2007-02-20 peaveyfix typo.
2007-02-20 brainNo need to .c_str() the quitmsg, it takes const std...
2007-02-20 peaveyMake these vendor modules.
2007-02-20 peaveyPut back quit prefix that got lost in last fix.
2007-02-19 brainAddition of feature request outlined in bug #195, sugge...
2007-02-19 brainToo many small tweaks to list. Most notably tidy up...
2007-02-19 brainWhen a users nick is overruled, remove their nickname...
2007-02-19 brainfix obligotary typos
2007-02-19 brainBetter handling of nickname overruling
2007-02-19 brainWhoops, typo
2007-02-19 brain1) Fix for nickname overruled with new cullList stuff...
2007-02-19 brainFix for crashbugs when quitting users as experienced...
2007-02-18 omFew more cleanups (no need to update, shouldn't have...
2007-02-18 omStop this using some global ServerInstance (where's...
2007-02-18 brainAccount for bearbots whos CTCP TIME misses the ending...
2007-02-18 brainEliminate some string copies, tidy some code, and rever...
2007-02-17 brainChange bytes-used counter for commands (used by /stats...
2007-02-17 brainBump API version
2007-02-17 brainChange /msg $* to have the correct source the same...
2007-02-17 brainRemove redundant debug
2007-02-17 brainDrop the invalid command generated by the bearbot CTCP...
2007-02-17 brainCheck CTCP TIME on bearbots
2007-02-17 peaveyGet rid of a compile warning. We should remember to...
2007-02-17 omYes, we know how to spell voluntary (and involuntary...
2007-02-14 brainForce ipv4 lookups here - cgiirc doesnt support ipv6...
2007-02-12 brainFixed <link:bind> which was only working on an ipv6...
2007-02-12 brainChange around the order of InspIRCd::Cleanup(), as...
2007-02-12 brainI'm not sure OnPostOper is called for remote opering...
2007-02-12 brainOnly apply force join to local clients
2007-02-12 brainFix odd warnings from propolice.
2007-02-12 peaveyGet rid of a compile warning.
2007-02-11 brainAdd m_conn_join, allows force join of a user to one...
2007-02-11 brainSpecial *slap* seems to have set this to true :/
2007-02-11 brainBump API version (chanrec::setby increased from NICKMAX...
2007-02-11 brainAllow for nick!user@host in TOPIC information.
2007-02-10 brainFix rehashing to display a success notice, tidy up...
2007-02-10 brainTweak hostname matching in HostMatchesEveryone to compe...
2007-02-10 brainUse userrec::MakeHost(), not strlcpy/strlcat!
2007-02-10 peaveyFix that equal sign '=' inside double quotes don't...
2007-02-10 brainFix typo reported by owine (bug #208)
2007-02-10 brainMerge patch for WEBIRC command from satmd
2007-02-10 brainImprove +f kick message:
2007-02-10 brainMake some stuff configurable that hasnt been and should be.
2007-02-10 brainAnd make it compile. (whoops)
2007-02-10 braintimermanager never had a ServerInstance. Give it one...
2007-02-10 brainRemove dup code by calling TickTimers in a loop
2007-02-10 brainDELETE() on the timergroup in DelTimer (small memory...
2007-02-10 brainFinally make this module work at all on 1.1
2007-02-10 brainWhen opening a file to read, check its not a directory...
2007-02-09 brainCheck for nonexistent file
2007-02-09 brainChange the constructor of ModeParser, make it just...
2007-02-09 brainIncrement version and give codename -- release is plann...
2007-02-09 brainAdd and properly test the ability for an InspTimer...
2007-02-08 brainAnd change this to gnutls in the debug message.
2007-02-08 brainCatch the ModuleException thrown when AddIOHook fails...
2007-02-08 brainCheck for ::ffff:x.x.x.x ips in user resolver, and...
2007-02-08 brain"is now your hidden host" -> "is now your displayed...
2007-02-08 peaveyTry without deletes that it done anyway on close of...
2007-02-07 brainConsider your crackpipes confiscated, there was some...
2007-02-07 brainRemove some debug
2007-02-07 brainA quick unit test shows this is broken -- fix quick
2007-02-07 brainsatmd tell me if this works, if ive got the wrong octet...
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.
next