Coders-IRC


IRC for Coders

InspIRCd 3.15.0


image
This version of InspIRCd was released on 2022-12-30.Added <sslprofile:tlsv13> to the ssl_openssl module for disabling TLS 1.3.Added support for forcing the use of TLS (SSL) in a MySQL database connection.Added support for the IRCv3 extended-monitor extension.Added the WebSocket error message to the body of the response when closing with an error.Added the inspircd.org/echo vendor tag to echoed messages.Added the regex_pcre2 module which provides the pcre regex engine with PCRE2.Added the...

Read More

IRC × OAuth 2.0


image
IRC × OAuth 2.02022-09-13In the past few days I’ve been working on better integrating IRC with OAuth 2.0. In a nutshell, my goal is to make IRC clients obtain a token by interacting with an OAuth 2.0 server, and then use that token to authenticate with the IRC server. This effort has resulted in various patches for meta.sr.ht’s OAuth 2.0 server, for the soju IRC bouncer and for the gamja & goguma IRC clients.Read More Here

Read More

CloudBot


image
Getting ReadyWe recommend that use you use a *unix system to run CloudBot in production, or Vagrant when developing CloudBot. However, it is possible to install natively on Windows.First, make sure you have Python 3.6 or higher installed. It can be downloaded at python.org.Next, you need to install pip.You can usually install pip via the following python command in cmd:python3 -m ensurepip If that doesn't work, follow this guide and then run easy_install pip in cmd.DownloadingDownload CloudBot...

Read More