Logo
Explore Help
Sign In
cottongin/owncast-IRC-bridge
1
1
Fork 0
You've already forked owncast-IRC-bridge
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
a2314ba50fcd38200fbcdaa36fb151aafcbc0b9f
owncast-IRC-bridge/src/main.rs

13 lines
156 B
Rust
Raw Normal View History

feat: add config module with TOML parsing and env var support Made-with: Cursor
2026-03-10 21:51:35 -04:00
mod config;
feat: add events module with BridgeEvent, ControlCommand, OwncastState types Made-with: Cursor
2026-03-10 21:52:17 -04:00
mod events;
feat: add Owncast health poller with state change detection Made-with: Cursor
2026-03-10 21:55:13 -04:00
mod health;
feat: add HTML stripping utility for Owncast emoji and markup Made-with: Cursor
2026-03-10 21:53:26 -04:00
mod html;
feat: add IRC task with auto-reconnect and backoff Made-with: Cursor
2026-03-10 21:56:48 -04:00
mod irc_task;
feat: add Owncast API client for sending messages and checking status Made-with: Cursor
2026-03-10 21:54:25 -04:00
mod owncast_api;
feat: add webhook server with payload parsing and chat/stream event handling Made-with: Cursor
2026-03-10 21:56:12 -04:00
mod webhook;
feat: add WebSocket task for Owncast chat with reconnect Made-with: Cursor
2026-03-10 21:57:35 -04:00
mod websocket;
feat: add config module with TOML parsing and env var support Made-with: Cursor
2026-03-10 21:51:35 -04:00
feat: scaffold project with dependencies and config Made-with: Cursor
2026-03-10 21:49:42 -04:00
fn main() {
println!("owncast-irc-bridge");
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 133ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API