Commit Graph

293 Commits

Author SHA1 Message Date
KF7EEL 6ac2ffe091 clean radioid.net requests 2021-05-18 12:05:57 -07:00
KF7EEL b6f1a92a60 add admin approve feature 2021-05-18 11:34:33 -07:00
KF7EEL cb81326da2 add update from radioid.net 2021-05-18 10:10:40 -07:00
KF7EEL d1a7faf29c add email confirmation 2021-05-17 10:42:05 -07:00
KF7EEL 257232078a update admin 2021-05-17 07:07:15 -07:00
KF7EEL 09e1fca1cb add multi admin 2021-05-16 20:49:03 -07:00
KF7EEL aa9e68ae5a fix index bug 2021-05-16 17:10:20 -07:00
KF7EEL ed31308b26 fix list user view 2021-05-16 17:08:23 -07:00
KF7EEL 6827cda57a fix admin bug 2021-05-16 17:06:50 -07:00
KF7EEL fa11f3bdf4 updateb app.py 2021-05-16 17:00:35 -07:00
KF7EEL 7d890bc504 update admin stuff 2021-05-16 16:37:49 -07:00
KF7EEL df1b69612a add admin user list 2021-05-16 16:16:05 -07:00
KF7EEL a60e1b2cac update theme 2021-05-16 15:39:25 -07:00
KF7EEL 5915463b71 add phonetic spelling 2021-05-12 16:05:41 -07:00
KF7EEL 080b88d43f add option to shorten passphrase 2021-05-12 13:17:20 -07:00
Eric c362e3e675 update script generator 2021-05-12 12:01:29 -07:00
Eric 2af99e7f46 add script generator 2021-05-12 11:37:05 -07:00
KF7EEL 52ac438fcc begin admin UI 2021-05-10 19:25:10 -07:00
KF7EEL bda66fbdde complicate passphrase 2021-05-10 17:13:22 -07:00
KF7EEL 16744c61e5 update hblink.py 2021-05-10 13:39:03 -07:00
KF7EEL 2159d09525 fix issue with hblink.py 2021-05-10 13:02:53 -07:00
KF7EEL 6ddfb2b1c1 add db location 2021-05-10 12:17:15 -07:00
KF7EEL 8adb80f188 initial commit of working app 2021-05-10 09:32:15 -07:00
KF7EEL 3ed20d48ac update template 2021-05-07 09:24:28 -07:00
KF7EEL bc2b146f79 add example for testing 2021-05-07 09:01:48 -07:00
KF7EEL f1541c7d7d update sample config 2021-05-07 08:07:13 -07:00
KF7EEL 912d875d11 generate passphrase via web ui, add shared secret to hblink.py 2021-05-07 07:56:21 -07:00
KF7EEL 213a5c6d8f improve authentication stability 2021-05-06 18:14:20 -07:00
KF7EEL a93a61d05b save progress, made config options 2021-05-06 08:09:47 -07:00
KF7EEL 72d0ca87e5 add base for user management, working POST function for hblink authentication 2021-05-05 21:18:37 -07:00
KF7EEL 1902234e87 update README 2021-05-02 19:17:31 -07:00
KF7EEL 5de722fcf1 initial commit, working auth from txt file in form of python dictionary 2021-05-02 19:15:54 -07:00
KF7EEL bfff0abacd fix typo 2020-11-21 22:42:05 -08:00
Randy Hall 04e220de86
Merge pull request #2 from K2IE/master
Restored XLXPEER Functionality. Not actually cruft after all.
2020-10-24 21:58:42 -07:00
Dan Srebnick (K2IE) 948a2a7bbc Cosmetics 2020-10-24 21:20:22 -04:00
Dan Srebnick (K2IE) 951f39f3db Re-add needed code removed when diffing to restore XLX 2020-10-24 21:14:06 -04:00
Dan Srebnick (K2IE) 4b9864671e Restore XLXPEER functionality 2020-10-24 20:53:48 -04:00
Cort Buffington d0d496b232 Add necessary pieces for Talker Alias DMRA 2020-10-15 16:23:55 -05:00
n0mjs710 51ecece8dc Add DMRA Framework 2020-10-13 18:59:28 -05:00
n0mjs710 ce494a4a18 Delete hblink-800.cfg 2020-10-12 08:30:42 -05:00
n0mjs710 819c3bae30 remove cruft 2020-10-12 08:29:50 -05:00
n0mjs710 a16e426c55 Merge branch 'master' of https://github.com/n0mjs710/hblink3 2020-10-12 08:27:07 -05:00
n0mjs710 a12b144c7c Options added 2020-10-12 08:27:03 -05:00
Cort Buffington c8e1d88ecc Merge branch 'master' of https://github.com/n0mjs710/hblink3 2020-10-12 06:37:40 -05:00
Cort Buffington 89040e7c14 Remove Cruft 2020-10-12 06:37:21 -05:00
Cort Buffington d68241918b
Merge pull request #18 from n0mjs710/private-call-dev
Private call dev
2020-10-11 07:54:40 -05:00
Cort Buffington ccfd862a0a Fixed Private Call Bridging when BOTH_SLOTS selected
This is the problem where bridge.py is told to send private calls marked with EITHER timeslot over openbridge. Packets weren't assembled correctly when the BOTH_SLOTS option was set True in the hblink configuraiton file.
d:
#	modified:   bridge.py
#	modified:   hblink.py
#
# Changes not staged for commit:
#	modified:   .gitattributes
#	modified:   Dockerfile
#	modified:   voice_lib.py
#
2020-04-27 11:01:54 -05:00
n0mjs710 24dca2e6ad Fixed assignment typos
[_stream_id]['ACTIVE']: False
to
[_stream_id]['ACTIVE'] = False

Thanks, Steve!
2020-03-18 09:32:32 -05:00
Cort Buffington 8c1e9e5185 update coypright years 2020-03-16 14:35:28 +00:00
Cort Buffington a2c0bb54c6 Fixed typo in call state tracking. 2020-03-16 08:38:16 -05:00