Commit graph

127 commits

Author SHA1 Message Date
0c40b51caf Renamed config to configuration in httpserver URL. 2022-09-09 00:20:03 +02:00
2dbc971275 Added version to env vars, added local hostname to env vars and a bug fix. 2022-09-09 00:12:09 +02:00
b114befaff Added CHANGELOG and description about version numbering. 2022-09-08 09:24:15 +02:00
71b118afd1 Added database_port to configuration and a cleanup. 2022-09-08 07:47:55 +02:00
384cd2071f Added DOCTYPE and title to HTTP configuration status page. 2022-09-08 07:25:39 +02:00
21a7780c39 Added automatic page refresh to the HTTP configuration status page. 2022-09-08 07:22:43 +02:00
f2e79f5267 Typo fix. 2022-09-08 05:37:33 +02:00
105cc2fa4e Uuups, a bug fix... :| 2022-09-08 05:34:37 +02:00
ae53c48815 Added AUTHORS file and cleaned up some code. 2022-09-08 05:32:59 +02:00
e921d36aa5 Configuration parameter checks, simplified logging, a lot of refactoring and bug fixes. 2022-09-07 02:10:08 +02:00
95f5f1a351 Notification stuff and bug fixes. 2022-09-06 13:09:16 +02:00
8b6718f5e2 Renamed config.json to uplink.json plus .gitignore update 2022-09-06 05:13:20 +02:00
9106747fb1 .gitignore update. 2022-09-06 04:44:17 +02:00
8dd15e6e29 Added Gammu example config and renamed uplink example config file. 2022-09-06 03:24:02 +02:00
fe15992ad6 Example configuration file update. 2022-09-06 03:11:06 +02:00
aad5edec48 Configuration error fix. 2022-09-06 03:03:02 +02:00
1e545af5f8 Bug fix. 2022-09-06 02:55:04 +02:00
03424821c8 Added notification stub, lot of refactoring, set default http_server_host to 127.0.0.1 and bug fixes. 2022-09-06 02:51:54 +02:00
2313c93d8e License fix. 2022-09-01 02:13:23 +02:00
c2035d35af Added a speedtest thread, lot of refactoring and cleanups 2022-08-31 00:19:15 +02:00
d7f74f3914 args cleanup and full configuration in config file possible now. lot of refactoring and tons of cleanups 2022-08-29 01:33:19 +02:00
c8bde6f22b removed support for bottle and pyramid. cherrypy is most easy to integrate and fits to all my needs... 2022-08-28 04:56:33 +02:00
5fe2d053fe deleted an old unused file 2022-08-28 04:19:28 +02:00
d2f3484ca9 Added a simple data model class to be more flexible. SQLAlchemy will not be included. uplink is to small for this... maybe later. Lot of housekeeping where done too. 2022-08-28 04:17:53 +02:00
4fddd1e7fc just a small fix for database changes 2022-08-28 00:12:05 +02:00
a14fccfb71 Totally refactored. Split everything in classes. Integrated HTTP server support for a status page. bottle, celery and pyramid supported but I will choose only one. Currently cherrypy looks perfect. Writing results to a database will become optionally and will use SQLAlchemy in the next days. This all is a work in progress and the code should not really be used. I am refreshing my Python skills and I hope the next release will be modular and usable for everybody... stay tuned 2022-08-27 18:46:47 +02:00
3c4aa09bf1 Directory refactoring to be more native to Python. 2022-08-25 21:02:22 +02:00
d815508396 Lot of refactoring in the daemon class and some more cleanups. 2022-08-25 19:48:05 +02:00
ec3a61e019 only beauty fixes... :) 2022-08-25 03:31:53 +02:00
801f4a9b48 just a typo fix 2022-08-25 03:21:07 +02:00
4f2d05f11e some makefile changes; nothing special. 2022-08-25 03:17:29 +02:00
4196745300 set version to 0.6.0 2022-08-25 02:43:31 +02:00
eba54b8cb0 added kill and restart args to stop or restart the daemon if running... 2022-08-25 02:34:25 +02:00
8dd81c5eee import threadung libs only when used 2022-07-31 21:26:18 +02:00
42f3e557be Added tar.xz method to Makefile. 2022-07-18 15:36:20 +02:00
1aca9314e5 Makefile fix. 2022-07-18 14:41:40 +02:00
6794adf4c8 Makefile fix. 2022-07-18 14:11:06 +02:00
76b515be94 Added more stuff to 'make clean'. 2022-07-18 14:09:55 +02:00
37d67be954 Added methods to Makefile for 7z and tar.gz package building. 2022-07-18 14:07:52 +02:00
2d3bb36a75 Added two run methods to Makefile with some default paramaters to make it easy to execute uplink. 2022-07-18 13:45:39 +02:00
bb25c96291 Added Makefile for building a binary using Nuitka 2022-07-18 13:41:35 +02:00
452b57c45b Arguments typo fix; FILE->LOGFILE 2022-07-18 13:08:10 +02:00
3a650267e1 .gitignore update to ignore nuitka3 builds 2022-07-18 12:10:30 +02:00
5f3f4e912f Moved daemon3x.py to files/ 2022-07-18 11:06:24 +02:00
850360037b Version set to 0.5.2 2022-07-18 10:19:16 +02:00
92de153a53 Removed submodules 2022-07-18 09:49:11 +02:00
af62c76817 Version fix and added a new line... 2022-05-04 05:32:59 +02:00
ea22a979f3 Updated submodule fritzconnection to current master 2022-05-03 02:05:59 +02:00
5a0b170610 Directories restructered 2021-12-28 23:49:01 +01:00
674d8084ea Removed all Gtk GUI stuff. This is found in the separate repository fritzui from now on. 2021-12-28 23:35:04 +01:00