diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-01-27 06:10:08 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-01-27 06:10:08 +0000 |
commit | f91057c662063d215296b92f3fcf59536fb85e4c (patch) | |
tree | 0065c0f85f3b16a7e0bfcba5f3c280964d23f3f9 /include | |
parent | 01f32cf2881f781fa934623361a146e55fcca8b6 (diff) |
BUILD : 1.7.7 (556) BUGS : N/A NOTES : synced headers so our copyright is 2005, Solid IRCD compiles again, fixed sstrdup() error, updated the documentation a bit, cleaned up ratbox a bit.
git-svn-id: svn://svn.anope.org/anope/trunk@556 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@409 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r-- | include/bahamut.h | 2 | ||||
-rw-r--r-- | include/commands.h | 2 | ||||
-rw-r--r-- | include/config.h | 2 | ||||
-rw-r--r-- | include/datafiles.h | 2 | ||||
-rw-r--r-- | include/defs.h | 2 | ||||
-rw-r--r-- | include/depricated.h | 2 | ||||
-rw-r--r-- | include/dreamforge.h | 2 | ||||
-rw-r--r-- | include/encrypt.h | 2 | ||||
-rw-r--r-- | include/extern.h | 2 | ||||
-rw-r--r-- | include/hybrid.h | 2 | ||||
-rw-r--r-- | include/messages.h | 2 | ||||
-rw-r--r-- | include/modules.h | 2 | ||||
-rw-r--r-- | include/plexus.h | 2 | ||||
-rw-r--r-- | include/pseudo.h | 2 | ||||
-rw-r--r-- | include/ptlink.h | 2 | ||||
-rw-r--r-- | include/rageircd.h | 2 | ||||
-rw-r--r-- | include/ratbox.h | 2 | ||||
-rw-r--r-- | include/services.h | 19 | ||||
-rw-r--r-- | include/slist.h | 2 | ||||
-rw-r--r-- | include/solidircd.h | 2 | ||||
-rw-r--r-- | include/timeout.h | 2 | ||||
-rw-r--r-- | include/ultimate2.h | 2 | ||||
-rw-r--r-- | include/ultimate3.h | 2 | ||||
-rw-r--r-- | include/unreal31.h | 2 | ||||
-rw-r--r-- | include/unreal32.h | 2 | ||||
-rw-r--r-- | include/viagra.h | 2 |
26 files changed, 35 insertions, 34 deletions
diff --git a/include/bahamut.h b/include/bahamut.h index 691342a79..b49b064df 100644 --- a/include/bahamut.h +++ b/include/bahamut.h @@ -1,6 +1,6 @@ /* Bahamut functions * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/commands.h b/include/commands.h index 28226b14f..703842690 100644 --- a/include/commands.h +++ b/include/commands.h @@ -1,6 +1,6 @@ /* Declarations for command data. * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/config.h b/include/config.h index c260b72af..eb4eaf168 100644 --- a/include/config.h +++ b/include/config.h @@ -1,6 +1,6 @@ /* Services configuration. * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/datafiles.h b/include/datafiles.h index 568f8917f..32f168ca1 100644 --- a/include/datafiles.h +++ b/include/datafiles.h @@ -1,6 +1,6 @@ /* Database file descriptor structure and file handling routine prototypes. * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/defs.h b/include/defs.h index c2993d270..7afa5d45b 100644 --- a/include/defs.h +++ b/include/defs.h @@ -1,6 +1,6 @@ /* Set default values for any constants that should be in include files but * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/depricated.h b/include/depricated.h index 0966a073e..4946aa907 100644 --- a/include/depricated.h +++ b/include/depricated.h @@ -1,6 +1,6 @@ /* depricated.h * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/dreamforge.h b/include/dreamforge.h index 414e0639c..f3ed0858c 100644 --- a/include/dreamforge.h +++ b/include/dreamforge.h @@ -1,6 +1,6 @@ /* DreamForge IRCD functions * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/encrypt.h b/include/encrypt.h index e31e44ea7..e786fd1de 100644 --- a/include/encrypt.h +++ b/include/encrypt.h @@ -1,6 +1,6 @@ /* Include file for high-level encryption routines. * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/extern.h b/include/extern.h index 0fb04b781..410236363 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1,6 +1,6 @@ /* Prototypes and external variable declarations. * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/hybrid.h b/include/hybrid.h index 74c69c3a1..e74807dfc 100644 --- a/include/hybrid.h +++ b/include/hybrid.h @@ -1,6 +1,6 @@ /* Hybrid IRCD functions * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/messages.h b/include/messages.h index f1de39648..d966131d9 100644 --- a/include/messages.h +++ b/include/messages.h @@ -1,6 +1,6 @@ /* Declarations of IRC message structures, variables, and functions. * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/modules.h b/include/modules.h index c05d86151..2a3025586 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1,6 +1,6 @@ /* Modular support * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/plexus.h b/include/plexus.h index 7d83d9bd2..d1c3eac5e 100644 --- a/include/plexus.h +++ b/include/plexus.h @@ -1,6 +1,6 @@ /* PlexusIRCD IRCD functions * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/pseudo.h b/include/pseudo.h index f543d8a6c..09c7b6f4c 100644 --- a/include/pseudo.h +++ b/include/pseudo.h @@ -1,6 +1,6 @@ /* Include extra includes needed by most/all pseudo-clients. * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/ptlink.h b/include/ptlink.h index e97c59a0c..66b34e988 100644 --- a/include/ptlink.h +++ b/include/ptlink.h @@ -1,6 +1,6 @@ /* PTLink IRCD functions * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/rageircd.h b/include/rageircd.h index 977f5adfd..74ae926d8 100644 --- a/include/rageircd.h +++ b/include/rageircd.h @@ -1,6 +1,6 @@ /* Rage IRCD functions * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/ratbox.h b/include/ratbox.h index 28eb9b9d7..12236e6dc 100644 --- a/include/ratbox.h +++ b/include/ratbox.h @@ -1,6 +1,6 @@ /* Ratbox IRCD functions * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/services.h b/include/services.h index c827ba418..4523e2e34 100644 --- a/include/services.h +++ b/include/services.h @@ -1,6 +1,6 @@ /* * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. @@ -240,9 +240,9 @@ struct ircdvars_ { int vident; /* Supports vidents */ int svshold; /* Supports svshold */ int tsonmode; /* Timestamp on mode changes */ - int nickip; /* Sends IP on NICK */ - int omode; /* On the fly o:lines */ - int umode; /* change user modes */ + int nickip; /* Sends IP on NICK */ + int omode; /* On the fly o:lines */ + int umode; /* change user modes */ int nickvhost; /* Users vhost sent during NICK */ int chgreal; /* Change RealName */ int extrahelp; /* Lang file entry for extra */ @@ -257,17 +257,18 @@ struct ircdvars_ { int check_nick_id; /* On nick change check if they could be identified */ int knock_needs_i; /* Check if we needed +i when setting NOKNOCK */ char *chanmodes; /* If the ircd sends CHANMODE in CAPAB this is where we store it */ - int token; /* Does Anope support the tokens for the ircd */ + int token; /* Does Anope support the tokens for the ircd */ int tokencaseless; /* TOKEN are not case senstive - most its Unreal that is case senstive */ - int sjb64; /* Base 64 encode TIMESTAMP */ - int invitemode; /* +I */ - int sjoinbanchar; /* use single quotes to define it */ - int sjoinexchar; /* use single quotes to define it */ + int sjb64; /* Base 64 encode TIMESTAMP */ + int invitemode; /* +I */ + int sjoinbanchar; /* use single quotes to define it */ + int sjoinexchar; /* use single quotes to define it */ int svsmode_ucmode; /* Can remove User Channel Modes with SVSMODE */ int sglineenforce; char *vhostchar; /* char used for vhosting */ int ts6; /* ircd is TS6 */ int supporthelper; /* +h helper umodes */ + int p10; /* ircd is P10 */ }; struct ircdcapab_ { diff --git a/include/slist.h b/include/slist.h index 904c503f0..a3e05650f 100644 --- a/include/slist.h +++ b/include/slist.h @@ -1,6 +1,6 @@ /* Header for Services list handler. * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/solidircd.h b/include/solidircd.h index ac34de13c..51e97be54 100644 --- a/include/solidircd.h +++ b/include/solidircd.h @@ -1,6 +1,6 @@ /* Bahamut functions * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/timeout.h b/include/timeout.h index d86ab5d4b..64c205b03 100644 --- a/include/timeout.h +++ b/include/timeout.h @@ -1,6 +1,6 @@ /* Time-delay routine include stuff. * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/ultimate2.h b/include/ultimate2.h index 20423ac75..e64b5ec35 100644 --- a/include/ultimate2.h +++ b/include/ultimate2.h @@ -1,6 +1,6 @@ /* Ultimate IRCD 2 functions * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/ultimate3.h b/include/ultimate3.h index cd1e51238..bf52a844d 100644 --- a/include/ultimate3.h +++ b/include/ultimate3.h @@ -1,6 +1,6 @@ /* Ultimate IRCD 3.0 functions * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/unreal31.h b/include/unreal31.h index 6b30e85a4..53dceb35b 100644 --- a/include/unreal31.h +++ b/include/unreal31.h @@ -1,6 +1,6 @@ /* Unreal IRCD 3.1.x functions * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/unreal32.h b/include/unreal32.h index ddbc206a7..fc628c30f 100644 --- a/include/unreal32.h +++ b/include/unreal32.h @@ -1,6 +1,6 @@ /* Unreal IRCD 3.2.x functions * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. diff --git a/include/viagra.h b/include/viagra.h index d13548598..bb8c1212c 100644 --- a/include/viagra.h +++ b/include/viagra.h @@ -1,6 +1,6 @@ /* Viagra IRCD functions * - * (C) 2003 Anope Team + * (C) 2003-2005 Anope Team * Contact us at info@anope.org * * Please read COPYING and README for furhter details. |