Commit Graph

243 Commits

Author SHA1 Message Date
Dirk Koopman
a386178f3c disable use of DBI for sh/dx as default, if active. 2007-07-29 20:03:40 +01:00
Dirk Koopman
fd0a34c34a remove all $Id$ strings 2007-06-24 02:17:43 +01:00
Dirk Koopman
281bb0799e add a subversion derived from tags to all builds 2007-06-21 19:07:53 +01:00
Dirk Koopman
948528bfc0 recover from removal of newline characters! 2007-06-21 15:40:45 +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
f45892a3ea fix lack of warnins.pm in 5.005004 2007-06-18 15:37:54 +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
602b4bd771 fix git version/build code correctly
add finer graded .gitignores
2007-06-13 22:57:00 +01:00
Dirk Koopman
88ef11b32f Revert "fix 1.53 to work with old version method"
This reverts commit f6fdd9847c.
2007-06-13 22:49:09 +01:00
Dirk Koopman
f6fdd9847c fix 1.53 to work with old version method
add some .gitignores
2007-06-13 22:44:47 +01:00
Dirk Koopman
7b9256cead Prepare for SIMPLEROUTE merge (more files) 2007-06-13 22:30:38 +01:00
minima
cbda6153fa change do_pc92 to do_pc9x 2007-01-22 13:59:59 +00:00
minima
4a1e9ef575 add pc92 flags to $main::me and $main::routeroot.
make sure that a PC17 cannot disconnect a local user.
2007-01-08 21:12:11 +00:00
minima
ad7e69f78e add dxver to these routines 2007-01-08 10:46:29 +00:00
minima
b953903f1c added perl socket blocking where available
change timestamp in PC9x to seconds in day.
2007-01-07 23:57:24 +00:00
minima
ed6790555f restyles PC92 2006-12-17 21:03:34 +00:00
minima
bc67e4afa9 add cmd and text xml handlers
add more sophistication to the dxxml router
2006-01-23 00:02:51 +00:00
minima
fd20f44c57 Add IM module for talk, chat and announces
Add deduping for DXXml.
Add -(ve) fudge for build nos
2006-01-18 23:22:36 +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
af378e7408 get some basic XML routines up and running. 2006-01-10 22:22:21 +00:00
minima
fcabf18312 upissue the fudge to make some clear blue water. 2006-01-10 12:28:15 +00:00
minima
53149d8378 fix version numbers by hard including DXSql/* modules 2006-01-10 12:24:22 +00:00
minima
0154b38552 remove all traces of Aranea.
Add DXSQL.pm permanently but use $dsn to switch on.
2006-01-10 12:15:07 +00:00
minima
dc305f992d clean up various things and add the DXXml.pm module 2006-01-09 23:07:45 +00:00
minima
ee822fc8bb fix a few Log/Dbg thingies.
remove all references to QXProt.pm
2006-01-09 20:46:47 +00:00
minima
0ea62428b6 put the fudge factor back for now. 2005-12-27 21:17:36 +00:00
minima
da65011693 more QSL changes 2005-12-27 21:14:31 +00:00
minima
e5a96ae00d add SQLite special 2005-12-21 16:44:03 +00:00
minima
8b084abf6e add DXSql module and condiational processing 2005-12-21 16:21:46 +00:00
minima
1f590a134d upissue version to 1.52 2005-12-13 20:13:14 +00:00
minima
ca298fe5fa make copyright on startup show this year 2005-05-27 08:07:01 +00:00
minima
dce19df96e fix DXChannel->get to DXChannel::get 2005-03-13 11:14:31 +00:00
minima
6f20114b03 start the Aranea additions 2005-01-24 09:08:54 +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
78b908b461 decrement the build to account for added modul 2004-12-17 12:37:22 +00:00
minima
45495d980e add chat_import stuff
add importwwv which decodes wwv and solar bulls and sends them to SOLAR
2004-10-07 12:02:18 +00:00
minima
5d8090b7c5 add AMsg handler 2004-08-26 16:10:46 +00:00
minima
6de7782a48 reduce offset 2004-08-23 21:43:41 +00:00
minima
85ea68ecce add laerned route stuff 2004-08-23 20:26:00 +00:00
minima
1bb3ae1a09 move usdb init as per k1xx's bug 2004-01-01 13:43:01 +00:00
minima
1284d2e7cc add Thingy 2003-12-31 20:04:16 +00:00
minima
25140d3e86 more developed version 2003-05-25 00:07:45 +00:00
minima
9099c5bf0c remove die from QSL::init 2003-03-11 00:04:22 +00:00
minima
bcf2892aa7 added builtin sh.qsl command 2003-03-10 23:34:26 +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
minima
d6ef92100b fix it so that the node'c country is used as default for things like sh/c 2003-01-20 15:16:17 +00:00
minima
2145c6711e and test on the correct thing! 2003-01-17 16:20:53 +00:00
minima
28788cb9ae fix problem with things banging out and leaving stuff in the input queue 2003-01-17 16:18:09 +00:00