Coders-IRC
IRC for Coders
Archive November 2022
MIRC 7.72 HAS BEEN RELEASED! NOVEMBER 27TH 2022

This is a small update that adds features and addresses a number of issues reported by users since the last release. It includes improvements, changes and fixes, including:Added support for big float calculations using MAPM library.Fixed script parser bug when handling non-while/if { } brackets.Updated zlib library to v1.2.13.Fixed !. command prefixes used infront of while/if commands affecting following command.Added identifiers $cbrt(), $log2(), $powmod(), $modinv(), $gcd(), and...
IRC × OAuth 2.0

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