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