]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2008-06-12 pippijnfor real
2008-06-12 pippijnwe are C++, not C
2008-06-12 pippijnoptimise string-to-literal comparison while we are...
2008-06-12 brainRemove PATH_MAX because some retard removed it
2008-06-12 brainNow builds ok on gcc 4.3, not tested fully. Also UGLY...
2008-06-12 brainFix to allow namespace std { namespace tr1 {
2008-06-12 brainThis should do the job, dont quote me on it.
2008-06-12 brainExtra configure detection for the gcc minor version...
2008-06-12 brainMerge in patch from bug #557, thanks for the feature...
2008-06-11 brainDont even bother to do the ldap bind if the password...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-11 pippijnremoved useless "else"
2008-06-10 brainChange wording of message: You are not permitted to...
2008-06-10 brainReally smart extra stuff in the deop check
2008-06-10 brainAdd deop protection for services, bug #554
2008-06-09 brainSomething we can do in 1.2 that we cant really do neatl...
2008-06-09 brainSlight adjustment to our standard to avoid an obvious...
2008-06-08 brainProperly ignore second STARTTLS request on same socket...
2008-06-08 brainIgnore CAP from clients that have already registered
2008-06-08 brainDont announce successful rehash if bail is set to true...
2008-06-08 brain1.2.0a4+Angus (Yummeh!)
2008-06-08 brainAdd module that allows hiding of MAP and LINKS as per...
2008-06-08 brainMore useful error reporting that give closer line numbe...
2008-06-08 brainConfig reader strictness: check for escape sequences...
2008-06-08 brainMake checks more strict
2008-06-08 brainBitch when we find stray characters outside of a tag...
2008-06-08 brainAllow 0-9 in tag/key names, and special check for ...
2008-06-08 brainCheck in tag names too
2008-06-08 brainCheck for invalid characters in keys, will catch config...
2008-06-08 brainFix #551
2008-06-06 brainRemove this debug line, eliminating its pointless warning
2008-06-06 brainAnd fix typo that came with it
2008-06-06 brainFix bug from std::string porting, thanks ThunderHacker
2008-06-06 brainAdd patch for bug #549, conf file update from jackmcbarn
2008-06-06 brainWhoops, remote users not being counted in map, fix
2008-06-06 brainAbort on matchlist.length() > 450
2008-06-06 brainWhoops eat command not allow it
2008-06-06 brainIf we have > 10 matches to a command, abort and dont...
2008-06-06 brainOn ambiguous abbreviation, list all possibilities and...
2008-06-06 brainRemove excessive debug
2008-06-06 brainm_abbreviation completed. :)
2008-06-06 brainMore spanningtree tweaks
2008-06-06 brainAnother here too
2008-06-06 brainUpdate a header i left out
2008-06-06 brainFix compile error
2008-06-06 brainAllow changing of command string and parameter vector...
2008-06-03 brainFix for bug #548 reported by jackmcbarn, away message...
2008-06-03 brickerya, adding some stuff with DEV LEVEL ACCESS (sorry)
2008-06-01 specialOnly prepare epoll for 25% of maxfds initially; it...
2008-06-01 brainRemove limits on assigning of oper types. Theres no...
2008-06-01 peaveyImprove debug output on a few key methods of epoll...
2008-06-01 w00tFix warning
2008-06-01 brainAdd ProtocolInterface::Introduce() to prevent confusion...
2008-05-31 w00tForward port r9825: Fix bug found by the atheme migrati...
2008-05-31 brickerand another rev bites the dust..thanks dz
2008-05-31 brickerfix. thanks jackmcbarn and special.
2008-05-31 brickermake the +J msg a little more coherent
2008-05-29 brickerremoved duplicate quotes. Thanks jackmcbarn
2008-05-29 brickerfix
2008-05-29 brickerinspircd allows him to
2008-05-29 brickerIf Chuck Norris and InspIRCd met in a dark alley, Chuck...
2008-05-29 brainApply patch to fix ipv6 builds, contributed by danieldg...
2008-05-29 peaveyFinally get the headers right on this module.
2008-05-28 peaveyrevert this 1 revision back, since it fell victim to...
2008-05-26 brainFix error
2008-05-26 brainEliminate string joining craq
2008-05-26 brainDont increment maxmodes at finalisation, it isnt used...
2008-05-25 brainAll the limits were one less than specified in the...
2008-05-25 brainAdd parsing of <limits> tag and finish documenting...
2008-05-25 brainExample conf now with <limits> tag
2008-05-25 brainGive modestacker a serverinstance
2008-05-25 brainMore compile fixes
2008-05-25 brainCompile fixes, was forced to move some stuff around
2008-05-25 brainRemove the limits from here too
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-24 brainKick the client in the balls if they try STARTTLS after...
2008-05-24 brainFix memory leak if we send STARTTLS twice, thanks speci...
2008-05-23 brainAdd interesting test case
2008-05-23 brainThere is no need for char* here any more
2008-05-23 brainFix this to not have the same issue
2008-05-23 brainNEVER use the two-param assign unless you want your...
2008-05-23 w00tDon't copy vars (faster) and also avoid a crash (non...
2008-05-23 w00tFix this being broken over remote links
2008-05-23 brainFix uuid generation to not generate ten character uuids...
2008-05-23 aquanightFix user->host not being assigned correctly for new...
2008-05-23 brainWhy are we using .compare() when we can use == ?
2008-05-23 brainCollision tweaks
2008-05-21 aquanightImplement Bug #533, Oper type-specific autojoins for...
2008-05-21 brainRename "lan or wan ip" -> public ip
2008-05-21 w00tClean this up a bit, and log about ignoring link blocks...
2008-05-21 brickerupdate to tell them to try a LAN or a WAN IP, depending...
2008-05-21 brainFix test suite to not have bugs itself (oops) and fix...
2008-05-21 w00tRemove some of this, this isn't (strictly speaking...
2008-05-20 w00tForward port r9782: show IP (not unknown) for unauthed...
2008-05-20 brainA few minor fixes, some copy constructor stuff, misname...
2008-05-20 w00tAdd note to check other server on this message
2008-05-20 w00tUpdate comment
2008-05-20 w00tchar -> std::string conversion
2008-05-19 w00tDebug on out of range FD.
2008-05-19 brainListening bufferedsockets dont have an OnRawSocketClose...
next