]> jfr.im git - irc/evilnet/x3.git/blob - ChangeLog.X3
bug fix
[irc/evilnet/x3.git] / ChangeLog.X3
1 /***********************************************************************
2 X3 ChangeLog
3
4 2005-10-13 Alex Schumann <rubin@afternet.org>
5
6 * src/proto-p10.c: ignore remote /lusers
7
8 2005-09-13 Alex Schumann <rubin@afternet.org>
9
10 * src/global.c: Changed motd header style
11
12 * src/nickserv.help: Improved directions for getting and using
13 accounts.
14
15 * src/chanserv.help: Improved directions for getting and using
16 accounts.
17
18 2005-08-13 Alex Schumann <rubin@afternet.org>
19
20 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
21 some *@* protection.
22
23 * src/tools.c: added function to detect an overmask (too general)
24
25 * src/common.h: added function to detect an overmask (too general)
26
27 2005-08-12 Alex Schumann <rubin@afternet.org>
28
29 * src/chanserv.c: Modified resync to work accourding to automode
30 setting, and fixed a buffer overflow problem.
31
32 * src/chanserv.help: updated set automode and rsync help.
33
34 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
35 sets +x on AUTH.
36
37 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
38 sets +x on AUTH.
39
40 2005-08-12 Alex Schumann <rubin@afternet.org>
41
42 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
43 of 'voice' setting. + Rewording setting help
44
45 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
46 of 'voice' setting.
47
48 * src/chanserv.help: Added help for automode. + Rewording setting help
49
50 2005-08-11 Alex Schumann <rubin@afternet.org>
51
52 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
53
54 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
55
56 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
57
58 * src/nickserv.c: Added option to have authserv oper/admin people with
59 opserv access. (Life4Christ)
60
61 * src/opserv.c: Added admin_level config option
62
63 * src/opserv.h: Added admin_level config option
64
65 2005-08-11 Alex Schumann <rubin@afternet.org>
66
67 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
68 command) when nef* bug sends the +o twice. ++fix bug in patch
69
70 2005-08-09 Alex Schumann <rubin@afternet.org>
71
72 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
73
74 2005-08-08 Alex Schumann <rubin@afternet.org>
75
76 * src/chanserv.c: Added banTimeout feature to .set
77
78 * src/chanserv.h: added banTimeout feature to .set
79
80 * src/recdb.c: Added some better error catching in database_get_data()
81
82 * src/proto-common.h: tabs
83
84 * x3.conf.example: added bantimeout to default set list, and ban
85 timeout frequency config setting.
86
87 2005-08-04 Alex Schumann <rubin@afternet.org>
88
89 * src/chanserv.c: Changed kick protected message to one without %s or
90 $b because the kick function doesnt support replacements.
91
92 * src/tools.c: fixed spelling error in comment.
93
94 2005-07-28 Alex Schumann <rubin@afternet.org>
95
96 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
97 one)
98
99 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
100 whining.
101
102 2005-07-26 Alex Schumann <rubin@afternet.org>
103
104 * x3.conf.example: Updated from live afternet file and improved help
105 and layout. Added vim directive to set syntax type.
106
107 * src/chanserv.c: ported x2's 8ball in, and improved it.
108
109 * src/math.c: Added osiris' hack to do_math for supporting
110 2(10) and 2pi etc. Improved it to handle pi2 also.
111
112 * src/chanserv.help: updated 8ball help and added 'myaccess' to
113 information help index.
114
115 2005-07-18 Alex Schumann <rubin@afternet.org>
116
117 * src/proto-p10.c: added +L awareness
118
119 * src/hash.h: added +L awareness
120
121 * src/chanserv.help: changed set ctcpreaction help
122
123 2005-07-18 Neil Spierling <sirvulcan@gmail.com>
124
125 * src/modcmd.h: Lets make some functions global.
126
127 * src/modcmd.c: Log hostmasks no matter what.
128
129 * src/log.c: Lookup commands if they are from OpServ in the log.
130 If they match channel specific commands like OP, DEOP, etc then
131 we will display them in a LAST command (assuming the person doing
132 the LAST is an oper). Normal clients wont see commands that have
133 been performed by OpServ.
134
135 2005-07-15 Alex Schumann <rubin@afternet.org>
136
137 * src/chanserv.c: Changed around ctcpreaction setting so it:
138 a) doesnt crash.
139 b) doesnt kick userlist members ever
140 c) has only 1 setting needed to control it
141 * src/chanserv.h: removed some old oplevel stuff.
142
143 2005-07-14 Alex Schumann <rubin@afternet.org>
144
145 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
146 remove errors from log. Fixed problem with missing break; in
147 channel mode c parsing (reed).
148
149 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
150
151 * src/log.c: Changed channel log target to send PRIVMSG instead of
152 NOTICE. (Ghozer)
153
154 2005-05-07 Neil Spierling <sirvulcan@gmail.com>
155
156 * configure: Regenerated.
157
158 * configure.in: Added checks for tgmath.h.
159
160 * src/chanserv.c: Added new command LAST, from X2. Similar to
161 EVENTS except its file based. Bear in mind you dont have to use
162 both. You can bind what you want to use. Commented out zoot_list
163 as its not in use, just a warning fix.
164
165 * src/hash.c: Warning fix.
166
167 * src/log.h: Misc defines.
168
169 * src/log.c: Logging functions from X2.
170
171 * src/math.c: If tgmath.h doesnt exist then include some other
172 files that contain the functions we require.
173
174 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
175
176 * src/proto-p10.c: Added chanserv.h #include to squash a small
177 compile error. Made X3 understand MARK's to a small point. Fixed
178 a small parsing bug with exempts.
179
180 2005-07-06 Alex Schumann <rubin@afternet.org>
181
182 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
183
184 * src/opserv.c: Fixed an awkward output of trace count etc.
185
186 2005-06-22 Alex Schumann <rubin@afternet.org>
187 * src/chanserv.help: Improved DURATION help
188
189 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
190 a better average.
191
192 2005-05-27 Alex Schumann <rubin@afternet.org>
193
194 * src/chanserv.c: Improved usability of register command, fixed
195 unregister reply.
196
197 * src/chanserv.help: Improved usability of register command
198
199 2005-05-27 Alex Schumann <rubin@afternet.org>
200
201 * src/chanserv.c: Resync working now
202
203 2005-05-27 Reed Loden <reed@reedloden.com>
204
205 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
206 grammar issues in the message send to pending users. Fixed a
207 problem with some of the resync code.
208
209 2005-05-27 Alex Schumann <rubin@afternet.org>
210
211 * src/chanserv.c: make pending add check if the person is already on
212 the userlist before re-adding them (thx exec & reed for noticing this)
213 Fix capitalisation of I in pending notice.
214
215 2005-05-18 Alex Schumann <rubin@afternet.org>
216
217 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
218 working, and pointed me to the opserv helpfiles command, which shows
219 what services search what help files. This fixes the help command to
220 search that list as it should. Still need to modify the 'default'
221 helpfile search bindigs because I dont think chanserv should respond
222 to help from opserv's db, etc. See opserv's 'helpfiles' command.
223
224 * src/modcmd.help: clarified 'helpfiles' help.
225
226 2005-05-18 Alex Schumann <rubin@afternet.org>
227
228 * src/helpfile.c: make send_help() return true/false and not send
229 errors so svccmd_send_help can 'take control' of things.
230
231 * src/modcmd.c: Fixed up the help system (again) / find aliased
232 commands help if none exists. / Display no help for that command on
233 commands (instead of topic)
234
235 * src/modcmd.h: Fixed up the help system (again)
236
237 * src/global.c: Fixed syntax display
238
239 * src/chanserv.help: Removed =---= formatting, fixed a few things.
240 *spelling ++more spelling (thx reed)
241
242 * src/nickserv.help: Removed =---= formatting, fixed a few things.
243 *spelling ++more spelling (thx reed)
244
245 * src/opserv.help: Removed =---= formatting, fixed a few things.
246 ++spelling (thx reed)
247
248 * src/global.help: simplified index
249
250 * src/nickserv.c: Changed message users get when their email is
251 already used for an account, fixed syntax help
252
253 * src/opserv.c: fixed syntax help
254
255 2005-05-16 Alex Schumann <rubin@afternet.org>
256
257 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
258 the help file.
259
260 2005-05-04 Alex Schumann <rubin@afternet.org>
261
262 * src/modcmd.c: added a 'rebindall' command to assist with
263 upgrades and changes which change command bindings.
264
265 * src/modcmd.help: modified help to reflect above
266
267 * src/opserv.help: modified help to reflect above
268
269 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
270 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
271 between channel bans (+b) and x3 remembered bans (lamers)
272
273 * src/chanserv.help: modified help to reflect above
274
275 * UPGRADE: added use of rebindall to upgrade instructions
276
277 2005-05-04 Alex Schumann <rubin@afternet.org>
278
279 * src/chanserv.c: added an 'adduser pending' feature, where if
280 someone isn't authed x3 will ask them to /auth or register, and then
281 automatically finish adding them to the channel when they do.
282 Fixed email bug with adduser pending
283
284 * src/chanserv.h: adduser pending
285
286 * src/hash.c: adduser pending
287
288 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
289
290 * src/nickserv.c: adduser pending cleanup and activation code,
291 Arch sync (Avoid losing channel information when
292 replacing an account using the mergedb command.)
293
294 * src/proto-p10.c: adduser pending cleanup code
295
296 * src/nickserv.help: improved set and register help
297
298 2005-05-04 Alex Schumann <rubin@afternet.org>
299
300 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
301 negitive). Added set voice to provide control over use of voice.
302 Implimented a basic chanserv db version control system for upgrading
303 seamlessly.
304
305 * src/chanserv.help: adjusted help to reflect voice and uset autoop
306 changes.
307
308 * src/hash.h: updated ssz comment from z to Z
309
310 * src/modcmd.help: rewrote BIND help
311
312 * src/proto-p10.c: Added Z (sslonly) support back in
313
314 * UPGRADE: created file to document upgrading procedures
315
316 2005-04-23 Alex Schumann <rubin@afternet.org>
317 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
318 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
319 topicmask to be an on or off setting, uninfluenced by enftopic.
320 Added feature to use mask on /topic in addition to ,topic sets.
321 Removed special consideration for ircops in protect_user()
322
323 * src/chanserv.help: updated documentation to reflect the new and
324 much simpler topicmask feature, and removed op/voice levels.
325
326 * src/nickserv.c: added tailing 'end of' line for accountinfo
327 for non-opers too.
328
329 * src/modcmd.c: tweaked alias notification for help and breef help.
330
331 2005-04-20 Alex Schumann <rubin@afternet.org>
332
333 * src/proto-common.c: removing +d. needs to be a config option
334 or something.
335
336 * src/nickserv.help: modified main help reply of authserv
337
338 * src/nickserv.c: added title, epithet, and fakehost to oset listing
339
340 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
341 totally redesigned though.
342
343 2005-04-15 Alex Schumann <rubin@afternet.org>
344
345 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
346 at the same time. The whole block needs to be if/else instead of
347 switch though, to be cleaner.
348
349 * src/nickserv.help: added fakehost and title options to help oset.
350
351 * src/nickserv.c: removed 'style' setting. (was not being used in
352 code anyway)
353
354 2005-04-04 Neil Spierling <sirvulcan@gmail.com>
355
356 * src/proto-p10.c: Reinstated +d usermode.
357
358 2005-03-30 Alex Schumann <rubin@afternet.org>
359
360 * src/chanserv.c: Fixed unban.
361
362 * x3.conf.example: added note in snoop config that improper
363 setting for bots nick will cause segfault.
364
365 2005-03-22 Alex Schumann <rubin@afternet.org>
366
367 * x3.conf.example: added sethost/fakehost settings to conf
368
369 2005-03-19 Alex Schumann <rubin@afternet.org>
370
371 * chanserv.c: Changed style of command outputs, added userlevel back
372 to users list.
373
374 * opserv.c: Changed style of command outputs, removed warn feature
375
376 * tools.c: shortened duration string lengths
377
378 * main.c: shortened duration string lengths
379
380 * sendmail.c: Changed style of stats email
381
382 2005-03-18 Alex Schumann <rubin@afternet.org>
383
384 * Changed breef to brief...
385
386 * chanserv.c: Changed to access level names instead of numbers.
387
388 2005-03-17 Alex Schumann <rubin@afternet.org>
389
390
391 * src/opserv.c: Improved readability of trace print output
392
393 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
394 a little.
395
396 * src/helpfile.c: Improved table_send readability (used in lots
397 of listings including users and stats network etc)
398
399 2005-03-15 Alex Schumann <rubin@afternet.org>
400
401 * src/chanserv.c: Improved some syntax error reporting for commands
402
403 * src/helpfile.c: Added a 'breef' help function
404
405 * src/helpfile.h: Added a 'breef' help function
406
407 * src/main.c: Improved some syntax error reporting for commands
408
409 * src/modcmd.c: Improved some syntax error reporting for commands
410
411 * src/modcmd.h: Improved some syntax error reporting for commands
412
413 2005-03-15 Reed Loden <reed@reedloden.com>
414
415 * Synchronization with srvx--devo--1.3--patch-19.
416
417 2005-03-12 Alex Schumann <rubin@afternet.org>
418
419 * src/common.h, src/opserv.h: more SRVX->X3 fixes
420
421 * opserv.c: fixed SRVX defines to X3
422
423 * src/nickserv.c: Applied patch to bring up to date with
424 local uncommitted changes on afternets srvx2 tree. improved
425 cookie gen code and removed /play from cookie messages.
426
427 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
428 bunch more places.
429
430 2005-03-07 Neil Spierling <sirvulcan@gmail.com>
431
432 * nickserv.help: Added odelcookie section.
433
434 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
435 cookies.
436
437 * src/md5.c: Cleaned up compile warnings.
438
439 * src/nickserv.help: Added odelcookie section.
440
441 ***********************************************************************/
442
443 #define CVS_VERSION "$Id$"
444