Menu

Tree [eaf645] master /
 History

HTTPS access


File Date Author Commit
 bitchx-docs 2017-01-01 Kevin Easton Kevin Easton [f8f672] Update docs to remove references to bitchx.com
 bx-conf 2015-10-03 Kevin Easton Kevin Easton [ce3fd7] Global spelling fix s/recieve/receive/ across c...
 contrib 2012-07-26 Kevin Easton Kevin Easton [c604db] Add cp437 tool to contrib/ directory.
 debian 2016-07-25 Kevin Easton Kevin Easton [bc5c20] Remove old file README-1.2 from debian/docs and...
 dll 2018-11-10 Kevin Easton Kevin Easton [b5afd1] Replace last uses of bcopy() with memcpy()
 doc 2017-01-01 Kevin Easton Kevin Easton [f8f672] Update docs to remove references to bitchx.com
 include 2019-07-08 Kevin Easton Kevin Easton [e34737] Very minor simplification/cleanup of is_channel()
 macros 2012-12-30 Kevin Easton Kevin Easton [b2c9da] Fix the AC_CHECK_PLUGIN_SUPPORT configure macro...
 script 2008-02-25 Kevin Easton Kevin Easton [28febc] Initial import of the ircii-pana-1.1-final sour...
 source 2019-12-28 Kevin Easton Kevin Easton [eaf645] Improve efficiency of m_3cat() algorithm
 tests 2016-12-14 Kevin Easton Kevin Easton [39dd68] Add regression test script for $remw()
 translation 2008-02-25 Kevin Easton Kevin Easton [28febc] Initial import of the ircii-pana-1.1-final sour...
 BitchX.help 2018-01-04 Kevin Easton Kevin Easton [5991b8] Fix spelling mistakes in /BHELP file
 BitchX.ircnames 2008-02-25 Kevin Easton Kevin Easton [28febc] Initial import of the ircii-pana-1.1-final sour...
 BitchX.kill 2015-06-27 Kevin Easton Kevin Easton [ff2510] Add get_kill_reason() that uses BitchX.kill, an...
 BitchX.quit 2013-02-16 Kevin Easton Kevin Easton [934d19] Some more minor BitchX.quit tidying.
 BitchX.reasons 2008-02-25 Kevin Easton Kevin Easton [28febc] Initial import of the ircii-pana-1.1-final sour...
 COPYRIGHT 2014-11-01 Kevin Easton Kevin Easton [4f181b] Cleanup and update some ancilliary infomation f...
 Changelog 2019-12-28 Kevin Easton Kevin Easton [4f63d4] Remove duplicate global definitions
 INSTALL 2017-01-07 Kevin Easton Kevin Easton [7dce90] Move COMPILE-PROBLEMS into INSTALL
 IPv6-support 2012-05-15 Kevin Easton Kevin Easton [43f528] Update document to remove old supported platfor...
 Makefile.in 2017-05-03 Kevin Easton Kevin Easton [74a0c8] Use the same compat.o and ircsig.o object files...
 README 2014-11-14 Kevin Easton Kevin Easton [aab85f] Update version number to 1.2.1 in preparation f...
 aclocal.m4 2012-12-30 Kevin Easton Kevin Easton [b2c9da] Fix the AC_CHECK_PLUGIN_SUPPORT configure macro...
 autogen.sh 2016-02-19 Kevin Easton Kevin Easton [1359f0] Make autogen.sh prompt to run configure
 configure 2018-11-10 Kevin Easton Kevin Easton [fe2202] Remove configure check for bcopy(), no longer r...
 configure.in 2018-11-10 Kevin Easton Kevin Easton [fe2202] Remove configure check for bcopy(), no longer r...
 gitversion.sh 2015-03-16 Kevin Easton Kevin Easton [3b8079] Define VERSION in configure, and add git descri...
 install-sh 2008-02-25 Kevin Easton Kevin Easton [28febc] Initial import of the ircii-pana-1.1-final sour...
 mkinstalldirs 2008-02-25 Kevin Easton Kevin Easton [533c3d] Turn on SVN keyword replacement for $Date$, $Au...
 stamp-h.in 2008-02-25 Kevin Easton Kevin Easton [28febc] Initial import of the ircii-pana-1.1-final sour...

Read Me

BitchX 1.2.1 README
===================

