Commit Graph

29 Commits

Author SHA1 Message Date
Dirk Koopman
c3505bcfc9 remove $Id$ strings from everywhere that I can find 2007-07-11 16:41:51 +01:00
Dirk Koopman
c23f49862b fix announces
This was caused by double duplication, in turn because I
have moved to having everything done by the pc93 handler.
2007-06-25 18:04:59 +01:00
minima
0c1082247c add chat/wx/announce handling to PC93 2007-01-23 22:41:40 +00:00
minima
9cc26cc7a7 Improve the selection of parser for XML::Simple.
Fix the problems introduced to Investigate's return pings not being
processed.
Fix sh/log's irritating habit of not showing (some of) the lines that we
want.
Speeded up sh/log by probably an order of magnitude.
2006-01-15 19:52:58 +00:00
minima
17b961e3ee make the badspotter log slightly more obvious 2006-01-12 15:56:09 +00:00
minima
4937d077fd fix badspotters and local ann/full.
do more development work on XML Interface, get pings basically working.
2006-01-11 20:21:50 +00:00
minima
cbf3c0cd90 fix swearing logging so that it is better.
fix badspotters being able to send dx spots.
add LogDbg() routine to both log and dbg at the same time (at last).
2006-01-07 16:53:03 +00:00
minima
5f2487385b added inscript test to selected commands
fixed problem with dxcommandmode in perl < 5.8
added spanish translations for script commands
2005-01-15 22:03:46 +00:00
minima
9091f4b601 remove dupe check for sysops 2002-10-20 14:06:59 +00:00
minima
2a87ab5eed fix announce's timestamps 2001-12-30 13:15:40 +00:00
minima
579810d363 added registration
revamped the password handling
2001-10-24 20:47:07 +00:00
minima
bbcb636f1b fixed Aliases so that shutdown works again.
removed the ability for bad people to search the bad word space.
2001-10-09 14:03:31 +00:00
minima
c4f04ae165 add if you swear 3 or more times you are unceremoniously logged out 2001-10-01 23:18:50 +00:00
minima
50f6466ca2 1. fix set/lockout so that it is possible to lock out all SSIDs except those
specifically unlocked and so that you don't need to lock the non-SSID call in
order to lock an SSID call. So set/lock g1tlh will lock out all instances of
g1tlh, g1tlh-1, g1tlh-15 etc except (for instance) unset/lock g1tlh-9.
2. show/lock allows partial callsign matching so sh/lock gb7 will only show
GB7* calls that are locked.
3. Had a grand shift around for the start of NP.
2001-09-20 14:13:11 +00:00
minima
7ab16be46a fix announces to be all UPPER case for poor old DX Telnet 2000-12-05 15:41:36 +00:00
minima
03691f94fb capitalise things 2000-11-29 23:20:24 +00:00
minima
b3760d7cb0 fix ann/full so it doesn't dup 2000-11-29 23:17:19 +00:00
minima
8e0eef8021 fix a talk bug for t xxx > yyy
added badword checking
2000-09-02 15:28:14 +00:00
minima
329702a31b 5. fix talkmode so that it only does 'via' PC10s when it really needs to.
6. SEND now displays a message if you try to do it in not prompt mode.
7. stopped a few more things being done by rcmd (eg send, talk, ann, dx)
2000-07-30 13:23:11 +00:00
djk
88665a2bed put duplicate checking into respective modules and out of DXProt.
fix displaying of lines with | in them on console.pl
added debugging show/(wwv|spot|ann)_dups.pl commands
added AnnTalk module
2000-06-11 12:58:32 +00:00
djk
324bd80ed4 1. Do some range checking for spots and WWV in the future (got a WWV for Oct
2034 whhich caused a bit of confusion!)
2. Make WWV spots broadcast them to the users! (as opposed to merely storing
them)(thank you G0RDI).
3. Allow users to do show/announce (thank you JE1SGH).
4. Delay broadcasts to users if they are not in a 'prompt' state (means you can
add messages and see what you are doing on a busy system)
5. Made set/unset dx,ann,wx,talk,wwv do what is expected
6. added set/sys_location and set/set_qra to set the cluster lat/long and qra
7. New messages will now be announced on logon (if there are any)
1999-01-07 00:57:39 +00:00
djk
61cdf7dc2b 1. Upped the version no !!!!
2. made the DXProtocol routines much less sensitive to '~' characters (JE1SGH)
3. added '^' -> ':' conversions on ann, talk and dx commands
4. You can now send messages containing blank lines.
5. Fixed merge command problem reported by G0RDI
1999-01-03 16:26:57 +00:00
djk
d5b4190c36 1. fixed problem with missing DXDebug in DXProt.
2. Fixed DXDebug so that it actually works as advertised with and without
trailing \n.
3. Added deduping of WWV spots as well (at for date,time,sfi,k and i) dups
4. Replaced the 0 in "02-Dec-1998" with ' ' so it reads " 2-Dec-1998", it seems
hard to credit it but some 'programs' out there that connect to clusters have
problems with the leading '0'!
5. In the same vain, included a strictly AK1A compatible sh/heading, apparently
this is necessary for the same reason as 4.
6. Started contrib tree stored the old show/heading in contrib/g0rdi/show.
7. Because I now correctly dedupe spots and wwv (there's a hostage to fortune..)
I have added a merge command.
1998-12-21 23:49:08 +00:00
djk
bd23bedbdb 1. Fixed VS6 lat/long in prefix_data and wpxloc.raw
2. Sorted out last in times for remote users
3. editted and substitued G0RDI's version of the install instructions over
mine in spider/html
4. fixed telnet connections
5. added connect instructions to html tree.
1998-12-13 22:38:04 +00:00
djk
a9b7071fed fixed sh/c/n
fixed some of the problems with commands and no args
fixed sh.* = shutdown
fixed set/here doing both cluster and channel
added set/beep and made beeps only on user channels (not debug)
1998-12-03 23:35:58 +00:00
djk
cce345b95c added set/page and paging
added logging for wwv, talk and announce
1998-11-29 15:14:48 +00:00
djk
171a7a0bf8 started the addition of help files
implemented a basic help function
added a skeleton DXMsg.pm for message handling in and out
1998-09-28 21:49:56 +00:00
djk
0824a94355 added announce
added wx
added set/here
added unset/here
added dx commands
1998-09-28 15:32:01 +00:00
djk
6b6a800292 Started on the dx cluster database stuff
added a load of real and dummy commands to be getting on with
Started some DOCUMENTATION (shock horror)
1998-06-20 17:11:50 +00:00