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.
idealirc/README

30 lines
1.2 KiB

IdealIRC - Internet Relay Chat client
(c) 2021 Tom-Andre Barstad and contributors.
http://www.idealirc.org/
Licensed under the Software Attribution License.
See LICENSE for more licensing information.
4 years ago
Source code located at
https://git.idealirc.org/idealirc/idealirc
4 years ago
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.
4 years ago
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
4 years ago
For more info about IRCv3, visit
https://ircv3.net/irc/
4 years ago
For general help with the client, visit
http://www.idealirc.org/wiki
4 years ago
For building instructions and source code documentation, visit
4 years ago
https://git.idealirc.org/idealirc/idealirc/wiki/Home