No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-23 17:37:04 +02:00
forgejo-hooks forgejo-hooks: merged_at attribute is optional 2025-10-29 16:25:53 +01:00
src feat: gitlab feature 2026-06-23 17:30:09 +02:00
.gitignore Added gitignore 2024-08-20 23:12:35 +02:00
build.rs Add build script to make git version available in code 2026-01-08 23:51:11 +01:00
Cargo.toml feat: vendored-openssl feature 2026-06-23 17:37:03 +02:00
Changelog hooks: Add updated_at parameter to MergeRequest and Issue hooks 2026-01-08 13:48:15 +01:00
config.sample.toml meta: add exmaple config 2026-06-23 17:37:04 +02:00
LICENSE Add AGPL-3.0-or-later LICENSE file 2024-09-04 21:17:02 +02:00
README.md feat: vendored-openssl feature 2026-06-23 17:37:03 +02:00
rustfmt.toml rustfmt: hard_tabs = true 2023-05-20 19:35:18 +02:00

Cusku

XMPP bot.

At the moment it only implements Webhooks (gitlab) to MUC, but the goal is to be somewhat of a testbed for xmpp-rs features.

Originally based on tokio-webhook2muc.

Cross-compile musl

cross build --release --target x86_64-unknown-linux-musl --features vendored-openssl

License

AGPL-3.0-or-later. See the LICENSE file.