Skip to content
#

ircv3

Here are 58 public repositories matching this topic...

slingamn
slingamn commented Nov 1, 2020

This was #414 and we already declared victory on this. But this still interests me as the best option for enterprise hardening of Oragono: with native support for this, we could immediately reject any connection that doesn't have a valid certificate. (In a hypothetical enterprise setting, rapidly expiring certificates would then be distributed by a management agent.)

Folaht
Folaht commented May 26, 2020

$cargo run

Finished dev [unoptimized + debuginfo] target(s) in 0.13s
Running /home/folaht/testbot/devlohpmaq/target/debug/testbot
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })', src/main.rs:10:15
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

`$strace

prologic
prologic commented Nov 28, 2017

Currently we have only one "accounts" and "oeprators" storage backend; "the config file" (ircd.yml).

In future we will have support for other configurable types of backends for "accounts"; meanwhile here is a proposal for improved accounts that integrate "operators" (currently split in the configuration file).

  • A single "accounts" config block that holds account usernames and passwords

Improve this page

Add a description, image, and links to the ircv3 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ircv3 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.