aprsd/aprsd/cmds
Hemna e13ca0061a Convert config to oslo_config
This patch is the initial conversion of the custom config
and config file yaml format to oslo_config's configuration mechanism.

The resulting config format is now an ini type file.

The default location is ~/.config/aprsd/aprsd.conf

This is a backwards incompatible change.  You will have to rebuild
the config file and edit it.

Also any aprsd plugins can now define config options in code and
add an setup.cfg entry_point definition
oslo_config.opts  =
  foo.conf = foo.conf:list_opts
2022-12-24 16:51:40 -05:00
..
__init__.py Refactor the cli 2021-11-05 13:36:33 -04:00
completion.py Added new feature to list-plugins command 2021-12-08 17:16:17 -05:00
dev.py Cleaned out all references to messaging 2022-12-16 15:58:02 -05:00
healthcheck.py Removed debug code 2022-01-07 15:17:16 -05:00
list_plugins.py Fix PyPI scraping 2022-10-27 12:33:31 -02:30
listen.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
send_message.py Removed Packet.send() 2022-12-21 16:26:36 -05:00
server.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
webchat.py Removed Packet.send() 2022-12-21 16:26:36 -05:00