All Projects → icechat → IceChat

icechat / IceChat

Licence: other
IceChat IRC Client

Programming Languages

C#
18002 projects
smalltalk
420 projects
HTML
75241 projects

Projects that are alternatives of or similar to IceChat

erk
Ərk is an open source, cross-platform IRC client written in Python 3, Qt 5, and Twisted.
Stars: ✭ 21 (-69.12%)
Mutual labels:  irc, irc-client
Irssi
The client of the future
Stars: ✭ 2,431 (+3475%)
Mutual labels:  irc, irc-client
Kvirc
The KVIrc IRC Client
Stars: ✭ 179 (+163.24%)
Mutual labels:  irc, irc-client
Irslackd
Self-hosted IRC gateway to Slack
Stars: ✭ 128 (+88.24%)
Mutual labels:  irc, irc-client
yesbot
IRC Bot Written in Prolog
Stars: ✭ 19 (-72.06%)
Mutual labels:  irc, irc-client
Go Twitch Irc
go irc client for twitch.tv
Stars: ✭ 155 (+127.94%)
Mutual labels:  irc, irc-client
Srain
Modern IRC client written in GTK
Stars: ✭ 197 (+189.71%)
Mutual labels:  irc, irc-client
Rirc
A terminal IRC client in C
Stars: ✭ 115 (+69.12%)
Mutual labels:  irc, irc-client
jj
An evolution of the suckless ii(1) file-based IRC client
Stars: ✭ 80 (+17.65%)
Mutual labels:  irc, irc-client
communi-sailfish
The first and foremost IRC client for Sailfish OS
Stars: ✭ 34 (-50%)
Mutual labels:  irc, irc-client
irc.dart
Dart IRC Library
Stars: ✭ 45 (-33.82%)
Mutual labels:  irc, irc-client
pesterchum-alt-servers
Instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck.
Stars: ✭ 37 (-45.59%)
Mutual labels:  irc, irc-client
Irc Slack
IRC-to-Slack gateway
Stars: ✭ 123 (+80.88%)
Mutual labels:  irc, irc-client
Xchataqua
An IRC client, OS X native front-end for XChat ( http://itunes.apple.com/app/id447521961 )
Stars: ✭ 157 (+130.88%)
Mutual labels:  irc, irc-client
Kittehircclientlib
An IRC client library in Java
Stars: ✭ 116 (+70.59%)
Mutual labels:  irc, irc-client
Irc3
plugable irc client library based on python's asyncio with DCC and SASL support
Stars: ✭ 189 (+177.94%)
Mutual labels:  irc, irc-client
Localslackirc
IRC gateway for slack, running on localhost for one user
Stars: ✭ 84 (+23.53%)
Mutual labels:  irc, irc-client
Irc
A simple go irc library meant to be a building block for other projects
Stars: ✭ 90 (+32.35%)
Mutual labels:  irc, irc-client
Hexchat
GTK+ IRC client
Stars: ✭ 2,608 (+3735.29%)
Mutual labels:  irc, irc-client
TwitchPy
This is a package you can use to connect with the Twitch API, manage a channel, create bots, etc
Stars: ✭ 22 (-67.65%)
Mutual labels:  irc, irc-client

IceChat

IceChat IRC Client v9

IceChat is an open source IRC Client written in C# using WinForms.

It has been fully released, but always undergoing development and improvements.

It is RFC 1459 Compliant.

The primary website for IceChat is https://www.icechat.net and has a wiki page set up at https://wiki.icechat.net

The main help channel is on #icechat at irc.quakenet.org

IceChat 9.5 uses .NET Framework v4.5.2 by default.

Building from Source Code

Download the latest source code from the page, by clicking on the Download Zip button.

Unzip the file into any folder, for example a dedicated "C:\IceChatBuild". It is best not to use the %CommonProgramFiles%, because of permissions possible limitations.

The source tree has several text files in its root folder, a build folder and a src, where the actual code and resources are located in several sub-folders. There are several build options in the extracted root folder.

  • BuildIceChat.4.5.cmd
    • which uses .NET 4.5.
  • BuildIceChat.4.5-x86.cmd
    • which uses .NET 4.5 and a specific project for x86 - 32bit computers.
  • BuildIceChat.latest.cmd
    • which uses .NET 4.7.1
  • BuildIceChatLinux.sh
    • A script to build IceChat 9 under Linux. See IceChat on Linux for details.

You will get at the end of the process the following lines:

    0 Error(s)

Time Elapsed 00:00:00.32
..\src\IceChat\bin\Debug\IceChat2009.exe
1 File(s) copied
..\src\IceChat\\bin\Debug\IPluginIceChat.dll
1 File(s) copied
..\src\IceChat\\bin\Debug\IRCConnection.dll
1 File(s) copied
..\src\IceChat\\bin\Debug\IThemeIceChat.dll
1 File(s) copied
IceChat files copied to the IceChatBuild folder
Press any key to continue . . .

A new folder is created called IceChatBuild, and once the batch file has completed, 4 files will be placed in this folder. A log file named Manual_MSBuild_ReleaseVersion_LOG.log is also created.

Copy these 4 files into your IceChat installation folder, or place them anywhere else you want.

To see all the changes from build to build, read the changelog.txt file in the root folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].