The complete source code of IdealIRC http://www.idealirc.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Tomatix 6cf4445748 README updates 4 years ago
CMake Updated config_h_warning to reflect CMake 4 years ago
ICommand Adaptations for compiling under Windows using MSVC 4 years ago
IConfig Added config option for 'manual keepalive' 4 years ago
IRCClient Ignore sending to IRC socket via calls command() raw() and ctcp() if the socket is disconnected. 4 years ago
IWin Adaptations for compiling under Windows using MSVC 4 years ago
IdealIRC Merge pull request 'Display a 'not connected' warning if trying to send a message but not (yet) connected.' (#34) from chat_not_connected into master 4 years ago
Resources cmake (#20) 4 years ago
Script Adaptations for compiling under Windows using MSVC 4 years ago
ScriptDialog cmake (#20) 4 years ago
ScriptFunctions cmake (#20) 4 years ago
Widgets cmake (#20) 4 years ago
.gitignore cmake (#20) 4 years ago
CMakeLists.txt Adaptations for compiling under Windows using MSVC 4 years ago
LICENSE Initial commit, pre 1.0.0 4 years ago
README README updates 4 years ago
config.h.in cmake (#20) 4 years ago
events.txt Initial commit, pre 1.0.0 4 years ago

README

IdealIRC - Internet Relay Chat client
(c) 2019 Tom-Andre Barstad and contributors.
http://www.idealirc.org/

Licensed under the GNU General Public License version 2.
See LICENSE for more licensing information.

Source code located at
https://git.idealirc.org/idealirc/idealirc

The goal for IdealIRC is to provide a modern compliance of the IRC protocol. It aims to be a simple IRC client
with only the bare minimum for comfort implemented. The intent is to extend the client using scripts.

There is also IRCv3 support which fixes some of the issues with the protocol, such as:
- Account tracking using "account-notify" and "extended-join"
- Away notifications.
- Invite notifications - Allows privileged channel users to see when someone is invited to their channel.
- Multiple prefixes - Mitigates a bug in the IRC protocol where users with with multiple privileges only listed
the most significant privilege.
- Userhosts in /NAMES

For more info about IRCv3, visit
https://ircv3.net/irc/

For general help with the client, visit
http://www.idealirc.org/wiki

For building instructions and source code documentation, visit
https://git.idealirc.org/idealirc/idealirc/wiki/Home