Software:ERC

From HandWiki
Short description: IRC client for the Emacs text editor
ERC
Erc-screenshot.png
ERC running on GNU Emacs 24.3
Original author(s)Alexander L. Belikoff
Sergey Berezin
Developer(s)Amin Bandali, F. Jason Park, and other GNU Emacs developers and contributors
Stable releaseERC improvements are now released as part of Emacs. [±]
Written inEmacs Lisp
Size944 KB
TypeIRC client
LicenseGPL-3.0-or-later
Websitewww.gnu.org/software/emacs/erc.html

ERC is an Internet Relay Chat (IRC) client integrated into GNU Emacs. It is written in Emacs Lisp.[1][2]

Features

ERC includes[3] message timestamping, automatic channel joining, flood control,[4] and auto-completion of nicks and commands. ERC can highlight nicks and text for conversation tracking, highlight and optionally remove control characters, and allows URLs, nicknames and text to be converted to buttons. It provides input history, and separate buffers per server and channel. Notifications include channel activity on the Emacs mode-line, user online status, and channel tracking of hidden conversations. ERC is multi-lingual, and provides auto-script loading at startup.[3]

ERC has a modular design, with many features implemented in "more than two dozen loadable modules" included in the default setup, such as autoaway, fill (splits long lines), log (saves chat buffers), spelling, bbdb, which connects ERC to Emacs' BBDB for contact management, and replace, which auto-replaces given text in messages.[1] ERC supports SSL/TLS for encrypted IRC communication.[5]

History

According to the GNU project, ERC was first developed by Alexander L. Belikoff and Sergey Berezin.[6] Berezin wrote that ERC was "originally written by Alexander L. Belikoff, then I improved it in many ways and promoted to version 2.0".[7] The pair stopped development in 1999.[6] Mario Lang wrote that as of 2001 ERC had been "apparently abandoned", so he and Alexander Schroeder adopted it and created the ERC SourceForge project.[8] Berezin responded positively to news of the renewed effort and bestowed stewardship to the new developers; in the ensuing years, versions 2.1, 3, 4, 5, and 5.1 were released.[6] ERC development moved from SourceForge to GNU in May 2006,[9][10] and ERC was officially incorporated into Emacs release 22.1 on June 3, 2007.[11] ERC development now takes place inside the Emacs source-code tree.

Related work

ERC is one of two IRC clients included in the Emacs distribution; rcirc is the other.[1] Circe and the "ascetic" ZenIRC are also Emacs-based IRC clients.[1] According to its author, Circe incorporates ideas from ERC such as its activity tracker and others; it was developed as ERC became "difficult to debug and improve."[12]

See also

References

  1. 1.0 1.1 1.2 1.3 Stutz, Michael (2007-01-15). "Chat it up in Emacs with IRC modes". Linux.com. http://www.linux.com/archive/articles/59542. 
  2. Jonathan Corbet (2007-01-16). "The Grumpy Editor's Guide to graphical IRC clients". The LWN Grumpy Editor series. LWN.net. https://lwn.net/Articles/216456/. 
  3. 3.0 3.1 "ERC". 10 of the Best Free Linux IRC Clients. LinuxLinks. 2009-09-13. http://www.linuxlinks.com/article/20090830123141514/ERC.html. 
  4. Grimes, Roger A. (2001). "Flooding". Malicious Mobile Code: Virus Protection for Windows. O'Reilly Media. p. 240. ISBN 9781565926820. https://archive.org/details/maliciousmobilec00grim. "irc flood control." 
  5. "ERC SSL". Emacswiki.org.
  6. 6.0 6.1 6.2 "History". Emacs Manual. GNU. https://www.gnu.org/software/emacs/manual/html_node/erc/History.html. 
  7. Berezin, Sergey. "Projects". http://www.sergeyberezin.com/project.php. 
  8. Lang, Mario (2003-03-14). "ERC -- The Emacs IRC Client". Mario Lang (ERC dev) personal website. http://snow.he.net/~mlang/emacs/erc.html. 
  9. "ERC - an IRC client for Emacs". GNU. https://www.gnu.org/software/erc/. 
  10. "ERC Project". SourceForge.net. http://erc.sourceforge.net/. 
  11. Stallman, Richard (2007-06-03). "Emacs 22.1 released". info-gnu-emacs (Mailing list). Retrieved 2009-10-16.
  12. Schäfer, Jorgen (2005-10-21). "Circe - Yet Another Client for IRC in Emacs". nongnu.org. http://www.nongnu.org/circe/. "The best feature of Circe is the activity tracker, which many will know from ERC." 

External links

  • ERC at EmacsWiki