Commit Graph

1939 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
d4aacffb55 improve speed of sh/c/n (a bit)[probably]. 2007-07-11 16:15:52 +01:00
Dirk Koopman
4eef5ad5a1 add #9000 as a default group and tidy up send_chats calls 2007-07-10 17:27:11 +01:00
Dirk Koopman
c6552c92e3 remove rspf, add pc10 eph_dup, tidy up eph_dups 2007-07-09 22:34:16 +01:00
Dirk Koopman
7f0e53a059 Allow PC10s to be converted to PC93 and be processed
The PC10 code converts all input to PC93 where all talk
processing is done. It was being called from the wrong
channel.
2007-07-09 17:45:30 +01:00
Dirk Koopman
e5c9970142 improve the fix slightly to avoid false positives 2007-07-08 16:17:37 +01:00
Dirk Koopman
a0526df192 put in temp fix for pc10 talk crashes 2007-07-08 16:08:34 +01:00
Dirk Koopman
387b0fecfd try to make sure that local nodes take precedence over external ones
There seems to be a problem with localnodes sometimes being overridden by
data from external PC92 data. Usually (but not always) data for local
PC19 nodes being overridden by data from other PC92 with the same node
connected.

Also put in a frig for the sysop announce problem.
2007-07-07 11:34:28 +01:00
Dirk Koopman
e4a8ea5a40 fix pc93 -> pc12 conversions
This should stop pc93 conversions which are sent out a) being redisplayed
and b) as SYSOP. It may also stop all these strange chat messages to
unlikely chat group names.

Also rewritten chat import routines for new regime.
2007-07-06 21:18:13 +01:00
Dirk Koopman
d0d643e52b handle old style spider version strings 2007-07-06 17:47:39 +01:00
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
980ea8f908 fix typo in links 2007-07-02 18:16:59 +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
eb9befb4de fix typo in /ex in chat mode 2007-06-25 22:19:45 +01:00
Dirk Koopman
d44eaf6ad5 add comment about chat to Changes 2007-06-25 22:16:07 +01:00
Dirk Koopman
8ea73c5334 add continuous chat mode (like talk) 2007-06-25 21:19:19 +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
a58b356bd3 really REALLY fix period C records 2007-06-25 15:17:19 +01:00
Dirk Koopman
43a54b922d really make sure a C record is send and stored! 2007-06-25 14:45:26 +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
c62d1dbdc3 improve debugging of obscounting 2007-06-24 10:44:48 +01:00
Dirk Koopman
fd0a34c34a remove all $Id$ strings 2007-06-24 02:17:43 +01:00
Dirk Koopman
9392cc93cc target eph_dup better 2007-06-24 01:47:37 +01:00
Dirk Koopman
3fb4b66f60 remove redundant PC10 handling after PC93 conversion 2007-06-24 01:24:16 +01:00
Dirk Koopman
05bed9a172 make Route::findroutes the basis of all routing 2007-06-24 01:03:03 +01:00
Dirk Koopman
7bb8e1e37a explicitly ignore just hoptable.pl 2007-06-24 00:46:21 +01:00
Dirk Koopman
5db4d809b6 add *.pl (to catch hoptable.pl et al) 2007-06-24 00:37:02 +01:00
Dirk Koopman
28f251eee8 fix Route::findroutes? 2007-06-24 00:21:06 +01:00
Dirk Koopman
460c05b504 actually commit the set/isolate patch! 2007-06-24 00:10:05 +01:00
Dirk Koopman
ac50e25791 Make obscount disconnections visible
There may be a problem with the obscount mechanism not working
for some reason.
2007-06-23 23:54:32 +01:00
Dirk Koopman
a2b44b1c0d try to stop Route::findroutes recursing too much 2007-06-23 23:50:10 +01:00
Dirk Koopman
0bf3741541 add list of Changes 2007-06-23 23:19:07 +01:00
Dirk Koopman
e38d19c302 if node is isolated, stay in old protocol 2007-06-23 23:12:32 +01:00
Dirk Koopman
99e970eab7 fixed Route::findroutes 2007-06-23 22:42:09 +01:00
Dirk Koopman
90b87fdbe4 Simply reset do_pc9x on failure to initialise 2007-06-23 22:12:22 +01:00
Dirk Koopman
916f0deef0 temporary commit for findroutes 2007-06-23 21:39:37 +01:00
Dirk Koopman
1cbb4d2083 fix send_pc92_update 2007-06-23 14:43:17 +01:00
Dirk Koopman
2f2b6dbde8 fix period updates (I think) 2007-06-23 14:21:28 +01:00
Dirk Koopman
b58ca3b584 fix pc20 disconnect 2007-06-23 14:05:07 +01:00
Dirk Koopman
d3641e4f28 Rearrange startup PC92 arrangements
This is an attempt to cut down on the number PC92Cs that are flying
around. It does this be storing the last PC92C and only sending
it (which should be ignored by other people if broadcast) and
a PC92A. It does mean that the PC92C could be quite out of date
but a fresher will be along soon(ish)

I have also increase the pc92 update time to one hour and
randomised it to one hour - upto 1/4 of the update time.

It will also do each node separately, rather than all together in
one big gob.
2007-06-23 12:54:02 +01:00