BitchX is a free software text-based IRC (Internet Relay Chat) client for 
UNIX-like systems, originally based on ircII and heavily influenced by
EPIC.  This is the release notes for the 1.2.1 release.

I'd like to send out a special thanks to all those who've contributed in
a large or small way to the BitchX 1.2.1 release, whether through bug reports,
patches, testing, coding, packaging, updating documentation, maintaining 
IRC channels or websites, promotion or just keeping the faith:

flashback, Xavier, panasync, dialtone, sideshow, hop, Ancient, fudd, tau,
dan408, cpet, jeezy, zimzum, t3gah, darkfires, gauze, madsage, snadge, 
packet, nyet, brabes, nenolod, jdhore, riderplus, DJ, oxy, ncopa.

This release has primarily focussed on fixing a lage number of bugs and 
updating the code to suit a modern environment - the full list of changes is
in the Changelog.  Notable changes in the 1.2.1 release that are particularly
user-visible or of interest to scripters are explained below.

Instructions on building and installing the client are in the INSTALL file,
and licensing info is found in the COPYRIGHT file.

The BitchX 1.2 series is dedicated to void.  We'll miss you, man.

    - caf

/NAMES and /SCAN
----------------

The formatting of /NAMES and /SCAN output has been substantially reworked.
The old /FSETs NAMES_BOTCOLOR, NAMES_FRIENDCOLOR, NAMES_NICKCOLOR,
NAMES_OPCOLOR, NAMES_SHITCOLOR and NAMES_VOICECOLOR have been replaced
with these new /FSETs:

....................NAMES_NICK %B$[10]0
................NAMES_NICK_BOT %G$[10]0
.............NAMES_NICK_FRIEND %Y$[10]0
.................NAMES_NICK_ME %W$[10]0
...............NAMES_NICK_SHIT %R$[10]0
....................NAMES_USER %K[ %n$1-%K]
.............NAMES_USER_CHANOP %K[%C$0%n$1-%K]
..............NAMES_USER_IRCOP %K[%R$0%n$1-%K]
..............NAMES_USER_VOICE %K[%M$0%n$1-%K]

The NAMES_NICK formats control how the nick itself is displayed, depending
on the status of the nick as recognised by BitchX (the priority order is
NAMES_NICK_ME > NAMES_NICK_BOT > NAMES_NICK_FRIEND > NAMES_NICK_SHIT >
NAMES_NICK).  The NAMES_USER formats control how the overall entry appears in
the /NAMES or /SCAN line, depending on the channel status of the nick (the
priority order is NAMES_USER_CHANOP > NAMES_USER_VOICE > NAMES_USER_IRCOP >
NAMES_USER).

You'll need to update any scripts or custom formats that altered the old
formats.  If you just use the defaults, the main difference you'll see is
that your own nick is now shown in white, and voiced users are shown with
the '+' sent by the server instead of the 'v'.  You can go back to the old
look by setting these formats:

/FSET NAMES_NICK_ME %B$[10]0
/FSET NAMES_USER_VOICE %K[%Mv%n$1-%K]

Also, the NAMES header and NAMES_FOOTER formats are now called with $3 set
to the total number of nicks in the channel, and $4 to the mask given to
/SCAN (if any).

/SCAN now supports a new sort flag "-stat", which sorts the output by
channel status (chanops, then halfops, then voices, then the riff-raff).
This functionality was previously provided by the "scan" plugin, so this
plugin has been removed. If you want this to be the default, just set this
alias (the double-slash is necessary):

/ALIAS SCAN { //SCAN -STAT }

NEW FORMATS
-----------

In addition to the new NAMES_* formats mentioned above, these new /FSET
formats have been added:

CHANNEL_URL
USERMODE_OTHER
WHOIS_CALLERID
WHOIS_SECURE
WHOIS_LOGGEDIN

HALF-OP SUPPORT
---------------

New commands /HOP and /DEHOP have been added, to give and remove halfop
status (on servers that support it).

The scripting function $ishalfop(<nick> <channel) has been added (compatible
with EPIC), and support for halfops has been added to $channel().

The default status bar now shows your halfop status against your nick.

TCL
---

panasync OK'd releasing the tcl.c source, so this is now part of the main
client distribution.  If you want TCL support, just pass --with-tcl to
./configure.

MULTISERVER
-----------

The "last nick sent to" and "last nick received from" are now tracked
per-server, so $. $, $B and the "." and "," message targets are all
per-server.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.