New in this version:
- Fix a bug so logs in non-UTF-8 character sets are handled in some fashion. Especially latin-1.
- Run pending jobs before dealing with unsent jobs, so if unsent jobs cause jobmanager to crash, it can still be solved by running new scripts.
- If check-in with the adminsite fails continue to run anyway.
New in this version:
- Fix a bug so control characters in log_output which cause xmlrpc to fail are filtered out before sending them to the server
New in this version:
- Build auto-updating itself into the client
- Refactor security system and separate it out into its own file
- Consolidate calls to send_config_keys
- Security system changed to use a resolution down to seconds rather than just minutes
- Add automated tests
- Remove parameters.json after script run, sanitize log output
- Improved documentation
- Allow uppercase in computer names again
- Set /etc/hosts correctly
- Add linting
New in this version:
- Ensure job status never goes unreported.
- Checkin times now randomized when PC is registered with the admin system.
New in this version:
- Documentation now on Read The Docs, reference to this documentation in README.
- Ensure user enters a valid name for the newly registered PC.
- New RPC endpoint (citizen_login) added to client to support integration with existing library login systems such as Cicero.
New in this version:
- Display Ubuntu version in computer's configuration.
- Fix ValueError/conversion error from YAML.
- Improved documentation.
New in this version:
- Fix bug in handling of basenames for downloaded files.
New in this version:
- Fix unsafe deletion of old security scripts.
New in this version:
- Proper handling of timeout and version.
New in this version:
- The OS2borgerPC client was moved to its own repository.