| .. |
|
admin
|
add return codes
|
2022-06-01 17:58:06 +02:00 |
|
aprs
|
Downgrading direwolf.py, the new LogReader based version still crashes.
|
2023-09-15 22:07:35 -04:00 |
|
audio
|
Cleaning up stale wave files now.
|
2023-02-18 23:28:14 -05:00 |
|
config
|
Added checkboxes for frame and wheel swap control.
|
2023-11-05 23:51:41 -05:00 |
|
controllers
|
Moved client operations to ClientRegistry, added rudimentary chat.
|
2023-11-18 23:12:41 -05:00 |
|
form
|
Trying to sync owrx folder from jketterl's develop branch.
|
2023-09-10 21:00:51 -04:00 |
|
log
|
Adding missing files.
|
2023-09-10 21:00:51 -04:00 |
|
property
|
Fixing bug where trying to switch locked source reset it for all connections.
|
2023-08-08 20:10:58 -04:00 |
|
reporting
|
Merging the rest of owrx folder.
|
2023-09-10 21:00:51 -04:00 |
|
service
|
Fixed aircraft title linkify(), VDL2 altitudes, etc.
|
2023-09-25 23:22:00 -04:00 |
|
source
|
Adding current users list to the Settings main page.
|
2023-11-13 22:11:10 -05:00 |
|
__main__.py
|
Debugging
|
2023-09-10 21:00:51 -04:00 |
|
aircraft.py
|
Fixing ColorCache reference.
|
2023-11-19 16:34:27 -05:00 |
|
bands.py
|
Adding optional modulation setting for digital modes in bands.json.
|
2023-02-28 15:37:33 -05:00 |
|
bookmarks.py
|
Merging the rest of owrx folder.
|
2023-09-10 21:00:51 -04:00 |
|
breadcrumb.py
|
mark last breadcrumb active
|
2021-04-18 19:25:29 +02:00 |
|
client.py
|
Added reverse proxy support to IP lookup/ban/unban.
|
2023-11-20 20:34:14 -05:00 |
|
color.py
|
Added generated usernames and colors.
|
2023-11-19 12:49:25 -05:00 |
|
command.py
|
add source for rf103 (experimental)
|
2020-10-25 16:53:18 +01:00 |
|
connection.py
|
Only banning web socket creation, static pages ok.
|
2023-11-20 19:21:44 -05:00 |
|
cpu.py
|
Made cpu.py discover /sys node containing temperature.
|
2023-06-30 23:21:42 -04:00 |
|
details.py
|
Adding limit to the number of stored files.
|
2023-02-21 23:05:11 -05:00 |
|
dsp.py
|
Fixing secondary demod hangup when primary modulation changed.
|
2023-11-12 18:16:31 -05:00 |
|
eibi.py
|
Adding frequency adjustment of -1kHz for SITOR.
|
2023-10-29 22:31:37 -04:00 |
|
fax.py
|
Fixing typo in linkifyVessel().
|
2023-10-19 11:03:07 -04:00 |
|
feature.py
|
Merging the rest of owrx folder.
|
2023-09-10 21:00:51 -04:00 |
|
fft.py
|
improve handling of failed devices
|
2021-12-06 15:50:03 +01:00 |
|
http.py
|
Only banning web socket creation, static pages ok.
|
2023-11-20 19:21:44 -05:00 |
|
js8.py
|
parser typing
|
2021-09-28 00:27:01 +02:00 |
|
jsons.py
|
use hierarchical property layers to make config changes effective
|
2021-02-23 23:23:37 +01:00 |
|
locator.py
|
handle errors when gps coordinates are out of range
|
2021-09-30 23:03:21 +02:00 |
|
map.py
|
Updating aircraft database algorithms, adding OpenWeatherMap key, etc.
|
2023-09-02 17:19:13 -04:00 |
|
markers.py
|
Added time-to-live to EIBI markers.
|
2023-10-10 22:32:15 -04:00 |
|
meta.py
|
add support for DMR locations
|
2021-09-17 18:24:33 +02:00 |
|
metrics.py
|
include prometheus metrics, refs #200
|
2021-02-01 18:43:14 +01:00 |
|
modes.py
|
Allowed LSB as underlying CW decoder mode.
|
2023-11-12 21:33:42 -05:00 |
|
pocsag.py
|
add metrics for pocsag
|
2021-10-01 00:52:32 +02:00 |
|
receiverid.py
|
run the code formatter over all
|
2021-01-20 17:01:46 +01:00 |
|
repeaters.py
|
Changing agent string to male RepeaterBook work again.
|
2023-11-13 17:59:14 -05:00 |
|
sdr.py
|
Instead of ignoring startup failure, going to retry a few times, then fail.
|
2023-07-03 18:07:37 -04:00 |
|
soapy.py
|
implement individual gain stages option
|
2021-02-20 00:16:32 +01:00 |
|
socket.py
|
…
|
|
|
sstv.py
|
Improved fax parser, added conversion from BMP to PNG files.
|
2023-05-06 19:13:05 -04:00 |
|
storage.py
|
Fixing VDL2 logs not showing up in the browser.
|
2023-08-26 14:42:49 -04:00 |
|
toolbox.py
|
Added generated usernames and colors.
|
2023-11-19 12:49:25 -05:00 |
|
users.py
|
update permissions on write
|
2021-02-18 21:07:45 +01:00 |
|
version.py
|
Preparing for 1.2.39 release.
|
2023-11-16 21:37:05 -05:00 |
|
waterfall.py
|
refactor owrx.form -> owrx.form.input
|
2021-04-29 15:17:21 +02:00 |
|
websocket.py
|
Added reverse proxy support to IP lookup/ban/unban.
|
2023-11-20 20:34:14 -05:00 |
|
wsjt.py
|
Porting MSK144 decoder from the OWRX 'develop' branch.
|
2023-05-06 20:17:09 -04:00 |