]> jfr.im git - irc/evilnet/x3.git/blob - ChangeLog.X3
changed addban to addlamer, added rebindall command
[irc/evilnet/x3.git] / ChangeLog.X3
1 /***********************************************************************
2 X3 ChangeLog
3
4 2005-05-04 Alex Schumann <rubin@afternet.org>
5
6 * src/modcmd.c: added a 'rebindall' command to assist with
7 upgrades and changes which change command bindings.
8
9 * src/modcmd.help: modified help to reflect above
10
11 * src/opserv.help: modified help to reflect above
12
13 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
14 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
15 between channel bans (+b) and x3 remembered bans (lamers)
16
17 * src/chanserv.help: modified help to reflect above
18
19 * UPGRADE: added use of rebindall to upgrade instructions
20
21 2005-05-04 Alex Schumann <rubin@afternet.org>
22
23 * src/chanserv.c: added an 'adduser pending' feature, where if
24 someone isn't authed x3 will ask them to /auth or register, and then
25 automatically finish adding them to the channel when they do.
26 Fixed email bug with adduser pending
27
28 * src/chanserv.h: adduser pending
29
30 * src/hash.c: adduser pending
31
32 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
33
34 * src/nickserv.c: adduser pending cleanup and activation code,
35 Arch sync (Avoid losing channel information when
36 replacing an account using the mergedb command.)
37
38 * src/proto-p10.c: adduser pending cleanup code
39
40 * src/nickserv.help: improved set and register help
41
42 2005-05-04 Alex Schumann <rubin@afternet.org>
43
44 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
45 negitive). Added set voice to provide control over use of voice.
46 Implimented a basic chanserv db version control system for upgrading
47 seamlessly.
48
49 * src/chanserv.help: adjusted help to reflect voice and uset autoop
50 changes.
51
52 * src/hash.h: updated ssz comment from z to Z
53
54 * src/modcmd.help: rewrote BIND help
55
56 * src/proto-p10.c: Added Z (sslonly) support back in
57
58 * UPGRADE: created file to document upgrading procedures
59
60 2005-04-23 Alex Schumann <rubin@afternet.org>
61 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
62 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
63 topicmask to be an on or off setting, uninfluenced by enftopic.
64 Added feature to use mask on /topic in addition to ,topic sets.
65 Removed special consideration for ircops in protect_user()
66
67 * src/chanserv.help: updated documentation to reflect the new and
68 much simpler topicmask feature, and removed op/voice levels.
69
70 * src/nickserv.c: added tailing 'end of' line for accountinfo
71 for non-opers too.
72
73 * src/modcmd.c: tweaked alias notification for help and breef help.
74
75 2005-04-20 Alex Schumann <rubin@afternet.org>
76
77 * src/proto-common.c: removing +d. needs to be a config option
78 or something.
79
80 * src/nickserv.help: modified main help reply of authserv
81
82 * src/nickserv.c: added title, epithet, and fakehost to oset listing
83
84 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
85 totally redesigned though.
86
87 2005-04-15 Alex Schumann <rubin@afternet.org>
88
89 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
90 at the same time. The whole block needs to be if/else instead of
91 switch though, to be cleaner.
92
93 * src/nickserv.help: added fakehost and title options to help oset.
94
95 * src/nickserv.c: removed 'style' setting. (was not being used in
96 code anyway)
97
98 2005-04-04 Neil Spierling <sirvulcan@gmail.com>
99
100 * src/proto-p10.c: Reinstated +d usermode.
101
102 2005-03-30 Alex Schumann <rubin@afternet.org>
103
104 * src/chanserv.c: Fixed unban.
105
106 * x3.conf.example: added note in snoop config that improper
107 setting for bots nick will cause segfault.
108
109 2005-03-22 Alex Schumann <rubin@afternet.org>
110
111 * x3.conf.example: added sethost/fakehost settings to conf
112
113 2005-03-19 Alex Schumann <rubin@afternet.org>
114
115 * chanserv.c: Changed style of command outputs, added userlevel back
116 to users list.
117
118 * opserv.c: Changed style of command outputs, removed warn feature
119
120 * tools.c: shortened duration string lengths
121
122 * main.c: shortened duration string lengths
123
124 * sendmail.c: Changed style of stats email
125
126 2005-03-18 Alex Schumann <rubin@afternet.org>
127
128 * Changed breef to brief...
129
130 * chanserv.c: Changed to access level names instead of numbers.
131
132 2005-03-17 Alex Schumann <rubin@afternet.org>
133
134
135 * src/opserv.c: Improved readability of trace print output
136
137 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
138 a little.
139
140 * src/helpfile.c: Improved table_send readability (used in lots
141 of listings including users and stats network etc)
142
143 2005-03-15 Alex Schumann <rubin@afternet.org>
144
145 * src/chanserv.c: Improved some syntax error reporting for commands
146
147 * src/helpfile.c: Added a 'breef' help function
148
149 * src/helpfile.h: Added a 'breef' help function
150
151 * src/main.c: Improved some syntax error reporting for commands
152
153 * src/modcmd.c: Improved some syntax error reporting for commands
154
155 * src/modcmd.h: Improved some syntax error reporting for commands
156
157 2005-03-15 Reed Loden <reed@reedloden.com>
158
159 * Synchronization with srvx--devo--1.3--patch-19.
160
161 2005-03-12 Alex Schumann <rubin@afternet.org>
162
163 * src/common.h, src/opserv.h: more SRVX->X3 fixes
164
165 * opserv.c: fixed SRVX defines to X3
166
167 * src/nickserv.c: Applied patch to bring up to date with
168 local uncommitted changes on afternets srvx2 tree. improved
169 cookie gen code and removed /play from cookie messages.
170
171 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
172 bunch more places.
173
174 2005-03-07 Neil Spierling <sirvulcan@gmail.com>
175
176 * nickserv.help: Added odelcookie section.
177
178 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
179 cookies.
180
181 * src/md5.c: Cleaned up compile warnings.
182
183 * src/nickserv.help: Added odelcookie section.
184
185 ***********************************************************************/
186
187 #define CVS_VERSION "$Revision$"
188