|
Vitae Enchanter
Joined: 17 Jun 2005 Posts: 673 Location: New York
|
Posted: Tue Jul 15, 2008 2:18 pm
#loop {#send} / # / # {#send}/ #send inconsistencies |
with the Spam Protection set at 19
#20 say hi
Spam Prot kicks in at 19 sends the command, then the last hi <-- Correct
#SEND {say hi}
Press and hold enter enuf so that over 20 are sent, Spam Prot never kicks in <-- Discussed on here ages ago and found to happen with everyone and some said it was a bug
#loop 20 {#SEND {say hi}}
Derivative of the above and lazier than holding the enter key, but with the same results of Spam Prot not kicking in <-- Don't think it was discussed, but should be a bug along the same lines as above
#20 {#SEND {say hi!}}
This is the main reason I am writing about: Also does not kick in spam prot for some reason. Since it's being used with the #20 which works, it seems that the #send cancels it out even tho it's listed second
Given that there's never going to be any development on zmud cause it's now "the bastard red-headed step child that Zugg ignores in favor of the new baby in the house" (joking btw), should I even bother reporting this as a bug? or was this all intentional? and for that matter...where the heck DO i report bugs |
|
|
|
ralgith Sorcerer
Joined: 13 Jan 2006 Posts: 715
|
Posted: Tue Jul 15, 2008 6:25 pm |
I am of the opinion that this is proper function, as #SEND is supposed to FORCE send something to the MUD. So yeah.. just IMO :) I have no idea if this was intentional or not. Curious on how it works in CMUD.
|
|
_________________ CrossOver: Windows Compatibility on Mac and Linux CMUD Advocate |
|
|
|
Arde Enchanter
Joined: 09 Sep 2007 Posts: 605
|
Posted: Tue Jul 15, 2008 7:28 pm |
ralgith:
Heh, CMUD fires anti-spam protection in every case |
|
_________________ My personal bug|wish list:
-Wrong Priority when copy-paste setting
-1 prompt trigger for Mapper, Session and General Options, not 3 different!
-#SECTION can terminate threads
-Buttons can't start threads |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Tue Jul 15, 2008 8:39 pm |
So, it's fixed in CMUD and won't be fixed in zMUD - it's not just that Zugg has stopped developing zMUD, btw, he actually can't develop it any more because it doesn't compile in his new Vista/Delphi 2k5 environment - so I think that's case closed.
|
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Tue Jul 15, 2008 9:52 pm |
The reason it is fixed in CMud for all those cases is because the #SEND command was rearranged. In zMud, the #SEND command bypasses all processing like: mapper, spam prot, oninput, alias, and screen display. CMud moved #SEND into a position where only alias parsing is blocked, and instituted a new #SENDRAW that is in the low level postion.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
Vitae Enchanter
Joined: 17 Jun 2005 Posts: 673 Location: New York
|
Posted: Tue Jul 15, 2008 10:05 pm |
Fang Xianfu wrote: |
So, it's fixed in CMUD and won't be fixed in zMUD - it's not just that Zugg has stopped developing zMUD, btw, he actually can't develop it any more because it doesn't compile in his new Vista/Delphi 2k5 environment - so I think that's case closed. |
yay for cmud
|
|
|
|
ralgith Sorcerer
Joined: 13 Jan 2006 Posts: 715
|
Posted: Wed Jul 16, 2008 4:32 pm |
So SENDRAW would now bypass SpamProt in CMUD in place of #SEND?
|
|
_________________ CrossOver: Windows Compatibility on Mac and Linux CMUD Advocate |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Wed Jul 16, 2008 4:38 pm |
Should do, yes.
|
|
|
|
ralgith Sorcerer
Joined: 13 Jan 2006 Posts: 715
|
Posted: Wed Jul 16, 2008 9:11 pm |
Good to know for when I switch over ;) Sooooo many changes. Most for the better I'd have to say.
|
|
_________________ CrossOver: Windows Compatibility on Mac and Linux CMUD Advocate |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Thu Jul 17, 2008 9:38 am |
If you find anything big that's different that's not listed, make sure you mention it :)
|
|
|
|
|
|