Commit Graph

998 Commits

Author SHA1 Message Date
Dirk Koopman
a0c3717faf tart up version no reporting in sh/node 2007-07-06 17:43:21 +01:00
Dirk Koopman
ca3a14c5a2 Fix the over midnight ID rollover calculation
Also use a big enough past age limit to cope with inactive nodes
that only output a config record and nowt much else, so that they
don't time out.

Add an 'id too far in the future' compared with current systime
check.
2007-07-06 10:01:18 +01:00
Dirk Koopman
40178a4be6 make sure the node C record is actually sent 2007-07-05 22:49:47 +01:00
Dirk Koopman
375f2f0008 fix unwanted dupe notifications on looped PC12 2007-07-03 23:16:08 +01:00
Dirk Koopman
f35f001590 add iso and filter info to links command. 2007-07-02 18:05:46 +01:00
Dirk Koopman
934a5db829 add the possibility to search for a string in sh/cmd 2007-07-02 15:30:35 +01:00
Dirk Koopman
d7854d2dce add sh/cmd_cache 2007-07-02 15:14:29 +01:00
Dirk Koopman
3065f0dd2c try to make set/isolate more bombproof.
Add a set/wantpc9x (default = on) command. It is likely
that (apart from mistakes) you will want to unset it mostly.
If either this flag == 0 or the node is isolated then pc9x
will not be offered on the PC18 and PC9x's will be ignored.
2007-06-29 14:29:13 +01:00
Dirk Koopman
d44eaf6ad5 add comment about chat to Changes 2007-06-25 22:16:07 +01:00
Dirk Koopman
ef4dc061c3 fix dates on Changes file 2007-06-25 19:51:23 +01:00
Dirk Koopman
dcb4f4b5aa fix longstanding possibility of a crash on new user. 2007-06-25 19:32:29 +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
Dirk Koopman
79fe9451ac make sure that periodic C updates come from node 2007-06-25 11:27:35 +01:00
Dirk Koopman
11ddef27f6 extend 4m in bands.pl to 70631 2007-06-24 21:45:17 +01:00
Dirk Koopman
ac14c69838 connect up the discontinuous trees and route better
This involves making sure that all the external nodes get fixed
up even though their parent node does not yet exist (because no
config record has come in. It is safe to create these, in
anticipation of the C record coming in somewhen.

In the process of this, obscount reseting now happens much more
frequently (which I hope means correctly).

Allow Route::findroutes to find routes to these disconnected
nodes that are in the routing table but have no parent that is
yet anchored to a dxchan. Simply remember the dxchan that that
C record came in on. It doesn't matter if it gets overwritten by
another node, if it came in that way, there must be a route.

In any case, chances are, the first dxchan to get the C record
is the best and the deduping will (mostly) prevent it being
overwritten. When the linking C record comes in, it is all
irrelevant anyway...
2007-06-24 21:15:23 +01:00
Dirk Koopman
0bf3741541 add list of Changes 2007-06-23 23:19:07 +01:00
Dirk Koopman
8da884d53c Fix broken set/sys_qra command 2007-06-22 20:18:09 +01:00
Dirk Koopman
6230850db2 Fix initial set of bugs pointed on mailing list
1. Fix Alias for sh/mydx (so it isn't the same as sh/myfdx).
2. Fix sh/c/n uninitialised variable message
3. Fix (and improve) sh/newc gb7 problem
2007-06-22 18:50:11 +01:00
Dirk Koopman
d2580480d2 Merge branch 'SIMPLEROUTE'
and tag as 1.55

Conflicts:

	.gitignore
	data/.gitignore
	perl/DXProt.pm
	perl/Version.pm
2007-06-21 14:54:07 +01:00
Dirk Koopman
6d4a32b02d add some words about creating input route filters 2007-06-18 15:45:26 +01:00
Dirk Koopman
495e620d66 use Encode to see whether this reduces dupes 2007-06-18 15:18:25 +01:00
Dirk Koopman
776d7bb927 Merge branch 'master' into SIMPLEROUTE
Conflicts:

	Changes
	cmd/Aliases
	perl/DXChannel.pm
	perl/DXProt.pm
	perl/DXSql/SQLite.pm
	perl/DXSql/mysql.pm
	perl/DXXml.pm
	perl/DXXml/Cmd.pm
	perl/DXXml/IM.pm
	perl/DXXml/Text.pm
	perl/Msg.pm
	perl/Route/Node.pm
	perl/Version.pm

fix conflicts from merge
2007-06-14 16:16:43 +01:00
Dirk Koopman
b9dffeff72 Prepare for git repository
remove all the versioning from the code and introduce Version.pm
fix some niffnaffs
2007-06-14 12:08:12 +01:00
Dirk Koopman
7b9256cead Prepare for SIMPLEROUTE merge (more files) 2007-06-13 22:30:38 +01:00
minima
033dfa1173 truncate qrg in spot dupe check 2007-06-11 10:21:02 +00:00
minima
f61fe3405f add the latest CTY data
change the way deletions are done in dupefile
2007-04-08 17:45:53 +00:00
minima
5177a6684a change URL in sh/425 2007-03-18 14:01:50 +00:00
minima
e6f1f101bc add 1702 prefix cty.dat data 2007-03-04 12:29:05 +00:00
minima
4342c032b4 add sh/myfdx to aliases 2007-02-22 18:19:22 +00:00
minima
3d7d917833 allow norad keps to be translated 2007-02-15 11:11:21 +00:00
minima
f0d45ffe8c ignore PC17 from unknown nodes / users 2007-01-22 22:57:23 +00:00
minima
4fe4a738fd disable propagation of PC9x sentences 2007-01-22 22:35:28 +00:00
minima
43a8ee1258 force a disconnect down all other interfaces if a node connects directly
thus (hopefully) clearing out the old inflated number of users with the
real data direct from the node.
2007-01-17 00:22:01 +00:00
minima
c95ba25e11 add cty1701 2007-01-15 22:25:39 +00:00
minima
6a37021347 *** empty log message *** 2007-01-15 22:25:07 +00:00
minima
07c6450a5f add cty-1701 2007-01-15 22:23:10 +00:00
minima
51904800e2 use IO::Socket blocking wherever possible 2007-01-07 23:04:33 +00:00
minima
9d7e25628d increse eph dupe time to 6 minutes for PC15 2007-01-05 14:05:12 +00:00
minima
e69a98ce61 add wrapping to overlength lines 2006-11-23 16:01:42 +00:00
minima
5faa3742af new cty.dat, sh/425 and cosmetic changes to filter.pm 2006-11-03 13:48:26 +00:00
minima
a6627ef7af fix problems with empty/corrupt filters 2006-10-09 15:01:40 +00:00
minima
c782375f92 merge in official issed version of wpxloc.raw 2006-07-27 06:39:57 +00:00
minima
f779a81284 added new ad1c generated wpxloc.raw and 1605 cty.dat 2006-07-26 12:13:04 +00:00
minima
f23a71de30 add changes file 2006-07-21 18:06:09 +00:00
minima
0148e301a4 Change buddy message. 2006-06-03 18:39:03 +00:00
minima
27ee91e79d Added changes to wpxloc.raw from Jim AD1C.
Added gconsole
2006-06-03 17:16:58 +00:00
minima
d731bd06f9 add cty-1606 data. 2006-04-05 18:28:54 +00:00
minima
beff8f0860 fix sh/muf 2006-03-29 13:46:17 +00:00
minima
9b47e7023d reduce the amount of POSIX loaded.
display buddies online at logon.
2006-03-26 18:36:01 +00:00
minima
28f9540fe1 added cty-1603 and changes to wpxloc.raw from AD1C and WB8ZRL. 2006-03-23 17:57:37 +00:00
minima
655500414f fix sh/c/n
add some Spanish changes
2006-03-10 15:29:26 +00:00
minima
9a12175ae9 add node to call in tell_login and tell_buddies. 2006-03-07 18:21:42 +00:00
minima
a9b009e5b7 change the filter reading order to call, call no ssid, user_default. 2006-03-06 09:21:36 +00:00
minima
679037f49e add set/buddy.
add set/local_node.
fix warning for empty version in PC19.
2006-03-06 09:09:36 +00:00
minima
3c6b5ea97e changed R and SFI around in mrtg.pl 2006-02-14 13:44:39 +00:00
minima
e4120fa7da update the base set of keps to 06033.AMSAT 2006-02-13 21:12:21 +00:00
minima
5a53dcc0e3 Add cty-1601 prefix data.
Fix qth in sh/muf.
Make convkeps.pl convert more types of file.
2006-02-13 18:16:25 +00:00
minima
5c28db7748 fix divide by zero error 2006-01-26 18:08:22 +00:00
minima
519f5b39d7 fix LoTW spot prefixes in comment text 2006-01-22 21:15:07 +00:00
minima
d30f018b75 fix spurious line from previous year in sh/ann 2006-01-18 11:17:35 +00:00
minima
57ffea56da add a 36 month limit on sh/log queries. 2006-01-15 20:18:48 +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
20efba5d5f undo rounding change 2006-01-14 23:02:59 +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
dab8b370e4 fixed rounding errors on two digit decimal places entries for frequency
on spots.
2006-01-07 16:03:45 +00:00
minima
09329eacb3 fix problem displaying spots with the standalone program 'showdx'. 2006-01-07 11:32:47 +00:00
minima
975cdb91b0 fix rcmd <call> sh/fdx problem 2006-01-06 22:37:55 +00:00
minima
da65011693 more QSL changes 2005-12-27 21:14:31 +00:00
minima
2bf2007a30 fix split on simple words so that it splits on word boundaries 2005-12-21 18:39:25 +00:00
minima
19d65d8973 upissue version 2005-12-13 20:14:16 +00:00
minima
e1c6972cba fix dupes caused by AR-C adding prefix as last characters in the comment. 2005-11-07 22:03:38 +00:00
minima
7cc498cbcf fix spot filtering where we are looking for US states but there ain't any. 2005-11-07 10:13:25 +00:00
minima
21fda10d71 add log2csv.pl 2005-11-01 13:20:54 +00:00
minima
faa64e01c4 regenerate prefix_data from new cty.dat 2005-10-25 12:37:12 +00:00
minima
a602af12d9 reject PC11 with blank spot calls 2005-10-08 21:00:57 +00:00
minima
7bf828b924 fix WWV brodacasting and filtering 2005-09-05 21:24:07 +00:00
minima
61edf37f15 add a literal dupe check for the comments in spots 2005-08-29 17:31:02 +00:00
minima
50c5cbb346 trim comment lth for dupes after normalisation and not before 2005-08-10 20:03:40 +00:00
minima
7164420237 add CTY.DAT 2005-07-08 06:31:03 +00:00
minima
ca298fe5fa make copyright on startup show this year 2005-05-27 08:07:01 +00:00
minima
06392dc488 add cmd import function 2005-05-25 19:49:40 +00:00
minima
8007adef1e force removal of ssid on badspotter 2005-03-23 23:16:08 +00:00
minima
de74820014 fix ?
fix sh/c/n
fix sh/connect
2005-03-23 10:06:32 +00:00
minima
81de65f4e1 fix aliases for sh/c/n and sh/newc/n 2005-03-22 21:59:50 +00:00
minima
be587fd8da add missing input filter for WWV 2005-03-21 22:40:45 +00:00
minima
af429076bc fix comment on command searching 2005-03-21 19:54:09 +00:00
minima
62da5f2f23 add in latest data from cty.dat 2005-03-21 16:06:19 +00:00
minima
022b68994a log agw port on connection 2005-03-21 15:28:19 +00:00
minima
70d6fc010d fix DL coords
Fix Spot dups on prefixes
2005-03-16 22:40:40 +00:00
minima
dce19df96e fix DXChannel->get to DXChannel::get 2005-03-13 11:14:31 +00:00
minima
d021961429 added better anti spot-sucking 2005-02-27 15:19:32 +00:00
minima
331ae9a34d fix ambiguity on spotter's SSID 2005-02-26 21:03:04 +00:00
minima
8409ae7d77 add show/grayline command from K9AN 2005-02-26 12:19:18 +00:00
minima
7f4ebeb747 add glorioso and swains island 2005-02-25 18:15:55 +00:00
minima
85888a3551 fix 40m ssb
change sh/425
2005-02-19 20:00:45 +00:00
minima
4a988d6dfc add some FAQs 2005-02-08 23:21:33 +00:00
minima
b9a94abaa8 possibly fix the multiple condx problems 2005-02-08 19:01:12 +00:00
minima
849e28c79f fix problem fpr perl < 5.6 2005-02-05 21:00:50 +00:00
minima
e4366c330e fix bull age deletion both periodically and on new entry 2005-02-05 18:10:37 +00:00
minima
91f85337c8 add spanish twiddles
make all prompts use the english one
2005-02-03 23:47:03 +00:00
minima
72dc0f2eee added language dependant motd files 2005-01-19 16:04:12 +00:00
minima
f9ad5f25cc add more spanish changes 2005-01-19 12:00:48 +00:00
minima
019fd91a8f alias sh/st back to show/station 2005-01-18 22:13:50 +00:00
minima
695ff3a2ee fix ? all in non english langauge 2005-01-18 16:47:57 +00:00
minima
928186a006 add Spanish mods from Angel
update wpxloc.raw and cty.dat with latest 11Dec04 version of cty.dat
2005-01-18 08:32:43 +00:00
minima
186856ec89 added 3Y0X 2005-01-17 15:34:47 +00:00
minima
27e78b3812 fix apropos command 2005-01-16 22:21:44 +00:00
minima
3d842f83cf change charlie's date 2005-01-16 21:19:37 +00:00
minima
7e5cadef11 include canadian province data from Charlie K1XX 2005-01-16 20:12:08 +00:00
minima
c67f6e270e add credit 2005-01-15 22:10:34 +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
03e4b90ff4 added make clean!!! 2005-01-13 23:25:09 +00:00
minima
0f089a5b89 1. Fixed prompting in languages other than English.
2. Fixed language problem with spoof, but that simply hides a whole can of
worms that I shall have to address later.
1
2005-01-13 23:20:39 +00:00
minima
fe4f4e3751 add user startup script maintenance 2005-01-12 20:41:30 +00:00
minima
1686895546 fix counting backwards into a leapyear 2005-01-12 16:13:35 +00:00
minima
aad4e36d37 1. Add $main::bumpexisting variable which allows a new connection for a user
call to disconnect an existing connection with the same call. The default for
this variable is 'true' (1). This means that existing behaviour has changed.
set/var $main::bumpexisting = 0 to return to original behaviour.
2. Remind a user every hour (as default) that they have new messages.
set/var $DXCommandmode::msgpolltime = 3*3600 to set it to 3 hours.
3. Allow some substitutions in set/prompt (call, date, time and
cluster call) and add dxspider just before the > as standard.
4. Add $main::allowdxby variable so that sysops can switch off the
'DX BY <othercall' command. It is set to 0 (ie disabled) by default. This
is for sysops who don't want to bump privilege to allow it. That still works
as before.
5. Fix the bug in 'dx by <call>' that causes only the first word of the
comment to be recorded.
2005-01-12 12:33:48 +00:00
minima
da8f364e5a include new VE data from K1XX 2004-12-27 20:19:16 +00:00
minima
e8a219e965 added US postal code to the front of each decsription of wpxloc.raw 2004-12-22 19:51:11 +00:00
minima
b26c5204bc Changed links command to Charlie K1XX's version.
Added sh/grourps command
made other changes to wpxloc.raw
2004-12-22 00:06:49 +00:00
minima
d4ff3dc3e6 added AGW port 2004-12-21 09:47:04 +00:00
minima
6ceb5063f4 remove rsgb.cty as obsolete.
update wpxloc.raw to correpsond to 11Dec04 cty.dat
2004-12-20 20:57:01 +00:00
minima
080b937d5e added changes for VE7CC's windows programs. There may be more soon. 2004-12-17 11:51:57 +00:00
minima
4c8be38842 include fix for new DB0SDX from David, N9KT
remove redundant removals of old style spot stat files
2004-12-10 13:18:53 +00:00
minima
cd651c730c fix default in sh/qrz 2004-12-09 10:41:44 +00:00
minima
d90ff9fe96 fix problem with sh/mydx and no spotfilter 2004-12-06 15:21:59 +00:00
minima
16aefb0704 mention chat_import 2004-10-07 13:36:45 +00:00
minima
611e9ea520 add RouteDB 2004-08-23 21:43:04 +00:00
minima
f76f88e8f5 add mention of techdoc 2004-08-20 11:55:12 +00:00
minima
e4af773643 change stupid alias fro 'fo*'
change page handling a bit in console.pl
2004-08-17 19:14:57 +00:00
minima
698f379a5d add .cvsignore 2004-07-31 17:15:25 +00:00
minima
0e1727bfb2 fix // in talk
s/bestdxchan/dxchan/ in rspfcheck
2004-07-30 16:55:51 +00:00
minima
17e88d739d fix sh/contest so that it's urls are in Internet.pm 2004-07-28 14:26:07 +00:00
minima
23d5848190 added Investigate and believing 2004-07-28 14:07:45 +00:00
minima
65a4b57761 added show/425 command
added variables into Internet.pm for 'external' connections
2004-07-26 15:10:19 +00:00
minima
a162f8f36f fix pc27 crash 2004-07-05 08:33:11 +00:00
g0vgs
3243377f11 Update manuals for CVS and new commands 2004-06-25 08:30:11 +00:00
minima
b463dee2ef tidy up prefix handling
add extra clause handling for sh/dx
2004-06-23 17:05:51 +00:00
minima
df49d2cf8e add sh/mydx alias to allow filtered spots 2004-06-22 12:33:10 +00:00
minima
ea2243750e added PC17 "improvement" 2004-06-17 21:21:53 +00:00
minima
1eea96666f add sh/dx fix 2004-06-14 12:54:08 +00:00
minima
290cd395e4 add sh/fdx command. 2004-01-09 15:04:06 +00:00
minima
8b3403b35f made some detail changes to the installation manual 2004-01-01 15:42:28 +00:00
minima
1bb3ae1a09 move usdb init as per k1xx's bug 2004-01-01 13:43:01 +00:00
minima
5a06cd7853 sort out the remote db handling 2003-12-31 15:53:59 +00:00
minima
d53c6bd649 changed dx by to require at least privilege 1 2003-12-30 21:46:00 +00:00
minima
f2e4dd204e upodate changes 2003-12-30 21:29:25 +00:00
minima
ebba9c9a99 updated dxoldtonew.pl to be more modern... 2003-12-29 20:37:52 +00:00
minima
097f2329b2 added french changes 2003-05-24 17:46:49 +00:00
g0vgs
b6fd93ded2 correct addendum 2003-05-16 21:56:52 +00:00
minima
f47bc72134 add portuguese and french languages 2003-05-06 12:38:16 +00:00
g0vgs
782ad549b2 fix some minor problems with the manuals (g0vgs) 2003-04-02 15:58:14 +00:00
g0vgs
cba7a181d1 changes to filtering primer from N3RD 2003-04-01 14:20:27 +00:00
g0vgs
b91c265007 minor corrections to manuals 2003-03-28 16:43:25 +00:00
g0vgs
3d66b51182 add filtering documentation from Jim and start removing old docs 2003-03-28 16:37:31 +00:00
g0vgs
bccf827cfc update manuals 2003-03-27 16:12:36 +00:00
minima
4888cab7f5 fix some issues with new format 2003-03-27 11:51:02 +00:00
minima
c40bda2be3 added help for chat 2003-03-26 15:33:22 +00:00
minima
2a788b7611 add ak1a compat changes to chat 2003-03-26 11:18:36 +00:00
minima
e07645cec0 fix chat
make QSL.pm better
2003-03-25 18:36:37 +00:00
g0vgs
90a05bee74 minor corrections to manuals 2003-03-18 18:23:26 +00:00
g0vgs
ce6102bd32 update manuals 2003-03-12 21:13:03 +00:00
minima
51fc2b9134 added the ability for HDB to use sh/qrz remotely 2003-03-12 18:38:21 +00:00
minima
1172aa77de added HC and QRZ to QSL.pm 2003-03-12 13:30:46 +00:00
g0vgs
bce9c6d7f5 manual updates 2003-03-11 15:25:57 +00:00
minima
bab0eedc7c change name of sh/qsl to sh/dxqsl 2003-03-11 11:58:22 +00:00
minima
ae9359ca7e add show/contest command 2003-03-11 01:19:43 +00:00
minima
f05070323a add show/qsl stuff 2003-03-11 00:45:49 +00:00
minima
defc60f3e7 added chat stuff for fun 2003-03-08 02:16:29 +00:00
minima
cfd6c95eaa fix for new database format 2003-03-01 11:28:41 +00:00
minima
e26fa9333c back port switch code for PC protocol 2003-02-25 15:15:41 +00:00
minima
92afb4b5ab fix count of callsigns 2003-02-24 23:26:42 +00:00
minima
ec57aa982f add sysop defined 'run' script and privilege commands 2003-02-24 16:03:30 +00:00
minima
b8a01c582b fix set/dxcq et al as off 2003-02-23 20:44:03 +00:00
minima
3fc0f2823c add set/dxcq and set/dxitu commands 2003-02-23 14:41:56 +00:00
g0vgs
ded9826c43 Add new commands to manuals 2003-02-23 07:41:03 +00:00
minima
430f06b0c5 added sh/wm7d and sh/db0sdx 2003-02-23 02:35:00 +00:00
minima
7a372829b0 added comment about translators 2003-02-23 00:36:27 +00:00
minima
7a1ff7a9a2 added US State information on DX Spots 2003-02-23 00:32:06 +00:00
minima
c5e0ccf32b make it work again 2003-02-22 22:14:13 +00:00
minima
83e360f5c5 move lock files to local
added charlies wpxloc.mods
added new DXUser.pm with Storable
changed qrz.com address
2003-02-22 21:37:50 +00:00
g0vgs
420baffd9a amend index.html for the correct manual names 2003-02-14 13:14:08 +00:00
g0vgs
0fcb7df9b5 Changes to manual namings to standardise. Added script from M0AZM to
automate command set into manuals.
2003-02-14 10:21:54 +00:00
g0vgs
2b7da429ed update addendum 2003-02-09 15:40:57 +00:00
g0vgs
a52a4d8c59 Correct some typos in manuals and help files 2003-02-09 15:25:20 +00:00
minima
9516ccc97c changed display for nodes in sh/route and sh/st 2003-01-20 16:48:35 +00:00
minima
f651e64ef0 fixed sh/c so it only show this country's nodes 2003-01-20 13:35:28 +00:00
minima
26f79907f6 make sure we really do have a parent in PC16s
mangle pc41 dups to remove deubious characters
2003-01-19 22:50:22 +00:00
minima
171f9837d8 fix problem with users on multiple nodes not being propagated 2003-01-19 17:12:55 +00:00
minima
4637f795c6 make sure only 'full' PC16s have any effect 2003-01-19 01:44:52 +00:00
minima
985ef8460d fix export_user so that it cleans out old users 2003-01-19 01:08:18 +00:00
minima
a204e3cd89 make the major mod to make PC16 the master record for triggering the update
of the routing table.
2003-01-19 00:43:30 +00:00
minima
2145c6711e and test on the correct thing! 2003-01-17 16:20:53 +00:00
minima
7b616aeabc 1. tidy up AUTOLOAD
2. make sure empty PC16s are not sent out on startup
2003-01-16 03:54:06 +00:00
minima
cb20a90891 Added Czech language 2003-01-12 22:56:55 +00:00
g0vgs
8d8c3bfbac add changes to web client from Rene 2003-01-06 18:10:50 +00:00
g0vgs
ad2b416b6e add changes to java client from Rene, OZ1LQH 2003-01-06 08:42:18 +00:00
minima
244e520095 fix sh/c
move GN from GJ to GI
fix sh/ver permanently
2003-01-05 18:44:13 +00:00
g0vgs
ef3eaa49d2 Add updates to the java client from Rene, OZ1LQH 2002-12-31 12:22:44 +00:00
minima
5bc87856bb added k1xx's changes to spot stats routines 2002-12-05 18:32:11 +00:00
minima
2a14d4a69c add comment about sh/log 2002-12-04 10:17:39 +00:00
minima
adb2d8166a updates Keps 2002-11-16 13:31:45 +00:00
minima
773d6294a5 fix possible dos in dx command 2002-11-08 16:46:12 +00:00
minima
c5a41c1d26 made some small changes 2002-11-08 16:28:29 +00:00
minima
ee63cea921 *** empty log message *** 2002-11-07 18:25:25 +00:00
minima
15354cb8c8 fix keep so it a) works and b) is persistant
fix mystery deletions?
2002-11-07 17:51:35 +00:00
minima
74803d3f49 fix 3 digit longitudes 2002-11-07 16:44:55 +00:00
minima
b00e85c553 flush lru cache on reload 2002-10-29 15:35:29 +00:00
minima
d1f6c0a41e replace cty.dat with latest 2002-10-29 15:13:47 +00:00
minima
53c9ec8091 add k8t,k8o,TX5BTY and remove kh6nd 2002-10-29 14:45:53 +00:00
minima
266e6533b7 improve sh/log sh/rcmd etc
fix correct msg for dupes in dx command
2002-10-28 23:15:16 +00:00
minima
8c9e806b29 instrument the startup slightly more 2002-10-25 12:59:43 +00:00
minima
070310c653 remove the dupefile automatically if it can't be opened 2002-10-25 12:47:06 +00:00
minima
6af9f2685f fix msg aging
make pingint and obscount defaults set/var able
2002-10-21 14:20:19 +00:00
g0vgs
551887c98f Additions to the admin manual 2002-10-20 17:58:07 +00:00
minima
24bfcc3275 fix format errors 2002-10-20 14:31:15 +00:00
minima
9091f4b601 remove dupe check for sysops 2002-10-20 14:06:59 +00:00
g0vgs
679acc822f Add new Spanish Messages and Help files from EA7WA 2002-10-17 09:12:19 +00:00
minima
1006337e10 remove traling spaces from non empty lines in command output 2002-10-17 02:43:02 +00:00
minima
22df46c61d add PC16/19 sentence length change 2002-10-17 00:40:39 +00:00
minima
7cf8fad460 stop dupe spots from the same user with same details ignoring comment 2002-10-15 14:06:43 +00:00
minima
973a2853ac added set/usdb and del/usdb commands 2002-10-15 12:42:35 +00:00
minima
81f141825c enhance description 2002-10-15 01:18:52 +00:00
minima
9c415b19aa fix missing callsigns
add back compressed handling
2002-10-15 00:37:14 +00:00
minima
48e2f0092d added show/usdb 2002-10-14 13:18:28 +00:00
minima
bbed459bfb remove Compress::Zlib 2002-10-14 00:58:39 +00:00
minima
d94991319c change changes 2002-10-14 00:18:26 +00:00
minima
d8b9a7f15f add filename 2002-10-13 21:04:42 +00:00
minima
8178d787d7 added the state filtering stuff
tried to speed up the AUTOLOADING
tried to fix the near dupe check again
2002-10-13 19:35:41 +00:00
minima
5b9ab81174 fix the last 5 minute dups
add DXCC chosing to sh/vhftable and sh/hftable
2002-10-12 23:04:56 +00:00
minima
f526fba8b9 fix problem with invalid callsigns starting with 0 2002-10-06 23:12:04 +00:00
minima
9b0b6e74e3 make the sp sysop privileged 2002-10-03 13:03:34 +00:00
minima
98565b7433 added colour to the titling 2002-09-29 23:21:34 +00:00
minima
f8d23f0de8 separate out AGWstats 2002-09-29 23:00:57 +00:00
minima
3f58f5ebe8 stop the Timer::handler searching its chain more than once a second
add flexibility to the mrtg stuff
2002-09-29 21:23:56 +00:00
minima
f87323c292 add LRU caching 2002-09-29 17:28:32 +00:00
minima
bf0078cc89 Add Chain routines
Fix log open on every log write !!!
2002-09-29 02:13:46 +00:00
minima
6a98ae5890 add some caching into the prefix table 2002-09-28 21:58:21 +00:00
minima
f560010fd2 added Mrtg.pm and WWV and WCY plots 2002-09-26 10:35:44 +00:00
minima
2f917f01ab changed connect strategy to factorise for external programs 2002-09-26 01:16:22 +00:00
minima
abe7df695a added mrtg stuff 2002-09-26 00:05:22 +00:00
g0vgs
5b621c40fa Add changes to the installation manual for Windows users from K1XX 2002-09-22 18:11:09 +00:00
minima
403e6bac61 added a check that connect ip addresses resolve 2002-09-21 14:05:00 +00:00
minima
4d30398c77 add load/alias 2002-09-17 22:13:41 +00:00
minima
0898cebe83 added shu command 2002-09-17 21:40:37 +00:00
minima
c1f8363235 added warc and contesthf to bands.pl 2002-08-21 17:13:40 +00:00
minima
96d6698d3f possibly fix AGW connections to remove newline characters 2002-08-20 18:07:58 +00:00
minima
5c15f6e552 fixed lines in messages containing just '0' 2002-08-20 17:35:16 +00:00
minima
db899e8096 added 5.5 Mhz band 2002-08-06 16:33:13 +00:00
minima
dbf7523a9b remove warnings from $BRANCH lines for 5.8.0 2002-07-29 15:41:49 +00:00