1# $Id: ChangeLog.en,v 1.2.0 2006/08/13 18:04:23 Arcain Exp $
2____________________________________________________________________________
3
4Version 1.1.3 2006/08/13:
5
6  Fixed: security hole in channels file. Right now chanfile is
7         also MD5 checksum protected.
8
9  Fixed: few (mainly in xpcrypt.c) bugs in code to make it work on
10         gcc 4.x.x.
11
12  Global: Synchronized with current TCL scripts:
13          1.2.8 for emain, 1.1.9 for eslave and 1.3.6 for eleaf.
14
15  TCL Changes:
16
17  Fixed: reopprot setting ;)
18
19  Added: autosave and backup (userfile and chanfile)  procuderes.
20
21  Fixed few smaller bugs...
22
23Version 1.1.2 2005/10/28:
24
25  Fixed: kicking +fo for deopping/kicking non-added user.
26
27  Changed: cleaned up debug stuff.
28
29  Added: thei0s's CGI::IRC identd.pl ident setter support
30         use ./configure --enable-cgiircident
31
32  General cleanups in the code
33
34  TCL Changes:
35
36  Removed: abuse functions, like mflood, mmsg etc.
37
38  Added: netsave alias to savenet command.
39
40  Fixed some small bugs...
41
42Version 1.1.2 2005/09/03 B2:
43
44  TCL Changes:
45
46  Added: kicking non-users from +i and +k channels
47         (if .chanset #chan kick+i 1 or .chanset #chan kick+k 1)
48
49  Added: oidentd support. ident = username from config file.
50
51Version 1.1.2 2005/06/28 B1:
52
53  Fixed: problem with 'segfault' on gotmode? (at least i tried)
54         nop and mop channel settings are temporarily disabled. I think that
55	 this could cause that problems...
56
57  Fixed: too long ident in ban/invite/exempt. Now it's limited to 10 chars.
58
59  Fixed: bots shouldn't kick themselves anymore?
60
61  TCL Changes:
62
63  Fixed: nop and mop channel setings problems on v1.1.0 and v1.1.2 bots.
64
65  Added: remote console:
66         To log in type:
67           .rc bot
68           .rc bot your_nickname
69           .rc bot your_password
70         When you log in use: '.rc bot/* text' and 'text' will be executed on
71         remote bot.
72
73  Added: possibility to exclude bot from 'maxbots' preset by adding to it +E userflag
74         (channel or global)
75
76Version 1.1.1 2005/06/14:
77
78  Global: Synchronized with current TCL scripts:
79          1.1.4 for main, 1.1.2 for slave, 1.2.3 for leaf.
80
81  Fixed: problems with 'segfault' during takeovers and in some
82         weird situations... (i hope it is finally fixed).
83
84  Fixed: problem with non-working addbot for 1.1.1 bots.
85
86  Fixed: revenge kick when user deopped himself.
87
88  Fixed: mkick with 6kick feature. It set +i on channel for 5 minutes
89         and should kick all users without problem.
90
91  Added: possibility to set how many ppl masters can op. Both settings
92         are channel dependant and can be set via .chanset/.enforce cmd.
93         .chanset #channel mop 1 (channel master can op x1 on that channel)
94         .chanset #channel nop 1 (global master can op x1 on that channel)
95         .chanset #channel mop 0 (channel master cannot op on that channel)
96         and so on...
97         Default values for new channels are mop: 1, nop: 2
98
99  Fixed: Example config files for msa package.
100
101  Fixed: Reopping bots, they shouldn't flood so much. TCL v1.2.0 for leafs.
102
103  Fixed: banning bots for adding bans on channel. Now they shouldn't ban
104         themselves anymore.
105
106  Fixed: problems with bans which contain '*!*@*' in mask. Now it is
107         possible to add ban like '*!*@*.it'.
108
109  Changed: REOP mode protection is now handled a little bit better. Should
110           react also with mixing modes. Doesn't change userflags to +dk
111           anymore. TCL v1.1.4 for leafs.
112
113Version 1.1.0 2005/01/15 Final:
114
115  Global: Final release, no ChangeLog available.
116
117____________________________________________________________________________
118
119# Copyright (C) 1999 - 2005 Eggheads Development Team
120# Copyright (C) 2001 - 2005 Arcain/[Xp-AvR]
121