User contributions
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)
- 03:47, 5 May 2008 (hist) (diff) MediaWiki:Sidebar
- 01:12, 2 May 2008 (hist) (diff) m DareNET Server Configuration (→chkircd)
- 12:10, 1 May 2008 (hist) (diff) DareNET Server Configuration
- 12:09, 1 May 2008 (hist) (diff) DareNET Server Configuration
- 12:00, 1 May 2008 (hist) (diff) m DareNET Server Configuration (correct M:line)
- 11:59, 1 May 2008 (hist) (diff) N DareNET Server Configuration (New page: The initial configuration for a DareNET server is fairly basic. To start, you will only need to include the following lines in your ircd.conf: M,A,Y,I,C,Dd,Oo,P The remaining lines are au...)
- 00:48, 1 May 2008 (hist) (diff) Infrastructure (→Software-related Requirements)
- 00:47, 1 May 2008 (hist) (diff) Infrastructure (→Software-related Requirements)
- 08:38, 30 April 2008 (hist) (diff) Infrastructure (→Software-related Requirements)
- 08:37, 30 April 2008 (hist) (diff) Infrastructure (→Software-related Requirements)
- 08:34, 30 April 2008 (hist) (diff) Infrastructure
- 08:33, 30 April 2008 (hist) (diff) Infrastructure
- 08:33, 30 April 2008 (hist) (diff) Infrastructure
- 05:56, 25 April 2008 (hist) (diff) m P10 Protocol specification (P10 Protocol moved to P10 Protocol specification)
- 05:55, 25 April 2008 (hist) (diff) P10 Protocol specification
- 05:54, 25 April 2008 (hist) (diff) P10 Protocol specification
- 05:54, 25 April 2008 (hist) (diff) P10 Protocol specification
- 05:51, 25 April 2008 (hist) (diff) N P10 Protocol specification (New page: <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="GENERATOR" CONTENT="Mozilla/4.07 [en] (X11; I; Linux 2.2.14 i586) [Netscape]"> <...)
- 04:08, 25 April 2008 (hist) (diff) Category:IRCu API (top)
- 04:07, 25 April 2008 (hist) (diff) N ircu api - send (New page: <pre>The send functions are perhaps the most important API in all of ircd; without them, communications would not be possible. Most of these functions are pretty much stand-alone, althoug...) (top)
- 04:07, 25 April 2008 (hist) (diff) N ircu api - privileges (New page: <pre>Access control becomes more of a problem as you have more and more users that need to access certain features. As it stands, ircu has only 3 access levels: ordinary user, local opera...)
- 04:06, 25 April 2008 (hist) (diff) N ircu api - msgq (New page: <pre>Many messages generated by an IRC server are sent to multiple recipients. Previous versions of ircd used DBuf to store these messages until they could actually be sent. The problem ...) (top)
- 04:05, 25 April 2008 (hist) (diff) N ircu api - motd (New page: <pre>The server has a Message of the Day (MOTD) which is often used for describing the Acceptable Usage Policy, where to get help if you have problems, and so on. Older versions of ircd h...) (top)
- 04:05, 25 April 2008 (hist) (diff) N ircu api - modebuf (New page: <pre>Generating and parsing channel mode strings is often a very complicated process. The ModeBuf interface, along with the associated mode parsing functions, attempt to make this much mo...) (top)
- 04:04, 25 April 2008 (hist) (diff) N ircu api - log (New page: <pre>Old versions of ircu did not have very good means of dealing with logging. In u2.10.11, an entirely new logging subsystem was written, allowing a server administrator much more power...) (top)
- 04:03, 25 April 2008 (hist) (diff) ircu api - jupe (top)
- 04:03, 25 April 2008 (hist) (diff) N ircu api - jupe (New page: <pre>Occasionally, a server will become incorrectly configured or will start behaving incorrectly. Even more rarely, a server will be compromised, and a modified version of the server put...)
- 04:02, 25 April 2008 (hist) (diff) N ircu api - joinbuf (New page: <pre>IRC wouldn't be of much interest without the ability for users to join channels. Of course, they must also be able to leave those channels when they get bored of the conversation the...) (top)
- 04:01, 25 April 2008 (hist) (diff) N ircu api - ircd snprintf (New page: <pre>These functions are intended to be a complete replacement for sprintf and sprintf_irc. They are a (nearly) complete reimplementation, and of course they're snprintf clones, making it...) (top)
- 04:00, 25 April 2008 (hist) (diff) N ircu api - gline (New page: <pre>Some users can be very annoying, as any IRC operator can attest. Some can in fact be downright abusive. Sometimes the best way of dealing with these users is to ban them from the en...) (top)
- 03:59, 25 April 2008 (hist) (diff) N ircu api - features (New page: <pre>As of u2.10.11, most of the compile-time configuration options present in previous versions of ircu have been provided via the configuration file as "features." This document is inte...) (top)
- 03:59, 25 April 2008 (hist) (diff) N ircu api - events (New page: <pre>The IRC server is built around an event loop. Until the u2.10.11 release, this event loop has been rather ad-hoc; timed events are hard-coded in, signals are handled inside the signa...) (top)
- 03:58, 25 April 2008 (hist) (diff) ircu api - api (top)
- 03:57, 25 April 2008 (hist) (diff) N ircu api - api (New page: <pre>This directory is intended for documents describing programming interfaces within ircu, including such things as modebuf's and the features interface. Please write these documents as...)
- 03:56, 25 April 2008 (hist) (diff) Category:IRCu API
- 03:56, 25 April 2008 (hist) (diff) N Category:IRCu API (New page: This directory is intended for documents describing programming interfaces within ircu. Please see ircu api - api for more information. Category:IRCu API)
- 03:53, 25 April 2008 (hist) (diff) N README.patches (history) (New page: <pre> The available patches for 2.8*mu servers are: Tp8 = TimeStampPre8 - A protocol which disallows netsplit ops and channel desynchs. Bquiet - does not allow a pe...)
- 03:52, 25 April 2008 (hist) (diff) N README-2.6 (New page: <pre>/************************************************************************ * IRC - Internet Relay Chat, README * Copyright (C) 1990 * * For the list of authors and their e-ma...) (top)
- 03:52, 25 April 2008 (hist) (diff) N overview.u2.9 (New page: <pre>Hi fellow undernetters, I forgot if it was requested on routing-com or here, but you won't see me cross posting, so I did choose 'wastelanders'. The request was to mail an overview ...) (top)
- 03:51, 25 April 2008 (hist) (diff) N IRC Manual (New page: <pre>/************************************************************************ * IRC - Internet Relay Chat, doc/MANUAL * Copyright (C) 1990, Karl Kleinpaste * * This program is f...) (top)
- 03:50, 25 April 2008 (hist) (diff) N history.pre24 (New page: <pre>/************************************************************************ * IRC - Internet Relay Chat, doc/HISTORY * Copyright (C) 1990 * * This program is free software; yo...) (top)
- 03:49, 25 April 2008 (hist) (diff) N IRCu ChangeLog.10 (New page: <pre># # ChangeLog for ircu2.10.10 # # $Id: ChangeLog.10 440 2002-12-29 02:55:36Z pierreg0 $ # # Insert new changes at beginning of the change list. # -------------------------- Released 2...) (top)
- 03:48, 25 April 2008 (hist) (diff) N IRCu ChangeLog.07 (New page: <pre># # ChangeLog for Undernet ircu Servers # # $Id: ChangeLog.07 440 2002-12-29 02:55:36Z pierreg0 $ # # Please insert new entries on the top of the list, a one or two line comment # is ...) (top)
- 03:47, 25 April 2008 (hist) (diff) N 2.7-New (New page: <pre> * WHOREPLY and NAMREPLY become numberics instead of strings. * msa's patches to kick/mode to attempt to follow nick name changes * spike's patches to get SUMMON to find last idle...) (top)
- 03:46, 25 April 2008 (hist) (diff) Category:IRCu History (top)
- 03:44, 25 April 2008 (hist) (diff) N Category:IRCu History (New page: This category contains historical documents related to ircu.)
- 03:43, 25 April 2008 (hist) (diff) N IRC 2.4 release notes (New page: <pre>/************************************************************************ * IRC - Internet Relay Chat, 2.4.notes * Copyright (C) 1990 Markku Savela * * This program is fre...) (top)
- 03:41, 25 April 2008 (hist) (diff) N Running ircu2.10.11 on Solaris (New page: <pre>Running ircu2.10.11 on Solaris When running on Solaris, ircu can make use of the /dev/poll event engine, which results in much improved performance over the old poll()-based method. ...) (top)
- 03:40, 25 April 2008 (hist) (diff) N Running ircu2.10.11 on FreeBSD (New page: <pre>Running ircu2.10.11 on FreeBSD When running on FreeBSD, ircu can make use of the kqueue() event engine, which results in much improved performance over the old poll()-based method. k...) (top)
- 03:38, 25 April 2008 (hist) (diff) N IRCU readme.login-on-connect (New page: <pre>Login-on-connect documentation Last updated 22 Jun 2004 by Vampire- 1. This feature is experimental. 2. The main point is to allow clients to log in to a service bot (i.e., X) *befo...) (top)
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)