irc chat client
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3039
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
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
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
XHR Chat 1.0
XHR Chat is a demonstration type chat script I wrote when experimenting with xmlHttpRequest. more>>
XHR Chat is a demonstration type chat script I wrote when experimenting with xmlHttpRequest. It never refreshes, keeps an infinite post log, and checks for new posts once a second.
XHR Chat will degrade gracefully if the browser doesnt support xmlHttpRequest, just so long it still has javascript enabled.
<<lessXHR Chat will degrade gracefully if the browser doesnt support xmlHttpRequest, just so long it still has javascript enabled.
Download (0.003MB)
Added: 2006-03-20 License: GPL (GNU General Public License) Price:
1326 downloads
FlashUnity Client 0.3
FlashUnity is a channel-based approach to an XML flash communications server and chat room. more>>
FlashUnity is a channel-based approach to an XML flash communications server and chat room.
Using the concept of channels and filters the FlashUnity server becomes extremely flexible and very easy to extend. Also, by using channels it is possible to run multiple modular functions within the same server.
Filters allow you to prefilter input for all channels or provide other functionality to all channels. This is a total rewrite of CyberSS, and the APIs and XML have multiple major changes. Each module, filter, and the chat client are in their own seperate PEAR package.
Enhancements:
- Room changes now work properly, and there are Uselist updates.
- This is the final release before 1.0.
<<lessUsing the concept of channels and filters the FlashUnity server becomes extremely flexible and very easy to extend. Also, by using channels it is possible to run multiple modular functions within the same server.
Filters allow you to prefilter input for all channels or provide other functionality to all channels. This is a total rewrite of CyberSS, and the APIs and XML have multiple major changes. Each module, filter, and the chat client are in their own seperate PEAR package.
Enhancements:
- Room changes now work properly, and there are Uselist updates.
- This is the final release before 1.0.
Download (0.47MB)
Added: 2006-02-28 License: GPL (GNU General Public License) Price:
1335 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
Perl Chat 0.1.1
http://perlchat.sourceforge.net more>>
Perl Chat is a project that consists of a client and a server, both written in perl.
The goal of this project is to create a chat server that can be used on smaller networks such as a college campus or a business network.
Both the client and the server are written in Perl, and the client uses the Tk module to generate its GUI.
Installation:
First of all you need a working version of Perl. Preferably 5.6 but 5.005X should also work fine. For versions of Perl Chat < 0.1.0 you will need to compile Perl with Threads. (Keep in mind that Threads are still experimental) I designed this program with Perl 5.6.0 which can be found HERE.
You will need to read the installation instructions to compile it with Threads. I advise anyone who is doing this to install this new version of perl into /usr/local/ so as to not overwrite your old perl. Then by changing the first line of the script you can toggle between the different installs of perl.
<<lessThe goal of this project is to create a chat server that can be used on smaller networks such as a college campus or a business network.
Both the client and the server are written in Perl, and the client uses the Tk module to generate its GUI.
Installation:
First of all you need a working version of Perl. Preferably 5.6 but 5.005X should also work fine. For versions of Perl Chat < 0.1.0 you will need to compile Perl with Threads. (Keep in mind that Threads are still experimental) I designed this program with Perl 5.6.0 which can be found HERE.
You will need to read the installation instructions to compile it with Threads. I advise anyone who is doing this to install this new version of perl into /usr/local/ so as to not overwrite your old perl. Then by changing the first line of the script you can toggle between the different installs of perl.
Download (0.036MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1135 downloads
Claros Chat 1.0
Claros Chat is a web based (fully Ajax) instant messaging client which is capable of talking with the Jabber protocol. more>>
Claros Chat is finally ready. It is a web based (fully Ajax) instant messaging client which is capable of talking with the Jabber protocol. Claros Chat is well tested with Google Talk and it supports all major browsers such as Internet Explorer, Firefox, Safari, Mozilla.
The project has a minimalistic and an elegant user interface which looks much like a desktop application. Anyone interested in the application can test drive it at http://www.claros.org/chat.
Main features:
- Works with any Jabber server, including Google Talk.
- No setup needed on the client machine, works 100% within the browser, no plugins required.
- It is a 100% Ajax application, with a clean and nice user interface.
- Supports all major browsers.
- It can display user avatars including your own.
- Supports many of the emotions with MSN like smileys.
- All features such as changing status, changing status text, loading buddy list, adding/removing new buddy are all implemented.
- Can chat with as many users as you like.
- Users can set auto away at the preferences screen.
- Much words are useless, youve got to see it yourself, "it is one of the best looking and usefull open source instant messaging applications(or simply the best) in the world". See and believe for yourself. Just try the demo to see.(Login with your own Google username/password)
- You can start your own corporate chat network. Download a Jabber server from http://www.jabber.org and use Claros Chat to chat with your collegues.
- You can connect and chat with MSN, AOL, ICQ, Yahoo chat networks providing that you have your own Jabber server with a suitable gateway installed.
- It is open source and completely free software.
<<lessThe project has a minimalistic and an elegant user interface which looks much like a desktop application. Anyone interested in the application can test drive it at http://www.claros.org/chat.
Main features:
- Works with any Jabber server, including Google Talk.
- No setup needed on the client machine, works 100% within the browser, no plugins required.
- It is a 100% Ajax application, with a clean and nice user interface.
- Supports all major browsers.
- It can display user avatars including your own.
- Supports many of the emotions with MSN like smileys.
- All features such as changing status, changing status text, loading buddy list, adding/removing new buddy are all implemented.
- Can chat with as many users as you like.
- Users can set auto away at the preferences screen.
- Much words are useless, youve got to see it yourself, "it is one of the best looking and usefull open source instant messaging applications(or simply the best) in the world". See and believe for yourself. Just try the demo to see.(Login with your own Google username/password)
- You can start your own corporate chat network. Download a Jabber server from http://www.jabber.org and use Claros Chat to chat with your collegues.
- You can connect and chat with MSN, AOL, ICQ, Yahoo chat networks providing that you have your own Jabber server with a suitable gateway installed.
- It is open source and completely free software.
Download (3.6MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1139 downloads
Virtual Universe Client 0.72
Virtual Universe is a 3D cyberspace which offers more possibilities than just chat. more>>
The "Virtual Universe" is a 3D cyberspace which offers more possibilities than just chat: it is a combination of the Web, chat, and instant messaging within a realistic, three-dimensional cyberspace.
The "Virtual Universe" is a virtual reality environment which runs on top of the Internet.
Main features:
- chat with each other
- see the chat-partner as a virtual, three-dimensional person
- interact and communicate
- be creative in many ways
- create own worlds for any desired subject
Enhancements:
- A lighting bug in .COB/.SCN loader has been fixed.
<<lessThe "Virtual Universe" is a virtual reality environment which runs on top of the Internet.
Main features:
- chat with each other
- see the chat-partner as a virtual, three-dimensional person
- interact and communicate
- be creative in many ways
- create own worlds for any desired subject
Enhancements:
- A lighting bug in .COB/.SCN loader has been fixed.
Download (16.8MB)
Added: 2007-01-08 License: Freeware Price:
1020 downloads
RobChat 0.4
RobChat is an XML/HTTP chat script. more>>
RobChat is an XML/HTTP chat script. It features multiple users, automatic updates without reloading, IE and Mozilla support, and a "whos online" window.
RobChat has the look and feel of a client-side chat client, but is written entirely in XML/HTTP, Javascript, and PHP.
<<lessRobChat has the look and feel of a client-side chat client, but is written entirely in XML/HTTP, Javascript, and PHP.
Download (0.002MB)
Added: 2005-11-23 License: GPL (GNU General Public License) Price:
1430 downloads
IoChatto 0.1
IoChatto is a chat client which you can use in the JXTA platform. more>>
IoChatto is a chat client which you can use in the JXTA platform.
Its interface is similar to many IRC chat clients, but you can have presence information for every channel, and its design is fully decentralized.
<<lessIts interface is similar to many IRC chat clients, but you can have presence information for every channel, and its design is fully decentralized.
Download (3.4MB)
Added: 2006-09-19 License: BSD License Price:
1130 downloads
Campus Chat Server 0.1
Campus Chat Server is a chat server intended for use in the Cadiz University campus network. more>>
Campus Chat Server project is a chat server intended for use in the Cadiz University campus network.
Enhancements:
- hash_maps are now used instead of maps, so the cost of lookup or insertion is O(1) in the average case, instead of O(logn).
<<lessEnhancements:
- hash_maps are now used instead of maps, so the cost of lookup or insertion is O(1) in the average case, instead of O(logn).
Download (0.006MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price:
1158 downloads
MultiChat 0.8
MultiChat is a chat client with the major focus on one-to-many communications (chat rooms and others). more>>
MultiChat is a chat client with the major focus on one-to-many communications (chat rooms and others).
MultiChat application does not aim to be a multi-protocol client. Instead, it seeks to provide multiple chat and collaboration resources based on integrated development with a single protocol and server software.
Installation:
# Run the configure script
./configure
# Compile
make
# Install
make install
# Run
multichat
Enhancements:
- This version fixes some bugs, sets the application icon on the alt-tab screen and changes the topic text justification.
<<lessMultiChat application does not aim to be a multi-protocol client. Instead, it seeks to provide multiple chat and collaboration resources based on integrated development with a single protocol and server software.
Installation:
# Run the configure script
./configure
# Compile
make
# Install
make install
# Run
multichat
Enhancements:
- This version fixes some bugs, sets the application icon on the alt-tab screen and changes the topic text justification.
Download (0.39MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1232 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
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
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 chat 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