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 d2252a379c cmake (#20) 4 years ago
CMake cmake (#20) 4 years ago
ICommand cmake (#20) 4 years ago
IConfig cmake (#20) 4 years ago
IRCClient cmake (#20) 4 years ago
IWin cmake (#20) 4 years ago
IdealIRC cmake (#20) 4 years ago
Resources cmake (#20) 4 years ago
Script cmake (#20) 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 cmake (#20) 4 years ago
LICENSE Initial commit, pre 1.0.0 4 years ago
README Initial commit, pre 1.0.0 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.


INTRODUCTION

The goal for IdealIRC is to provide a modern compliance of the IRC protocol.
It supports features from IRCv3 that fixes some of the issues of the protocol.
IdealIRC also supports connecting with SSL.

IdealIRC aims to be a simple IRC client with only the bare minimum implemented.
The intention is to extend the client using scripts.


COMPILATION

IdealIRC is written using Qt Creator. You should be able to build the software
purely using Qt Creator's build system.

From command line (Linux)
First navigate to the source folder.
$ mkdir build
$ cd build
$ qmake ..
$ make -j `nproc`
After building is done, the executable "IdealIRC" is present in this directory.