[Dxspider-support] Dxspider-support Digest, Vol 238, Issue 27

Brian Bowers g0vax67 at gmail.com
Thu Nov 24 09:04:51 GMT 2022


Brilliant Dirk!!! I will reboot my system today. Think I'm on build 444 of the Mojo distribution

Sent from Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: Dxspider-support <dxspider-support-bounces at tobit.co.uk> on behalf of dxspider-support-request at tobit.co.uk <dxspider-support-request at tobit.co.uk>
Sent: Thursday, November 24, 2022 8:52:16 AM
To: dxspider-support at tobit.co.uk <dxspider-support at tobit.co.uk>
Subject: Dxspider-support Digest, Vol 238, Issue 27

Send Dxspider-support mailing list submissions to
        dxspider-support at tobit.co.uk

To subscribe or unsubscribe via the World Wide Web, visit
        https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support
or, via email, send a message with subject or body 'help' to
        dxspider-support-request at tobit.co.uk

You can reach the person managing the list at
        dxspider-support-owner at tobit.co.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Dxspider-support digest..."


Today's Topics:

   1. DXSpider mojo update (Dirk Koopman)
   2. Re: DXSpider mojo update (Danilo Brelih)
   3. Re: DXSpider mojo update (Jan)


----------------------------------------------------------------------

Message: 1
Date: Wed, 23 Nov 2022 23:57:53 +0000
From: Dirk Koopman <djk at tobit.co.uk>
To: Dxspider-Support <dxspider-support at dxcluster.org>
Subject: [Dxspider-support] DXSpider mojo update
Message-ID: <21a333ec-0374-1795-db76-3aac98e87e04 at tobit.co.uk>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

In the light of some nastiness that seems increasingly to happen during
major contests, and after several requests, I have revamped the
"BadWords" system to be all "regex" based (a.k.a badw_regex) and done
away with both the badword and badw_regex files. These have been
replaced with a file called badword.new which now contains a simple list
of? "words", some of which are instantly recognisable and others which
look misspelled - as they don't seem to have enough consonants. They are
what I call word "stems".

This file is interesting, but is not (normally) sysop maintained. It is
maintained and generated by the set/badword and unset/badword commands
which will take words that you think are bad; which add or remove them
from the system. You can list the current ones with show/badwords. There
is a default list of words that is installed by the update automatically.

Internally these word "stems" are converted in perl regexes which will
match this sort of thing:

So the stem "SOD" regex looks like:

SOD = \bS+[\s\W]*[O0]+[\s\W]*D

This will match: sod SOD s0D sods Sodding s0dd1nnnng etc

Another example might be:

TERORIST =
\bT+[\s\W]*E+[\s\W]*R+[\s\W]*[O0]+[\s\W]*R+[\s\W]*[I1]+[\s\W]*S+[\s\W]*T

This will obviously match the very bad spelled 'terorist', but also:
TERRORIST terr0r1st 'TeeeErro0r 11ii1sts' etc.

***

It would be good to get as many sysops to update ASAP (i.e. before the
weekend) as this will cut down on the distribution of some quite
offensive (mainly Spanish at the moment) entirely made up spots.

***

There is (English) help available for the {set,unset,show}/badword
commands. There are also some remarks worth reading in the Changes file.
The command 'load/badword' still does what always did, but you should
not need to use it any more. These commands are all sysop only and
cannot be accessed remotely.

If a user "swears" then a message will appear in the debug file which
can be tracked with 'watchdbg swore'. By default, if a user uses three
swear words they are automatically disconnected. This count persists
during the whole session, so a user can use them up by using three
(different) bad words in one announce command or use the same (or
different) one over three commands minutes or hours apart over a
session. This limit can be changed with a 'set/var
$DXCommandmode::maxbadcount = <number>' command at runtime or in the
startup file. This limit only affects locally connected users. Incoming
PC protocol that trigger a badword are just dropped.

As far as a locally connected user is concerned, it appears as though
the offending commands have worked, in that they appear on their screen.
Well, at least until they use too many and are logged out.

If you are a sneaky sort of sysop you can set maxbadcount to 0, which
will not log the user out, thus giving the impression that all is fine -
but nothing is sent out to other locally connected users or nodes.

Enjoy.

73 Dirk G1TLH

