LX1IQ
37a79a95a0
Add files via upload
2 months ago
LX1IQ
7176e44386
Add files via upload
2 months ago
LX1IQ
a6124be499
Delete dashboard directory
2 months ago
LX1IQ
6644f3493c
Merge pull request #258 from LX3JL/revert-254-master
...
Revert "More XSS and security fixes, this time for the OG Dashboard"
2 months ago
LX1IQ
57b0a10705
Revert "More XSS and security fixes, this time for the OG Dashboard"
2 months ago
LX1IQ
7356127c85
Revert "More XSS and security fixes, this time for the OG Dashboard"
2 months ago
LX1IQ
b7d17ee3b3
Merge pull request #254 from MW0MWZ/master
...
More XSS and security fixes, this time for the OG Dashboard
2 months ago
Andy Taylor
e6de34a701
Catch missing protocols in the validation
2 months ago
Andy Taylor
1c241339bf
Update Dashboard permissions
2 months ago
Andy Taylor
c42b927cdb
XSS Vulnerability Patches and Security Enhancements for Dashboard1 - Update changes.txt to reflect reality
2 months ago
Andy Taylor
e11754a4e0
XSS Vulnerability Patches and Security Enhancements for Dashboard1 - Fix parsing error
2 months ago
Andy Taylor
ee3f5de1de
XSS Vulnerability Patches and Security Enhancements for Dashboard1
2 months ago
LX1IQ
32c3241de0
Merge pull request #253 from MW0MWZ/master
...
Dashboard2 XSS / Security fixes
2 months ago
Andy Taylor
80821c25a3
Remove .DS_Store and update .gitignore
2 months ago
Andy Taylor
61204c3ed4
XSS Vulnerability Patches and Security Enhancements for Dashboard2
2 months ago
LX3JL
129f1257b4
Merge pull request #237 from narspt/patch-25
...
allow pass dmr/ysf to peers, without transcoding
2 years ago
LX3JL
414ed796e1
Merge pull request #216 from narspt/patch-17
...
fix ambed to allow use by multiple xlxd and minor improvements
2 years ago
LX3JL
136ccff0fe
Merge pull request #212 from narspt/patch-15
...
add embedded LC data for DMRmmdvm
2 years ago
LX3JL
f0cc8dcced
Merge pull request #239 from narspt/patch-26
...
set eot status bit for ysf last packet
2 years ago
narspt
a5556d689d
set eot status bit for ysf last packet
2 years ago
narspt
6b7658b995
allow pass dmr/ysf to peers, without transcoding
2 years ago
LX1IQ
e658e818b4
Update README.md
3 years ago
LX3JL
d14dc22fbf
Merge pull request #229 from anonymouspage/cg3protocol-initialize-thread-vars
...
cg3protocol: fix crash/default initialize std::thread pointers
3 years ago
LX3JL
8520b0b42a
Merge pull request #230 from anonymouspage/isdigit-does-not-return-one
...
isdigit() may return any non-zero result for success
3 years ago
LX3JL
b96002d291
Merge pull request #231 from anonymouspage/cdmriddir-virtual-destructor
...
CDmridDir destructor should be virtual
3 years ago
LX3JL
bd3fcee288
Merge pull request #227 from narspt/patch-23
...
fix occasional ambed crash when device fails init
3 years ago
LX3JL
231e275572
Merge pull request #226 from narspt/patch-22
...
make ambed more robust to handle device errors
3 years ago
LX3JL
19b13dfc8b
Merge pull request #213 from narspt/patch-16
...
fix frame sequence for streams initiated on different mode
3 years ago
LX3JL
8428d1ef40
Merge pull request #222 from narspt/patch-20
...
fix ambed openstream timeout issue
3 years ago
LX1IQ
05de80ae86
Merge pull request #235 from narspt/patch-24
...
fix dashboard intermittently showing repeated callsigns on some servers
3 years ago
narspt
43369f6251
do not re-seed random generator for each random id
3 years ago
narspt
7f4f23610e
do not re-seed random generator for each random id
3 years ago
LX3JL
9ca67d1e23
version 2.5.3
...
Add compatibility with DR-2X firmware up to 1.4.4
3 years ago
Mark Landis (N6AZX)
af7ed717b4
CDmridDir destructor should be virtual
...
CDmridDir is a base class for CDmridDirHttp and CDmridDirFile, so
its destructor should be marked virtual to prevent undefined behavior.
3 years ago
Mark Landis (N6AZX)
08d1ff5df0
isdigit() may return any non-zero result for success
...
POSIX states that the return value of isdigit(): "shall return non-zero
if c is a decimal digit; otherwise, they shall return 0."
Thus the form:
ok &= isdigit(x)
is invalid since the runtime is not required to return 1.
This bug was observed on Debian 11 while using the clang toolchain.
In that environment, isdigit() returns 2048 for a positive match.
3 years ago
Mark Landis (N6AZX)
d4c72fd623
Default initialize class thread variables
...
During testing in a sandbox environment, xlxd crashed in
CG3Protocol::Close(). The root cause was dereferencing
m_pPresenceThread when the object had never been initialized.
In this case an error occured during ::Init() which set ok=false,
so the initialization of the threads was skipped.
This commit does 3 things:
(1) Default initializes the thread pointers to avoid the crash.
(2) Wraps the thread allocation with try/catch since std::thread can
throw.
(3) Does some light cleaning in ::Close, e.g., converting NULL to
nullptr.
3 years ago
LX1IQ
6752c7b254
Update main.h
3 years ago
LX1IQ
d7daeb0c52
Update main.h
3 years ago
narspt
88ab5d4571
fix occasional ambed crash when device fails init
3 years ago
narspt
713da9ffae
make ambed more robust to handle device errors
3 years ago
narspt
99530863d5
fix openstream timeout issue
3 years ago
narspt
f9a46808a3
remove unused constants on ambed main.h
...
these are only used on xlxd and ambedtest, not at ambed... they may just confuse users trying to tweak something that does nothing.
3 years ago
LX1IQ
adec5c8d14
Merge pull request #218 from narspt/patch-18
...
add missing UK prefixes and sync db1/db2 country.csv
4 years ago
narspt
53165886af
update/sync country.csv for dashboard2
4 years ago
narspt
4526461b02
add missing UK prefixes and sync Malaysia from db2
4 years ago
narspt
aca0e5fba3
add extra blank line after ftdi devices list
4 years ago
narspt
247471c15b
Update cvocodecinterface.h
4 years ago
narspt
0b0cbec470
add device serial to vocodec open/close log msgs
...
this allows to identify what device is being used exactly, printing just the device name can't identify it if we have multiple similar devices...
4 years ago
narspt
3801ffdec5
cleanly print out ambe model and version
...
instead of raw printing whole ambe control packet reply, including non-printable chars, field identifiers and even parity byte...
4 years ago
narspt
60f167b339
log IP of the client reflector opening stream
4 years ago