summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-03-25Bugfix for bug #101 being as the fix was just one simple line :)brain
2006-03-22Removal of software threading idea in CullList. Nice idea, but did really wha...w00t
2006-03-22Stack overflow prevention allows deeper recursionbrain
2006-03-21unsigned long -> unsigned int: unsigned int should be the same size on AMD64 ...brain
2006-03-21Tidyup: (unsigned) cast to more explicit (unsigned char)brain
2006-03-20Why does EVERYONE forget to include helperfuncs.h?brain
2006-03-20Trivial: ServerPrivmsgAll() sending Noticesbrain
2006-03-19Trivial: 401 numeric for m_remove when nick or channel cannot be foundbrain
2006-03-19Someone doesnt validate their input.... ;-pbrain
2006-03-19Don't permit non-opers to /NOTICE $* and /PRIVMSG $* :pbrain
2006-03-19LUSERS oper count was broken and reporting the oper count to always be equal ...brain
2006-03-19Took out ability to issue parameterless helpopbrain
2006-03-19Check for link tags with undefined ipaddr fields (for drunk admins that typo)brain
2006-03-19Someone didnt know how to check for no parameters (*looks at Craig*)brain
2006-03-18Test fix for topic loopbrain
2006-03-18Allow adding of new client ports via /REHASH.brain
2006-03-18See previous changebrain
2006-03-18No RFC says anything about hiding channels containing only +i users -- and it...brain
2006-03-17Tidy up around the ex AMD64 'fix'om
2006-03-17Did the same thing here :/om
2006-03-17Giving printf formats and not giving it arguments for them != cunningom
2006-03-17AMD64 warning 'fix' which tested fine when I added it seems to now...stop thi...om
2006-03-16Fix to warning line 218brain
2006-03-16Catch std::bad_alloc program wide (to catch out nazi sysadmins who restrict m...brain
2006-03-15Pass int not userrecbrain
2006-03-15Casting to keep gcc happybrain
2006-03-15Typo in copy/paste from safelistbrain
2006-03-15Added preliminary m_antibear.cpp, a security module to cripple bear.txt based...brain
2006-03-15Remove timer stuff left over from m_safelistbrain
2006-03-15First-revision m_securelist.cpp, prevents /LIST in the first minute of connec...brain
2006-03-15Comment one of w00tie's comments, fix typo in log message, and make it look l...om
2006-03-14Experimental change to avoid warning on 64bit systems, this is a simple one-l...om
2006-03-14Sanity check, writing to array[-1] is not clever and not profitable.brain
2006-03-13*hits eggy with a stick*brain
2006-03-13Now compiles :pbrain
2006-03-13Move to 1.0.4+SVNbrain
2006-03-13Move to 1.0.3brain
2006-03-13Obscure bug of the week: InspIRCd crashes when given more than 64 client port...brain
2006-03-13Removal of ancient TRUE/FALSE #defines (C-ish stuff)brain
2006-03-13Changed to use IS_LOCAL not user->fd > -1brain
2006-03-12Removed lowercasing of servername on validationbrain
2006-03-12Case insensitive server names (Hopefully) - to be testedbrain
2006-03-12Altered some stuff to make case insensitive servernames (wont compile yet!)brain
2006-03-12Const refs (this is about the last of them in the core api)brain
2006-03-12Fixed a missing reference to chanrec::modesbrain
2006-03-12Renamed to chanrec::modesbrain
2006-03-12*NEEDS TESTING* changed binarymodes to use the custom_modes entriesbrain
2006-03-12Adding to the buffer was clearing it first, reverting the buffering to a pre-...brain
2006-03-11Removal of shellscript kludge :)brain
2006-03-11Work out revision id without src/svn-rev.sh!brain