]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-03-09 brainTidyup to pass some stuff by reference (much faster...
2006-03-09 brainStrlen bashing.
2006-03-09 brainImproved to avoid strlen
2006-03-09 brainChanged to unsigned char to get rid of warnings
2006-03-09 brainlowertab -> lowermap
2006-03-09 brainImproved strhashcomp with no allocations
2006-03-09 brainSegfault-causing typo (wrong var used for a loop, whoops)
2006-03-09 brainTypical. 0 and 1 to choose from, and i pick the wrong...
2006-03-09 brainForgot to declare var
2006-03-09 brainUMode tweaks
2006-03-09 brainUM_WALLOPS had value 3 which was a combination of UM_SE...
2006-03-09 brainModes the wrong way around
2006-03-09 brain(Needs test) Improved userlist()
2006-03-09 brainAdded userrec::modebits - fast way of checking if user...
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 brainFixed to correctly use iterator
2006-03-09 brainChange to ucrec* iterators
2006-03-09 brainGrant and revoke now use iterators
2006-03-09 brainFixed to use iterators
2006-03-09 brainProbably wont compile yet - purge_empty_channels refactor
2006-03-09 brainmptr++ not *mptr++!
2006-03-09 omFix buffer overflow (visible in /mode #channel)
2006-03-09 w00tCleanup.
2006-03-09 brainBetter calculation of LUSERS
2006-03-09 brainChanged LUSERS to show global current to not include...
2006-03-09 w00tMore of the same cleanup :P
2006-03-09 brainDon't show channels where all users are invisible and...
2006-03-09 w00tMore cleanup
2006-03-09 w00tAdd 'you are a nub' messages to /squit and /connect...
2006-03-09 brainWrong var used here, oooops
2006-03-09 w00tUpdate to Start() credits, now refers users to /info...
2006-03-09 w00tMore cleanup, moved Om and myself to core team
2006-03-09 brainSpeedup of list
2006-03-09 brainCalling a method of a null object due to refactoring...
2006-03-08 w00tReformat according to coding guidelines.
2006-03-08 brainThese modules were using deprecated Server::IsOnChannel...
2006-03-08 brainRemoved deprecated Server::IsOnChannel (was a C++-ish...
2006-03-08 brainFixed externs
2006-03-08 brainRemoved has_channel(userrec*,chanrec*), the new preferr...
2006-03-08 brainRemoved declarations of ancient and misspelled functions :/
2006-03-08 braincmode was declared here too - declaration removed.
2006-03-08 braincmode now returns const char* as it returns a pointer...
2006-03-08 brainGot rid of all that ugly char* cast crap (todo: change...
2006-03-08 brainFixed #defines to be enums (tidier)
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 brainActually, 64.
2006-03-08 brainchanrec::custom_modes only needs 96 values not 190
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-08 brainRemoved unneccessary temporary casts to char* when...
2006-03-08 w00tIt's neat. It's tidy. It has no spaces, and almost...
2006-03-08 omMore optimisations, memory saving, use the char* loop...
2006-03-08 w00tMade this readable, removed spacing, etc.
2006-03-08 omAvoid some ugly casts and save (well..system dependant...
2006-03-08 omSpeed up and deuglify the second part of CompressModes...
2006-03-08 w00tRemove some tabbing, remove a typo, use Exit() rather...
2006-03-07 brainw00t may want to check this works
2006-03-07 brain*TEST* Server::DumpText - Dump a *stringstream* to...
2006-03-07 w00tFor the record, it's 17 lines - not 5.
2006-03-07 brainMade split_chlist available for external use from comma...
2006-03-07 brainWhat MUPPET made stdin, stdout and stderr FILE* pointer...
2006-03-07 brainclose stdin, stderr and stdout rather than freopen...
2006-03-07 brainTook out space in version identifier that might break...
2006-03-07 brainSafety checking (a really really clever trick btw)...
2006-03-07 brainBuffer flush time now under 0.5 secs
2006-03-07 brainFlush user buffers more often (every 30 iterations)
2006-03-07 brainToo many 'end of whowas' numerics
2006-03-07 brainWhois typo fixes
2006-03-07 brainTypos round one
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-03-07 brainNETBURSTS ARE STABLE AGAIN :D
2006-03-07 brainTweaks to socket engine, faster buffer flush and hopefu...
2006-03-07 braintrue and false transposed in new code
2006-03-07 brainException to the rules for EAGAIN
2006-03-07 brainCheck for write errors in inspsocket (this is probably...
2006-03-07 brainOptimizations
2006-03-07 brainFixed timedbans (new mode parser didnt like being passe...
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
next