Naken Chat 2.13b6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Naken Chat 2.13b6 (Default branch)
# 1  
Old 01-12-2009
Naken Chat 2.13b6 (Default branch)

Naken Chat is a port of Javachat to C. Javachat can be directly replaced with this server and the Java chat client or telnet client will talk to it as if it was Javachat. Naken Chat is multithreaded (like Javachat) and has all the features (channels, gagging, squelching, private messages, etc) and has been tested on: Linux, FreeBSD, Irix, Solaris, and Win32.License: GNU General Public License (GPL)Changes:
This release adds an SQLite user registration option and plugin support. It has more code cleanup and optimizations.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DCC(3pm)						User Contributed Perl Documentation						  DCC(3pm)

NAME
Net::IRC::DCC - Object-oriented interface to a single DCC connection SYNOPSIS
Hard hat area: This section under construction. DESCRIPTION
This documentation is a subset of the main Net::IRC documentation. If you haven't already, please "perldoc Net::IRC" before continuing. Net::IRC::DCC defines a few subclasses that handle DCC CHAT, GET, and SEND requests for inter-client communication. DCC objects are created by "Connection->new_{chat,get,send}()" in much the same way that "IRC->newconn()" creates a new connection object. METHOD DESCRIPTIONS
This section is under construction, but hopefully will be finally written up by the next release. Please see the "irctest" script and the source for details about this module. AUTHORS
Conceived and initially developed by Greg Bacon <gbacon@adtran.com> and Dennis Taylor <dennis@funkplanet.com>. Ideas and large amounts of code donated by Nat "King" Torkington <gnat@frii.com>. Currently being hacked on, hacked up, and worked over by the members of the Net::IRC developers mailing list. For details, see http://www.execpc.com/~corbeau/irc/list.html . URL
Up-to-date source and information about the Net::IRC project can be found at http://netirc.betterbox.net/ . SEE ALSO
o perl(1). o RFC 1459: The Internet Relay Chat Protocol o http://www.irchelp.org/, home of fine IRC resources. perl v5.8.8 2008-01-24 DCC(3pm)