Internet Relay Chat services
From Wikipedia, the free encyclopedia
This article does not cite any references or sources. (February 2008) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
Internet Relay Chat services (usually called IRC services) is a name for a set of features implemented in most modern Internet Relay Chat networks. Services are automated bots with special status which are generally used to provide users with access with certain privileges and protection. They usually implement some sort of login system so that only people on the access control list can obtain these services.
Contents |
[edit] Components
The most popular style of services use a number of fake clients whose names end in "Serv". The four below are nearly always seen in services of this style.
- ChanServ, a channel service bot, is used to protect channel operators and help run the channel. This is convenient for the operators because they do not need to have an operator on the channel all of the time to keep their status.
- NickServ, a nickname service bot, is used to register and protect user nicknames.
- MemoServ, a memo service bot, is used to record and deliver messages to users who are currently offline.
- OperServ is used by IRC Operators. Also known as AdminServ, RootServ, or OpServ (srvx).
Some others are also seen following this naming convention in some services packages including:
- BotServ, a which allows channel operators to assign bots to their channels. these bots are mostly a ChanServ representative in the channel.
- HelpServ, the help service bot, is used to provide help on a variety of IRC topics.
- HostServ, a host service bot, is used to allow general users to register a vhost so that their real IP address on IRC is hidden.
- RootServ, used on specific networks, is utilized by Services Root Administrators to perform Root Administrative functions for the IRC Network and Services Program.
- StatServ, a statistic services bot, is used to perform various statistical analysis on the IRC Network.
- Global, a message agent, is a specific service that is used to send global messages via services. This agent is usually given a global IRC Operator status as to be able to perform the function. This service must be on a U:Lined server so it has the ability to spoof nicknames. This service is often renamed to the name of the network (e.g. EsperNet or AtomEdge.).
- DevNull, a "message sink"; all messages sent to it are simply ignored. Named after the UNIX /dev/null.
[edit] History
The original NickServ was written by Armin Gruner at the Munich University of Technology in 1990. The original intention was to give out friendly warnings that somebody else already likes to use a specific nickname, since the IRC protocol has no built-in provision to protect electronic identities. NoteServ and MsgServ followed up soon after the introduction of NickServ, and had a similar job of today's MemoServ.
It was considered okay behaviour to simply /ignore NickServ's notices, but an operator called Jupiter decided to /kill NickServ and use the nickname NickServ himself, subsequently collecting all identify passwords from users and being amused by that. This led to a public debate over the usefulness and safety of services, the discontinuation of NickServ on EFnet and EFnet's current Nicknames are not owned policy arose.
In 1995 DALnet invented ChanServ, then re-implemented NickServ and MemoServ. Today EFnet and IRCnet are the last large IRC networks which stick to their policy of living without identity protection. Services are generally considered essential to providing a pleasant chatting experience.[citation needed]
Many variants of services have been implemented over time, so each IRC network speaks a different service dialect, making it close to impossible for client developers to implement unified graphical interfaces to the various registration procedures. Still most of them are inspired by DALnet's and Armin's original works, only QuakeNet sticks out with a completely different approach.
[edit] IRC Services Software Packages
There are several software packages that implement services. Some of the popular ones include srvx, Atheme, Hybserv (developed for use with the Hybrid IRC daemon software), Epona (No longer deprecated - they now have a new codebase with full SQL support, something anope doesn't), Anope, and IRC Services 5 (supporting a wide range of IRC daemons, considered the "original" IRC Services). While some of these packages provide excellent features in the eyes of many users, some network operators decide to write their own services, with the most important reasons being flexibility, customization, and often, mostly on smaller networks, fun also plays an important role. Not all packages implement the above service bots. Also, sometimes the bots have different names, and may or may not implement these functions in the form listed above. Even so, the above form is the most common.
[edit] Standardization
The IRC+ initiative is working on producing recommendations for services to use common numerics for essential functions, so that clients can have unified and simplified user interfaces for dealing with services for the most essential functions (like, registering your identity on an IRC network).