]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-03-07 brainTook strlen's out of fjoin
2006-03-07 brainImproved userlist to avoid strlen
2006-03-07 brainTidying, strlen, strcasecmp where not needed.
2006-03-07 brainTOPIC optimizations, fixes to mode setting with new...
2006-03-07 brainChecking of user/nick/pass without strncmp! (compare...
2006-03-07 brainFixed to work properly with new refactoring
2006-03-07 brainFixed typo
2006-03-07 brain*TEST CODE* Faster custom mode set/unset
2006-03-07 brainAdded a 'max depth' to stop recursive issue
2006-03-07 brainFixed issue with parameterless module modes
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 brainNo need to be inline in the include
2006-03-07 brainFixed wtf-ery of Modules::SendTo - did i write this...
2006-03-07 brainRemoved a lot of total craq
2006-03-07 w00tInitial revision of /check - doesn't do anything yet
2006-03-07 brainImproved ProcessParameters (removed strlen)
2006-03-06 brainChanged return to break in mainloop for better efficiency
2006-03-06 brainTidied (and COMMENTED) CommandHandler::LoopCall() ...
2006-03-06 brainmaxbans fixes
2006-03-06 brainMaxBans -> maxbans
2006-03-06 brainCM -> CM1
2006-03-06 brainselect not case
2006-03-06 brainTidied GetMaxBans to leave the ConfigReader subsystem...
2006-03-06 brainTidyups
2006-03-06 brainRemoved unneccessary backticks from a copy/paste
2006-03-06 w00tMore documentation.
2006-03-06 w00tYarr, fixed a typo in a comment, yarr
2006-03-06 w00tAdded the beginnings of some function documentation
2006-03-06 brainTidying of some vars here and there
2006-03-06 brainSorted out some silly indenting left over from an if...
2006-03-06 brainRemoval of variable that no longer has any use
2006-03-06 brainTidied up give/take methods
2006-03-06 brainIndent tidyup
2006-03-06 brainUnneccessary strcasecmps
2006-03-06 brainComments in the right places
2006-03-06 brainI dont think there are any more non-essential strlcpy...
2006-03-06 brainRemoved another strlcpy -- a lot of copying stuff that...
2006-03-06 brainRemoved redundant strlcpy
2006-03-06 brainRemoved debug
2006-03-06 brainMode-code rewrite. Might act weird, needs proper testin...
2006-03-05 brainTidied up ProcessLine, instead of a ton of strlens...
2006-03-05 brainFixed to not show real server name if you have hiding...
2006-03-05 brainOPTIMIZED!!! OPTIMIZED!!!!! :-p
2006-03-05 omIgnore spaces/tabs
2006-03-05 omPut it in alphabetical order and hope nobody noticed
2006-03-05 omAdd m_blockcaps to example config
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 brainMake install depends on make as requested by ol (also...
2006-03-05 brainColon before the reasons in STATS, so that it doesnt...
2006-03-05 brainSped up introduction of nicks using vector::resize...
2006-03-04 brainFix for bug first noticed by zephyrus where you could...
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 brainIncrement rev.
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 brainOld stuff left behind
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-03 brainFix for MODE #chan +o- nick or +o-- nick, etc
2006-03-03 brain...
2006-03-02 brainFix to prevent recursive call to DoBackgroundTimer
2006-03-02 brainTypo that didn't look like a typo :p
2006-03-02 brainTypos
2006-03-02 brainAdded IS_SINGLE, see comment in include/inspircd.h
2006-03-02 brainRemoved sleep()
2006-03-02 brainAdded a sleep on startup to stop it mucking up the...
2006-03-02 brainChanged output on startup
2006-03-02 brainSlight optimization here
2006-03-02 brainStrdup's to stop corruption of oper classes
2006-03-02 brainFix for warning
2006-03-02 brainsstrdup?!
2006-03-02 brain*UNTESTED* speeding up HasPermission by factor of hundr...
2006-03-02 brain..
2006-03-02 brainis_uline was an inefficient piece of crap - fixed.
2006-03-02 brainMore efficient AddClient, initializes two identical...
2006-03-02 brainAdded stuff to log() to make it recalculate the time...
2006-03-02 brainMade host fields more correct 64 in length with 63...
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 brainMade extensive use of charlcat to cut down on strlcat...
2006-03-02 brainAdded charlcat which appends a single char to a char...
2006-03-02 brainDe-uglified chanrec::SetCustomMode -- no strlcat, no...
2006-03-02 brainChanged definition of CallHandler and CallCommandHandle...
2006-03-02 brainExtra checks that should prevent desyncs if you stuff...
2006-03-02 omMake ./inspircd ignore SIGPIPE and start running withou...
next