Commit Graph

337 Commits

Author SHA1 Message Date
Cort Buffington
8a6225bd8e fix signals 2018-11-25 10:47:00 -06:00
Cort Buffington
9e5cc5311c logging typo fixed 2018-11-25 10:40:42 -06:00
Cort Buffington
409bc05c3a Merge branch 'openbridge' of https://github.com/n0mjs710/HBlink into openbridge 2018-11-25 10:37:52 -06:00
Cort Buffington
479eb5a9bb Added BSD style copyright notice 2018-11-25 10:36:14 -06:00
n0mjs710
57f2623ba9 Merge branch 'openbridge' of https://github.com/n0mjs710/hblink into openbridge 2018-11-25 10:24:25 -06:00
n0mjs710
21406c3f80 fix logger bugs 2018-11-25 10:23:58 -06:00
Cort Buffington
7f9073ac5d Improved stream idendification for ACL logging 2018-11-25 10:22:43 -06:00
Cort Buffington
fc948004a5 Update hb_log.py 2018-11-24 10:21:08 -06:00
Cort Buffington
5850aee88c Merge branch 'openbridge' of https://github.com/n0mjs710/HBlink into openbridge 2018-11-24 10:20:53 -06:00
Cort Buffington
71e794dd52 modified logging methodology
configure a logger in each module, create the proper configuration in the __main__ of each file
2018-11-24 10:20:47 -06:00
Cort Buffington
5bbe8a2511
Update hblink-SAMPLE.cfg 2018-11-24 08:41:11 -06:00
Cort Buffington
2aafcf4583
Update hblink-SAMPLE.cfg 2018-11-24 08:39:16 -06:00
n0mjs710
c5f2811a45 Update ACL logging info 2018-11-21 20:55:54 -06:00
n0mjs710
145d2f4537 Fixed typo in registration ACL processing 2018-11-21 10:58:16 -06:00
Cort Buffington
e5978f79ca Consolidate ACLs into HBlink.py
MAJOR CHANGE: Move ACLs into the main hblink.cfg configuraiton file and process all ingress ACLs in hblink.py itself. This means removing all other ACL processing from other programs, except hb_bridge_all.py which uses the main hblink.py ACLs for egress processing.
2018-11-21 10:24:19 -06:00
n0mjs710
b639f83057 OpenBridge Improvements, bug fixes, logging 2018-11-12 16:39:33 -06:00
n0mjs710
8acaded9dc Added logging, and fixed instance STATUS dictionary for HBP systems - Start time was incorrectly recorded. 2018-11-11 15:17:35 -06:00
n0mjs710
fe8b2e3595 Incremental Updates - nothing big 2018-11-10 15:36:19 -06:00
Cort Buffington
da42770ef5 indent logging line to reduce frequency 2018-11-08 13:38:12 -06:00
Cort Buffington
6f33ec54c5 Merge branch 'openbridge' of https://github.com/n0mjs710/HBlink into openbridge 2018-11-08 09:41:39 -06:00
Cort Buffington
3cfee4d009 OB to OB Support WORKING 2018-11-08 09:41:08 -06:00
n0mjs710
db18b418b6 OB to OB Support Added 2018-11-08 09:39:50 -06:00
Cort Buffington
316b566b9d an OB to OB Support 2018-11-08 09:02:24 -06:00
Cort Buffington
57bfd9b203 Fix bridge table reporting interval 2018-11-08 08:39:31 -06:00
n0mjs710
12ba4ba3eb Merge branch 'openbridge' of https://github.com/n0mjs710/hblink into openbridge 2018-11-08 08:29:22 -06:00
n0mjs710
84ac4c24c6 Fixed minor reporting bug 2018-11-08 08:28:47 -06:00
Cort Buffington
8ce98d148e Timers intialized set when ACTIVE = False
Fixed initial timer problem
2018-11-08 08:26:25 -06:00
Cort Buffington
61164fa290 inactive stream id removal working
Please test this more... I think it's working.
2018-10-27 12:29:29 -05:00
Cort Buffington
e78912d557 work with stale stream removal - not working 100% 2018-10-27 11:52:29 -05:00
Cort Buffington
ed12a8effa Dangerous, but it works
Needs code optomization and cleanup, and as of now, has no method to purge abandoned stream_ids, and thus will have the effect of a memory leak for calls wothout voice terminators
2018-10-27 09:45:05 -05:00
Cort Buffington
5fbf8f0a11 Update hb_confbridge.py 2018-10-12 16:38:18 -05:00
Cort Buffington
85139a17e6 Update hb_confbridge.py 2018-10-12 16:37:01 -05:00
Cort Buffington
5fd5ecb2ef Update hb_confbridge.py 2018-10-12 16:35:25 -05:00
Cort Buffington
98298cfca1 Update hb_confbridge.py 2018-10-12 16:33:21 -05:00
Cort Buffington
491afb806c Update hb_confbridge.py 2018-10-12 16:30:18 -05:00
Cort Buffington
28007dcc87 Update hb_confbridge.py 2018-10-12 16:26:42 -05:00
Cort Buffington
3c7db08dfd Update hb_confbridge.py 2018-10-12 16:25:36 -05:00
Cort Buffington
4d9b2f0af4 Update hb_confbridge.py 2018-10-12 16:23:16 -05:00
Cort Buffington
37b6f27864 Update hb_confbridge.py 2018-10-12 16:21:31 -05:00
Cort Buffington
b3273fcc7f Update hb_confbridge.py 2018-10-12 16:19:02 -05:00
Cort Buffington
f5284f8cfb
Merge pull request #27 from n0mjs710/socket_address
Fixed hmac calculation typo
2018-10-12 16:03:26 -05:00
Cort Buffington
f80331cc0f Fixed hmac calculation typo 2018-10-12 15:52:03 -05:00
Cort Buffington
12871c2950
Merge pull request #26 from n0mjs710/socket_address
Socket address
2018-10-12 15:29:29 -05:00
Cort Buffington
cdbfcbb59c DO NOT USE THIS 2018-10-12 15:03:36 -05:00
Cort Buffington
bccf8d93dd PROGRESS - DOES NOT WORK
this commit is to get the test code moved to the testing server. It is not intended for people to try and download to use
2018-10-12 14:20:05 -05:00
Cort Buffington
9b8edd2e1c update 2018-10-08 22:14:50 -05:00
Cort Buffington
3bb39eb19a Clean up OPENBRIDGE class 2018-09-26 15:48:48 -05:00
Cort Buffington
d1f827f1f2 Revert "Reorganization 1 class per system type"
This reverts commit b20309c776.
2018-09-26 15:41:00 -05:00
Cort Buffington
b20309c776 Reorganization 1 class per system type
Separating HBSYSTEM into HBMASTER and HBPEER to reduce memory footprint
and allow easier updating. Also cleaning up and normalizing the
OPENBRIDGE class to match the standard HB classes better.
2018-09-26 09:02:11 -05:00
Cort Buffington
41fd8e6964
Update hblink-SAMPLE.cfg
Remove live IP and server ID
2018-09-26 09:00:26 -05:00