diff --git a/ChangeLog b/ChangeLog index 6db52cb..5f7aa64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,20 @@ CHANGES ======= +* Removed admin\_web.py +* Removed some RPC server log noise +* Fixed admin page packet date +* RPC Server logs the client IP on failed auth +* Start keepalive thread first +* fixed an issue in the mobile webchat +* Added dupe checkig code to webchat mobile +* click on the div after added +* Webchat suppress to display of dupe messages +* Convert webchat internet urls to local static urls +* Make use of webchat gps config options +* Added new webchat config section +* fixed webchat logging.logformat typeoh + v3.1.3 ------ diff --git a/docs/apidoc/aprsd.cmds.rst b/docs/apidoc/aprsd.cmds.rst index bc298b4..802588f 100644 --- a/docs/apidoc/aprsd.cmds.rst +++ b/docs/apidoc/aprsd.cmds.rst @@ -20,6 +20,14 @@ aprsd.cmds.dev module :undoc-members: :show-inheritance: +aprsd.cmds.fetch\_stats module +------------------------------ + +.. automodule:: aprsd.cmds.fetch_stats + :members: + :undoc-members: + :show-inheritance: + aprsd.cmds.healthcheck module ----------------------------- diff --git a/docs/apidoc/aprsd.logging.rst b/docs/apidoc/aprsd.logging.rst deleted file mode 100644 index e972ee2..0000000 --- a/docs/apidoc/aprsd.logging.rst +++ /dev/null @@ -1,29 +0,0 @@ -aprsd.logging package -===================== - -Submodules ----------- - -aprsd.logging.log module ------------------------- - -.. automodule:: aprsd.logging.log - :members: - :undoc-members: - :show-inheritance: - -aprsd.logging.rich module -------------------------- - -.. automodule:: aprsd.logging.rich - :members: - :undoc-members: - :show-inheritance: - -Module contents ---------------- - -.. automodule:: aprsd.logging - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/apidoc/aprsd.rst b/docs/apidoc/aprsd.rst index e840985..37f991b 100644 --- a/docs/apidoc/aprsd.rst +++ b/docs/apidoc/aprsd.rst @@ -10,7 +10,7 @@ Subpackages aprsd.clients aprsd.cmds aprsd.conf - aprsd.logging + aprsd.log aprsd.packets aprsd.plugins aprsd.rpc @@ -21,14 +21,6 @@ Subpackages Submodules ---------- -aprsd.aprsd module ------------------- - -.. automodule:: aprsd.aprsd - :members: - :undoc-members: - :show-inheritance: - aprsd.cli\_helper module ------------------------ @@ -53,10 +45,10 @@ aprsd.exception module :undoc-members: :show-inheritance: -aprsd.flask module ------------------- +aprsd.main module +----------------- -.. automodule:: aprsd.flask +.. automodule:: aprsd.main :members: :undoc-members: :show-inheritance: @@ -93,6 +85,14 @@ aprsd.stats module :undoc-members: :show-inheritance: +aprsd.wsgi module +----------------- + +.. automodule:: aprsd.wsgi + :members: + :undoc-members: + :show-inheritance: + Module contents ---------------