]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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 omUndo this test commit too..
2006-03-27 omTest commit with new trunk/branches
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 brainTest commit to trunk (1.1) to make sure its not also...
2006-03-26 brainRegression for buffering of sockets
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-21 w00tIt prevents bear.txt, the module though happens to...
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 brainwho left out m_ssl_dummy?
2006-03-19 brainLUSERS oper count was broken and reporting the oper...
2006-03-19 brainMade 'install' a little quieter
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-19 brainCheck g++ not gcc in configure
2006-03-18 brainTest fix for topic loop
2006-03-18 brainAllow adding of new client ports via /REHASH.
2006-03-18 brainDocument m_antibear, m_safelist
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 brainChangeLogs 1.0.3 -> 1.0.1
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 brainBetter checking for if its svn or not
2006-03-13 brainFixed to show proper 'r0' on non-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 brainCommented a lot of stuff that hasnt been commented...
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 brainRemoved chanrec::binarymodes - insp wont compile atm...
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 omChanges to ./inspircd to hopefully work on freebsd...
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
next