X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/7c682699cb3e1d595bdc6821cdd02948ce38c5ac..0b6b5d8aad216a948a07ab749a451b86e009e8b0:/content/news/2003-05-28-new-irc-server-code-approaches-release.md diff --git a/content/news/2003-05-28-new-irc-server-code-approaches-release.md b/content/news/2003-05-28-new-irc-server-code-approaches-release.md index f488a472c..bcda2f66c 100644 --- a/content/news/2003-05-28-new-irc-server-code-approaches-release.md +++ b/content/news/2003-05-28-new-irc-server-code-approaches-release.md @@ -3,11 +3,14 @@ date: 2003-05-28 23:20:45+00:00 slug: new-irc-server-code-approaches-release title: New IRC Server Code Approaches Release --- - Hi all. As you probably know, we're in the process of testing release candidates for dancer-ircd 1.0.32, the next production IRC server code for freenode. Since the last news item, we've continued to test and debug, and we've made some progress. [The change list is here](http://freenode.net/news-2003-05-28.shtml#changes). + In addition to some bug-squashing, we've now modified services to allow us to mlock +Jrz and -Jrz, as well as +PF and -PF with the help of network staff. Ben Reser has kindly produced a [script](http://ben.reser.org/irssi/format_identify.pl) for [irssi](http://www.irssi.org/) which takes advantage of the new CAPAB IDENTIFY-MSG support to display an unambiguous indication in each line whether the person speaking (or doing an ACTION) is identified to services. **This should make it quite a bit harder to spoof nicknames.** To use the script in irssi, simply follow the instructions in the comments section. + **We could use your help** in creating similar scripts for **xchat** and the other **free software** IRC clients, and even for **mIRC**, to help those who are stuck using Microsoft products to connect to the network. + We're approaching release and, again, **we need your help.** **Please come to the testnet** on [irc.freenode.net, port 9001](irc://irc.freenode.net:9001/) and help us find bugs! Stop by #kline-me if you'd like to help us thrash the bugs out of our KLINE/UNKLINE/REHASH changes. Or just take a look at the following (slightly updated) change list, and at our older [reference manual](http://source.freenode.net/%7Easuffield/dancer/dancer-oper-guide/dancer-oper-guide/), not yet updated, to look for features to test. + **Thanks in advance for any help you can provide!** Changes in Dancer IRCD 1.0.32Numerous small bugs have been fixed, and the following lists some of the changes: @@ -27,6 +30,7 @@ Changes in Dancer IRCD 1.0.32Numerous small bugs have been fixed, and the follow * **Identified user highlighting.** The CAPAB command has been added to allow client software to register special capabilities. The first such capability is IDENTIFY-MSG; with it turned on, the text of messages, notices and CTCP ACTIONs will be prefaced with '-' when they come from an unidentified user, and '+' when the user is identified to services. The purpose of this feature is to make it difficult to spoof someone's identity. If you're running [irssi](http://www.irssi.org/), there's already a [script](http://ben.reser.org/irssi/format_identify.pl) available to format the output of this feature for your convenience. + In addition, we've provided another capability, IDENTIFY-CTCP, which similarly formats the output of CTCPs other than ACTION.