Commit Graph

329 Commits

Author SHA1 Message Date
Luca Marchesano c6a5ee4c45
Fixed CPU load if not run as daemon 2019-06-11 14:05:40 +02:00
LX1IQ 12eebc9011
db v2.4.0
purge the "-"  if the reapter/hotspot call has no suffix. (YSF)
2019-06-03 09:02:52 +02:00
LX3JL f643fc512a ambed 1.3.3
Corrected bug crashing ambed
2019-03-16 18:53:31 +01:00
LX3JL 640f7c5c9c Revert "Merge pull request #120 from nonoo/master"
This reverts commit 2c902aad20, reversing
changes made to b3360b66e2.
2019-03-16 15:57:24 +01:00
LX3JL 3e8d910cb0 Revert "xlxd 2.2.3"
This reverts commit 63a41d5c88.
2019-03-16 15:56:54 +01:00
LX3JL 63a41d5c88 xlxd 2.2.3
Prevent sending stream close frames back to the sender
2019-02-25 09:01:31 +01:00
LX3JL 2c902aad20
Merge pull request #120 from nonoo/master
Prevent sending stream close frames back to the sender
2019-02-25 08:59:15 +01:00
Nonoo 6b281b9fdb Prevent sending stream close frames back to the sender
The OnDvLastFramePacketIn() function closed the current stream before
HandleQueue() was called, so the stream's client lost it's stream master status
and HandleQueue() sent the client's last (stream closing) frame back to the
sender.

