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