irc client
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2937
Ghoti IRC Client 0.86
Ghoti is a GUI-based IRC Client for unix/linux. more>>
Ghoti is a GUI-based IRC Client for unix/linux, written in Perl, and distributed under the GPL. Ghoti IRC Client has an uncanny similarity to mIRC.
Main features:
- Multi-server support
- Fully customisable GUI
- DCC Resume support
- Support for mIRC colours
- Robust CTCP flood protection
- Built in XDCC/CDCC file offering
- On-event sounds (if you really must)
<<lessMain features:
- Multi-server support
- Fully customisable GUI
- DCC Resume support
- Support for mIRC colours
- Robust CTCP flood protection
- Built in XDCC/CDCC file offering
- On-event sounds (if you really must)
Download (0.15MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1190 downloads
libircclient 1.2
libircclient is a small but powerful library, which implements client-server IRC protocol. more>>
libircclient is a small but powerful library, which implements client-server IRC protocol. libircclient is designed to be small, fast, portable and compatible to RFC standards, and most IRC clients.
Main features:
- Full multi-threading support.
- Single threads handles all the IRC processing.
- Support for single-threaded applications, and socket-based applications, which use select()
- Synchronous and asynchronous interfaces.
- CTCP support with optional build-in reply code.
- Flexible DCC support, including both DCC chat, and DCC file transfer.
- Can both initiate and react to initiated DCC.
- Can accept or decline DCC sessions asynchronously.
- Plain C interface and implementation (possible to use from C++ code, obviously)
- Compatible with RFC 1459 and most IRC clients.
- Free, licensed under LGPL license.
- Good documentation and examples available.
Installation:
./configure
make
make install
Enhancements:
- IRC color manpulation functions now exported too.
<<lessMain features:
- Full multi-threading support.
- Single threads handles all the IRC processing.
- Support for single-threaded applications, and socket-based applications, which use select()
- Synchronous and asynchronous interfaces.
- CTCP support with optional build-in reply code.
- Flexible DCC support, including both DCC chat, and DCC file transfer.
- Can both initiate and react to initiated DCC.
- Can accept or decline DCC sessions asynchronously.
- Plain C interface and implementation (possible to use from C++ code, obviously)
- Compatible with RFC 1459 and most IRC clients.
- Free, licensed under LGPL license.
- Good documentation and examples available.
Installation:
./configure
make
make install
Enhancements:
- IRC color manpulation functions now exported too.
Download (0.28MB)
Added: 2006-08-30 License: LGPL (GNU Lesser General Public License) Price:
1152 downloads
Oracle client 1.00
Oracle client is a simplistic Perl-based Oracle client. more>>
Oracle client is a simplistic Perl-based Oracle client that tries to mimic some of the functionality of PostgreSQL and MySQLs text-based SQL clients.
It is relatively simplistic, but much more useful than dbishell or sqlplus.
The project supports readline, history, desc, and various shorthand commands like d, , c, etc.
<<lessIt is relatively simplistic, but much more useful than dbishell or sqlplus.
The project supports readline, history, desc, and various shorthand commands like d, , c, etc.
Download (0.013MB)
Added: 2007-04-12 License: Perl Artistic License Price:
938 downloads
Piorun Jabber Client 0.1.0
Piorun Jabber Client is a Jabber client for Gnome with user interface simmilar to IRC clients. more>>
Piorun Jabber Client is a Jabber client for Gnome with user interface simmilar to IRC clients.
Currenly implemented features include: standard chat, multi-user chat, roster and subscriptions management, VCards, privacy lists, secure connections (TLS and SALSL).
Piorun is written using Mono/Gtk#
<<lessCurrenly implemented features include: standard chat, multi-user chat, roster and subscriptions management, VCards, privacy lists, secure connections (TLS and SALSL).
Piorun is written using Mono/Gtk#
Download (0.22MB)
Added: 2005-09-02 License: GPL (GNU General Public License) Price:
1514 downloads
MusicBrainz::Client 0.11
MusicBrainz::Client is a MusicBrainz Client API. more>>
MusicBrainz::Client is a MusicBrainz Client API.
SYNOPSIS
use MusicBrainz::Client;
use MusicBrainz::Queries qw(:all);
my $mb = MusicBrainz::Client->new();
if(! $mb->query_with_args( MBQ_FindArtistByName, [ "Pink Floyd" ]) ) {
die("Query failed: ", $mb->get_query_error(), "n");
}
print "Found ", $mb->get_result_int(MBE_GetNumArtists), " artistsn";
This module provides access to the musicbrainz client API using a perl-ish OO interface.
<<lessSYNOPSIS
use MusicBrainz::Client;
use MusicBrainz::Queries qw(:all);
my $mb = MusicBrainz::Client->new();
if(! $mb->query_with_args( MBQ_FindArtistByName, [ "Pink Floyd" ]) ) {
die("Query failed: ", $mb->get_query_error(), "n");
}
print "Found ", $mb->get_result_int(MBE_GetNumArtists), " artistsn";
This module provides access to the musicbrainz client API using a perl-ish OO interface.
Download (0.023MB)
Added: 2006-11-13 License: Perl Artistic License Price:
1083 downloads
Irc-Scroller r307
Irc-Scroller is a Web script that parses different IRC log formats. more>>
Irc-Scroller is a Web script that parses different IRC log formats, and dynamically displays them as Web pages, updating almost in real time.
The log formats used by eggdrop, mirc, irssi, and a custom database are currently supported.
<<lessThe log formats used by eggdrop, mirc, irssi, and a custom database are currently supported.
Download (0.009MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
827 downloads
IRC-Chess 0.1
IRC-Chess project is a 2-player chess game for IRC which turns a computer into an IRC chess bot. more>>
IRC-Chess project is a 2-player chess game for IRC which turns a computer into an IRC chess bot.
It consists of a Java chess server, with frontend scripts to convert an IRC client into a chess bot. Players then communicate with the bot using standard IRC commands, and dont require any special software to play.
Frontend scripts are available for IRSSI and X-Chat.
The client is merely responsible for interpreting this data and displaying it. In this way, porting the system to a variety of IRC clients is very simple, since
the client script will be short, and effectively contain no code specific to the game being played.
In other words, the Java part is smart. The script is dumb and is just there to make things look pretty.
This idea works. Currently, client scripts have been designed for RSSI and XChat. Since both these programs use Perl for scripting, the scripts are practically identical, with a few client specific modifications.
Porting this script to other IRC clients shouldnt be too much of a hassle, since its just the frontend thats ported, not the chess game itself. Anyone wanting to create frontend scripts for other IRC clients, please feel free to do so.
The PROTOCOL file describes exactly what needs to be done.
<<lessIt consists of a Java chess server, with frontend scripts to convert an IRC client into a chess bot. Players then communicate with the bot using standard IRC commands, and dont require any special software to play.
Frontend scripts are available for IRSSI and X-Chat.
The client is merely responsible for interpreting this data and displaying it. In this way, porting the system to a variety of IRC clients is very simple, since
the client script will be short, and effectively contain no code specific to the game being played.
In other words, the Java part is smart. The script is dumb and is just there to make things look pretty.
This idea works. Currently, client scripts have been designed for RSSI and XChat. Since both these programs use Perl for scripting, the scripts are practically identical, with a few client specific modifications.
Porting this script to other IRC clients shouldnt be too much of a hassle, since its just the frontend thats ported, not the chess game itself. Anyone wanting to create frontend scripts for other IRC clients, please feel free to do so.
The PROTOCOL file describes exactly what needs to be done.
Download (0.059MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1075 downloads
Console Jabber Client 1.0.0
Console Jabber Client is a Jabber client with text-based user interface resembling those known from popular IRC clients. more>>
Console Jabber Client is a Jabber client with text-based user interface resembling those known from popular IRC clients.
CJC is a Jabber/XMPP client for text terminals. Console Jabber Client uses pyxmpp library for XMPP comunication and curses for screen output. It is not finished yet, but still quite usable. Its user interface is resembling those of popular IRC clients like irssi or BitchX.
<<lessCJC is a Jabber/XMPP client for text terminals. Console Jabber Client uses pyxmpp library for XMPP comunication and curses for screen output. It is not finished yet, but still quite usable. Its user interface is resembling those of popular IRC clients like irssi or BitchX.
Download (0.10MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1262 downloads
irc-proxy 0.4 Beta
Ircproxy is a transparent IRC content filtering application. more>>
Ircproxy is a transparent IRC content filtering application. It may be used whenever there is a need for monitoring IRC connections.
irc-proxy may be used to deny specific connections or to examine suspicious IRC traffic.
<<lessirc-proxy may be used to deny specific connections or to examine suspicious IRC traffic.
Download (0.059MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1219 downloads
Original Gamers Client 0.4.7
Original Gamers Client is a cross-platform GUI MUD client. more>>
Original Gamers Client project is a cross-platform GUI MUD client.
Original Gamers Client aims to combine the convenience of a GUI-based MUD client with the power that seems reserved for TUI-based clients. OGC implements its GUI using Tk.
<<lessOriginal Gamers Client aims to combine the convenience of a GUI-based MUD client with the power that seems reserved for TUI-based clients. OGC implements its GUI using Tk.
Download (MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1046 downloads
irclogger 1.14
irclogger is a simple bot, a program connecting as a client on IRC servers. more>>
irclogger is a simple "bot", a program connecting as a client on IRC servers to provide a web log of what is said. It is built to provide a simple and web-compliant service.
Irclogger was done to:
- Be used on intranets, where users can be trusted and will not try constantly to crack the system. Thus the bot do not need to provide the plethora of anti-hackers, channel defending measures
- Provide privacy, users can set passwords on the log files, change them, but cannot remove them
- Be another web tool, the bot obey just the minimal IRC commands to log or not a channel. All the rest is done via a web browser. Each logged phrase becomes a part of the web with its own URL.
I could not find a bot satisfying these criteria. All were huge monsters with bloated functionalities of dubious utility, many were disgusting amounts of ugly perl code.
I stumbled on a nice unfinished python bot "logger" by Sean B. Palmer and Dan Connolly, so I used it as a base for irclogger, and added html view of the logs.
irclogger consists of 2 parts:
- irclogger, a python IRC client writing text logs in the MIRC format.
- CGI shell scripts, (bash) to be used from a web server to format the logs into html and provide searching in them.
Enhancements:
- Bugfix for python 2.3:
- Crashed when somebody said in a channel: [LOGGER], off the format of args passed to the function had changed
- Crashed when no more channels were logged
- Would not remove a channel from the list of logged chans for next time when kicked out of it
<<lessIrclogger was done to:
- Be used on intranets, where users can be trusted and will not try constantly to crack the system. Thus the bot do not need to provide the plethora of anti-hackers, channel defending measures
- Provide privacy, users can set passwords on the log files, change them, but cannot remove them
- Be another web tool, the bot obey just the minimal IRC commands to log or not a channel. All the rest is done via a web browser. Each logged phrase becomes a part of the web with its own URL.
I could not find a bot satisfying these criteria. All were huge monsters with bloated functionalities of dubious utility, many were disgusting amounts of ugly perl code.
I stumbled on a nice unfinished python bot "logger" by Sean B. Palmer and Dan Connolly, so I used it as a base for irclogger, and added html view of the logs.
irclogger consists of 2 parts:
- irclogger, a python IRC client writing text logs in the MIRC format.
- CGI shell scripts, (bash) to be used from a web server to format the logs into html and provide searching in them.
Enhancements:
- Bugfix for python 2.3:
- Crashed when somebody said in a channel: [LOGGER], off the format of args passed to the function had changed
- Crashed when no more channels were logged
- Would not remove a channel from the list of logged chans for next time when kicked out of it
Download (0.034MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1224 downloads
ParaIrcLib 0.1
ParaIrcLib is a small library for IRC clients, written in Java and should work with JRE 1.4 and higher. more>>
ParaIrcLib is a small library for IRC clients, written in Java and should work with JRE 1.4 and higher.
At the Moment all IRC features except DCC-File-Transfer are supported.
The main reason ParaIrcLib was made for is ParaIrc.If you want to know how to build your own Java IrcClient with the Help of ParaIrcLib, just have a look at the ParaIrc source code.
<<lessAt the Moment all IRC features except DCC-File-Transfer are supported.
The main reason ParaIrcLib was made for is ParaIrc.If you want to know how to build your own Java IrcClient with the Help of ParaIrcLib, just have a look at the ParaIrc source code.
Download (0.022MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
1128 downloads
DMDirc 0.4
DMDirc is a new cross platform IRC client written in java. more>>
DMDirc project is a new cross platform IRC client written in java
DMDirc was started to address the lack of a good IRC client for Linux, it can however be run on any java capable platform, including OSX and window. While there are plenty of reasonable clients, most are lacking in one respect or another. We hope that DMDirc will fill this gap.
We are accepting feature requests and bug reports to our issue tracker at Google Code.
<<lessDMDirc was started to address the lack of a good IRC client for Linux, it can however be run on any java capable platform, including OSX and window. While there are plenty of reasonable clients, most are lacking in one respect or another. We hope that DMDirc will fill this gap.
We are accepting feature requests and bug reports to our issue tracker at Google Code.
Download (0.42MB)
Added: 2007-06-14 License: MIT/X Consortium License Price:
862 downloads
Net::Hotline::Client 0.83
Net::Hotline::Client is a Perl library for the Hotline internet client. more>>
Net::Hotline::Client is a Perl library for the Hotline internet client.
SYNOPSIS
use Net::Hotline::Client;
$hlc = new Net::Hotline::Client;
$hlc->connect("127.0.0.1")
$hlc->chat_handler(&Chat_Handler);
$hlc->msg_handler(&Msg_Handler);
$hlc->login(Login => "Steve",
Password => "xyzzy",
Nickname => "Jobs",
Icon => 128);
$hlc->run();
...
Net::Hotline::Client is a class implementing a Hotline internet client in Perl. It was specifically developed to aid in the creation of Hotline "bots," although its suitable for most other tasks as well. Hotline is an internet client/server system thats sort of a cross between IRC and a BBS. See http://www.hotlinesw.com/ for more information.
This document assumes you have some knowledge of the Hotline client. If not, I suggest downloading it from the URL above. (Its shareware. Mac and PC versions are available)
<<lessSYNOPSIS
use Net::Hotline::Client;
$hlc = new Net::Hotline::Client;
$hlc->connect("127.0.0.1")
$hlc->chat_handler(&Chat_Handler);
$hlc->msg_handler(&Msg_Handler);
$hlc->login(Login => "Steve",
Password => "xyzzy",
Nickname => "Jobs",
Icon => 128);
$hlc->run();
...
Net::Hotline::Client is a class implementing a Hotline internet client in Perl. It was specifically developed to aid in the creation of Hotline "bots," although its suitable for most other tasks as well. Hotline is an internet client/server system thats sort of a cross between IRC and a BBS. See http://www.hotlinesw.com/ for more information.
This document assumes you have some knowledge of the Hotline client. If not, I suggest downloading it from the URL above. (Its shareware. Mac and PC versions are available)
Download (0.057MB)
Added: 2007-06-23 License: Perl Artistic License Price:
859 downloads
CWirc 2.0.0
CWirc is a plugin for the X-Chat IRC client to transmit raw Morse code over the internet using IRC servers as reflectors. more>>
CWirc project is a plugin for the X-Chat IRC client to transmit raw Morse code over the internet using IRC servers as reflectors. The transmitted Morse code can be received in near real-time by other X-Chat clients with the CWirc plugin.
CWirc tries to emulate a standard amateur radio rig: it sends and receives Morse over virtual channels, and it can listen to multiple senders transmitting on the same channel.
Morse code is keyed locally using a straight or iambic key connected to a serial port, or using the mouse buttons, and the sound is played through the sound card, or through an external sounder.
<<lessCWirc tries to emulate a standard amateur radio rig: it sends and receives Morse over virtual channels, and it can listen to multiple senders transmitting on the same channel.
Morse code is keyed locally using a straight or iambic key connected to a serial port, or using the mouse buttons, and the sound is played through the sound card, or through an external sounder.
Download (0.15MB)
Added: 2006-05-22 License: GPL (GNU General Public License) Price:
1251 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above irc client search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed