- Mar 10, 2025
-
-
Michael Chernigin authored
- Add preun script to stop alterator-manager service.
-
- Mar 05, 2025
-
-
Ivan Savin authored
- Update docs/README-ru.md.
-
Ivan Savin authored
-
- Feb 19, 2025
-
-
Ivan Savin authored
- Add polkit to requires.
-
- Feb 07, 2025
-
-
Ivan Savin authored
- Update docs/README-ru.md.
-
Ivan Savin authored
-
- Feb 05, 2025
-
-
Ivan Savin authored
- Extend control of environment variables. You can now add environment variables for a method only if they are specified in the configuration file. You can also set default values for these variables. - Update docs/README-ru.md.
-
- Feb 04, 2025
-
-
Ivan Savin authored
-
- Feb 03, 2025
-
-
Ivan Savin authored
You can now add environment variables for a method only if they are specified in the configuration file. You can also set default values for these variables. The above does not apply to environment variables inherited from the parentprocess.
-
- Jan 23, 2025
-
-
Ivan Savin authored
- Add sorting for output of methods in org.altlinux.alterator.manager (GetObjects, GetInterfaces, GetAllObjects, GetAllInterfaces).
-
Ivan Savin authored
Add sorting for output of methods in org.altlinux.alterator.manager (GetObjects, GetInterfaces, GetAllObjects, GetAllInterfaces).
-
- Dec 12, 2024
-
-
Ivan Savin authored
- Fix setting a thread limit.
-
Ivan Savin authored
Fix setting a thread limit.
-
- Dec 06, 2024
-
-
Ivan Savin authored
- Transition backend files to toml format. - Update docs/README-ru.md.
-
Ivan Savin authored
-
Ivan Savin authored
-
- Oct 31, 2024
-
-
Ivan Savin authored
- Add the connection field to the ManagerData struct. - Update docs/README-ru.md.
-
- Oct 29, 2024
-
-
Ivan Savin authored
-
- Oct 15, 2024
-
-
Ivan Savin authored
Add the connection field to the ManagerData struct.
-
- Oct 14, 2024
-
-
Ivan Savin authored
- Renaming object paths and interface names and bus name from ru.basealt to org.altlinux.
-
Ivan Savin authored
Renaming object paths and interface names and bus name from ru.basealt to org.altlinux.
-
- Jul 11, 2024
-
-
Ivan Savin authored
- Add missing 'static' for GDBusSubtreeVTable subtree_vtable. - Make the service in system mode bus-activatable. - Fix warning incompatible pointer type.
-
Ivan Savin authored
Passing argument 3 of 'g_list_find_custom' from incompatible pointer type.
-
Ivan Savin authored
Make the service in system mode bus-activatable. Rename files: alterator-manager-user.service -> alterator-manager.service-user ru.basealt.alterator_manager.conf -> ru.basealt.alterator-manager.conf ru.basealt.alterator_manager.service -> ru.basealt.alterator-manager.service-user
-
Ivan Savin authored
Add missing static for GDBusSubtreeVTable subtree_vtable.
-
- May 31, 2024
-
-
Ivan Savin authored
- Add missing g_module_close() and remove unnecessary g_free(). - Add parameter 'object' to method 'GetSignals' on object /ru/basealt/alterator in interface ru.baseatl.alterator.manager.
-
Ivan Savin authored
Add parameter 'object' to method 'GetSignals' on object /ru/basealt/alterator in interface ru.baseatl.alterator.manager.
-
- May 30, 2024
-
-
Ivan Savin authored
Add missing g_module_close() and remove unnecessary g_free().
-
- May 28, 2024
-
-
Ivan Savin authored
- Add GetAllObjects and GetAllInterfaces to ru.basealt.alterator.manager on /ru/basealt/alterator. - Rename output parameter of GetSignals from objects to signals (ru.basealt.alterator.manager /ru/basealt/alterator).
-
Ivan Savin authored
Add GetAllObjects and GetAllInterfaces to ru.basealt.alterator.manager on /ru/basealt/alterator. Rename output parameter of GetSignals from objects to signals (ru.basealt.alterator.manager /ru/basealt/alterator).
-
- Mar 19, 2024
-
-
Ivan Savin authored
- Add new directories for the backend files in /etc. - Update docs/README-ru.md.
-
Ivan Savin authored
-
Ivan Savin authored
Add new directories for the backend files in /etc.
-
- Mar 12, 2024
-
-
Ivan Savin authored
- Make the service in user mode bus-activatable. - Disable authorization check for the default interface in user mode. - Update docs/README-ru.md. - Add separate directories for .backend files. - Add missing argument types to function definitions and declarations.
-
Ivan Savin authored
-
Ivan Savin authored
Disable authorization check for the default interface in user mode.
-
- Mar 07, 2024
-
-
Ivan Savin authored
-
Ivan Savin authored
There is no need to use the .user.backend suffix anymore. All configuration files must have the .backend extension. Configuration files for user mode should be located in /usr/share/alterator/backends/user/. Configuration files for system mode should be located in /usr/share/alterator/backends/, /usr/share/alterator/backends/system/ or /etc/alterator/backends/.
-
- Mar 06, 2024
-
-
Ivan Savin authored
Add missing argument types to function definitions and declarations.
-
- Feb 05, 2024
-
-
Ivan Savin authored
- Add the ability to use the full interface name in backend files. - Update docs/README-ru.md.
-