PS This is the first on my list of fixes / enhancements, so there will
be further updates for other known issues over the next few weeks.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.tobit.co.uk/pipermail/dxspider-support/attachments/20221123/b2a52fb4/attachment-0001.htm>

------------------------------

Message: 2
Date: Thu, 24 Nov 2022 08:27:00 +0100
From: Danilo Brelih <danilo.brelih at siol.net>
To: Dirk Koopman via Dxspider-support <dxspider-support at tobit.co.uk>
Subject: Re: [Dxspider-support] DXSpider mojo update
Message-ID: <cff7bc26-de51-ed86-4423-df91084f2d22 at siol.net>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Dirk Koopman via Dxspider-support je 24.11.2022 ob 0:57?napisal:

Brilliant. We have the biggest cqww cw contest this weekend hopefully a lot of
dxspiders will be updated as soon as possible. As I am not a system uptime freak
I usually do a cluster reboot before a major contest whether it is necessary or not.

GL Dan S50U




> In the light of some nastiness that seems increasingly to happen during major
> contests, and after several requests, I have revamped the "BadWords" system to
> be all "regex" based (a.k.a badw_regex) and done away with both the badword
> and badw_regex files. These have been replaced with a file called badword.new
> which now contains a simple list of "words", some of which are instantly
> recognisable and others which look misspelled - as they don't seem to have
> enough consonants. They are what I call word "stems".
>
> This file is interesting, but is not (normally) sysop maintained. It is
> maintained and generated by the set/badword and unset/badword commands which
> will take words that you think are bad; which add or remove them from the
> system. You can list the current ones with show/badwords. There is a default
> list of words that is installed by the update automatically.
>
> Internally these word "stems" are converted in perl regexes which will match
> this sort of thing:
>
> So the stem "SOD" regex looks like:
>
> SOD = \bS+[\s\W]*[O0]+[\s\W]*D
>
> This will match: sod SOD s0D sods Sodding s0dd1nnnng etc
>
> Another example might be:
>
> TERORIST =
> \bT+[\s\W]*E+[\s\W]*R+[\s\W]*[O0]+[\s\W]*R+[\s\W]*[I1]+[\s\W]*S+[\s\W]*T
>
> This will obviously match the very bad spelled 'terorist', but also: TERRORIST
> terr0r1st 'TeeeErro0r 11ii1sts' etc.
>
> ***
>
> It would be good to get as many sysops to update ASAP (i.e. before the
> weekend) as this will cut down on the distribution of some quite offensive
> (mainly Spanish at the moment) entirely made up spots.
>
> ***
>
> There is (English) help available for the {set,unset,show}/badword commands.
> There are also some remarks worth reading in the Changes file. The command
> 'load/badword' still does what always did, but you should not need to use it
> any more. These commands are all sysop only and cannot be accessed remotely.
>
> If a user "swears" then a message will appear in the debug file which can be
> tracked with 'watchdbg swore'. By default, if a user uses three swear words
> they are automatically disconnected. This count persists during the whole
> session, so a user can use them up by using three (different) bad words in one
> announce command or use the same (or different) one over three commands
> minutes or hours apart over a session. This limit can be changed with a
> 'set/var $DXCommandmode::maxbadcount = <number>' command at runtime or in the
> startup file. This limit only affects locally connected users. Incoming PC
> protocol that trigger a badword are just dropped.
>
> As far as a locally connected user is concerned, it appears as though the
> offending commands have worked, in that they appear on their screen. Well, at
> least until they use too many and are logged out.
>
> If you are a sneaky sort of sysop you can set maxbadcount to 0, which will not
> log the user out, thus giving the impression that all is fine - but nothing is
> sent out to other locally connected users or nodes.
>
> Enjoy.
>
> 73 Dirk G1TLH
>
> PS This is the first on my list of fixes / enhancements, so there will be
> further updates for other known issues over the next few weeks.
>
>
>
> _______________________________________________
> Dxspider-support mailing list
> Dxspider-support at tobit.co.uk
> https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support


--
Gorje, Cerkno h=604m <https://s50e.si/gorje.html>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.tobit.co.uk/pipermail/dxspider-support/attachments/20221124/1eab4045/attachment-0001.htm>

------------------------------

