ocf / projects

Overview of technical OCF projects
3 stars 0 forks source link

IRCv3 #61

Open nikhiljha opened 3 years ago

nikhiljha commented 3 years ago

(from @dkess)

Deploy https://github.com/oragono/oragono to Kubernetes in an HA configuration (because that's supported, 💯).

It doesn't seem to support OIDC/SAML, but it supports LDAP.

ja5087 commented 3 years ago

fwiw inspircd 3 which we run already supports ircv3 except multiline/chat history which are still in draft status, and there's also an ldap plugin available. This ircd looks pretty cool though.

dkess commented 3 years ago

I'll echo what I said in IRC about this: I wouldn't worry so much about integration with OCF accounts. It's OK to have a separate account system for IRC (especially since we already do this anyways for NickServ accounts). We don't want IRC users storing their real passwords in plaintext to configure their clients.

jvperrin commented 3 years ago

It would be nice to combine services + IRCd + bouncer together, but I'm not sure you want to go through the pain of switching IRCds for that outcome. It'd certainly be doable, but having gone through that ocf/puppet#55 I'm not sure I'd recommend it. Feel free to if you really feel motivated to though!