chat
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 409
B-Chat 0.13
B-Chat is a small application which allows you to chat on Battle.net. more>>
B-Chat is a small application which allows you to chat on Battle.net.
It has no fancy GUI interface (yet :-), but I have plans for making it Gnome compliant.
However, at the moment it works pretty much like the regular UNIX telnet client, with the lines that are being sent and received mixed into eachother.
It can make it hard to read at times, but it serves my purpose.
I started work on this client because I wanted a way to chat with my friends on Battle.net while I was on Linux.
I really didnt feel like rebooting to Windows just to run TopazChat or ScumBot (I dont like Wine either :-), so I decided to code my own chat client.
The client is still in its early stages, so its very rough and may be hard to use. You have to supply the name o the Battle.net server that you are going to be connecting to. This will change in the future.
<<lessIt has no fancy GUI interface (yet :-), but I have plans for making it Gnome compliant.
However, at the moment it works pretty much like the regular UNIX telnet client, with the lines that are being sent and received mixed into eachother.
It can make it hard to read at times, but it serves my purpose.
I started work on this client because I wanted a way to chat with my friends on Battle.net while I was on Linux.
I really didnt feel like rebooting to Windows just to run TopazChat or ScumBot (I dont like Wine either :-), so I decided to code my own chat client.
The client is still in its early stages, so its very rough and may be hard to use. You have to supply the name o the Battle.net server that you are going to be connecting to. This will change in the future.
Download (0.006MB)
Added: 2006-09-20 License: GPL (GNU General Public License) Price:
1143 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
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
wchat 1.2.6
wchat is a telnet-based Chat Server written in the C language. more>>
wchat is a telnet-based Chat Server written in the C language. It was originally based on chatC code, but then expanded to be a fully functional chat environment. wchat is designed to use minimal cpu or memory resources, and be a modular high-level code base. What this means is all low-level functions are written in separate libraries which wchat uses them.
This allows any additions or changes to the "look and feel" of the chat to be very simple and straight forward. wchat is an extremely stable and solid base from which to build a chat environment around. This is not a web chat, but a telnet chat server usually connected to via clients such as tinyfugue, gmud, CRT, etc.
Main features:
- System configurable network options (listen size, max user, etc.)
- Full ANSI color support
- Multiple chat channels
- Fully configurable handle with color support in handle
- Idle times
- System uptime information
- Basic login information
- message timestamps
- User accounts
- guest, normal, and admin user levels
- /admin command for admins
<<lessThis allows any additions or changes to the "look and feel" of the chat to be very simple and straight forward. wchat is an extremely stable and solid base from which to build a chat environment around. This is not a web chat, but a telnet chat server usually connected to via clients such as tinyfugue, gmud, CRT, etc.
Main features:
- System configurable network options (listen size, max user, etc.)
- Full ANSI color support
- Multiple chat channels
- Fully configurable handle with color support in handle
- Idle times
- System uptime information
- Basic login information
- message timestamps
- User accounts
- guest, normal, and admin user levels
- /admin command for admins
Download (0.096MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1181 downloads
XChat 2.8.4
XChat is an IRC (chat) program for Windows and UNIX (Linux/BSD) operating systems. more>>
XChat is an IRC (chat) program for Windows and UNIX (Linux/BSD) operating systems. I.R.C. is Internet Relay Chat, see http://irchelp.org for more information about IRC in general.
XChat runs on most BSD and POSIX compliant operating systems.
Main features:
- Full featured IRC client
- Fully customizable
- Tabbed window interface
- Small resource footprint
- 41 language translations
- encrypted connections using OpenSSL 0.9.8d
- native IPv6 support
- Perl, Python, Ruby and Tcl language interface plugins for scripting
<<lessXChat runs on most BSD and POSIX compliant operating systems.
Main features:
- Full featured IRC client
- Fully customizable
- Tabbed window interface
- Small resource footprint
- 41 language translations
- encrypted connections using OpenSSL 0.9.8d
- native IPv6 support
- Perl, Python, Ruby and Tcl language interface plugins for scripting
Download (1.3MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
856 downloads
ICMP-Chat 0.6
ICMP-Chat is a simple console-based chat that uses ICMP packets for communication. more>>
ICMP-Chat is a simple console-based chat that uses ICMP packets for communication. All the data is encrypted with Rijndael-256 algorithm.
Installation:
Type: make && make install
For solaris type: make solaris && make install
Usage:
Usage: icmpchat [OPTIONS] < host > < nick >
< host > = Host to chat with
< nick > = Your nickname
OPTIONS:
-t < type > = specify icmp type (default ECHO_REPLY)
Example: icmpchat 192.168.1.2 foo
ICMP codes:
[0] Echo Reply
[5] Redirect
[8] Echo Request
[9] Router advertisement
[10] Router solicitation
[13] Timestamp request
[14] Timestamp reply
[15] Information request
[16] Information reply
[17] Adressmask request
[18] Adressmask reply
Enhancements:
- Rewrote from scratch
- Implemented optimized rijndael algorithm
- Implemented sha256 for password hashing
- Implemented ncurses frontend (again)
- Fixed getuid problem so that setting suid flag works now (thanks John)
<<lessInstallation:
Type: make && make install
For solaris type: make solaris && make install
Usage:
Usage: icmpchat [OPTIONS] < host > < nick >
< host > = Host to chat with
< nick > = Your nickname
OPTIONS:
-t < type > = specify icmp type (default ECHO_REPLY)
Example: icmpchat 192.168.1.2 foo
ICMP codes:
[0] Echo Reply
[5] Redirect
[8] Echo Request
[9] Router advertisement
[10] Router solicitation
[13] Timestamp request
[14] Timestamp reply
[15] Information request
[16] Information reply
[17] Adressmask request
[18] Adressmask reply
Enhancements:
- Rewrote from scratch
- Implemented optimized rijndael algorithm
- Implemented sha256 for password hashing
- Implemented ncurses frontend (again)
- Fixed getuid problem so that setting suid flag works now (thanks John)
Download (0.037MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1229 downloads
GtkChat 0.60
GtkChat is GTK+ based Vypress Chat TM clone which uses gtk2-perl bindings. more>>
GtkChat is GTK+ based Vypress Chat TM clone. It uses GTK 2 and its Perl bindings. I tried to make UI simple and clean while maintaining same look as Vypress Chat.
<<less Download (0.049MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1550 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
AjaxChat 1.2
AjaxChat is a simple, fast, and customizable chat server that uses Ajax. more>>
AjaxChat is a simple, fast, and customizable chat server that uses Ajax to smoothly refresh and display the chat zone and the nickname zone.
AjaxChat project supports customized CSS stylesheets and plugins.
Online chat is a generic term for what are now mostly known as instant messaging applications-computer programs that enable two-way typing to connect users to each other.
However, there are net dating systems and other online services that do not use these applications to provide chat facilities, e.g., Delphi, often relying on HTTP-based protocols instead. Sometimes these are called a chat room or chat extending the physical metaphors of sites and magazines which many web services exploit.
Today there are many chat rooms, some incorporating instant messaging features without having to install additional chat software. These chatrooms often have friend finders built in.
Some of these systems also provide telephone voice mail access. These are usually known generically as just chat systems.
A chat log is a record of a chat. Sometimes this is put on the web.
The earliest online chat system widely used was probably the Unix talk facility. The earliest one in general use was likely the French Minitel. During the 1980s, online chat was made available on CompuServe and DDial servers, and later on GEnie. In 1988, Internet Relay Chat (IRC) protocol, an instant messaging tool, was developed and became the de-facto standard for online chat.
Enhancements:
- An optimized chat weight, a simplified initialization process, and simplified theme creation.
<<lessAjaxChat project supports customized CSS stylesheets and plugins.
Online chat is a generic term for what are now mostly known as instant messaging applications-computer programs that enable two-way typing to connect users to each other.
However, there are net dating systems and other online services that do not use these applications to provide chat facilities, e.g., Delphi, often relying on HTTP-based protocols instead. Sometimes these are called a chat room or chat extending the physical metaphors of sites and magazines which many web services exploit.
Today there are many chat rooms, some incorporating instant messaging features without having to install additional chat software. These chatrooms often have friend finders built in.
Some of these systems also provide telephone voice mail access. These are usually known generically as just chat systems.
A chat log is a record of a chat. Sometimes this is put on the web.
The earliest online chat system widely used was probably the Unix talk facility. The earliest one in general use was likely the French Minitel. During the 1980s, online chat was made available on CompuServe and DDial servers, and later on GEnie. In 1988, Internet Relay Chat (IRC) protocol, an instant messaging tool, was developed and became the de-facto standard for online chat.
Enhancements:
- An optimized chat weight, a simplified initialization process, and simplified theme creation.
Download (0.22MB)
Added: 2006-10-06 License: BSD License Price:
1115 downloads
XChatOSD 5.19
XChatOSD is a Perl script for X-Chat. more>>
XChatOSD is a Perl script for X-Chat which displays the messages recieved by X-Chat through the xosd library.
Enhancements:
- Added DCC chat messages support
- Added CTCP support
- Added automatic codepage chooser. Codepage setting is now deprecated.
<<lessEnhancements:
- Added DCC chat messages support
- Added CTCP support
- Added automatic codepage chooser. Codepage setting is now deprecated.
Download (0.011MB)
Added: 2005-06-28 License: GPL (GNU General Public License) Price:
1581 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
QuickChat 0.2
QuickChat is a Firefox extension that is designed to allow you to chat about anything on any website. more>>
QuickChat is a Firefox extension that is designed to allow you to chat about anything on any website with the users that are actively browsing that site.
And now, with more than 10,000+ users actively browsing with the extension and a lot more activity in chatting, this is actually worth downloading. Enjoy!
<<lessAnd now, with more than 10,000+ users actively browsing with the extension and a lot more activity in chatting, this is actually worth downloading. Enjoy!
Download (0.040MB)
Added: 2007-06-27 License: MPL (Mozilla Public License) Price:
850 downloads
AndyChat 3.00
AndyChat is a program for chatting to people over various network protocols. more>>
AndyChat is a program for chatting to people over various network protocols. It was originally designed as a chat program which can work only on IPX networks. Now its fast becoming a command line Curses based IRC client which will eventually have all the features of AndyChat v2.xx minus the IPX code, and will have additional features including support for all the Instant Messenger systems I can get my hands on, starting with ICQ, and also several Java/Web chat backends (for users to participate in Yahoo! Web Chats, etc from the console!).
Also, since AndyChat v3.xx is written in Perl, it should be theoretically possible to keep it cross-platform, although good luck in getting it to work on Win.
<<lessAlso, since AndyChat v3.xx is written in Perl, it should be theoretically possible to keep it cross-platform, although good luck in getting it to work on Win.
Download (0.057MB)
Added: 2006-06-15 License: GPL (GNU General Public License) Price:
1226 downloads
Naken Chat 2.12
Naken Chat is a public chat server written in C (originally in Java). more>>
Naken Chat is a public chat server written in C (originally in Java). Naken Chat project allows multiple people to connect to it and talk simultaneously to each other or in private messages.
The goal of Naken Chat is to be as small and fast as possible using the least amount of your computers memory with the most amount of features. The current size of the Naken Chat binary on a Linux box is about 38k after being "stripped".
Ive fully tested this program on FreeBSD, Linux, Solaris, Windows 98 and XP, and MacOSX.
The Naken Chat server can be connected to through many different client programs including telnet, a Java applet, Windows clients, and J2ME Naken Chat Client for mobile phones.
Main features:
- Private channels created by anyone (with channel-ops)
- Channel locking to not allow unwanted visitors in
- Channel squelching to make annoying people in your channel shut up
- Gagging to make annoying users not be able to write to you
- Private messages
- User levels
- Idle users can be knocked offline after an idle period
- Channels are now optional
- Username/Password file so only known people can log in
- Beeps for when someone gets a private messages
- Private message highlighting
- Special Channels
- Main: The main channel.. can also be called channel 0
- Hidden caves: if you go to a channel that has a number and the number is between 1000 and 1999, the channel wont be listed when people type .w to see whos online. This feature is no longer compiled in by default.
- Site Banning
- Sysop (special power) functions
- Cross channel yelling so users in one channel can send a message to people in all the channels
- Hushing Yells so a user wont see any messages that were yelled
- If user types too much too fast they are bumped offline
- Internationalization (so Swedish/Norweigan/Hebrew/Arabic/etc. chars work)
- If you type: .w it will give you only that line number or .w would filter for that string
- Chat Logging
- Ability to hide IPs (for security)
- Sysop hiding
- Time stamping
- Many more features I cant remember at this time.
<<lessThe goal of Naken Chat is to be as small and fast as possible using the least amount of your computers memory with the most amount of features. The current size of the Naken Chat binary on a Linux box is about 38k after being "stripped".
Ive fully tested this program on FreeBSD, Linux, Solaris, Windows 98 and XP, and MacOSX.
The Naken Chat server can be connected to through many different client programs including telnet, a Java applet, Windows clients, and J2ME Naken Chat Client for mobile phones.
Main features:
- Private channels created by anyone (with channel-ops)
- Channel locking to not allow unwanted visitors in
- Channel squelching to make annoying people in your channel shut up
- Gagging to make annoying users not be able to write to you
- Private messages
- User levels
- Idle users can be knocked offline after an idle period
- Channels are now optional
- Username/Password file so only known people can log in
- Beeps for when someone gets a private messages
- Private message highlighting
- Special Channels
- Main: The main channel.. can also be called channel 0
- Hidden caves: if you go to a channel that has a number and the number is between 1000 and 1999, the channel wont be listed when people type .w to see whos online. This feature is no longer compiled in by default.
- Site Banning
- Sysop (special power) functions
- Cross channel yelling so users in one channel can send a message to people in all the channels
- Hushing Yells so a user wont see any messages that were yelled
- If user types too much too fast they are bumped offline
- Internationalization (so Swedish/Norweigan/Hebrew/Arabic/etc. chars work)
- If you type: .w it will give you only that line number or .w would filter for that string
- Chat Logging
- Ability to hide IPs (for security)
- Sysop hiding
- Time stamping
- Many more features I cant remember at this time.
Download (0.026MB)
Added: 2007-06-28 License: Free To Use But Restricted Price:
857 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
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 chat 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