Nick

Results 6 issues of Nick

Instead of using file operations to emulate the creation of call JSON, this should be handled by the new JSON library. This should ultimately be easier to maintain, less prone...

Trunk Recorder has been offering the ability for users to create and install their own plugins since early 4.x. While the process is not difficult, and ensures that plugin code...

When using the `ssl_cert_file` and `ssl_key_file` settings, Rdio Scanner appears to load the certificates only on startup and will continue to use them until the process is restarted. If a...

investigating

The four "internal" plugins [`openmhz_uploader`, `broadcastify_uploader`, `stat_socket`, `unit_script`] are always loaded, whether or not the user intends to use them in their trunk-recorder installation. After the configuration file is parsed,...

Three relatively minor edits for the broadcastify plugin in rc/5.0 1. The Broadcastify plugin currently re-reads the call json from disk as part of the initial upload stage. As of...

`INVALID_CC_MESSAGE` messages are supposed to be removed from the message count, however they currently trigger an _immediate_ control channel retune due to a missing break statement. This minor fix should...