]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Backport of 100% cpu on connection refused bug
[user/henk/code/inspircd.git] / src /
2006-03-28 brainBackport of 100% cpu on connection refused bug
2006-03-28 omCleanups. Don't have a colon with no part reason. Param...
2006-03-27 brainRemove debugging
2006-03-27 brainFix typo in spanningtree (who put this colon here?)
2006-03-27 brainFix for desync in channels with keys a'la services
2006-03-27 brain"I'm a tester, honest!" :p
2006-03-27 omIndentation fixes, and stop it snoticing on every join...
2006-03-27 omif(chan->limit >= Srv->CountUsers(chan)) snotice &...
2006-03-27 w00tExperimental (it compiles..) channel support for /check...
2006-03-27 w00tFounders CANNOT be kicked, so don't let them be removed...
2006-03-27 w00tRemove unused variable
2006-03-27 w00tRemoved unused check for valid channel name - if it...
2006-03-27 w00ttrivial: Slight reformat of expiry of line message
2006-03-26 brain->1.1.0
2006-03-26 brainRegressed buffering code
2006-03-26 brainRemoval of DoOneIteration stuff
2006-03-26 brainAll software threading stuff *disabled*
2006-03-26 brainIS_LOCAL check on flushwritebuf
2006-03-26 brainListening sockets are now explicitly nonblocking just...
2006-03-26 w00tRemove unnecessary casting.
2006-03-25 w00tPossible fix for a desync condition
2006-03-25 brainkill_link safety checks
2006-03-25 brainBugfix for bug #101 being as the fix was just one simpl...
2006-03-22 w00tRemoval of software threading idea in CullList. Nice...
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
next