Euphoria API bindings for Rust
Find a file
Joscha 8377695529 Remove instance id generics
Instead, all instance ids are now usize (like message ids). This allows
me to enforce the fact that no two instances of a Bot must have the same
id by generating the ids in the Bot.

Reusing the same id for multiple instances that send their events to the
same place can lead to race conditions depending on how events are
handled. For example, the old instance might still be shutting down
while the new instance is already connected to a room, leading to an
InstanceEvent::Stopped from the old instance that seemingly applies to
the new instance.
2024-12-27 15:07:10 +01:00
.vscode Prepare rewrite 2024-12-07 22:57:26 +01:00
euphoxide Use next_id instead of last_id 2024-12-27 14:35:22 +01:00
euphoxide-bot Remove instance id generics 2024-12-27 15:07:10 +01:00
.gitignore Create project 2022-08-18 00:25:02 +02:00
Cargo.toml Add bot instance 2024-12-11 23:33:19 +01:00
CHANGELOG.md Fix time and duration formatting 2024-12-04 20:01:32 +01:00