bIRC main series

This is a pseudo branch.
It only contains stable snapshots from birc/dev

All versions should work out-of-the-box in this branch.
Experimental-Code and Quick'n'Dirty -Fixes are disabled to ensure it's stability.

Config-options for the ~/.bIRC/birc.rc
(Values displayed are default values)

nick="$(basename $0)$$" #Sets default nickname
mode="+iwx" #Sets default nick-modes, cmdline argument overrides this in any case
name="bIRC" #Sets ident, username and realname
host="" #Sets default irc-hostname, cmdline argument overrides this in any case
port="6667" #Sets Port to connect to, cmdline argument overrides this in any case
keep="false" #Enables/Disables logkeeping
mon="false" #Enables/Disables the monitoring daemon
debug="false" #Enables/Disables debugging into $errlog
help="true" #Enables/Disables ?usage text
dtimer="0.20" #Sets default display update rate in secs, 0 for no delay
errlog="./birc.err.log" #Sets default error-log destination, /dev/null disables error-logs
alias=( "/rw;/set rw 1" ) #Array containing multiple Alias, syntax: ALIAS;COMMAND
autojoin=( ) #Array containing all channels to autojoin on connection
display=( "1;?usage" ) #Array containing a preset of ID;WINDOW to open upon start

Theme-options for ~/.bIRC/birc.theme

theme[0]="_TIMESTAMP_ -> _NICK_" #JOIN
theme[1]="_TIMESTAMP_ <- _NICK_" #PART
theme[2]="_TIMESTAMP_ -- _OLDNICK_ is now _NICK_" #NICK
theme[3]="_TIMESTAMP_ xx _NICK_" #QUIT
theme[4]="_TIMESTAMP_ _NICK_: _MSG_" #MSG
theme[5]="_CHANNEL_ :: _TOPIC_" #TOPIC

Series information

Project:
bIRC
Series:
main
Project drivers:
Daniel 'f0o' Preussker
Release manager:
None
Status:
Current Stable Release
Project development focus:
is not the focus of development.
Release URL pattern:
None

Download RDF metadata

Code for this series

The following branch has been registered as the mainline branch for this release series:

12 revisions.

You can get a copy of the development focus branch using the command:
bzr branch lp:birc/main

Browse the code

Milestones and releases

13 of 3 results
Version Expected Released Summary
bIRC 0.4 None
bIRC 0.3 None
bIRC 0.2 "beta" None
13 of 3 results

All bugs Latest bugs reported

All packages Distribution packaging

This series is not packaged in any distribution series.

This series contains Public information
Everyone can see this information.