summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-12-27 03:22:46 +0000
committertrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-12-27 03:22:46 +0000
commitd0b1978f623a3b1b9401f69142ea2e2032758c2f (patch)
treec20f14924eb6dbcdacc164309c8897716c9c7c52 /docs
parent0607b8c2b2a0510207a73320f4532844863ec9a0 (diff)
BUILD : 1.7.6 (505) BUGS : N/A NOTES : Some documentation updated, fixed compiler errors with ptlink, and fixed a segfault with some options when set with just quotes
git-svn-id: svn://svn.anope.org/anope/trunk@505 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@359 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs')
-rw-r--r--docs/BUGS5
-rw-r--r--docs/IRCD29
2 files changed, 30 insertions, 4 deletions
diff --git a/docs/BUGS b/docs/BUGS
index 898894af2..4474f2d7d 100644
--- a/docs/BUGS
+++ b/docs/BUGS
@@ -1,4 +1,4 @@
-Reported Bugs from Mantis: http://www.anope.org/bug
+Reported Bugs from Bugzilla: http://bugs.anope.org
===================================================
.- Strange Segfault on expiring nicknames. Almost arbitrary, very hard
@@ -13,3 +13,6 @@ Reported Bugs from Mantis: http://www.anope.org/bug
timed events (nick kills, database saving, etc.) until the next message
comes in from Services' uplink server.
+.- Due to the usage of execve() once we SIGHUP from the shell, we can only
+ do it once, after that execve() resets our signals.
+
diff --git a/docs/IRCD b/docs/IRCD
index d09d4ce2f..50e0659b4 100644
--- a/docs/IRCD
+++ b/docs/IRCD
@@ -192,6 +192,29 @@ usage of each.
66. Cmode L : CMODE_ that defines Linked Mode, 0 = no
+67. Check Nick ID : on check change check if they should remain identified, 1 = yes 0 = no
+
+68. No Knock Requires +i : if No Knock mode requires invite only, 1 = yes 0 = no
+
+69. Chan Modes : if sent in capab/protoctl we store it in here (NULL by default)
+
+70. Tokens : if Anope can support the ircd with Tokens, 1 = yes 0 = no
+
+71. Token Case Senstive : some ircds the TOKENS/COMMANDS are case senstive, 1 = yes 0 = no
+
+72. SJOIN time stamps are base64 : if they are base64 encoded, 1 = yes 0 = no
+
+73. Supports +I : Whether the ircd supports +I, 1 = yes 0 = no
+
+74. SJOIN Ban Char : char used to identify bans, use ''
+
+75. SJOIN Except Char : char used to identify exceptions, use ''
+
+76. SVSMODE UCMODE : clear user channel modes with SVSMODE, 1 = yes 0 = no
+
+77. SGline Enforce : the ircd enforces sglines for us we don't need to, 1 = yes 0 = no
+
+
IRCDCAPAB ircdcap[] = { }
@@ -280,16 +303,16 @@ Define Table
DEFINE WORD | VALUE | TOKEN | IRCD Meaning
======================================================================================================
CAPAB_NOQUIT | 0x00000001 | NOQUIT | Supports NOQUIT
-CAPAB_TSMODE | 0x00000002 | TS | Channel modes are TimeStamped (normal sent during PASS)
+CAPAB_TSMODE | 0x00000002 | TS | Channel modes are TimeStamped (normal sent during PASS)
CAPAB_UNCONNECT | 0x00000004 | UNCONNECT | Supports UNCONNECT
CAPAB_NICKIP | 0x00000008 | NICKIP | IP in the NICK line
CAPAB_NSJOIN | 0x00000010 | SSJOIN | smart sjoin SSJOIN
-CAPAB_ZIP | 0x00000020 | ZIP | server supports gz'd links
+CAPAB_ZIP | 0x00000020 | ZIP | server supports gz'd links
CAPAB_BURST | 0x00000040 | BURST | server supports BURST command
CAPAB_TS3 | 0x00000080 | TS3 | Supports the TS3 Protocol
CAPAB_TS5 | 0x00000100 | TS5 | Supports the TS5 Protocol
CAPAB_DKEY | 0x00000200 | DKEY | server supports dh-key exchange using "DKEY"
-CAPAB_DOZIP | 0x00000400 | ZIP | output to this link shall be gzipped
+CAPAB_DOZIP | 0x00000400 | ZIP | output to this link shall be gzipped
CAPAB_DODKEY | 0x00000800 | DKEY | do I do dkey with this link?
CAPAB_QS | 0x00001000 | QS | Can handle quit storm removal
CAPAB_SCS | 0x00002000 | SCS | Supports String Cache System