]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
And more
[user/henk/code/inspircd.git] / src / modules /
2006-03-11 brainAnd more
2006-03-11 brainMore const ref fixes
2006-03-11 brainMore converted modules
2006-03-11 brainStart of conversion to const refs for std::strings...
2006-03-11 brainDoh @ null chars in an sprintf!
2006-03-11 brainTweaked to use the same system as nenolod's NAMES patch...
2006-03-11 brainDebug counter
2006-03-11 brainMUCH FASTER squit! (and a TON more stable, too)
2006-03-10 brainNow requires inspircd.h for ConvToStr templated function
2006-03-10 brainTidyup and move ConvToStr to a publically accessible...
2006-03-09 omRemove unused variable giving compile warning
2006-03-09 brainStrlen bashing.
2006-03-09 brainImproved to avoid strlen
2006-03-09 brainForgot to declare var
2006-03-09 brainUMode tweaks
2006-03-09 omFix printf format to get rid of compile warning (using...
2006-03-09 brainiterator hell
2006-03-09 brainFixed to use iterator
2006-03-09 brainCorrectly use iterators and pointer to ucrec
2006-03-09 brainProbably wont compile yet - purge_empty_channels refactor
2006-03-09 brainBetter calculation of LUSERS
2006-03-09 brainChanged LUSERS to show global current to not include...
2006-03-09 brainDon't show channels where all users are invisible and...
2006-03-09 brainWrong var used here, oooops
2006-03-09 brainCalling a method of a null object due to refactoring...
2006-03-08 brainThese modules were using deprecated Server::IsOnChannel...
2006-03-08 brainRemoved has_channel(userrec*,chanrec*), the new preferr...
2006-03-08 brainGot rid of all that ugly char* cast crap (todo: change...
2006-03-08 brainSomeone forgot to test compile this *whistles nonchalantly*
2006-03-08 brainAllow for fallback of older ircds without TS in BURST...
2006-03-08 omStupid, retarded, idiotic bug here where any PONG after...
2006-03-08 brainChanged m_sqlauth to allow more advanced encryption...
2006-03-08 brainBack to 10 mins :( My clocks wont sync and i wont sacri...
2006-03-08 brainChanged TS check: Abort on +- 5 mins, warn on +- 60...
2006-03-08 brainAdded ConvToStr
2006-03-08 brainTypos
2006-03-08 brainChecks for timestamps, boot server off and abort if...
2006-03-07 brainw00t may want to check this works
2006-03-07 w00tFor the record, it's 17 lines - not 5.
2006-03-07 brainFixed timedbans (new mode parser didnt like being passe...
2006-03-07 brainTook strlen's out of fjoin
2006-03-07 omOptimisation of optimisation :P ty w00tie
2006-03-07 brainDifferent way of displaying squit server group
2006-03-07 w00tMore work on /check.. now gives basic information on...
2006-03-07 w00tInitial revision of /check - doesn't do anything yet
2006-03-05 brainTidied up ProcessLine, instead of a ton of strlens...
2006-03-05 brainOPTIMIZED!!! OPTIMIZED!!!!! :-p
2006-03-05 omIgnore spaces/tabs
2006-03-05 omChange comment (I didn't c/p the +c module...honest)
2006-03-05 om> != >= && < != <=
2006-03-05 omAdd block caps module, I'm kinda between the extremes...
2006-03-05 omHopefully speed this up, it was strlcpy()ing every...
2006-03-05 brainSped up introduction of nicks using vector::resize...
2006-03-04 brainMore verbose when setting g/z/k/q/e lines from other...
2006-03-04 brainTypo fix
2006-03-04 brainUnknown command error now tells the opposite server...
2006-03-04 brainTidyup of m_hostchange to not use configreader on each...
2006-03-04 brainTidied up m_override to avoid use of configreader durin...
2006-03-04 brainFixed bugs
2006-03-04 brainFixed a few typos
2006-03-04 brainTidyup of m_filter
2006-03-04 brainChanged m_censor to avoid reading config several times...
2006-03-04 brainm_censor skenmy fix
2006-03-02 brainis_uline was an inefficient piece of crap - fixed.
2006-03-02 brainRemove debug, allow empty 'final' parameter
2006-03-02 brainTypo
2006-03-02 brainI hate having to commit to get these onto the other...
2006-03-02 brainShould be working now
2006-03-02 brainMore logic tweaks
2006-03-02 brainLogic fixes
2006-03-02 brainExperimental improvements to TreeSocket::Split
2006-03-02 brainChanged definition of CallHandler and CallCommandHandle...
2006-03-02 brain4.1 fix
2006-03-01 brainDeny +g words >35 chars to prevent having massive words...
2006-03-01 brainAllow removal of mode with new check
2006-03-01 brainDont allow +J 0 or +J < 0
2006-03-01 brainFix for missing 'end of list' numeric
2006-03-01 brainChanged encryption to work with yield system
2006-03-01 brainAdded checking for +sp channels to safelist that someon...
2006-03-01 brain4.1.0 fix
2006-02-28 brainChanged to throw exception when theres no cloak key
2006-02-28 brainChanged loglevel of cloak key errors to SPARSE
2006-02-28 brainAdded configurable cloakkey and cloakprefix
2006-02-27 brainWith small sendq's, this can still exceed the sendq...
2006-02-27 brainRemoved unneccessary debug
2006-02-27 brainExtra output during sync to know if we're receving...
2006-02-26 brainPut the EAGAIN stuff back now we're done testing
2006-02-26 brainThat's enough tweaks for now
2006-02-26 brainValgrind fixes (libstdc++ is broken! :O)
2006-02-26 brainTweaks to closed socket detection
2006-02-26 brainGuess what this is?
2006-02-26 brainFixed bursting stuff a little
2006-02-26 brainMade this safer, dont try and yield back when sending...
2006-02-26 brainAnd more
2006-02-26 brainNow the obligotary typo fixes
2006-02-26 brainYields back to user processing to give users a chance...
2006-02-26 brainTweaks
2006-02-26 brainMoved to irc::string for commands in server-server...
2006-02-26 brainWhoops, overriding EVERY command!
2006-02-26 brainWarning fixes
next