- Dec 18, 2023
-
-
Ivan Savin authored
- Fix the backends_data table creation, it is created only if the pointer is NULL. - Lines that are too long are split into shorter ones.
-
Ivan Savin authored
Fix the backends_data table creation, it is created only if the pointer is NULL. Lines that are too long are split into shorter ones.
-
- Dec 11, 2023
-
-
Aleksey Saprunov authored
-
- Dec 08, 2023
-
-
Ivan Savin authored
- Change the name of the Node field in the Alterator Entry section to Name. - Update docs/README-ru.md.
-
Ivan Savin authored
Change the name of the Node field in the Alterator Entry section to Name. Update docs/README-ru.md.
-
- Nov 27, 2023
-
-
Ivan Savin authored
- Change the format of the top section of backend files. - Add the ability to set an action_id without a ru.basealt.alterator prefix using the action_id field in the manager section. - Improve memory release logic for variables in the save_info_from_backend_file function in file alterator_manager_backends.h. - Update docs/README-ru.md.
-
Ivan Savin authored
-
Ivan Savin authored
Change the format of the top section of backend files. [Manager] -> [Alterator Entry] module_name -> Module node_name -> Node interface_name -> Interface ---- -> Type For backend files Type = Backend.
-
- Nov 14, 2023
-
-
Ivan Savin authored
Add the ability to set an action_id without a ru.basealt.alterator prefix using the action_id field in the manager section. Improve memory release logic for variables in the save_info_from_backend_file function in file alterator_manager_backends.h.
-
- Nov 01, 2023
-
-
Ivan Savin authored
- Update docs/README-ru.md.
-
Ivan Savin authored
-
- Oct 31, 2023
-
-
Ivan Savin authored
- Add name checking when adding an environment variable. The name must not contain =. - Rename ManagerData structure fields from _table to _data.
-
Ivan Savin authored
Add name checking when adding an environment variable. The name must not contain =. Rename ManagerData structure fields from _table to _data.
-
- Oct 27, 2023
-
-
Ivan Savin authored
- Fix method names in ru.basealt.alterator.manager. - Add automatic cleaning of environment variables. - Add support environment variables management for dbus senders (sin@). - Fix typos in alterator_manager_backends.h (sin@).
-
Ivan Savin authored
-
Ivan Savin authored
Fix method names in ru.basealt.alterator.manager and splitting too long lines of code into several.
-
Ivan Savin authored
Every 10 minutes, the list of environment variables is cleared of variables belonging to non-existent senders.
-
Evgeny Sinelnikov authored
-
Evgeny Sinelnikov authored
-
- Oct 16, 2023
-
-
Ivan Savin authored
- Fix: wrong method names in ru.basealt.alterator.manager.
-
Ivan Savin authored
-
- Sep 20, 2023
-
-
Ivan Savin authored
- Fix: fail to start when the backend files not found.
-
Ivan Savin authored
Fixed an issue where service would fail to launch if the backend files were not found.
-
- Sep 06, 2023
-
-
Ivan Savin authored
- Undo changes from 0.1.7-alt2. This change causes "double free or corruption".
-
Ivan Savin authored
This reverts commit a728fdf6. After this commit this "double free or corruption" appeared.
-
Ivan Savin authored
- Fix: add g_free() for newly-allocated copy of the string after g_variant_get().
-
Ivan Savin authored
Add g_free() for newly-allocated copy of the string after g_variant_get().
-
- Jul 11, 2023
-
-
Ivan Savin authored
- Add the ability to validate interfaces by template. - Update docs/README-ru.md.
-
Ivan Savin authored
-
Ivan Savin authored
Add the ability to validate interfaces by template. Templates are introspection files in a directory /usr/share/dbus-1/interfaces.
-
- Jun 23, 2023
-
-
Ivan Savin authored
- Add the ability to run the alterator-manager in user mode (systemctl --user). - Update docs/README-ru.md.
-
Ivan Savin authored
-
Ivan Savin authored
Add the ability to run the alterator-manager in user mode (systemctl --user).
-
- Jun 09, 2023
-
-
Ivan Savin authored
- Change defaults for polkit actions.
-
Ivan Savin authored
-
- Jun 01, 2023
-
-
Ivan Savin authored
- Add the get_interfaces method to the ru.basealt.alterator.manager interface. - Add checking of user rights to execute methods using polkit in the default interfaces.
-
Ivan Savin authored
Add checking of user rights to execute methods using polkit in the default interfaces.
-
- May 31, 2023
-
-
Ivan Savin authored
Add the get_interfaces method to the ru.basealt.alterator.manager interface that returns a list of interface names. The argument to this method is object path.
-
- May 22, 2023
-
-
Ivan Savin authored
- Add checking of user rights to execute methods using polkit. - Data from alterator-manager is now transferred not in a GHashTable, but in a structure ManagerData. - Add check for the correctness of the interface name in a backend file. - Add check for the correctness of the node name in a backend file. - Add automatic addition of prefix 'ru.basealt.alterator.' to the interface name from a file. - Update docs/README-ru.md.
-
Ivan Savin authored
Rename doc/README-ru.md -> docs/README-ru.md Update docs/README-ru.md.
-