]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Stack overflow prevention allows deeper recursion
[user/henk/code/inspircd.git] / src /
2006-03-22 brainStack overflow prevention allows deeper recursion
2006-03-21 brainunsigned long -> unsigned int: unsigned int should...
2006-03-21 brainTidyup: (unsigned) cast to more explicit (unsigned...
2006-03-20 brainWhy does EVERYONE forget to include helperfuncs.h?
2006-03-20 brainTrivial: ServerPrivmsgAll() sending Notices
2006-03-19 brainTrivial: 401 numeric for m_remove when nick or channel...
2006-03-19 brainSomeone doesnt validate their input.... ;-p
2006-03-19 brainDon't permit non-opers to /NOTICE $* and /PRIVMSG ...
2006-03-19 brainLUSERS oper count was broken and reporting the oper...
2006-03-19 brainTook out ability to issue parameterless helpop
2006-03-19 brainCheck for link tags with undefined ipaddr fields (for...
2006-03-19 brainSomeone didnt know how to check for no parameters ...
2006-03-18 brainTest fix for topic loop
2006-03-18 brainAllow adding of new client ports via /REHASH.
2006-03-18 brainSee previous change
2006-03-18 brainNo RFC says anything about hiding channels containing...
2006-03-17 omTidy up around the ex AMD64 'fix'
2006-03-17 omDid the same thing here :/
2006-03-17 omGiving printf formats and not giving it arguments for...
2006-03-17 omAMD64 warning 'fix' which tested fine when I added...
2006-03-16 brainFix to warning line 218
2006-03-16 brainCatch std::bad_alloc program wide (to catch out nazi...
2006-03-15 brainPass int not userrec
2006-03-15 brainCasting to keep gcc happy
2006-03-15 brainTypo in copy/paste from safelist
2006-03-15 brainAdded preliminary m_antibear.cpp, a security module...
2006-03-15 brainRemove timer stuff left over from m_safelist
2006-03-15 brainFirst-revision m_securelist.cpp, prevents /LIST in...
2006-03-15 omComment one of w00tie's comments, fix typo in log messa...
2006-03-14 omExperimental change to avoid warning on 64bit systems...
2006-03-14 brainSanity check, writing to array[-1] is not clever and...
2006-03-13 brain*hits eggy with a stick*
2006-03-13 brainNow compiles :p
2006-03-13 brainMove to 1.0.4+SVN
2006-03-13 brainMove to 1.0.3
2006-03-13 brainObscure bug of the week: InspIRCd crashes when given...
2006-03-13 brainRemoval of ancient TRUE/FALSE #defines (C-ish stuff)
2006-03-13 brainChanged to use IS_LOCAL not user->fd > -1
2006-03-12 brainRemoved lowercasing of servername on validation
2006-03-12 brainCase insensitive server names (Hopefully) - to be tested
2006-03-12 brainAltered some stuff to make case insensitive servernames...
2006-03-12 brainConst refs (this is about the last of them in the core...
2006-03-12 brainFixed a missing reference to chanrec::modes
2006-03-12 brainRenamed to chanrec::modes
2006-03-12 brain*NEEDS TESTING* changed binarymodes to use the custom_m...
2006-03-12 brainAdding to the buffer was clearing it first, reverting...
2006-03-11 brainRemoval of shellscript kludge :)
2006-03-11 brainWork out revision id without src/svn-rev.sh!
2006-03-11 brainComplete removal of all stl stuff here
2006-03-11 brainCompletely removed the deque
2006-03-11 brainPut some error checking back in here
2006-03-11 brainTemporarily removed output buffering as an experiment
2006-03-11 brainBlah
2006-03-11 brainLogging
2006-03-11 brainDifferent way of using substr
2006-03-11 brainDeque doing some reallllly odd stuff
2006-03-11 brainFixes :P
2006-03-11 brainMORE BUGS GRR
2006-03-11 brainCant do *ANYTHING* in the damn destructor?!
2006-03-11 brainMore checks
2006-03-11 brainClose-pending checks
2006-03-11 brainChecking that buffers are empty in destructor
2006-03-11 brainChecks and stuff :p
2006-03-11 brainDamnit
2006-03-11 brainFixes
2006-03-11 brainForceuy close fix
2006-03-11 brainAdded method to check if an fd is in the socketengine...
2006-03-11 brainRe-enterant safety
2006-03-11 brainRe-enterance safety
2006-03-11 brainMissed some stuff
2006-03-11 brainconst std::string &
2006-03-11 braindeprecated covariant return type flux capacitor flopcir...
2006-03-11 brainRemoved lots of claptrap debug in a well tested old...
2006-03-11 brainLast ones
2006-03-11 brainChanged to const ref
2006-03-11 brainYet more const ref changes
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 brainTidyup by making some thing sprintf only once rather...
2006-03-11 brainOnly calculate the names list when a local user joins...
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 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
next