pre 1.13 release
[spider.git] / Changes
1 20Dec98========================================================================
2 1. Removed all the warnings I get with perl -w (at least for just starting the
3 cluster and running a few commands).
4 2. Added per node hop control.
5 3. Added some docs on how to use it and isolation
6 4. Made talk command more intelligent in that if the user isn't seen and the
7 user's last node is visible it tries the talk anyway.
8 19Dec98========================================================================
9 1. Fixed problems with sh/rcmd (talk/ann/log) with a callsign as argument and
10 also made what G0RDI wanted work as well!
11 2. Added isolate flag to allow isolation of different networks at a gateway.
12 3. Changed make Makefile.PL to perl Makefile.PL in instructions
13 4. Copied latest instructions to html directory
14 5. Had another attempt at making clients disconnect without hanging everytime.
15 6. Changed msg queuing semantics so that the system routes on exact callsign.
16 7. Changed the protocol version so that it increments with the DXSpider version.
17 14Dec98========================================================================
18 1. Made the telnet thing work a bit better. It still will not work reliably to
19 a real telnetd on port 23.
20 2. Allowed network logins on client by specifying login instead of call.
21 3. made msg handling more robust (PC30 with unknown streams cause PC42), queueing
22 is only done on channels that are in state 'normal'.
23 4. Added pc command which takes a callsign and some text and sends it without
24 mods to the callsign, useful for sending manual PC protocol to unstick things.
25 Also for sending anonymous messages to online users.
26 5. Stopped duplicate messages being stored (it receives them and then bins them)
27 6. Implemented PC49 delete/full from outside (kill full on the inside)
28 7. Implemented the client command in connect scripts so that you can have 
29 different scripts for the same callsign.
30 8. Added sh/wwv command
31 13Dec98========================================================================
32 1. Fixed VS6 lat/long in prefix_data and wpxloc.raw
33 2. Sorted out last in times for remote users
34 3. editted and substitued G0RDI's version of the install instructions over
35 mine in spider/html
36 4. fixed telnet connections
37 5. added connect instructions to html tree.
38 6. Added some more help
39 7. Upissued version
40 12Dec98========================================================================
41 1. Incorporated sh/st, (un)set/lockout, forward/opername from Iain G0RDI
42 2. Added group handling with (un)set/group, show/group. This allows arbitrary
43 groups to be formed (for ann/<group> for example) and is also used to 'filter' 
44 spots, announces, wwvs etc into groups of cluster nodes (useful for creating 
45 disjoint cluster networks)
46 3. **** CHANGE mylongtitude to mylongitude in DXVars.pm ****
47 4. Altered QRA locator routines so they work correctly!
48 5. Fixed all commands that had the wrong mylat(itude) and mylong(itude) names
49 in.
50 07Dec98========================================================================
51 1. Added set/name, set/qra, set/location, set/qth, set/homenode, set/bbs, 
52 set/email
53 2. changed the Msg socket close to a shutdown (hopefully more reliable), this 
54 should stop clients hanging on exit.
55 3. Added Alias support for help
56 4. Added lltos and stoll routines to DXBearing
57 5. Added auto prompting for name, qth, location and homenode if any of these
58 aren't known.
59 06Dec98========================================================================
60 1. Fixed DXBearing::is_qra so that it correctly detects full QRA locators
61 2. Added sh/qra for doing locator distances and bearings
62 3. Added some stuff to Notes.txt on hints for command writers
63 4. Changed help system to use just one file per language
64 5. Started adding more help
65 6. Fixed 24Mhz band limits
66 7. Added apropos command and lots of new help text
67 05Dec98========================================================================
68 1. Added sh/heading and QRA locator calculation stuff
69 04Dec98========================================================================
70 1. Started Changes file
71 2. Added load/cmd_cache.pl to clear cmd cache shortcuts (use this if cluster.pl
72 get confused about where it is getting its commands from eg if you have
73 removed a file from local_cmd 'cos you want to go back to standard one)
74 3. Fixed bull handling at least to the extent that it stores them and
75 doesn't mess up the normal directory handling.
76 4. Fixed the unset/debug command so that it actually does the job!
77 5. Removed the middle line 'written in perl for unix' from show/version.pl