Freetakserver

Latest version: v2.2.1

Safety actively analyzes 630026 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 6

0.3

0.3a

0.2.0.17b0

Not secure
3. this version will not work with the 0-touch install so installation and configuration will need to be done manually until we are prepared for the release.

New Features (including alpha changes)
* **Python3.11 Default**: Starting with this version python 3.11 is the default supported version of python for use with FTS.

* **Deprecated Insecure TLS**: Insecure versions of TLS have now been deprecated

* **Smart emergencies**: SA capacity undermined by a flood of emergencies? We've introduced smart emergencies which allow you to set a radius within which emergencies are sent to users. e.g. (Bob and Alice both have emergencies Bob is 5km away from Charlie, and Alice is 3000km away from Charlie, given the smart emergency distance is 20km Charlie will receive only Bob's emergency)

* **Repeated COTs**: Sick of having to re-broadcast essential situation information every time a new client connects? That's where repeated cots come in. Using the API you can now create a COT which, by default, is re-sent to any and all newly connected clients to ensure everyone is on the same page.

* **CRL Re-Generation**: we now support manual regeneration of the CRL upon expiration.

Bug Fixes (including alpha)
* **Fixed leaking SSL sockets!**: After much debugging and community collaboration we believe we have finally fixed the errors with the SSL COT Service dying with a large number of connected clients over time. (this has been tested with artificial traffic generation but we need input from real users!)
* **Fixed Emergency API Endpoint**: with the introduction of smart emergencies the emergency API endpoint no longer worked and prevented the UI Connect page from displaying emergencies, this has now been fixed.

What's Changed
* 539 fix emergency end point by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/541
* Add missing code by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/544
* Add json schema impl by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/545
* Refresh of Dockerfile by hickey in https://github.com/FreeTAKTeam/FreeTakServer/pull/511
* 408 relocation of server runtime files by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/420
* disallowed connections with insecure TLS protocols by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/546
* linting fixes by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/548


**Full Changelog**: https://github.com/FreeTAKTeam/FreeTakServer/compare/v2.0.13a0...v2.0.17b0

0.2.0.11a0

Not secure
2. this version will not work with the 0-touch install so installation and configuration will need to be done manually until we are prepared for the next phase of testing.

New Features
* **Smart emergencies**: SA capacity undermined by a flood of emergencies? We've introduced smart emergencies which allow you to set a radius within which emergencies are sent to users. e.g. (Bob and Alice both have emergencies Bob is 5km away from Charlie, and Alice is 3000km away from Charlie, given the smart emergency distance is 20km Charlie will receive only Bob's emergency)

* **Repeated COTs**: Sick of having to re-broadcast essential situation information every time a new client connects? That's where repeated cots come in. Using the API you can now create a COT which, by default, is re-sent to any and all newly connected clients to ensure everyone is on the same page.


What's Changed
* test pathlib2 by janseptaugust in https://github.com/FreeTAKTeam/FreeTakServer/pull/329
* Update README.md by jeremybox in https://github.com/FreeTAKTeam/FreeTakServer/pull/337
* Fix wizard by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/354
* Revert "Pull release version from MainConfig" by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/355
* Emergency component with property decorators by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/363
* Emergency component human readable types by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/366
* add 'White' team to RestEnumerations.Teams by punanepaabulind in https://github.com/FreeTAKTeam/FreeTakServer/pull/377
* Rework MainConfig to simplify logic and handle 12 factor method by hickey in https://github.com/FreeTAKTeam/FreeTakServer/pull/376
* Implement pytak testing by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/383
* pull async routing into domain component for implementation of metrics by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/385
* Fixed a conflict in .gitignore by hickey in https://github.com/FreeTAKTeam/FreeTakServer/pull/391
* Update codebase for 3.11 compatability by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/393
* Added Python 3.11 to the unittest matrix by hickey in https://github.com/FreeTAKTeam/FreeTakServer/pull/396
* Domain component by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/409
* pull async routing into emergency component so emergency component has access to updated domain by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/410
* Remove non functional values from code by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/400
* Rewrite of MainConfig.py and adding tests by hickey in https://github.com/FreeTAKTeam/FreeTakServer/pull/386
* Update orchestrator service by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/416
* Address findings in main config by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/417
* merging Async routing functionality with component support into master by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/412
* Emergency component by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/421
* 422 smart emergencies by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/424
* Bump pillow from 9.1.1 to 9.3.0 by dependabot in https://github.com/FreeTAKTeam/FreeTakServer/pull/413
* ignore future warnings by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/429
* Change first start behavior by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/443
* Revert "revert commit" that fixes issues with cert generation by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/445
* Refactor controller structure by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/430
* quick pull to sync branch before changes by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/448
* Structural update by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/450
* Decouple excheck from datapackage and rest by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/449
* Put system user fixes by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/446
* 426 instantiate wizard before main config is accessed by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/427
* Extended domains by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/457
* Decouple excheck into component by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/454
* 431 create initial implementation of a digitalpy service by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/456
* 431 create initial implementation of a digitalpy service updates and final pull by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/510
* Address uncontrolled data used in path expression by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/512
* Address issues of exposure of system error info by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/514
* Add path to clientpackages config setting by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/516
* Bump protobuf from 3.14.0 to 3.18.3 by dependabot in https://github.com/FreeTAKTeam/FreeTakServer/pull/375
* fixed model indentation issues by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/517
* Add missing code by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/519
* Add remark field to rest api by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/522
* Message sharing between services by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/526
* Message sharing between services by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/523
* Resolve server side cross site scripting issues by dlc-ariel in https://github.com/FreeTAKTeam/FreeTakServer/pull/513
* Repeater functionality support by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/530
* add delete repeater support by naman108 in https://github.com/FreeTAKTeam/FreeTakServer/pull/531

New Contributors
* janseptaugust made their first contribution in https://github.com/FreeTAKTeam/FreeTakServer/pull/329
* jeremybox made their first contribution in https://github.com/FreeTAKTeam/FreeTakServer/pull/337
* dlc-ariel made their first contribution in https://github.com/FreeTAKTeam/FreeTakServer/pull/354
* punanepaabulind made their first contribution in https://github.com/FreeTAKTeam/FreeTakServer/pull/377
* hickey made their first contribution in https://github.com/FreeTAKTeam/FreeTakServer/pull/376

**Full Changelog**: https://github.com/FreeTAKTeam/FreeTakServer/compare/v1.9.9.2...v2.0.11a0

0.2

TAKLib.py
Added:
* New functions for logging: errorlog and log
* Some exception handling, altough it's still not good enough
Fixed:
* Various minor bugs

ServerExample.py
Added:
* Start command to main loop
* Show log and show errorlog commands
* exit command to exit CLI
* stop command to stop server without exiting CLI
Fixed:
* Various minor bugs

0.1

First Version

Page 6 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.