Check the current list of bugs, maybe yours has already been reported. If you're not sure
what you're seeing is a bug, you might want to discuss it on the
forum first.
Frequently asked questions.
How to debug a crash.
View list of currently outstanding bugs.
Submit a new bug report. Don't forget to include the xchat version number!
CVS access is available at sourceforge.
To check-out the current development version:
cvs -d:pserver:anonymous@xchat.cvs.sourceforge.net:/cvsroot/xchat login
cvs -z3 -d:pserver:anonymous@xchat.cvs.sourceforge.net:/cvsroot/xchat co -P xchat2
To check-out a specific release version, for example 2.8.4:
cvs -d:pserver:anonymous@xchat.cvs.sourceforge.net:/cvsroot/xchat login
cvs -z3 -d:pserver:anonymous@xchat.cvs.sourceforge.net:/cvsroot/xchat co -r XCHAT_2_8_4 -P xchat2
There is no password, just press enter.
There is an up to date CVS log here:
http://cia.navi.cx/stats/project/xchat/ or here:
http://xchat.org/cvslog.
The second link is more reliable (no missing check-ins), but is updated less often.