User:phase Theory/QuIRC

From Wikipedia, the free encyclopedia
quIRC
Developer(s)Edward Cree
Initial releaseJuly 28, 2010 (2010-07-28)
Stable release
0.9.10 / 6 June 2013; 10 years ago (2013-06-06)
Written inC
Operating systemUnix-like
Size135 KB
Available inBritish English
TypeIRC client
LicenceGNU General Public License
Websitegithub.com/ec429/quIRC

quIRC is a minimalist open source Internet Relay Chat client for the Linux operating system, portable to most Unix-like systems. It uses a console-based character-cell interface (also known as curses-style, although quIRC does not use curses). It is licensed under the GNU GPL version 3.

Features[edit]

[1] quIRC supports multiple servers and channels through a tabbed interface, a backscroll buffer of configurable size (storing both processed and unprocessed text, to allow changes to display settings to act retroactively), CTCP, configuration of many aspects of the display (including themeing with colours), optional handling or stripping of mIRC-style colour codes, and nickname tab-completion. It has no scripting language, instead an application protocol for symbiont programs is under development.[2] It does not have support for the irc:// URI scheme. It also does not support DCC.

Input line editing is supported through bash-style keystrokes, and arbitrary characters can be inserted into the input with octal escapes. quIRC is 8-bit clean and handles UTF-8.

A novel feature is the ability to merge consecutive joins, parts or quits into a single line, typically triggered by netsplits. This is subtly different to other clients eg. irssi which detect netsplits specifically; in quIRC this feature can also be triggered by eg. two consecutive ordinary joins within a short space of time.

quIRC is also capable of performing its DNS lookups asynchronously, using the GNU libc extension getaddrinfo_a(). If this extension is not available, quIRC can be compiled to use normal blocking DNS lookups, but this will freeze the interface while connecting to a server.

Distribution[edit]

quIRC's source repository is hosted on GitHub[3]. Source tarballs are released on the project's homepage[4]. quIRC has also been packaged for several versions of SUSE [5].

See Also[edit]

Comparison of IRC clients

References[edit]

  1. ^ "Release history". on Freecode
  2. ^ "'symbiont' branch". of git repository
  3. ^ "Source code repository".
  4. ^ "End-user homepage".
  5. ^ "quIRC packages in the OpenSUSE Build System". Retrieved 2011-04-23.

Category:Internet Relay Chat clients Category:Free Internet Relay Chat clients Category:Unix Internet Relay Chat clients