summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-03-27Fix for desync in channels with keys a'la servicesbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3779 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-27"I'm a tester, honest!" :pbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3777 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-27Indentation fixes, and stop it snoticing on every join by an ↵om
override-allowed oper when there's no limit set git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3775 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-27if(chan->limit >= Srv->CountUsers(chan)) snotice & allow!?om
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3774 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-27Experimental (it compiles..) channel support for /check. Not yet finished, ↵w00t
but meh. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3769 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-27Founders CANNOT be kicked, so don't let them be removed either.w00t
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3768 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-27Remove unused variablew00t
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3767 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-27Removed unused check for valid channel name - if it's invalid, it won't ↵w00t
exist in the first place ;p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3766 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-27trivial: Slight reformat of expiry of line messagew00t
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3765 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-26->1.1.0brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3764 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-26Regressed buffering codebrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3759 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-26Removal of DoOneIteration stuffbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3758 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-26All software threading stuff *disabled*brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3757 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-26IS_LOCAL check on flushwritebufbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3756 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-26Listening sockets are now explicitly nonblocking just in case the socket ↵brain
engine screws up and says we can accept() when we cant... git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3755 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-26Remove unnecessary casting.w00t
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3754 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-25Possible fix for a desync conditionw00t
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3753 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-25kill_link safety checksbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3752 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-25Bugfix for bug #101 being as the fix was just one simple line :)brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3751 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-22Removal of software threading idea in CullList. Nice idea, but did really ↵w00t
whacked out things with a lot of sockets. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3749 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-22Stack overflow prevention allows deeper recursionbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3748 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-21unsigned long -> unsigned int: unsigned int should be the same size on AMD64 ↵brain
as it is on 32 bit, but unsigned long is NOT. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3747 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-21Tidyup: (unsigned) cast to more explicit (unsigned char)brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3746 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-20Why does EVERYONE forget to include helperfuncs.h?brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3744 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-20Trivial: ServerPrivmsgAll() sending Noticesbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3743 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-19Trivial: 401 numeric for m_remove when nick or channel cannot be foundbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3742 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-19Someone doesnt validate their input.... ;-pbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3741 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-19Don't permit non-opers to /NOTICE $* and /PRIVMSG $* :pbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3740 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-19LUSERS oper count was broken and reporting the oper count to always be equal ↵brain
to the number of users (whoops) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3738 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-19Took out ability to issue parameterless helpopbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3736 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-19Check for link tags with undefined ipaddr fields (for drunk admins that typo)brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3735 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-19Someone didnt know how to check for no parameters (*looks at Craig*)brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3734 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-18Test fix for topic loopbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3732 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-18Allow adding of new client ports via /REHASH.brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3731 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-18See previous changebrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3729 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-18No RFC says anything about hiding channels containing only +i users -- and ↵brain
it could confuse the crap out of people. Removed feature git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3728 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-17Tidy up around the ex AMD64 'fix'om
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3727 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-17Did the same thing here :/om
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3726 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-17Giving printf formats and not giving it arguments for them != cunningom
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3725 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-17AMD64 warning 'fix' which tested fine when I added it seems to now...stop ↵om
things connecting...which is just cunning imo git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3724 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-16Fix to warning line 218brain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3723 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-16Catch std::bad_alloc program wide (to catch out nazi sysadmins who restrict ↵brain
machines to small memory sizes, and expect things to still run fine :p) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3722 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-15Pass int not userrecbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3721 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-15Casting to keep gcc happybrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3720 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-15Typo in copy/paste from safelistbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3719 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-15Added preliminary m_antibear.cpp, a security module to cripple bear.txt ↵brain
based trojan bots git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3718 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-15Remove timer stuff left over from m_safelistbrain
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3717 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-15First-revision m_securelist.cpp, prevents /LIST in the first minute of ↵brain
connection crippling most automated spambots and virus drones git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3716 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-15Comment one of w00tie's comments, fix typo in log message, and make it look ↵om
like I ctually was active today... :> git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3715 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-14Experimental change to avoid warning on 64bit systems, this is a simple ↵om
one-line rollback if anyone has trouble (but it fixes the warning bugging me ;p) - Works on AMD64 Linux git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3712 e03df62e-2008-0410-955e-edbf42e46eb7