]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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...
2006-03-02 brain4.1 fix
2006-03-01 brainTidied up an echo
2006-03-01 brainNotice at end of build wasnt at...end of build
2006-03-01 brainChanged to require seperate 'make install' step
2006-03-01 brainExtra text
2006-03-01 brainTweaks here
2006-03-01 brain*FOR TESTING* seperate modinst step called by bininst
2006-03-01 brain-> 1.0.3 SVN
2006-03-01 rootInspIRCd 1.0.2+Caffine (Every IRC admin's best friend!)
2006-03-01 brainDeny +g words >35 chars to prevent having massive words...
2006-03-01 brainRemoved old >512 check
2006-03-01 w00tClarify an error message on KICK
2006-03-01 brainAllow removal of mode with new check
2006-03-01 brainDont allow +J 0 or +J < 0
2006-03-01 brainRemoved regexp check on epoll
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 brainDocumented cloak keys and prefix
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-28 brainTested (works) and documented HideBans
2006-02-28 brainFixes for new banhiding
2006-02-28 brainBanHiding
2006-02-28 brainTweaks for unrealisms
2006-02-28 brainExtra error output when fails to bind a port
2006-02-28 brainAnd the obligotary typo fixes
2006-02-28 brainMissing externs
2006-02-28 brainMade it safe to quits and nickchanges
2006-02-28 brainWhen quitting large amounts of users, use InspIRCd...
2006-02-27 omAdd comment stressing the importance of certain element...
2006-02-27 brainAnd now the final result of all this tweaking comes...
2006-02-27 brainMore tweaks
next