]> jfr.im git - irc/evilnet/x3.git/blob - ChangeLog
forgot this
[irc/evilnet/x3.git] / ChangeLog
1 /***********************************************************************
2 X3 ChangeLog
3
4 2006-06-07 Alex Schumann <rubin@afternet.org>
5
6 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
7 fix it and re-apply if you want it..
8
9 * src/chanserv.h: Backing out the bantype patch.
10
11 * src/chanserv.help: Backing out the bantype patch.
12
13 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
14
15 * src/mod-memoserv.c: Fixed a bug.
16
17 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
18
19 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
20 if the recipient deletes the memo it will not be listed in the
21 HISTORY list.
22
23 * src/mod-memoserv.help: HISTORY entry.
24
25 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
26
27 * src/mod-memoserv.c: Added new flags, see below.
28
29 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
30 added flags for always ignoring read reciepts and always sending
31 read reciepts.
32
33 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
34
35 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
36 that you have sent, aslong as they have not been read yet.
37
38 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
39 recipient to read reciept stuff.
40
41 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
42
43 * src/mod-memoserv.c: Redid the db stuff, it now writes users
44 settings and memos to the memoserv database.
45
46 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
47
48 * src/mod-memoserv.c: Small bug fix.
49
50 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
51
52 * src/mod-memoserv.c: Added read recipient support via SEND using
53 -r as a flag. Messages with requested read recipients have a (r)
54 shown beside the sender nick in LIST. People can ignore a read
55 recipient using -i when reading the message via READ. Its all
56 in the help file.
57
58 * src/mod-memoserv.help: Added read recipient relevent bits.
59
60 * src/opserv.help: Added halfopping functions.
61
62 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
63
64 * src/x3.conf.example: Forgot a ;.
65
66 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
67
68 * src/mod-memoserv.c: Make use of SET LIMIT.
69
70 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
71
72 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
73
74 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
75
76 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
77
78 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
79
80 * x3.conf.example: Max limit for Memoserv LIMIT option.
81
82 * src/hash.h: Fixed halfops issue.
83
84 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
85 amount of memos you can have. This does not do anything yet as
86 im committing the half ops fix now. This code is fine it just
87 allows you to adjust the limit for now.
88
89 2006-06-12 Neil Spierling <sirvulcan@gmail.com>
90
91 * x3.conf.example: Commented out SpamServ module as there are bugs
92 and i cant give a definate date as to when i can fix it. Im not
93 home much these days.
94
95 * src/mod-memoserv.c: Redid the SET code using some whatnet code
96 by wasted. Tweaked here and there. Also added some formatting in
97 LIST and SET like chanserv SET. Oh and MemoServ will join
98 autojoin_channels if MemoServ is in a seperate nickname.
99
100 * src/mod-memoserv.help: Added OSET and done some tweaking.
101
102 * src/nickserv.c: Allow the use of get_victim_oper outside of
103 nickserv.c.
104
105 * src/nickserv.h: Allow the use of get_victim_oper outside of
106 nickserv.c.
107
108 2006-06-07 Alex Schumann <rubin@afternet.org>
109
110 * src/chanserv.help: Added a couple set helps that were missing.
111
112 * src/helpfile.c: fix missing space in multi-column table output such
113 as /msg opserv commands * (with nickserv tablewidth setting >60)
114
115 2006-06-06 Alex Schumann <rubin@afternet.org>
116
117 * src/opserv.c: Change how addalert silence works, so that its a
118 parameter instead of an action, and also works with trace now.
119
120 * x3.conf.example: Added a config setting of level needed to use
121 'silent yes' in trace/addalert.
122
123 2006-06-04 Alex Schumann <rubin@afternet.org>
124
125 * src/nickserv.c: Fix oregister
126
127 * src/nickserv.help: Update help for oregister
128
129 2006-06-05 Neil Spierling <sirvulcan@gmail.com>
130
131 * src/proto-p10.c: Properly handle incomming manual silences.
132
133 2006-06-05 Neil Spierling <sirvulcan@gmail.com>
134
135 * src/common.h: pretty_mask etc declerations.
136
137 * src/nickserv.c: Parse the mask through pretty_mask before adding
138 it. Normal ircd side silences go through this, this just keeps
139 things looking the same and if a user tries to remove a silence
140 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
141
142 * src/proto-p10.c: Send a + if adding a silence.
143
144 * src/tools.c: pretty_mask and one other function for reformatting
145 a hostname so its pretty :) from IRCu.
146
147 2006-06-04 Alex Schumann <rubin@afternet.org>
148
149 * src/nickserv.c: Send silences to every nick of a handle, not the
150 nick that did the command.
151
152 2006-06-04 Neil Spierling <sirvulcan@gmail.com>
153
154 * src/main.c: Moved spamserv initilization to after chanserv.
155
156 * src/spamserv.c: Read the db earlier.
157
158 2006-05-30 Neil Spierling <sirvulcan@gmail.com>
159
160 * configure: Regenerated.
161
162 * configure.in: Bumped version and changed list email.
163
164 * x3.example.conf: Added SpamServ options.
165
166 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
167
168 * src/chanserv.h: Declerations
169
170 * src/main.c: Init the new SpamServ service.
171
172 * src/Makefile.am: Added SpamServ files.
173
174 * src/Makefile.in: Regenerated
175
176 * src/modcmd.c: Added SpamServ to REBINDALL.
177
178 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
179
180 * src/proto-common.c: Make sure SpamServ gets notices.
181
182 * src/spamserv.c: New service that checks for spamming, floods etc.
183 Requires an oper to register it to a channel for it to work.
184
185 * src/spamserv.h: Decelerations.
186
187 * src/spamserv.help: Help entries for SpamServ.
188
189 2006-05-29 Neil Spierling <sirvulcan@gmail.com>
190
191 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
192
193 * src/chanserv.c: Added selectable bantypes.
194
195 * src/chanserv.h: Added selectable bantypes.
196
197 * src/chanserv.help: Added help entries.
198
199 2006-05-29 Neil Spierling <sirvulcan@gmail.com>
200
201 * src/nickserv.c: Added user option ADVANCED, when we add more
202 advanced commands users will need to set this to see the options
203 in help. Further work in helpfile is still needed afaik. This is
204 just the basics.
205
206 * src/nickserv.h: Advanced option declerations.
207
208 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
209 Seems no one added that when they added the AUTOHIDE option.
210
211 2006-05-28 Neil Spierling <sirvulcan@gmail.com>
212
213 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
214
215 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
216 and denied_fakehost_words. Also dropped refresh_period for chanserv
217 set resync.
218
219 * src/chanserv.c: Added god_timeout, disable god mode automatically
220 when the period times out. Also added a new set option- resync, auto
221 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
222
223 * src/chanserv.help: Added entry for SET RESYNC.
224
225 * src/global.c: Join global into autojoin_channels if enabled.
226
227 * src/main.c: Some tweaking for autojoin_channels.
228
229 * src/mod-memoserv.c: If a user has memos and notify on login
230 enabled then only display the notify notice on login and not
231 during a netburst.
232
233 * src/mod-track.c: Quashed a warning.
234
235 * src/modcmd.c: Added functions for god_timeout. Also added wasted
236 to VERSION output for credits for these features.
237
238 * src/nickserv.c: Added denied_fakehost_words, deny the words set
239 there if an oper trys to use them in a fakehost. Also autojoin
240 chanserv if enabled into autojoin_channels.
241
242 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
243 after a drone attack. Also join opserv and reserved nicks into
244 autojoin_channels if opserv/reserved is enabled.
245
246 * src/opserv.help: Added entry for REFRESHMAX.
247
248 2006-05-25 Alex Schumann <rubin@afternet.org>
249
250 * src/proto-p10.c: make non-existant server type setting not crash x3.
251
252 * src/nickserv.help: Added newby tip to authserv registration
253 help (about < and >)
254
255 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
256 deref null kicker)
257
258 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
259
260 * src/chanserv.c: Set SWHOIS's when a user auths.
261
262 * src/hosthiding.c: Fixed a segfault.
263
264 * src/nickserv.c: Epithets now use SWHOIS.
265
266 * src/proto.h: Declerations for irc_swhois.
267
268 * src/proto-p10.c: Handle SWHOIS's.
269
270 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
271
272 * src/hash.h: Bumped SOCKIPLEN
273
274 * src/hosthiding.c: Functions to crypt IPv6 addresses.
275
276 * src/hosthiding.h: IPv6 function declerations.
277
278 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
279 with the ipv6 crypting function.
280
281 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
282
283 * src/hash.h: Bits needed for other type of host hiding.
284
285 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
286
287 * src/hosthiding.c: This will generated crypted style 2 Nefarious
288 hidden hosts and ips. Currently they are just displayed in O3
289 WHOIS. Im yet to expand this.
290
291 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
292
293 * src/Makefile.in: Regenerated.
294
295 * src/opserv.c: Display crypted hosts n ips in WHOIS.
296
297 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
298 save them in user->crypthost user->cryptip.
299
300 2006-05-22 Neil Spierling <sirvulcan@gmail.com>
301
302 * src/chanserv.c: Set ignores when you authenticate.
303
304 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
305 Used for centralized silence list management. Currently set ignores
306 can be viewed in ACCOUNTINFO for via ircd SILENCE.
307
308 * src/nickserv.h: Declerations.
309
310 * src/nickserv.help: Added help entries for above commands.
311
312 * src/proto.h: Declerations.
313
314 * src/proto-p10.c: Functions to handle silences
315
316 2006-05-18 Alex Schumann <rubin@afternet.org>
317
318 * src/proto-p10.c: Fixed up the track module a bit more
319
320 * src/hash.c: Fixed up the track module a bit more, including
321 reporting correctly when X3 kicks someone. This should affect mrsnoopy
322 as well, hopefully wont cause any bugs.
323
324 * src/mod-track.c: Fixed up the track module a bit more - made track
325 all/none work
326
327 2006-05-18 Alex Schumann <rubin@afternet.org>
328
329 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
330
331 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
332
333 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
334
335 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
336
337 2006-05-18 Alex Schumann <rubin@afternet.org>
338
339 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
340 in.
341
342 * src/mod-track.c: some cleanups and textual changes, to make the commands
343 slightly more user friendly.
344
345 2006-05-16 Neil Spierling <sirvulcan@gmail.com>
346
347 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
348
349 * src/x3.conf.example.: adding 050 'type' to server config (rubin
350 fixed missing ';' and changelog entries)
351
352 2006-05-16 Neil Spierling <sirvulcan@gmail.com>
353
354 * Most files: Heh i cant be bothered listing all files, see websvn
355 if you want specific files. I just added a new tracking module, its
356 just like snoop except it targets specified users. The actual
357 commit is in the previous revision, i just forgot to update this to
358 tick over the svn version in version output.
359
360 2006-05-15 Neil Spierling <sirvulcan@gmail.com>
361
362 * Most files: Major update off the new release of srvx 1.3.1. Also
363 seeing as the new updates dont all have changelog entries ive dropped
364 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
365
366 2006-03-20 Alex Schumann <rubin@afternet.org>
367
368 * src/chanserv.c: core fix; check if theres a handle_info before looking
369 at style...
370
371 * src/helpfile.c: core fix; check if theres a handle_info before looking
372 at style...
373
374 2006-03-17 Alex Schumann <rubin@afternet.org>
375
376 * src/chanserv.c: more clean style changes
377
378 2006-03-17 Alex Schumann <rubin@afternet.org>
379
380 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
381 and dhp1080 made me do it) Needs lots of work to remove ----
382 headers for 'clean' setting.
383
384 * src/helpfile.c: Added nickserv 'style' stetting back.
385
386 * src/nickserv.help: Added help for set style.
387
388 * src/mod-helpserv.c: make style affect table outputs.
389
390 * src/nickserv.c: Added nickserv 'style' setting back.
391
392 * src/nickserv.h: Added nickserve 'style' setting back.
393
394 2006-03-17 Alex Schumann <rubin@afternet.org>
395
396 * src/proto-p10.c: Added conf setting for extended_accounts for
397 backward compatability with stock undernet ircd.
398
399 * x3.conf.example: Added conf setting for extended_accounts for
400 backward compatability with stock undernet ircd.
401
402 2006-03-06 Alex Schumann <rubin@afternet.org>
403
404 * src/opserv.help: Added missing trace criteria to help,
405 and fixed up a few other bits of help around that topic.
406
407 2006-01-16 Alex Schumann <rubin@afternet.org>
408
409 * src/tools.c: created an email valididty function
410
411 * src/nickserv.c: check valididty of email better
412
413 * src/sendmail.c: check validity of email better
414
415 2006-01-06 Alex Schumann <rubin@afternet.org>
416
417 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
418 to a different bot, eg chanserv, and to reply from the correct nickname.
419 also a bunch of whitespace changes
420
421 * src/nickserv.c: begin work on making nickserv commands bind without
422 responding from the wrong nick. also a bunch of whitespace changes
423
424 * src/hash.h: whitespace
425
426 * src/opserv.help: improved QUERY helpfile. (though command itself still
427 has bugs)
428
429 2005-12-14 Alex Schumann <rubin@afternet.org>
430
431 * src/chanserv.help: added set bantimeout help
432
433 2005-11-08 Alex Schumann <rubin@afternet.org>
434
435 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
436 aliases properly.
437
438 * src/modcmd.help: Added note about escaping spaces to modcmd help.
439
440 * src/nickserv.help: Improved help files
441
442 * src/chanserv.help: Improved help files
443
444 2005-10-13 Alex Schumann <rubin@afternet.org>
445
446 * src/proto-p10.c: ignore remote /lusers
447
448 2005-09-13 Alex Schumann <rubin@afternet.org>
449
450 * src/global.c: Changed motd header style
451
452 * src/nickserv.help: Improved directions for getting and using
453 accounts.
454
455 * src/chanserv.help: Improved directions for getting and using
456 accounts.
457
458 2005-08-13 Alex Schumann <rubin@afternet.org>
459
460 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
461 some *@* protection.
462
463 * src/tools.c: added function to detect an overmask (too general)
464
465 * src/common.h: added function to detect an overmask (too general)
466
467 2005-08-12 Alex Schumann <rubin@afternet.org>
468
469 * src/chanserv.c: Modified resync to work accourding to automode
470 setting, and fixed a buffer overflow problem.
471
472 * src/chanserv.help: updated set automode and rsync help.
473
474 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
475 sets +x on AUTH.
476
477 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
478 sets +x on AUTH.
479
480 2005-08-12 Alex Schumann <rubin@afternet.org>
481
482 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
483 of 'voice' setting. + Rewording setting help
484
485 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
486 of 'voice' setting.
487
488 * src/chanserv.help: Added help for automode. + Rewording setting help
489
490 2005-08-11 Alex Schumann <rubin@afternet.org>
491
492 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
493
494 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
495
496 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
497
498 * src/nickserv.c: Added option to have authserv oper/admin people with
499 opserv access. (Life4Christ)
500
501 * src/opserv.c: Added admin_level config option
502
503 * src/opserv.h: Added admin_level config option
504
505 2005-08-11 Alex Schumann <rubin@afternet.org>
506
507 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
508 command) when nef* bug sends the +o twice. ++fix bug in patch
509
510 2005-08-09 Alex Schumann <rubin@afternet.org>
511
512 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
513
514 2005-08-08 Alex Schumann <rubin@afternet.org>
515
516 * src/chanserv.c: Added banTimeout feature to .set
517
518 * src/chanserv.h: added banTimeout feature to .set
519
520 * src/recdb.c: Added some better error catching in database_get_data()
521
522 * src/proto-common.h: tabs
523
524 * x3.conf.example: added bantimeout to default set list, and ban
525 timeout frequency config setting.
526
527 2005-08-04 Alex Schumann <rubin@afternet.org>
528
529 * src/chanserv.c: Changed kick protected message to one without %s or
530 $b because the kick function doesnt support replacements.
531
532 * src/tools.c: fixed spelling error in comment.
533
534 2005-07-28 Alex Schumann <rubin@afternet.org>
535
536 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
537 one)
538
539 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
540 whining.
541
542 2005-07-26 Alex Schumann <rubin@afternet.org>
543
544 * x3.conf.example: Updated from live afternet file and improved help
545 and layout. Added vim directive to set syntax type.
546
547 * src/chanserv.c: ported x2's 8ball in, and improved it.
548
549 * src/math.c: Added osiris' hack to do_math for supporting
550 2(10) and 2pi etc. Improved it to handle pi2 also.
551
552 * src/chanserv.help: updated 8ball help and added 'myaccess' to
553 information help index.
554
555 2005-07-18 Alex Schumann <rubin@afternet.org>
556
557 * src/proto-p10.c: added +L awareness
558
559 * src/hash.h: added +L awareness
560
561 * src/chanserv.help: changed set ctcpreaction help
562
563 2005-07-18 Neil Spierling <sirvulcan@gmail.com>
564
565 * src/modcmd.h: Lets make some functions global.
566
567 * src/modcmd.c: Log hostmasks no matter what.
568
569 * src/log.c: Lookup commands if they are from OpServ in the log.
570 If they match channel specific commands like OP, DEOP, etc then
571 we will display them in a LAST command (assuming the person doing
572 the LAST is an oper). Normal clients wont see commands that have
573 been performed by OpServ.
574
575 2005-07-15 Alex Schumann <rubin@afternet.org>
576
577 * src/chanserv.c: Changed around ctcpreaction setting so it:
578 a) doesnt crash.
579 b) doesnt kick userlist members ever
580 c) has only 1 setting needed to control it
581 * src/chanserv.h: removed some old oplevel stuff.
582
583 2005-07-14 Alex Schumann <rubin@afternet.org>
584
585 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
586 remove errors from log. Fixed problem with missing break; in
587 channel mode c parsing (reed).
588
589 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
590
591 * src/log.c: Changed channel log target to send PRIVMSG instead of
592 NOTICE. (Ghozer)
593
594 2005-05-07 Neil Spierling <sirvulcan@gmail.com>
595
596 * configure: Regenerated.
597
598 * configure.in: Added checks for tgmath.h.
599
600 * src/chanserv.c: Added new command LAST, from X2. Similar to
601 EVENTS except its file based. Bear in mind you dont have to use
602 both. You can bind what you want to use. Commented out zoot_list
603 as its not in use, just a warning fix.
604
605 * src/hash.c: Warning fix.
606
607 * src/log.h: Misc defines.
608
609 * src/log.c: Logging functions from X2.
610
611 * src/math.c: If tgmath.h doesnt exist then include some other
612 files that contain the functions we require.
613
614 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
615
616 * src/proto-p10.c: Added chanserv.h #include to squash a small
617 compile error. Made X3 understand MARK's to a small point. Fixed
618 a small parsing bug with exempts.
619
620 2005-07-06 Alex Schumann <rubin@afternet.org>
621
622 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
623
624 * src/opserv.c: Fixed an awkward output of trace count etc.
625
626 2005-06-22 Alex Schumann <rubin@afternet.org>
627 * src/chanserv.help: Improved DURATION help
628
629 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
630 a better average.
631
632 2005-05-27 Alex Schumann <rubin@afternet.org>
633
634 * src/chanserv.c: Improved usability of register command, fixed
635 unregister reply.
636
637 * src/chanserv.help: Improved usability of register command
638
639 2005-05-27 Alex Schumann <rubin@afternet.org>
640
641 * src/chanserv.c: Resync working now
642
643 2005-05-27 Reed Loden <reed@reedloden.com>
644
645 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
646 grammar issues in the message send to pending users. Fixed a
647 problem with some of the resync code.
648
649 2005-05-27 Alex Schumann <rubin@afternet.org>
650
651 * src/chanserv.c: make pending add check if the person is already on
652 the userlist before re-adding them (thx exec & reed for noticing this)
653 Fix capitalisation of I in pending notice.
654
655 2005-05-18 Alex Schumann <rubin@afternet.org>
656
657 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
658 working, and pointed me to the opserv helpfiles command, which shows
659 what services search what help files. This fixes the help command to
660 search that list as it should. Still need to modify the 'default'
661 helpfile search bindigs because I dont think chanserv should respond
662 to help from opserv's db, etc. See opserv's 'helpfiles' command.
663
664 * src/modcmd.help: clarified 'helpfiles' help.
665
666 2005-05-18 Alex Schumann <rubin@afternet.org>
667
668 * src/helpfile.c: make send_help() return true/false and not send
669 errors so svccmd_send_help can 'take control' of things.
670
671 * src/modcmd.c: Fixed up the help system (again) / find aliased
672 commands help if none exists. / Display no help for that command on
673 commands (instead of topic)
674
675 * src/modcmd.h: Fixed up the help system (again)
676
677 * src/global.c: Fixed syntax display
678
679 * src/chanserv.help: Removed =---= formatting, fixed a few things.
680 *spelling ++more spelling (thx reed)
681
682 * src/nickserv.help: Removed =---= formatting, fixed a few things.
683 *spelling ++more spelling (thx reed)
684
685 * src/opserv.help: Removed =---= formatting, fixed a few things.
686 ++spelling (thx reed)
687
688 * src/global.help: simplified index
689
690 * src/nickserv.c: Changed message users get when their email is
691 already used for an account, fixed syntax help
692
693 * src/opserv.c: fixed syntax help
694
695 2005-05-16 Alex Schumann <rubin@afternet.org>
696
697 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
698 the help file.
699
700 2005-05-04 Alex Schumann <rubin@afternet.org>
701
702 * src/modcmd.c: added a 'rebindall' command to assist with
703 upgrades and changes which change command bindings.
704
705 * src/modcmd.help: modified help to reflect above
706
707 * src/opserv.help: modified help to reflect above
708
709 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
710 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
711 between channel bans (+b) and x3 remembered bans (lamers)
712
713 * src/chanserv.help: modified help to reflect above
714
715 * UPGRADE: added use of rebindall to upgrade instructions
716
717 2005-05-04 Alex Schumann <rubin@afternet.org>
718
719 * src/chanserv.c: added an 'adduser pending' feature, where if
720 someone isn't authed x3 will ask them to /auth or register, and then
721 automatically finish adding them to the channel when they do.
722 Fixed email bug with adduser pending
723
724 * src/chanserv.h: adduser pending
725
726 * src/hash.c: adduser pending
727
728 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
729
730 * src/nickserv.c: adduser pending cleanup and activation code,
731 Arch sync (Avoid losing channel information when
732 replacing an account using the mergedb command.)
733
734 * src/proto-p10.c: adduser pending cleanup code
735
736 * src/nickserv.help: improved set and register help
737
738 2005-05-04 Alex Schumann <rubin@afternet.org>
739
740 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
741 negitive). Added set voice to provide control over use of voice.
742 Implimented a basic chanserv db version control system for upgrading
743 seamlessly.
744
745 * src/chanserv.help: adjusted help to reflect voice and uset autoop
746 changes.
747
748 * src/hash.h: updated ssz comment from z to Z
749
750 * src/modcmd.help: rewrote BIND help
751
752 * src/proto-p10.c: Added Z (sslonly) support back in
753
754 * UPGRADE: created file to document upgrading procedures
755
756 2005-04-23 Alex Schumann <rubin@afternet.org>
757 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
758 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
759 topicmask to be an on or off setting, uninfluenced by enftopic.
760 Added feature to use mask on /topic in addition to ,topic sets.
761 Removed special consideration for ircops in protect_user()
762
763 * src/chanserv.help: updated documentation to reflect the new and
764 much simpler topicmask feature, and removed op/voice levels.
765
766 * src/nickserv.c: added tailing 'end of' line for accountinfo
767 for non-opers too.
768
769 * src/modcmd.c: tweaked alias notification for help and breef help.
770
771 2005-04-20 Alex Schumann <rubin@afternet.org>
772
773 * src/proto-common.c: removing +d. needs to be a config option
774 or something.
775
776 * src/nickserv.help: modified main help reply of authserv
777
778 * src/nickserv.c: added title, epithet, and fakehost to oset listing
779
780 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
781 totally redesigned though.
782
783 2005-04-15 Alex Schumann <rubin@afternet.org>
784
785 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
786 at the same time. The whole block needs to be if/else instead of
787 switch though, to be cleaner.
788
789 * src/nickserv.help: added fakehost and title options to help oset.
790
791 * src/nickserv.c: removed 'style' setting. (was not being used in
792 code anyway)
793
794 2005-04-04 Neil Spierling <sirvulcan@gmail.com>
795
796 * src/proto-p10.c: Reinstated +d usermode.
797
798 2005-03-30 Alex Schumann <rubin@afternet.org>
799
800 * src/chanserv.c: Fixed unban.
801
802 * x3.conf.example: added note in snoop config that improper
803 setting for bots nick will cause segfault.
804
805 2005-03-22 Alex Schumann <rubin@afternet.org>
806
807 * x3.conf.example: added sethost/fakehost settings to conf
808
809 2005-03-19 Alex Schumann <rubin@afternet.org>
810
811 * chanserv.c: Changed style of command outputs, added userlevel back
812 to users list.
813
814 * opserv.c: Changed style of command outputs, removed warn feature
815
816 * tools.c: shortened duration string lengths
817
818 * main.c: shortened duration string lengths
819
820 * sendmail.c: Changed style of stats email
821
822 2005-03-18 Alex Schumann <rubin@afternet.org>
823
824 * Changed breef to brief...
825
826 * chanserv.c: Changed to access level names instead of numbers.
827
828 2005-03-17 Alex Schumann <rubin@afternet.org>
829
830
831 * src/opserv.c: Improved readability of trace print output
832
833 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
834 a little.
835
836 * src/helpfile.c: Improved table_send readability (used in lots
837 of listings including users and stats network etc)
838
839 2005-03-15 Alex Schumann <rubin@afternet.org>
840
841 * src/chanserv.c: Improved some syntax error reporting for commands
842
843 * src/helpfile.c: Added a 'breef' help function
844
845 * src/helpfile.h: Added a 'breef' help function
846
847 * src/main.c: Improved some syntax error reporting for commands
848
849 * src/modcmd.c: Improved some syntax error reporting for commands
850
851 * src/modcmd.h: Improved some syntax error reporting for commands
852
853 2005-03-15 Reed Loden <reed@reedloden.com>
854
855 * Synchronization with srvx--devo--1.3--patch-19.
856
857 2005-03-12 Alex Schumann <rubin@afternet.org>
858
859 * src/common.h, src/opserv.h: more SRVX->X3 fixes
860
861 * opserv.c: fixed SRVX defines to X3
862
863 * src/nickserv.c: Applied patch to bring up to date with
864 local uncommitted changes on afternets srvx2 tree. improved
865 cookie gen code and removed /play from cookie messages.
866
867 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
868 bunch more places.
869
870 2005-03-07 Neil Spierling <sirvulcan@gmail.com>
871
872 * nickserv.help: Added odelcookie section.
873
874 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
875 cookies.
876
877 * src/md5.c: Cleaned up compile warnings.
878
879 * src/nickserv.help: Added odelcookie section.
880
881 ***********************************************************************/
882
883 #define CVS_VERSION "$Id$"
884