Applying this commit closes the stream only after HandleQueue() has been
called so no unnecessary call end frame reflection happens to the transmitting
client.
2019-02-19 12:39:48 +01:00
LX1IQ b3360b66e2
db v2.4.0 2018-12-02 11:00:41 +01:00
LX1IQ 1b143dd2b0
db v2.4.0 2018-11-28 14:38:27 +01:00
LX1IQ 9442e52084
db 2.4.0 2018-11-28 14:36:53 +01:00
LX1IQ ddc262677a
Add files via upload 2018-11-28 14:27:38 +01:00
LX1IQ ed41d06e65
Update country.csv 2018-10-26 07:04:18 +02:00
LX1IQ 436fefd2ce
Update country.csv 2018-10-26 07:02:02 +02:00
LX1IQ 7dd6b848c6
db 2.4.0
fix, HTML1420: Unexpected quote after "PUBLIC" or "SYSTEM" keyword. Expected whitespace.
2018-10-24 14:13:38 +02:00
LX1IQ d720f1eb55
db v2.4.0 2018-10-24 10:04:06 +02:00
LX1IQ 75a19316e5
db v2.4.0 2018-10-24 10:03:07 +02:00
LX1IQ b6d5eda70c
Merge pull request #107 from narspt/patch-5
dashboard: smooth page refresh with jquery
2018-10-24 09:15:41 +02:00
LX1IQ 28a224e082
Add files via upload 2018-10-24 09:14:22 +02:00
narspt 55a2f025d7
minor css fixes for old browsers
ensure no borders around image links and add fallback th solid color for old browsers that do not support gradients
2018-10-16 19:45:57 +01:00
narspt 7ea08fe865
include jquery library
1.x to ensure old browsers compatibility
2018-10-16 19:29:54 +01:00
narspt dbc05c9b63
smooth page refresh with jquery
dynamically reload page body contents with jquery instead of just asking browser to reload whole page, this provides a fully smooth page refresh and keeps page scroll position on all browsers
2018-10-16 19:27:59 +01:00
LX1IQ 02a6bf07a8
Merge pull request #106 from narspt/patch-4
dashboard performance enhancement
2018-10-14 07:46:43 +02:00
narspt 070f16fdb7
dashboard2 performance enhancement
Use an array indexed by dxcc prefix for faster lookups instead of scanning whole Flagarray and it's dxcc nested arrays (done lots of times when there are many last heard entries), which is very slow and resource hungry... before this change my server was taking ~360ms to generate users page (with 80 last heard entries), after this small change it takes ~18ms instead.
2018-10-13 18:53:37 +01:00
narspt b189220eb8
dashboard performance enhancement
Use an array indexed by dxcc prefix for faster lookups instead of scanning whole Flagarray and it's dxcc nested arrays (done lots of times when there are many last heard entries), which is very slow and resource hungry... before this change my server was taking ~360ms to generate users page (with 80 last heard entries), after this small change it takes ~18ms instead.
2018-10-13 18:40:18 +01:00
Eddie 767fed2a87
logout session
logout session
2018-07-22 05:18:44 +08:00
narspt 2a3cd63d53
make sure buttons text never word-wrap
to avoid them getting fully disarranged in some specific cases...
2018-07-20 22:23:29 +01:00
LX3JL 71cddc2f5a amber 1.3.2
fixed problem while running multiple 3006 or 3012 devices
adjusted load sharing when running multiple devices
2018-06-25 18:41:24 +02:00
LX3JL 1399eeb696
Merge pull request #92 from vk4tux/master
Update cvocodecs.cpp
2018-06-04 08:19:31 +02:00
Adrian Fewster 10d56ae843
Update cvocodecs.cpp
'availables' correctly changed to 'available' for correct English
2018-06-03 23:38:54 +10:00
LX3JL 5f26192fab amber 1.3.1
added compatibility with DVMEGAs
2018-05-07 09:24:27 +02:00
LX1IQ 36c651769a
Add flags for missing countries
Add flags for missing countries
2018-03-05 10:30:54 +01:00
LX1IQ 2e9ff8166f
Add flags for missing countries
Add flags for missing countries
2018-03-05 10:30:17 +01:00
LX1IQ 4b4658f8c9
Merge pull request #82 from narspt/patch-1
don't use location.reload() if there is a 'do' GET request
2018-02-06 14:11:24 +01:00
narspt e4b196e72a
db2: don't use location.reload() if there is a 'do' GET request 2018-02-06 08:12:24 +00:00
narspt 90fe828fd1
don't use location.reload() if there is a 'do' GET request 2018-02-06 08:03:23 +00:00
LX1IQ 14f00b9711
Merge pull request #80 from narspt/narspt-patch-2
dashboard: avoid page scroll to top on reloads
2018-02-03 07:13:00 +01:00
narspt b8ec26965d
add missing SuspendPageRefresh() to dashboard2
SuspendPageRefresh() is called on input's onfocus (on users.php) to stop auto refresh while user is typing, however it is missing on dashboard2
2018-02-03 01:53:37 +00:00
narspt 27377a4d62
dashboard2: use location.reload() to keep page scroll position
use location.reload() to keep page scroll position on page refreshes, but keep using location.href method for POST requests to avoid browser asking to resubmit data on reloads
2018-02-03 01:32:25 +00:00
narspt 7ec97b2c9e
use location.reload() to keep page scroll position
use location.reload() to keep page scroll position on page refreshes, but keep using location.href method for POST requests to avoid browser asking to resubmit data on reloads
2018-02-02 20:26:33 +00:00
LX1IQ d595746671
db v2.3.9
update ja flag
2018-02-02 13:34:20 +01:00
LX3JL c392051987 xlxd 2.2.2
BM interlinking
2018-01-23 12:22:19 +01:00
LX1IQ 247057a4ee
db v2.3.9 2018-01-19 12:57:18 +01:00
LX1IQ 85b8b60753
db v2.3.9 2018-01-19 12:50:06 +01:00
LX1IQ 74cede01af
db v2.3.9
redesign for the callinghome.php
2018-01-19 10:15:55 +01:00
LX1IQ 8b52495cf2
db v2.3.9
redesign for the callinghome.php
2018-01-19 10:15:04 +01:00
LX1IQ 6d5055a927
bugfix
apache2: PHP Notice:  Undefined index: Locale in /var/www/db/index.php on line 15
2018-01-15 12:14:59 +01:00
LX3JL 32a437c138 xlxd 2.2.1
* auto-reload of deride DB
* interlink protocol v2.0
2018-01-12 09:30:59 +01:00
LX1IQ ed24a5b8cb
v2.3.8
put back the support for a second config file in the root, removed by mistake.

73, Luc
2017-12-20 11:24:38 +01:00
LX1IQ 35b249d4bd
Merge pull request #69 from phl0/fixHTML
Fix obiously missing slashes to table tags
2017-12-20 00:14:22 +01:00