release 1.0 (#41) * TODO added * Move conf to SQLite3 * Client database and config database segregated * SQLite Implementation * Implementing SQLite * fix error * Bug fixing, better logging, better local db operations, removed useless code and variables * Changes by Pietro * Changes by Otaviano * Merge to resolve #14 (#18) * Path-mapping's endpoint request processing implemented, CRUD switch cases refactored * Key-mapping's requests processing implemented (#15) * Merge (#20) (#21) * TODO added * Move conf to SQLite3 * Client database and config database segregated * SQLite Implementation * Implementing SQLite * fix error * Bug fixing, better logging, better local db operations, removed useless code and variables * Changes by Pietro * Changes by Otaviano * config behaviors * Issue fixing Co-authored-by: farinap5 <[email protected]> Co-authored-by: farinap5 <[email protected]> * Server reloading and stopping implemented (#23) * Merge of #12 * Implementing Config File * conf file done * Minor variable name corrections, dynamic logging, config variable reference minor refactoring and minor issues fixing Co-authored-by: farinap5 <[email protected]> * Merge of #24 (#32) * Interface to string parsing bug fixed * Database locking fixed * Merge of #27 (#34) * Interface to string parsing bug fixed * Database locking fixed * Filter join's separator changed from ',' to 'AND' * Path and query string unescaping implemented * Merge of #28 (#35) * Interface to string parsing bug fixed * Database locking fixed * Filter join's separator changed from ',' to 'AND' * Path and query string unescaping implemented * Zombie behavior comparing in handler assignment phase implemented * Merge of #29 (#33) * Interface to string parsing bug fixed * Database locking fixed * Filter join's separator changed from ',' to 'AND' * Merge of #25 * Automated tests v2 (FIXED) (#31) * Containerized testing implement along with some file referencing refactoring * Config package that was not included in commit now added, my bad :( * Merge of #39 Co-authored-by: farinap5 <[email protected]>