]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-03-10 brainAdded ./configure -svnupdate
2006-03-10 brainRemoved 8-space indents
2006-03-10 brainWhoops, forgot a NULL
2006-03-10 brainCommented all the new config stuff
2006-03-10 brainNow requires inspircd.h for ConvToStr templated function
2006-03-10 brainTidyup and move ConvToStr to a publically accessible...
2006-03-10 brainAnother typo
2006-03-10 brainTypo
2006-03-10 brainMoved more stuff into right places
2006-03-10 brainTidyup of commented out reminder code
2006-03-10 brainMade it compile :p
2006-03-10 brainMass tidyup of ServerConfig::Read and stuff
2006-03-10 omAnother const reference conversion, and remove redundan...
2006-03-10 brainTest stuff for improved multi-tags in core
2006-03-10 brainAdded MultiConfig for multiple-occurance config items
2006-03-10 brainpatch <inspircd-userlist-ptr-safety.diff (Thanks nenolod)
2006-03-10 brainMissing a changeover
2006-03-10 brainRevert to string but return a reference, should be...
2006-03-10 brainSafer
2006-03-10 brainFaster CullItem/CullList using strdup rather than copyi...
2006-03-10 brainTypo
2006-03-10 brainconst references
2006-03-10 brainTidyup
2006-03-10 brainUpdate docs to indicate hostname can be used in <bind...
2006-03-10 brainSupport for hostnames in <bind> tag (so long as the...
2006-03-10 brainTidyup of config reader lowlevel reading
2006-03-10 brainSet bitfields on servermode
2006-03-10 brainAlign names that are output on startup using \t htabs
2006-03-10 brainMoved typedefs etc into the header where they belong
2006-03-10 brainMove vars to top of function
2006-03-10 brainValidating wrong field
2006-03-10 brainImprovements
2006-03-10 brainTidyup of ServerConf::Read about half done (works)
2006-03-10 brainProbably doesnt work yet
2006-03-09 brainMore stuff done
2006-03-09 brainI hate casts.
2006-03-09 brainPlease diagnose error line 205
2006-03-09 omMore const references, this is nearly it apart from...
2006-03-09 omRemove unused variable giving compile warning
2006-03-09 omConvert more by-values to const references, optimise...
2006-03-09 omChanging by-value parameters to const references
2006-03-09 omMostly formatting cleanup, rename a 'Ptr' to a more...
2006-03-09 brainDelete unknown sockets on sight
2006-03-09 brainSpeedups
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
next