David Sangrey
David Sangrey
In order to let us help you better, please fill out the following fields as best you can: ### I am... * [X] Reporting a bug * [ ] Suggesting...
Adds support for the LIST command (defined by RFC1459 Section 4.2.6) and adds a new function (BasicClient.channel_list). The channel_list function returns an updated channel listing of all channels and details...
Adds 2 CI/CD Workflows to Pydle and runs all Pydle code through the [Black Code Formatter](https://github.com/psf/black). Workflow 1 checks to ensure the codebase complies with the `black` standards on every...
## Detailed Description Support for the LIST function (RPL_LISTSTART, RPL_LIST, RPL_LISTEND) (RFC 1459 Section 4.2.6) would be a welcome addition to Pydle. This function would allow Pydle to be aware...
# Description From #901, If you didn't actually login during the last start of your game client then the latest Journal file doesn't have Commander information. This adds a new...
Some users have reported issues with TCE and EDMC 5.10.1 and 5.9.5. We have not been able to replicate this issue reliably or identify what has caused the issues and...
**Describe the enhancement** Presently, EDDN does not get sent the station type or carrier docking access under any circumstances. This data is allowed by the endpoint, and is available under...
**Describe the enhancement** Currently, for some EDDN endpoints (particularly commodity), latches exist that would prevent the journal file from being read, and relying instead on cAPI responses alone. From the...
**Describe the enhancement** Currently, EDMC does not send the DockingDenied or DockingGranted schemas to EDDN. We should add those. **Additional context** Add any other context about your request here https://github.com/EDCD/EDDN/blob/master/schemas/dockinggranted-v1.0.json...
**Describe the enhancement** Update Python Version Used Currently, we test and build against Python 3.11.1's Python Action for system-built builds. https://github.com/actions/python-versions/releases Versions of 3.12 are available, as are later versions...