Message: 3
Date: Thu, 24 Nov 2022 09:51:57 +0100
From: Jan <cluster at pa4jj.nl>
To: Dirk Koopman via Dxspider-support <dxspider-support at tobit.co.uk>
Subject: Re: [Dxspider-support] DXSpider mojo update
Message-ID: <ae86c5d4-58dc-9946-1b41-eb4a00bab23f at pa4jj.nl>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Maybe a silly question but
how / where do I update the mojo branch?


Op 24-11-2022 om 00:57 schreef Dirk Koopman via Dxspider-support:
> In the light of some nastiness that seems increasingly to happen
> during major contests, and after several requests, I have revamped the
> "BadWords" system to be all "regex" based (a.k.a badw_regex) and done
> away with both the badword and badw_regex files. These have been
> replaced with a file called badword.new which now contains a simple
> list of "words", some of which are instantly recognisable and others
> which look misspelled - as they don't seem to have enough consonants.
> They are what I call word "stems".
>
> This file is interesting, but is not (normally) sysop maintained. It
> is maintained and generated by the set/badword and unset/badword
> commands which will take words that you think are bad; which add or
> remove them from the system. You can list the current ones with
> show/badwords. There is a default list of words that is installed by
> the update automatically.
>
> Internally these word "stems" are converted in perl regexes which will
> match this sort of thing:
>
> So the stem "SOD" regex looks like:
>
> SOD = \bS+[\s\W]*[O0]+[\s\W]*D
>
> This will match: sod SOD s0D sods Sodding s0dd1nnnng etc
>
> Another example might be:
>
> TERORIST =
> \bT+[\s\W]*E+[\s\W]*R+[\s\W]*[O0]+[\s\W]*R+[\s\W]*[I1]+[\s\W]*S+[\s\W]*T
>
> This will obviously match the very bad spelled 'terorist', but also:
> TERRORIST terr0r1st 'TeeeErro0r 11ii1sts' etc.
>
> ***
>
> It would be good to get as many sysops to update ASAP (i.e. before the
> weekend) as this will cut down on the distribution of some quite
> offensive (mainly Spanish at the moment) entirely made up spots.
>
> ***
>
> There is (English) help available for the {set,unset,show}/badword
> commands. There are also some remarks worth reading in the Changes
> file. The command 'load/badword' still does what always did, but you
> should not need to use it any more. These commands are all sysop only
> and cannot be accessed remotely.
>
> If a user "swears" then a message will appear in the debug file which
> can be tracked with 'watchdbg swore'. By default, if a user uses three
> swear words they are automatically disconnected. This count persists
> during the whole session, so a user can use them up by using three
> (different) bad words in one announce command or use the same (or
> different) one over three commands minutes or hours apart over a
> session. This limit can be changed with a 'set/var
> $DXCommandmode::maxbadcount = <number>' command at runtime or in the
> startup file. This limit only affects locally connected users.
> Incoming PC protocol that trigger a badword are just dropped.
>
> As far as a locally connected user is concerned, it appears as though
> the offending commands have worked, in that they appear on their
> screen. Well, at least until they use too many and are logged out.
>
> If you are a sneaky sort of sysop you can set maxbadcount to 0, which
> will not log the user out, thus giving the impression that all is fine
> - but nothing is sent out to other locally connected users or nodes.
>
> Enjoy.
>
> 73 Dirk G1TLH
>
> PS This is the first on my list of fixes / enhancements, so there will
> be further updates for other known issues over the next few weeks.
>
>
>
> _______________________________________________
> Dxspider-support mailing list
> Dxspider-support at tobit.co.uk
> https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support

--
73
Jan
PA4JJ
______________________________________________________

My dxspider clusters running 24/7 on a raspberry pi 2
pa4jj-2 telnet 77.174.195.163 port 7300
pa4jj-3 telnet 77.174.195.163 port 7388
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.tobit.co.uk/pipermail/dxspider-support/attachments/20221124/e7e01300/attachment.htm>

------------------------------

Subject: Digest Footer

_______________________________________________
Dxspider-support mailing list
Dxspider-support at tobit.co.uk
https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support


------------------------------

End of Dxspider-support Digest, Vol 238, Issue 27
*************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.tobit.co.uk/pipermail/dxspider-support/attachments/20221124/a9841739/attachment-0001.htm>


More information about the Dxspider-support mailing list