]> jfr.im git - irc/evilnet/x3.git/blob - ChangeLog
Bug fix for SF Bug #2547157 (topic ident bug).
[irc/evilnet/x3.git] / ChangeLog
1 /***********************************************************************
2 X3 ChangeLog
3
4 2009-01-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5
6 * src/opserv.c: Warning fix.
7
8 * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
9
10 2009-01-29 Alex Schumann <rubin@afternet.org>
11
12 * src/hash.c: Added a function to check if a user pointer
13 points to a user that actually exists.
14
15 * src/dict-splay.c: added a dict function to check if data exists
16 in a dict list.
17
18 * src/opserv.c: added safety checks on nick and auth callbacks to
19 ensure the user still exists (and wasn't removed by a previous
20 callback)
21
22 * src/mod-track.c: added safety checks on nick and auth callbacks
23 to ensure the user still exists
24
25 2009-01-27 Alex Schumann <rubin@afternet.org>
26
27 * src/modpython.py: Comment out debug printing
28
29 * src/plugins/hangman: New example plugin: Hangman game
30
31 2009-01-27 Alex Schumann <rubin@afternet.org>
32
33 * src/opserv.c: Fix a hole Sindacious found, where alerts on account
34 don't trigger because they arent looked for during/after auth.
35
36 2009-01-26 Alex Schumann <rubin@afternet.org>
37
38 * src/plugins/annoy/plugin.py: more test code
39
40 * src/mod-python.c: added emb_get_info, silenced warnings, and stub
41 TODO comments for all the handlers and emb functions we need to
42 create. search for TODO and lend a hand! :)
43
44 2009-01-26 Alex Schumann <rubin@afternet.org>
45
46 * src/plugins/annoy/plugin.py: new version of test plugin
47
48 2009-01-25 Alex Schumann <rubin@afternet.org>
49
50 * Makefile.am: forgot to copy modpython.py where it goes.
51
52 2009-01-24 Alex Schumann <rubin@afternet.org>
53
54 * src/mod-python.c: added plugin hook to log to x3 logs, and worked
55 out the basics of callback registration.
56
57 * src/modpython.py: x3 logging hook and new callback registration
58
59 * Makefile.am: install modpython.py and plugins/ during make install
60
61 * install-r.sh: shell script to do recursive copy with exclusions
62
63 2009-01-23 Alex Schumann <rubin@afternet.org>
64
65 * src/mod-python.c: refactor to use class-based hook manager. Seems to
66 run now. Also added better comments.
67
68 * src/modpython.py: refactored into classes. Seems to run now. Cleaned
69 up a bit.
70
71 2008-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
72
73 * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
74
75 2009-01-04 Alex Schumann <rubin@afternet.org>
76
77 * src/nickserv.c: fix access change bug when using ldap but not
78 ldap_oper_group_dn.
79
80 2009-01-01 Matthew Beeching <jobe@mdbnet.co.uk>
81
82 * languages/README.txt: Changed validate_lang.pl to validate.pl
83
84 * languages/validate.pl: Set executable
85
86 * languages/lang_export.sh: Set executable
87
88 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
89
90 * src/chanserv.c: SF feature 1476390. Added nodelete option to
91 MERGE.
92
93 * src/chanserv.help: SF feature 1476390. Added nodelete option
94 to MERGE.
95
96 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
97
98 * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
99 the channel flag to the register command. Also removed the
100 helping flag.
101
102 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
103
104 * src/hash.c: SF feature 2353183. Made X3 aware of +a.
105
106 * src/hash.h: SF feature 2353183. Made X3 aware of +a.
107
108 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
109
110 * src/global.c: Added RCHANNELS which will send notices to all
111 registered channels. Also changed CHANNELS to notice all channels
112 instead of registered ones only.
113
114 * src/global.h: Added RCHANNELS.
115
116 * src/global.help: Added RCHANNELS target.
117
118 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
119
120 * src/global.c: Added AUTHED target.
121
122 * src/global.h: Added AUTHED target.
123
124 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
125
126 * src/opserv.c: Store when alerts were last triggered.
127
128 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
129
130 * x3.conf.example: Added valid_channel_regex.
131
132 * src/chanserv.c: Added valid_channel_regex.
133
134 2008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
135
136 * src/chanserv.c: Warning fixes.
137
138 * src/proto-p10.c: Warning fixes.
139
140 2008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
141
142 * configure: Regenerated.
143
144 * configure.in: Added math.h check.
145
146 * rx/Makefile.in: Regenerated.
147
148 * src/chanserv.c: Warning fixes.
149
150 * src/config.h.in: Regenerated.
151
152 * src/Makefile.in: Regenerated.
153
154 * src/math.c: Warning fixes.
155
156 * src/nickserv.c: Warning fixes.
157
158 * src/opserv.c: Warning fixes.
159
160 * src/proto-p10.c: Warning fixes.
161
162 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
163
164 * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices
165 with a string will now show the invalid string rather than 0.
166
167 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
168
169 * src/nickserv.c: Fix for SF bug #2420339. Password change emails
170 will not have the first time part in the email. Email change emails
171 will have them though.
172
173 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
174
175 * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
176 when dynlimit disabled.
177
178 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
179
180 * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
181
182 2008-11-30 Matthew Beeching <jobe@mdbnet.co.uk>
183
184 * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
185
186 2008-11-25 Alex Schumann <rubin@afternet.org>
187
188 * src/mod-python.c: call run function instead of using
189 pyrun_simplestring. Set global info for simple reply() to have what it
190 needs to run.
191
192 * src/modpython.py: new name as - interferes with module loading.
193 added reply() function
194
195 2008-11-22 Alex Schumann <rubin@afternet.org>
196
197 * src/mod-python.c: Added ability to query info about nick or channel
198 name
199
200 2008-11-16 Alex Schumann <rubin@afternet.org>
201
202 * src/mod-python.c: filled in some missing pieces.
203
204 * src/mod-python.py: more demo code for testing
205
206 2008-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
207
208 * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
209
210 2008-11-16 Alex Schumann <rubin@afternet.org>
211
212 * src/mod-python.c: further work on building basic bits of this
213
214 * src/mod-python.py: first pass at what will be the base python script.
215
216 2008-11-13 Alex Schumann <rubin@afternet.org>
217
218 * src/modcmd.c: remove python tests (moved to mod-python.c)
219
220 * src/mod-python.c: initial template based on memoserv
221
222 2008-11-12 Matthew Beeching <jobe@mdbnet.co.uk>
223
224 * tools/db.php: Added sample DB parser script
225
226 2008-11-06 Alex Schumann <rubin@afternet.org>
227
228 * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
229 Begin work on embedding python.
230
231 2008-11-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
232
233 * src/proto-p10.c: Fixes for SGLINE and SSHUN. As well as a fix for
234 bug 2173687 (PRIVS part of it is already fixed on trunk).
235
236 2008-10-24 Matthew Beeching <jobe@mdbnet.co.uk>
237
238 * src/chanserv.help: Minor spelling mistake "change" instead of
239 "change"
240
241 2008-10-10 Matthew Beeching <jobe@mdbnet.co.uk>
242
243 * src/opserv.c: Fix for crash on OpServ SVSPART where the
244 channel specified does not exist.
245
246 2008-09-30 Matthew Beeching <jobe@mdbnet.co.uk>
247
248 * src/nickserv.c: Prevent automatic registration of dissallowed
249 nicks when registering an account
250
251 2008-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
252
253 * src/chanserv.c: Fix for <trigger>shoot telling you to use
254 .roulette instead of <trigger>roulette
255
256 2008-09-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
257
258 * src/proto-p10.c: SGLINE and SSHUN support some stuff coming
259 soon in Nefarious.
260
261 2008-09-07 Matthew Beeching <jobe@mdbnet.co.uk>
262
263 * src/chanserv.c: Changed PEON to PAL
264
265 * src/chanserv.help: Changed PEON to PAL
266
267 * src/modcmd.c: Changed PEON to PAL
268
269 * docs/access-levels.txt: Changed PEON to PAL
270
271 * languages/de/chanserv.help: Changed PEON to PAL
272
273 * languages/en_GB/chanserv.help: Changed PEON to PAL
274
275 2008-09-06 Matthew Beeching <jobe@mdbnet.co.uk>
276
277 * src/proto-p10.c: Added new PRIV_*'s to privtab
278
279 * src/mod-snoop.c: Added support for channel mode +h
280
281 * src/hash.h: #define's for missing PRIV_*'s
282
283 2008-09-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
284
285 * src/chanserv.c: Fixed an issue with OPCHAN and channels using off
286 channel.
287
288 2008-08-19 Alex Schumann <rubin@afternet.org>
289
290 * src/chanserv.c: fix a bug in the default wheel spin settings if they
291 were not in the config file, x3 would core.
292
293 2008-07-21 Neil SPierling <sirvulcan@sirvulcan.co.nz>
294
295 * src/chanserv.c: Turn the kick ban all chans spin action into a
296 timed ban (5 minutes). Also seperated the setting of the ban from
297 the stripping of ohv. If Nefarious has halfops disabled then trying
298 to strip the modes and set the ban results in the numeric being set
299 as the ban. This will need to be fixed in nefarious.
300
301 2008-07-20 Alex Schumann <rubin@afternet.org>
302
303 * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch.
304
305 * src/config.h: bump trunk to 1.7
306
307 2008-07-19 Alex Schumann <rubin@afternet.org>
308
309 * src/proto-p10.c: dont print warning on uping to a jupe. added
310 irc_svsquit() function
311
312 * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual
313 spins to be enabled in x3.conf and make it easy to add new ones or
314 change likelyhoods.
315
316 * src/proto.h: added irc_svsquit() prototype
317
318 * src/x3.conf.example: wheel action example configs
319
320 2008-07-18 Alex Schumann <rubin@afternet.org>
321
322 * src/proto-p10.c: set lastmod time to current time when sending
323 glines, otherwise ircd wont burst them later.
324
325 * src/modcmd.c: break credits out to its own command, and add svn
326 version string to ctcp version reply.
327
328 2008-07-02 Matthew Beeching <jobe@mdbnet.co.uk>
329
330 * src/proto-p10.c: Added missing PRIV_*'s to privtab
331
332 * src/hash.h: #define's for missing PRIV_*'s
333
334 2008-06-23 Alex Schumann <rubin@afternet.org>
335
336 * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the
337 clone before its auto-removed, x3 crashes. Thanks tyler and jigsy.
338
339 2008-06-23 Alex Schumann <rubin@afternet.org>
340
341 * src/nickserv.c: make opserv access level required to be in oper ldap
342 group configurable.
343
344 * src/nickserv.h: make opserv access level required to be in oper ldap
345 group configurable.
346
347 2008-06-12 Alex Schumann <rubin@afternet.org>
348
349 * src/nickserv.c: fix login-on-connect logic problem when ldap libs
350 are present but ldap is not in use.
351
352 2008-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
353
354 * src/chanserv.c: Fixed a small bug with SVSNickChange.
355
356 * src/hash.h: Added buttaknife's patch which allows modes to be
357 searched for using opserv trace. Also Fixed a small bug with
358 SVSNickChange.
359
360 * src/hash.c: Fixed a small bug with SVSNickChange.
361
362 * src/opserv.c: Added buttaknife's patch which allows modes to
363 be searched for using opserv trace.
364
365 * src/proto-p10.c: Added buttaknife's patch which allows modes
366 to be searched for using opserv trace.
367
368 2008-04-10 Alex Schumann <rubin@afternet.org>
369
370 * src/nickserv.c: Fix wrong param count check in oset password
371
372 2008-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
373
374 * src/chanserv.c: Fixed a bug with x3 not handling kills properly.
375
376 * src/opserv.c: Fixed a bug with x3 not handling kills properly.
377
378 2008-04-02 Alex Schumann <rubin@afternet.org>
379
380 * src/proto-p10.c: Provisional code for LOC account hostmask validation
381
382 * src/nickserv.c: Provisional code for LOC account hostmask validation
383
384 2008-04-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
385
386 * configure: Regenerated.
387
388 * configure.in: Bumped up trunk version for X3.
389
390 2008-03-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
391
392 * src/proto-p10.c: Ignore SNO messages.
393
394 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
395
396 * configure: Regenerated.
397
398 * configure.in: Fixed up a typo spotted by Sakkath.
399
400 * x3.conf.example: Fixed up a typo spotted by Sakkath.
401
402 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
403
404 * src/chanserv.c: If Nefarious 1.2.0 is in use then use SVSQUIT to
405 fake a connection reset by peer quit if spin 1 comes up.
406
407 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
408
409 * src/chanserv.c: Only allow logged in people to use spin.
410
411 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
412
413 * src/chanserv.c: Added lamepart function so that spin can be used
414 on Nefarious 1.1.
415
416 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
417
418 * src/chanserv.c: Added the wheel of misfortune. This will only
419 work with Nefarious 1.2.0. You can upgrade X3 now even if you are
420 running 1.1. Also fixed up some roulette/shoot bugs.
421
422 * src/hash.h: Function to change nicknames in X3 when using SVSNICK.
423
424 * src/hash.c: Function to change nicknames in X3 when using SVSNICK.
425
426 2008-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
427
428 * src/chanserv.c: Added roulette command.
429
430 * src/chanserv.h: Added roulette command.
431
432 * src/mod-memoserv.c: Added email sending functionality when
433 new memos are sent.
434
435 2008-03-24 Alex Schumann <rubin@afternet.org>
436
437 * src/nickserv.c: fix 1 param auth for ldap libs available but not
438 enabled, case. Thanks jobe.
439
440 2008-03-11 Alex Schumann <rubin@afternet.org>
441
442 * src/opserv.c: Add svsnick command
443
444 * src/opserv.help: add help for svsnick and improve menu a bit
445
446 * src/nickserv.c: re-enable 1 param auth if not using ldap.
447
448 2008-03-02 Alex Schumann <rubin@afternet.org>
449
450 * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv
451 kill/reconnect segfault)
452
453 2007-07-31 Alex Schumann <rubin@afternet.org>
454
455 * src/proto-p10.c: ignore ALIST messages
456
457 2007-05-08 Alex Schumann <rubin@afternet.org>
458
459 * src/nickserv.c: fix authentication bug with ldap by temporarily
460 removing account-less authentication.
461
462 * src/nickserv.help: fix help file to reflect change
463
464 2007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
465
466 * src/mod-webtv.c: Allow opers to override required_mark. Also added
467 SJOIN (undocumented) so opers can join IRC into channels where its
468 needed as WebTV can only message clients in channels they are in.
469
470 2007-06-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
471
472 * src/mod-webtv.c: Added JOIN and PART.
473
474 * src/mod-webtv.help: Added JOIN and PART.
475
476 2007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
477
478 * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf
479 config options, required_mark and valid_marks.
480
481 * src/mod-webtv.help: Added INDEX, NICK, and WHOIS.
482
483 2007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
484
485 * configure: Run autogen.sh.
486
487 * configure.in: Tweaks for google core dumper 1.1.
488
489 * x3.conf.example: Basic webtv module section.
490
491 * src/config.h.in: Run autogen.sh.
492
493 * src/Makefile.am: Run autogen.sh.
494
495 * src/Makefile.in: Run autogen.sh.
496
497 * src/mod-webtv.c: Basic module for now. (Does nothing so dont
498 bother compiling in).
499
500 * src/mod-webtv.help: Empty help file for webtv module.
501
502 * tools/core_install.sh: Update google core dumper to 1.1.
503
504 * tools/coredumper.tar.gz: Update google core dumper to 1.1.
505
506 2007-05-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
507
508 * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am).
509 This will stop the "Unable to find user irc.servername.com whose mark
510 is changing." messages. When a user reconnects and an existing exempt
511 is on the network for the user, their lastseen time is sent out to
512 all the servers. This quick fix moves the user checking part to
513 the relevant part of the function that actually uses users.
514
515 2007-05-04 Alex Schumann <rubin@afternet.org>
516
517 * src/chanserv.c: fixed problem with giveownership logs where the
518 previous owners handle could reference a free'd string.
519
520 2007-04-24 Alex Schumann <rubin@afternet.org>
521
522 * src/nickserv.c: add missing ifdef for inldap search.
523
524 2007-04-22 Alex Schumann <rubin@afternet.org>
525
526 * src/nickserv.c: change authserv search accountmask to just account.
527 added inldap search criteria. added add2ldap search target.
528
529 * src/nickserv.help: added help for ldap searching. + only add2ldap if
530 all the info is there.
531
532 * src/x3ldap.c: clean up of some error messages/handling. + add a byte
533 to password malloc to maybe solve a core problem? + fix an error
534 checking option.
535
536 2007-04-21 Alex Schumann <rubin@afternet.org>
537 * src/nickserv.c: remove some un-needed errors with duplicate
538 add/deletes in ldap
539
540 2007-04-21 Alex Schumann <rubin@afternet.org>
541
542 * src/nickserv.c: fix bug with register_user from loc causing core
543
544 2007-04-20 Alex Schumann <rubin@afternet.org>
545
546 * src/x3ldap.c: support for ldaps (ssl/tls) was added. ldap_host and
547 ldap_port changed to ldap_uri.
548
549 * src/nickserv.c: fixed LOC bugs with accounts that exist in ldap but
550 not x3 not being created. changed to ldap_uri config instead of
551 host/port
552
553 * src/nickserv.h: changed to ldap_uri
554
555 * x3.conf.example: changed to ldap_uri
556
557 2007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
558
559 * README: testing.
560
561 2007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
562
563 * INSTALL: Another test.
564
565 2007-04-08 Alex Schumann <rubin@afternet.org>
566
567 * src/chanserv.c: fix for a core when adding kill alert for numchans 1
568
569 2007-04-06 Alex Schumann <rubin@afternet.org>
570
571 * src/chanserv.help: added Jigsy's mode help MODE CHANNEL and MODE
572 USER
573
574 2007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
575
576 * ChangeLog: Email update.
577
578 2007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
579
580 * src/AUTHORS: Email update, mostly for CIA commit testing.
581
582 2007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
583
584 * src/helpfile.c: Added colour support $k.
585
586 2007-03-20 Alex Schumann <rubin@afternet.org>
587
588 * src/nickserv.c: ButtaS2sLore sent in this patch to fix the default
589 style when registering new users.
590
591 2007-03-20 Alex Schumann <rubin@afternet.org>
592
593 * src/nickserv.c: applied patch from playa which fixes the nickname
594 valid checks when registering a nick.
595
596 2007-03-20 Alex Schumann <rubin@afternet.org>
597
598 * src/nickserv.c: fix trying to do ldap when not enabled during
599 cmd_register + also with cmd_unregister
600
601 2007-03-20 Alex Schumann <rubin@afternet.org>
602
603 * src/opserv.c: fix for stats alerts filtering
604
605 * src/chanserv.c: dont kick lamers if they are currently exempt (+e)
606
607 * src/x3ldap.c: fix ldap error code to string
608
609 * src/nickserv.c: (comment to add LOC logging)
610
611 2007-02-26 Alex Schumann <rubin@afternet.org>
612
613 * src/nickserv.c: fix bug with LOC logic and ldap.
614
615 2007-02-13 Alex Schumann <rubin@afternet.org>
616
617 * src/nickserv.c: Fix bugs with ldap cookies. Fix opt_password
618 warning/crash potential
619
620 2007-02-13 Alex Schumann <rubin@afternet.org>
621
622 * src/x3ldap.c: Fix double-hashing of passwords when using ldap and
623 resetpass cookie system.
624
625 * src/nickserv.c: Fix double-hashing of passwords when using ldap and
626 resetpass cookie system. Fix incorrect terms in ldap email error
627 message.
628
629 2007-02-12 Alex Schumann <rubin@afternet.org>
630
631 * src/x3ldap.c: fix ldap_delete not binding first, so causing
632 access denied sometimes.
633
634 2007-02-12 Alex Schumann <rubin@afternet.org>
635
636 * x3.conf.example: fix ldap config example so it actually works
637
638 2007-02-12 Alex Schumann <rubin@afternet.org>
639
640 * src/nickserv.h: lowercase account name setting
641
642 * x3.conf.example: lowercase account name setting
643
644 * src/nickservc: only lowercase account names if the option is set.
645
646 2007-02-12 Alex Schumann <rubin@afternet.org>
647
648 * src/tools.c: adding ircd_strtolower() func
649
650 * src/common.h: adding ircd_strtolower() func
651
652 * src/nickserv.c: force accounts to lowercase at all inputs. ++fix
653 warning ++fix another
654
655 2007-02-11 Alex Schumann <rubin@afternet.org>
656
657 * src/nickserv.c: fixed a bunch of ldap result value check bugs
658
659 2007-02-11 Alex Schumann <rubin@afternet.org>
660
661 * src/opserv.c: Added oper group support to ldap
662
663 * src/x3ldap.c: Added group support to ldap. Fixed set email bug
664
665 * src/x3ldap.h: Added group support to ldap.
666
667 * src/nickserv.c: Added group support to ldap
668
669 * src/nickserv.h: Added group support to ldap
670
671 2007-02-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
672
673 * tools/ldap/ldap_convert.php: Fixes after more testing.
674
675 2007-02-09 Alex Schumann <rubin@afternet.org>
676
677 * src/x3ldap.c: addid search function to get users email address from
678 ldap
679
680 * src/x3ldap.h: func defs for search
681
682 * src/nicserv.c: update local copy of email address when they log
683 in via ldap. fix memory leak.
684
685 2007-02-08 Alex Schumann <rubin@afternet.org>
686
687 * src/x3ldap.c: cleaning up and switching adduser to use the new
688 crypted password scheme.
689
690 * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP
691 not defined, uncovered some warnings etc.
692
693 2007-02-08 Alex Schumann <rubin@afternet.org>
694
695 * src/nickserv.c: Filling in ldap support for all password related
696 operations: cmd_pass, loc_auth, etc.
697
698 2007-02-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
699
700 * tools/ldap/ldap_convert.php: Few tweaks.
701
702 2007-02-08 Alex Schumann <rubin@afternet.org>
703
704 * tools/ldap/inetorganon.schema: Scheme for ldap.
705
706 * tools/ldap/ldap_convert.php: Conversion script for converting
707 x3 users to the ldap server.
708
709 2007-02-07 Alex Schumann <rubin@afternet.org>
710
711 * configure.in: adding compile/configure support for ssl libs (not
712 yet needed)
713
714 * configure: updated from above.
715
716 * src/config.h.in: adding compile/configure support for ssl libs (not
717 yet needed)
718
719 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
720 in config file.
721
722 * src/x3ldap.h: ldap crypted password pain. Support for object classes
723 in config file.
724
725 * src/nickserv.c: change password in ldap when its changed in
726 nickserv. Support for object classes in config file.
727
728 * src/nickserv.h: support for object classes in conf file
729
730 2007-02-07 Alex Schumann <rubin@afternet.org>
731
732 * src/x3ldap.c: improve error result feedback
733
734 * src/nickserv.c: improve error result feedback (oops, fix for if
735 ldap_enable is 0)
736
737 2007-02-07 Alex Schumann <rubin@afternet.org>
738
739 * src/x3ldap.c: ldap_add functionality
740
741 * src/x3ldap.h: ldap_add functionality
742
743 * src/nickserv.h: ldap_add functionality
744
745 * src/nickserv.c: ldap_add functionality
746
747 * x3.conf.example: ldap_add functionality
748
749 2007-02-06 Alex Schumann <rubin@afternet.org>
750
751 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
752 and sanity checks.
753
754 * configure.in: Better ldap library handling **oops ** helps to
755 actually have -lldap in LIBS...
756
757 * configure: regenerated from above ** **
758
759 * x3.conf.example: tweaked ldap settings
760
761 * src/nickserv.h: remove ldap config settings if not compiled in
762
763 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
764 logins working.
765
766 2007-02-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
767
768 * src/x3ldap.c: Added GPL header, also change the printf's to
769 log_module's as per one of the todo comments.
770
771 * src/x3ldap.h: Added GPL header.
772
773 2007-02-05 Alex Schumann <rubin@afternet.org>
774
775 * src/nickserv.c: fix non-compile without ldap problem
776
777 2007-02-05 Alex Schumann <rubin@afternet.org>
778
779 * src/x3ldap.c: Beginnings of ldap authentication support
780
781 * src/x3ldap.h: Beginnings of ldap authentication support
782
783 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
784
785 * src/nickserv.c: Beginnings of ldap authentication support
786
787 * x3.conf.example: ldap config settings
788
789 * src/md5.c: remove old debugging printf() code
790
791 * src/configure.in: add --enable-ldap support to configure
792
793 * configure: rebuilt from above
794
795 * src/Makefile.am: add --enable-ldap support to configure
796
797 * src/Makefile.in: rebuilt from above
798
799
800 2007-02-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
801
802 * src/hash.c: Bug fix for bug #1651561.
803
804 2007-02-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
805
806 * src/nickserv.c: Fixed bug #1649326.
807
808 2007-01-28 Alex Schumann <rubin@afternet.org>
809
810 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
811 nick, and someone sends a memo, send them the memo from memoserv, if
812 there is a memoserv (not chanserv). Also, make the mini-help prompts
813 more generic, for when they come from another bot besides memoserv.
814
815 2007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
816
817 * src/proto-p10.c: RPING support.
818
819 2007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
820
821 * src/proto-p10.c: This will hide annoying rping/rping error messages
822 from the o3 alert channel when denora is linked. Will write proper
823 functions when i figure out how rping n rpong works.
824
825 2007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
826
827 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
828 we need to free kNode before removing the entry. Fixed a nasty
829 glibc core.
830
831 2007-01-12 Alex Schumann <rubin@afternet.org>
832
833 * src/mod-helpserv.c: This module is coded very poorly, with lots of
834 newby c mistakes with pointers and malloc and whatnot. This fixes some
835 small part of that so that user commands work again, and to reduce
836 confusion. It needs a LOT more work to be what I would consider
837 safe..
838
839 2007-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
840
841 * src/spamserv.c: Horrible but it will do, i need to rewrite
842 the flag system.
843
844 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
845 badreaction being linked up.
846
847 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
848
849 2007-01-10 Alex Schumann <rubin@afternet.org>
850
851 * src/log.c: commented out impossible assertion which makes x3 core on
852 fatal errors instead of exit cleanly.
853
854 2007-01-10 Alex Schumann <rubin@afternet.org>
855
856 * src/mod-helpserv.c: fix strncpy problem
857
858 2007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
859
860 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
861 checkrestrictions alerts.
862
863 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
864
865 2007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
866
867 * configure: Regenerated.
868
869 * configure.in: Added HAVE_HELPSERV.
870
871 * x3.conf.example: Seems theres been a hidden prefix option to
872 allow users to use helpserv commands (ones for users not helpers).
873
874 * src/config.h.in: Added HAVE_HELPSERV.
875
876 * src/mod-helpserv.c: Made helpserv more useable:
877
878 * Added CLOSEREQ for users to close their current request.
879
880 * Added SHOWREQ for users to show their current req (equiv of SHOW).
881
882 * Added JoinTotal, if ON then when a helper joins the channel they
883 will be sent a notice of the total UNASSIGNED requests.
884
885 * Added AlertNew, if ON then when a user opens a new help request
886 all helpers will be alerted.
887
888 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
889 bots.
890
891 * Added $i replacer for HelpServ SET's, changes $i to a valid
892 request id. If no iq exists for another bot uses $i then all
893 that is displayed is $i.
894
895 * Changed the USERCMD function type from void to int so that we
896 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
897 function.
898
899 * Seeing as helpserv does its help slightly different i added in the
900 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
901 output looks the same.
902
903 * Addded usercmd_helpserv for to access USERINDEX.
904
905 * Allow users to use HELP even without an open request.
906
907 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
908 Also added a USERINDEX. Plus added help for the above things i
909 added to helpserv
910
911 * src/modcmd.c: Adjusted years.
912
913 2007-01-03 Alex Schumann <rubin@afternet.org>
914
915 * src/opserv.c: fix crash in ctcp version checkin
916
917 2007-01-01 Alex Schumann <rubin@afternet.org>
918
919 * x3.conf.example: Fixed set_shows which didnt get updated a while
920 back.
921
922 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
923
924 * src/spamserv.c: Try this, tho sizeof worked fine for me with
925 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
926
927 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
928
929 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
930 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
931
932 * src/spamserv.h: Added caps scanning functionality.
933
934 * src/spamserv.help Added caps scanning help
935
936 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
937
938 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
939
940 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
941
942 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
943 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
944 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
945 the specified levels will be exempt. All levels default to
946 UL_OP (200) at first.
947
948 * src/spamserv.h: Added new except variables.
949
950 * src/spamserv.help: Added new sections for the new except SET
951 options, plus removed the level lines for now.
952
953 2006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
954
955 * Merry Christmas! :)
956
957 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
958 with setting exceptlevel.
959
960 2006-12-24 Alex Schumann <rubin@afternet.org>
961
962 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
963 nickname.
964
965 2006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
966
967 * Merry Christmas! :)
968
969 * This completes RFE 1577823.
970
971 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
972 excepts all people who are opped etc. Only people above this level
973 will be immune now. Defaults to 300 for channels without the option
974
975 * src/spamserv.h: Added exceptlevel.
976
977 * src/spamserv.help: Added EXCEPTLEVEL.
978
979 2006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
980
981 * Merry Christmas! :)
982
983 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
984
985 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
986 and LISTTRUST added.
987
988 2006-12-20 Alex Schumann <rubin@afternet.org>
989
990 * src/Makefile.in: undo temp fix
991
992 * src/opserv.c: perm fix to HAVE_TRACK define problems
993
994 * src/configure.in: perm fix to HAVE_TRACK define problems
995
996 * src/config.h.in: perm fix to HAVE_TRACK define problems
997
998 2006-12-21 Neil Spierling <sirvulcan@sirvulcan.co.nz>
999
1000 * src/Makefile.in: Temp fix.
1001
1002 2006-12-20 Alex Schumann <rubin@afternet.org>
1003
1004 * src/proto-p10.c: added full mark support including as a trace
1005 criteria.
1006
1007 * src/opserv.c: added full mark support including as a trace
1008 criteria.
1009
1010 * src/hash.h: added full mark support including as a trace
1011 criteria.
1012
1013 * src/opserv.help: documented the 'marked' criteria in trace.
1014
1015 2006-12-20 Alex Schumann <rubin@afternet.org>
1016
1017 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
1018 commands. (such as delpeon of a user with non-standard peon level)
1019
1020 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
1021 crash with service rename, and probably many other problems.
1022
1023 * src/mod-track.c: fixing memory problems, and the broken set command.
1024 Track may be stable now, needs large scale testing.
1025
1026 2006-12-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1027
1028 * src/chanserv.help: Opps that will teach me for cut n pasting.
1029 Adjusted duration line for CLVL help. Users are not removed after
1030 the duration they are reverted back to their previous access
1031 level.
1032
1033 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1034
1035 * src/chanserv.c: check the ircd side ban list too
1036
1037 * src/opserv.c: Fixed a small bug, woops.
1038
1039 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1040
1041 * src/chanserv.c: Added trace_check_bans, cut down version of
1042 check_bans for checkrestrictions
1043
1044 * src/chanserv.h: Declare trace_check_bans.
1045
1046 * src/opserv.c: Added addalert/trace option checkrestrictions. When
1047 using SVSJOIN as an action this option will check the ban lists, invite
1048 keys and limits of the target channel and if any match or exist (invite
1049 etc) then the SVSJOIN wont go through
1050
1051 * src/opserv.help: Added information about checkrestrictions.
1052
1053 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1054
1055 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
1056
1057 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
1058 and lastlevel.
1059
1060 * src/chanserv.help: Added information about timed clvls.
1061
1062 2006-12-18 Alex Schumann <rubin@afternet.org>
1063
1064 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
1065 instead of notice, when you get new memos. Fixed a buffer overrun with
1066 memo ids.
1067
1068 * src/mod-memoserv.help: fix-up help for settings.
1069
1070 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1071
1072 * src/chanserv.c: New feature, channel managers can now add people
1073 with a duration. After the duration expires the person will be
1074 automatically removed and deoped.
1075
1076 * src/chanserv.h: Added expiry.
1077
1078 * src/chanserv.help: Added information about timed accesses.
1079
1080 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
1081 specified.
1082
1083 2006-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1084
1085 * src/proto-p10.c: Reverted one of my line changes.
1086
1087 2006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1088
1089 * src/opserv.c: Fixed up a couple of $b errors.
1090
1091 2006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1092
1093 * src/chanserv.c: Woops forgot to init the channel mode change.
1094
1095 * src/chanserv.h: Tweak to check_bans.
1096
1097 * src/proto-p10.c: Add some sanity checks plus moved the +x to
1098 after the CMD_FAKEHOST otherwise if the person auths then gets
1099 marked they will cause 2 Registered quits on the IRCd. Only one
1100 will happen now.
1101
1102 2006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1103
1104 * src/chanserv.c: Added function check_bans to check bans in a
1105 specific channel when needed (see below).
1106
1107 * src/chanserv.h: check_bans deceleration.
1108
1109 * src/proto-p10.c: First of all we dont need a handle_info when
1110 checking for IsHiddenHost, the IRCd takes care of this. Made it
1111 so we copy the fakehost into user->fakehost so X3 can check
1112 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
1113 we need to recheck the users bans just in case a person has
1114 lamer'ed the marked hostname.
1115
1116 2006-12-12 Alex Schumann <rubin@afternet.org>
1117
1118 * configure.in: making google core lib optional
1119
1120 * configure: regenerated
1121
1122 * src/proto-p10.c: added support for sending nefarious marks
1123
1124 * src/proto.h: prototype for irc_mark
1125
1126 * src/opserv.help: documented new mark support. Also documented the
1127 svsjoin and svspart commands as they were missing.
1128
1129 * src/hash.h: added MARKLEN define
1130
1131 * src/opserv.c: added mark command as well as mark support in trace
1132 and addalert.
1133
1134 2006-12-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1135
1136 * configure: Regenerated.
1137
1138 * configure.in: Add support for google core dumper. Plus updated
1139 tre to 0.7.5.
1140
1141 * Makefile.in: Regenerated.
1142
1143 * rx/Makefile.in: Regenerated.
1144
1145 * src/config.h.in: Regenerated.
1146
1147 * src/Makefile.in: Regenerated.
1148
1149 * tools/core_install.sh: Just like tre_install.sh. This installs
1150 the core dumper.
1151
1152 * tools/coredumper.tar.gz: Google core dumper 0.2.
1153 http://sourceforge.net/projects/goog-coredumper/
1154
1155 * tools/tre_install.sh: Updated version to 0.7.5
1156
1157 * tools/tre.tar.gz: Updated tre to 0.7.5.
1158
1159 2006-12-10 Alex Schumann <rubin@afternet.org>
1160
1161 * src/opserv.c: fix debug message left at wrong level ("checking
1162 reroute()")
1163
1164 2006-12-09 Alex Schumann <rubin@afternet.org>
1165
1166 * src/opserv.c: bugfixes to autorouting timer code
1167 improved stats routing to clean up & take an argument
1168
1169 * src/opserv.h: bugfixes to autorouting timer code
1170
1171 * src/opserv.help: document new stats routing syntax
1172
1173 * src/timeq.c: added some usefull (commented out) debugging code for
1174 figuring out timer problems.
1175
1176 * src/timerq.h: added some usefull (commented out) debugging code for
1177 figuring out timer problems.
1178
1179 * src/proto-p10.c: cleanup/improve eob autorouting init
1180
1181 2006-12-08 Alex Schumann <rubin@afternet.org>
1182
1183 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
1184
1185 * src/proto-p10.c: moving version reply storage here, adding webTV
1186 no_notice support (automatiaclly dont send notices if version reply
1187 says its a webtv user since they cant SEE notices. (other clients to
1188 add?)) note, this needs a version query alert to get the version from
1189 them.
1190
1191 * src/helpfile.c: honor the no_notices user bit
1192
1193 * src/hash.h: add no_notices user bit
1194
1195 2006-12-07 Alex Schumann <rubin@afternet.org>
1196
1197 * src/opserv.c: Add filter ability to stats alerts + fixup
1198
1199 * src/opserv.help: document filter feature of stats alerts + fixup
1200
1201 2006-12-02 Alex Schumann <rubin@afternet.org>
1202
1203 * src/chanserv.c: fix to levels command (- were missing)
1204
1205 * src/tools.c: fix warning
1206
1207 * src/common.h: fix warning
1208
1209 * src/chanserv.help: update online help url, changed help general to
1210 use new $! command char replacement code.
1211
1212 * src/hash.c: fix warning when geoip is off
1213
1214 * src/helpfile.c: add new '$!' code for chanserv's current trigger
1215 char in help files
1216
1217 2006-12-01 Alex Schumann <rubin@afternet.org>
1218
1219 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
1220 on users of non-standard access level such as 201. Fixed this by
1221 changing mdelop and friends to work on the range of access levels.
1222 Added a LEVELS command.
1223
1224 * src/chanserv.h: corrected PEON access defines such that 1-150 is
1225 peon instead of 100-150 with 1-99 being undefined.
1226
1227 * src/chanserv.help: help for new LEVELS command
1228
1229 * src/helpfile.c: Improved table functions so that it automatically
1230 right-justifies numerical columns.
1231
1232 * src/tools.c: Added helper functions str_is_number and msnprintf (an
1233 auto-mallocing printf function)
1234
1235 * src/common.h: defines and defines for msnprintf and str_is_number
1236
1237
1238 2006-11-30 Alex Schumann <rubin@afternet.org>
1239
1240 * src/chanserv.c: Modified .myaccess such that if you give it your own
1241 account when you are not a helper, it still works. (Requested by
1242 Jigsy)
1243
1244 * src/nickserv.help: Corrected the help file to feed oregister based
1245 on email_required instead of email_enabled
1246
1247 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
1248 causes crash in set if no title) thanks xanjunior
1249
1250 2006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1251
1252 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
1253 opserv WHOIS from another service (when bound), the channels reply
1254 would come from o3 instead of that service.
1255
1256 2006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1257
1258 * src/opserv.c: Added in SVSPART alert/traces.
1259
1260 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
1261
1262 * src/proto.h: Added in decleration for svspart.
1263
1264 * src/proto-p10.c: Extend current SVSPART functionality so that we
1265 can send them with traces etc.
1266
1267 2006-10-14 Alex Schumann <rubin@afternet.org>
1268
1269 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
1270 in svsjoin alerts. Cleanup old silent code fragments left over. Check
1271 for missing chantarget in alerts also.
1272
1273 2006-10-12 Alex Schumann <rubin@afternet.org>
1274
1275 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
1276 setup x3 to version only users matching a criteria, and then another
1277 alert to do someting based on the version reply. This should be
1278 usefull for finding bots etc. Or, for example, you can make all xchat
1279 people join #xchat, or all mirc join #mirc etc.
1280 Also, there is a fix in here for SVSJOIN which i hadn't gotten
1281 everything working with.
1282
1283 * src/proto-p10.c: added privmsg_user and version_user functions
1284
1285 * src/proto.h: added privmsg_user and version_user function
1286 declerations
1287
1288 * src/hash.h: added version_reply variable to users
1289
1290
1291
1292 2006-10-12 Alex Schumann <rubin@afternet.org>
1293
1294 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
1295 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
1296 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
1297 or send all level3 users to a perticular channel on connection, etc.
1298
1299 2006-10-12 Alex Schumann <rubin@afternet.org>
1300
1301 * src/chanserv.c: Make lamers not affect users on the userlist above
1302 inviteme level in the channel. (why kb users who can .uba and
1303 .inviteme back in?)
1304
1305 2006-10-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1306
1307 * src/spamserv.c: Ignore those with access (if the options are
1308 disabled- scanchanops, scanhalfops, scanvoiced.
1309
1310 2006-10-08 Alex Schumann <rubin@afternet.org>
1311
1312 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
1313 autojoin. Not really a great solution. Instead, move auth_handler
1314 funcs to be called after stamping etc. thx to Buttaknife for this
1315 solution.
1316
1317 * src/nickserv.c: move auth_func calls to after stamping, and
1318 commented up the cmd_auth source to make it more managable.
1319
1320 2006-10-04 Alex Schumann <rubin@afternet.org>
1321
1322 * src/chanserv.c: remove redundant 'none' from empty llists
1323
1324 2006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1325
1326 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
1327 over with odelcookie now.
1328
1329 2006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1330
1331 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
1332 in a channel and a user auths in the channel, the user will not
1333 receive autoop etc if they have it enabled in uset.
1334
1335 2006-10-03 Alex Schumann <rubin@afternet.org>
1336
1337 * src/opserv.c: Check for connect timer entries before adding new
1338 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
1339
1340 2006-09-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1341
1342 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
1343 by him.
1344
1345 2006-09-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1346
1347 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
1348 happening before autohide. Let me know if its still happening before
1349 autohide.
1350
1351 * src/chanserv.help: Updated the AUTOJOIN bit.
1352
1353 2006-09-13 Alex Schumann <rubin@afternet.org>
1354
1355 * src/chanserv.help: improved the help listing for the info command,
1356 and information help category.
1357
1358 2006-09-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1359
1360 * src/mod-memoserv.c: Fixed crash bug.
1361
1362 * src/spamserv.c: Ignore opers.
1363
1364 2006-08-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1365
1366 * README: tweaks.
1367
1368 2006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1369
1370 * src/chanserv.help: Tweaked a , to .
1371
1372 2006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1373
1374 * src/opserv.help: Removed privs menu so we can release a tarball.
1375
1376 2006-08-25 Alex Schumann <rubin@afternet.org>
1377
1378 * src/chanserv.c: fix uset reply for halfops
1379
1380 * src/nickserv.help: document the 'b' account flag
1381
1382 2006-08-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1383
1384 * x3.conf.example: Added hidden host style option and key options
1385 for style 2.
1386
1387 * src/hosthiding.h: Remove KEY #defines.
1388
1389 * src/hosthiding.c: Set the keys only once using the conf values.
1390
1391 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
1392 of standard hidden hosts if style is 2.
1393
1394 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
1395 of standard hidden hosts if style is 2.
1396
1397 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
1398 hostname (unresolved). This is how Nefarious works.
1399
1400 * src/tools.c: Generate hidden hosts off crypt hosts instead
1401 of standard hidden hosts if style is 2.
1402
1403 2006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1404
1405 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
1406
1407 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
1408
1409 * src/proto.h: irc_svsjoin decelerations.
1410
1411 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
1412 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
1413 an SJ it will be handled properly as a JOIN. Did the same for
1414 SVSPART.
1415
1416 2006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1417
1418 * src/spamserv.c: Fixed the +k issue with spamserv.
1419
1420 2006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1421
1422 * src/opserv.c: Added PRIVSET Command.
1423
1424 * src/opserv.help: Added PRIVSET Command. Plus contents for the
1425 privs section.
1426
1427 * src/proto.h: irc_privs deceleration.
1428
1429 * src/proto-p10.c: Fixed a compile issue plus added functions for
1430 setting and checking privs.
1431
1432 2006-08-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1433
1434 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
1435
1436 * src/hash.h: Priv declerations.
1437
1438 * src/opserv.c: Show privs in WHOIS output.
1439
1440 * src/proto.h: client_report_privs decleration.
1441
1442 * src/proto-p10.c: Handle PRIV only for type 6 servers.
1443
1444 2006-08-19 Alex Schumann <rubin@afternet.org>
1445
1446 * src/authserv.c: document the oset flag +b in help (hide from staff
1447 command.)
1448
1449 2006-08-19 Alex Schumann <rubin@afternet.org>
1450
1451 * src/chanserv.c: added reply command, which responds similar to calc,
1452 but with any message. (for use with bindings)
1453
1454 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
1455 are replaced with the target command's calling user's account, nick,
1456 and numnick respectively. This and the above allows things like:
1457 BIND x3 account x3.reply your account is $a or
1458 BIND x3 kickme x3.kick $n $1-
1459 more to come, maybe, later.
1460
1461 2006-08-01 Alex Schumann <rubin@afternet.org>
1462
1463 * src/modcmd.c: Added OSI certification message to VERSION command
1464
1465 2006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1466
1467 * x3.conf.example: Redid part of the geoip summary.
1468
1469 2006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1470
1471 * src/opserv.c: If we have a city, latitude and longitude returned
1472 then show a map url. Some results have no city but a latitude and
1473 a longitude. The coordinates are useless in this case and most
1474 people would know where the country is around abouts.
1475
1476 2006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1477
1478 * src/hash.c: Speed up city and country lookups significantly.
1479 Just slow for the first read but once thats done the rest is fast.
1480
1481 2006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1482
1483 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
1484 I dont know if this will work for sure as i cant reproduce it. But
1485 my theory is that once the user is kicked the mode node is dropped.
1486 Users without modes should still return a valid mode node.
1487
1488 2006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1489
1490 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
1491 if a giveownership command was issued in a channel with no owners.
1492
1493 2006-08-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1494
1495 * configure: Regenerated.
1496
1497 * configure.in: Added checks for GeoIP headers and libs.
1498
1499 * x3.conf.example: Add in 2 options for the dat filenames of the
1500 city and country files. If not specified then no geoip data
1501 will be checked.
1502
1503 * src/config.h.in: Regenerated.
1504
1505 * src/hash.c: Created a function to check the geoip info from the
1506 dat files.
1507
1508 * src/hash.h: Decelerations plus added entries to the userNode
1509 struct.
1510
1511 * src/opserv.c: Display the GeoIP information in WHOIS.
1512
1513 * src/proto-p10.c: Call the new geoip data collection function
1514 towards the end of AddUser.
1515
1516 2006-08-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1517
1518 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
1519
1520 2006-08-01 Alex Schumann <rubin@afternet.org>
1521
1522 * src/chanserv.c: Add automode 6, to just voice everyone with access.
1523 Idea by daniel (thx)
1524
1525 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1526
1527 * This message is apart of the below one, its just seperate so
1528 it doesnt get lost amongst the below messages.
1529
1530 * src/global.c: Fixed a warning.
1531
1532 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1533
1534 * configure: Removed bahamut support, didnt even work.
1535
1536 * configure.in: Removed bahamut support, didnt even work.
1537
1538 * INSTALL: Removed bahamut support, didnt even work.
1539
1540 * x3.conf.example: Removed bahamut support, didnt even work.
1541
1542 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
1543
1544 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
1545 work.
1546
1547 * src/config.h.in: Removed bahamut support, didnt even work.
1548
1549 * src/gline.c: Removed bahamut support, didnt even work.
1550
1551 * src/hash.h: Removed bahamut support, didnt even work.
1552
1553 * src/nickserv.c: Removed bahamut support, didnt even work.
1554
1555 * src/nickserv.h: Removed bahamut support, didnt even work.
1556
1557 * src/Makefile.am: Removed bahamut support, didnt even work.
1558
1559 * src/Makefile.in: Removed bahamut support, didnt even work.
1560
1561 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
1562
1563 * src/shun.c: Removed bahamut support, didnt even work.
1564
1565 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1566
1567 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
1568 spamserv.c, nickserv.c.
1569
1570 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
1571
1572 * src/nickserv.c: Changed global_message uses to global_message_arg's.
1573
1574 * src/opserv.c: Changed global_message uses to global_message_arg's.
1575
1576 * src/spamserv.c: Changed global_message uses to global_message_arg's.
1577
1578 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1579
1580 * src/chanserv.c: Changed global_message uses to global_message_arg's.
1581
1582 * src/global.c: Added language strings for chanserv.c
1583
1584 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1585
1586 * src/global.c: Make sure we arnt sending duplicate messages in
1587 some cases.
1588
1589 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1590
1591 * src/x3.conf.example: Removed the targets option.
1592
1593 * src/global.c: Wrote new function that will global message users
1594 and/or opers and/or helpers messages in their own langauge. The
1595 strings are set either in language files or in the global.c message
1596 struct. This allows us to send defcon notices to people and they
1597 will get them in their own language if they have it set.
1598
1599 * src/global.h: global_message_args decleration.
1600
1601 * src/opserv.c: Removed targets option for defcon as its too hard
1602 to send messages to people in channels if the people have different
1603 language settings.
1604
1605 2006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1606
1607 * src/opserv.c: TODO stuff.
1608
1609 2006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1610
1611 * x3.conf.example: Added SHUN setting for DEFCON.
1612
1613 * doc/DEFCON: Added SHUN setting for DEFCON.
1614
1615 * src/opserv.c: Moved the gline check to here. Also added a SHUN
1616 check.
1617
1618 * src/opserv.h: Added SHUN setting for DEFCON.
1619
1620 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
1621
1622 2006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1623
1624 * x3.conf.example: Added new Defcon system settings
1625
1626 * doc/DEFCON: Anope's Defcon doc adapted for X3.
1627
1628 * src/chanserv.c: Block mode changes and channel registrations if
1629 required.
1630
1631 * src/mod-memoserv.c: Block new memos if required.
1632
1633 * src/nickserv.c: Block nick registrations if required.
1634
1635 * src/opserv.c: Added in defcon system, uses some of the anope code.
1636 Most tho is from scratch.
1637
1638 * src/opserv.h: Defcon declerations.
1639
1640 * src/opserv.help: Added DEFCON entry.
1641
1642 * src/proto-p10.c: If required gline new clients, also if required
1643 kill new clients.
1644
1645 2006-07-29 Alex Schumann <rubin@afternet.org>
1646
1647 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
1648 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
1649 not comfortable running 'make install' on libtre from ./configure.
1650 This violates what the user expects in a way that can harm the system.
1651 Changed how the libtre checks work and provided easy-to-use install
1652 script. -fix link stage
1653
1654 * rx/Makefile.in: fix autotools warning(s)
1655
1656 2006-07-28 Alex Schumann <rubin@afternet.org>
1657
1658 * src/nickserv.help: add odelcookie to help oper
1659
1660 * x3.conf.example: update & improve x3.conf.example description of
1661 extended_accounts setting.
1662
1663 2006-07-26 Alex Schumann <rubin@afternet.org>
1664
1665 * src/opserv.c: Fix crash when doing reroute if routing isnt
1666 configured. | Voice discovered that the error message for addplan fail
1667 was typeo'd so not showing.
1668
1669 * src/opserv.help: slight changes to routing help.
1670
1671 * src/chanserv.c: let non-staff see when channels were registered with
1672 .info
1673
1674 2006-07-24 Alex Schumann <rubin@afternet.org>
1675
1676 * src/proto-p10.c: dont burst channels with 0 users in them (which
1677 were created by alert discrims, most likely)
1678
1679 2006-07-23 Alex Schumann <rubin@afternet.org>
1680
1681 * x3.conf.example: Added chanserv "modes" to example - use to control
1682 what usermodes chanserv gets. Mainly for setting +d or not, if you
1683 have nef 1.0 'b:' lines setup.
1684
1685 2006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1686
1687 * src/nickserv.c: If theres no title set then the default title
1688 will therefore be the first part of hidden_host in x3.conf.example,
1689 so for consistency with opt_fakehost we will print this.
1690
1691 2006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1692
1693 * src/nickserv.c: The reason why theres no arg rubin is that
1694 if you want to print the fakehost then u dont specify an arg.
1695 This tells opt_fakehost to set fake to the current fakehost
1696 and pass it on to be printed.
1697
1698 2006-07-23 Alex Schumann <rubin@afternet.org>
1699
1700 * src/nickserv.c: Add config file regex fakehost test + sanity
1701 checking in title as well (fixed).
1702
1703 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
1704 instead of argv[2]==null since argv's dont get set null.
1705
1706 2006-07-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1707
1708 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
1709
1710 * src/proto-p10.c: Host in topic supports sethost and fakehost
1711 now.
1712
1713 2006-07-21 Alex Schumann <rubin@afternet.org>
1714
1715 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
1716 irc_connect, and added callbacks to handle connect failures and
1717 successes. (All prep for auto routing system)
1718
1719 * src/proto.h: Added support for irc_wallop, irc_squit,
1720 irc_connect, and added callbacks to handle connect failures and
1721 successes. (All prep for auto routing system)
1722
1723 * src/opserv.help: Help entries for auto routing system + fix typeo in
1724 routing example
1725
1726 * src/hash.h: New structs for auto routing system
1727
1728 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
1729 error message to debug message.
1730
1731 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
1732
1733 * src/modcmd.c: added 'routing' main command alias.
1734
1735 2006-07-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1736
1737 * x3.conf.example: Added host_in_topic option for sending full
1738 nick!user@host if its enabled. Default to one as Nefarious is
1739 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
1740 you have this enabled on X3 and not on your Nefarious server.
1741
1742 * src/proto-p10.c: Make use of host_in_topic.
1743
1744 2006-07-13 Alex Schumann <rubin@afternet.org>
1745
1746 * src/opserv.c: make the bot reply from the nick you /msg in all
1747 cases, if commands are bound to a different bot.
1748
1749 * src/nickserv.c: make the bot reply from the nick you /msg in all
1750 cases, if commands are bound to a different bot.
1751
1752 * src/chanserv.c: make the bot reply from the nick you /msg in all
1753 cases, if commands are bound to a different bot.
1754
1755 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
1756 msg, not the defined memoserv bot, if commands are aliased to other
1757 bots. This may also fix the crash bug playa reported at
1758 http://www.unrealgamers.net/forums/index.php?showtopic=138
1759
1760 2006-07-11 Alex Schumann <rubin@afternet.org>
1761
1762 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
1763 and some x3 topic functions.
1764
1765 * x3.conf.example: Improved server/type setting documentation,
1766 and changed default to 5.
1767
1768 2006-07-11 Alex Schumann <rubin@afternet.org>
1769
1770 * src/opserv.c: fixed silent alerts not getting picked up from db file
1771 on read/load.
1772
1773 2006-07-11 Alex Schumann <rubin@afternet.org>
1774
1775 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
1776 when adding an invalid jupe servername or numeric.
1777 this closes bug number 1513510.
1778
1779 * src/modcmd.c: if pubcmd is set higher than your level, only respond
1780 with the denied msg if the command was actually found. this closes bug
1781 number 1509382.
1782
1783 2006-07-10 Alex Schumann <rubin@afternet.org>
1784
1785 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
1786 non-logged-in user (null pointer)
1787
1788 2006-07-09 Alex Schumann <rubin@afternet.org>
1789
1790 * src/nickserv.c: fixed bug where unignores were getting sent to the
1791 user multiple times, instead of to each online nick once.
1792
1793 2006-07-09 Alex Schumann <rubin@afternet.org>
1794
1795 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
1796 spot. Ugh, messed up the fix. Trying again :)
1797
1798 2006-07-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1799
1800 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
1801 If the target is ignoring the person inviting them then the invite
1802 is denied.
1803
1804 2006-07-07 Alex Schumann <rubin@afternet.org>
1805
1806 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
1807 memoserv most easily seen when sending short memos. Rewrote the flag
1808 handling part of memo send to correct it.
1809
1810 2006-07-05 Alex Schumann <rubin@afternet.org>
1811
1812 * src/helpfile.c: pLaYa pointed out the table code row count is off by
1813 one. Fixed.
1814
1815 2006-06-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1816
1817 * configure: Regenerated.
1818
1819 * configure.in: Make use of TRE regexp library. Its more powerful
1820 than the standard library (http://laurikari.net/tre/index.html).
1821 Im also pondering adding services side regexp bans, X3 would
1822 probably required a channel flag called say advanced that can
1823 only be set by the owner. If enabled then regexp bans can be
1824 used. I also added an output saying what modules are enabled,
1825 what protocol is enabled, what malloc is choosen and if debugging
1826 is enabled. Just a bit of a message as the user will of seen
1827 programs just finish compiling and he/she/it may think it
1828 was X3 compiling, but it was just TRE compiling. They still need
1829 to compile X3.
1830
1831 * src/config.h.in: Regenerated.
1832
1833 * src/Makefile.am: Tweak for TRE.
1834
1835 * src/Makefile.in: Regenerated.
1836
1837 * src/nickserv.c: Use the new regex.h Im sure -I includes get
1838 called before system includes like /usr/include.
1839
1840 * src/opserv.c: Use the new regex.h Im sure -I includes get
1841 called before system includes like /usr/include.
1842
1843 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
1844 compile this just before configure finishes up. Sits around
1845 470KB, rather than another 2.5MB if i TRE untarred. I suppose
1846 i could get it down a bit more using Bzip but there are some
1847 boxes out there still without bzip.
1848
1849 2006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1850
1851 * src/mod-memoserv.c: Better history implementation. A seperate
1852 table is used for history entries. Entries contain the same
1853 fields as the memo table except for the message, read, and flags.
1854 Entries are only removed from the history db when they get
1855 expired by do_expire (older than message_expire). Also fixed
1856 up a issue with STATUS. On AfterNET we were getting huge large
1857 for the amount of memos. I now realise it was reading the amount
1858 of users. It now reads the proper amount of memos. I also a count
1859 for history entries.
1860
1861 * src/mod-memoserv.help: EXPIRE handles history and memos now.
1862
1863 2006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1864
1865 * src/mod-memoserv.c: Make use of ignore lists when trying to
1866 send memos.
1867
1868 2006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1869
1870 * src/spamserv.c: Crash fix (finally). Been meaning to do this
1871 for a while now.
1872
1873 2006-06-23 Alex Schumann <rubin@afternet.org>
1874
1875 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
1876 src/modcmd.c, src/nickserv.c: Improvements to
1877 table output and help display.
1878
1879 * src/mod-memoserv.c: fix segfault
1880
1881 2006-06-23 Alex Schumann <rubin@afternet.org>
1882
1883 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
1884 fix it and re-apply if you want it..
1885
1886 * src/chanserv.h: Backing out the bantype patch.
1887
1888 * src/chanserv.help: Backing out the bantype patch.
1889
1890 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1891
1892 * src/mod-memoserv.c: Fixed a bug.
1893
1894 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1895
1896 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
1897 if the recipient deletes the memo it will not be listed in the
1898 HISTORY list.
1899
1900 * src/mod-memoserv.help: HISTORY entry.
1901
1902 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1903
1904 * src/mod-memoserv.c: Added new flags, see below.
1905
1906 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
1907 added flags for always ignoring read reciepts and always sending
1908 read reciepts.
1909
1910 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1911
1912 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
1913 that you have sent, aslong as they have not been read yet.
1914
1915 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
1916 recipient to read reciept stuff.
1917
1918 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1919
1920 * src/mod-memoserv.c: Redid the db stuff, it now writes users
1921 settings and memos to the memoserv database.
1922
1923 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1924
1925 * src/mod-memoserv.c: Small bug fix.
1926
1927 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1928
1929 * src/mod-memoserv.c: Added read recipient support via SEND using
1930 -r as a flag. Messages with requested read recipients have a (r)
1931 shown beside the sender nick in LIST. People can ignore a read
1932 recipient using -i when reading the message via READ. Its all
1933 in the help file.
1934
1935 * src/mod-memoserv.help: Added read recipient relevent bits.
1936
1937 * src/opserv.help: Added halfopping functions.
1938
1939 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1940
1941 * src/x3.conf.example: Forgot a ;.
1942
1943 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1944
1945 * src/mod-memoserv.c: Make use of SET LIMIT.
1946
1947 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1948
1949 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
1950
1951 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1952
1953 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
1954
1955 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1956
1957 * x3.conf.example: Max limit for Memoserv LIMIT option.
1958
1959 * src/hash.h: Fixed halfops issue.
1960
1961 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
1962 amount of memos you can have. This does not do anything yet as
1963 im committing the half ops fix now. This code is fine it just
1964 allows you to adjust the limit for now.
1965
1966 2006-06-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1967
1968 * x3.conf.example: Commented out SpamServ module as there are bugs
1969 and i cant give a definate date as to when i can fix it. Im not
1970 home much these days.
1971
1972 * src/mod-memoserv.c: Redid the SET code using some whatnet code
1973 by wasted. Tweaked here and there. Also added some formatting in
1974 LIST and SET like chanserv SET. Oh and MemoServ will join
1975 autojoin_channels if MemoServ is in a seperate nickname.
1976
1977 * src/mod-memoserv.help: Added OSET and done some tweaking.
1978
1979 * src/nickserv.c: Allow the use of get_victim_oper outside of
1980 nickserv.c.
1981
1982 * src/nickserv.h: Allow the use of get_victim_oper outside of
1983 nickserv.c.
1984
1985 2006-06-07 Alex Schumann <rubin@afternet.org>
1986
1987 * src/chanserv.help: Added a couple set helps that were missing.
1988
1989 * src/helpfile.c: fix missing space in multi-column table output such
1990 as /msg opserv commands * (with nickserv tablewidth setting >60)
1991
1992 2006-06-06 Alex Schumann <rubin@afternet.org>
1993
1994 * src/opserv.c: Change how addalert silence works, so that its a
1995 parameter instead of an action, and also works with trace now.
1996
1997 * x3.conf.example: Added a config setting of level needed to use
1998 'silent yes' in trace/addalert.
1999
2000 2006-06-04 Alex Schumann <rubin@afternet.org>
2001
2002 * src/nickserv.c: Fix oregister
2003
2004 * src/nickserv.help: Update help for oregister
2005
2006 2006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2007
2008 * src/proto-p10.c: Properly handle incomming manual silences.
2009
2010 2006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2011
2012 * src/common.h: pretty_mask etc declerations.
2013
2014 * src/nickserv.c: Parse the mask through pretty_mask before adding
2015 it. Normal ircd side silences go through this, this just keeps
2016 things looking the same and if a user tries to remove a silence
2017 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
2018
2019 * src/proto-p10.c: Send a + if adding a silence.
2020
2021 * src/tools.c: pretty_mask and one other function for reformatting
2022 a hostname so its pretty :) from IRCu.
2023
2024 2006-06-04 Alex Schumann <rubin@afternet.org>
2025
2026 * src/nickserv.c: Send silences to every nick of a handle, not the
2027 nick that did the command.
2028
2029 2006-06-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2030
2031 * src/main.c: Moved spamserv initilization to after chanserv.
2032
2033 * src/spamserv.c: Read the db earlier.
2034
2035 2006-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2036
2037 * configure: Regenerated.
2038
2039 * configure.in: Bumped version and changed list email.
2040
2041 * x3.example.conf: Added SpamServ options.
2042
2043 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
2044
2045 * src/chanserv.h: Declerations
2046
2047 * src/main.c: Init the new SpamServ service.
2048
2049 * src/Makefile.am: Added SpamServ files.
2050
2051 * src/Makefile.in: Regenerated
2052
2053 * src/modcmd.c: Added SpamServ to REBINDALL.
2054
2055 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
2056
2057 * src/proto-common.c: Make sure SpamServ gets notices.
2058
2059 * src/spamserv.c: New service that checks for spamming, floods etc.
2060 Requires an oper to register it to a channel for it to work.
2061
2062 * src/spamserv.h: Decelerations.
2063
2064 * src/spamserv.help: Help entries for SpamServ.
2065
2066 2006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2067
2068 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
2069
2070 * src/chanserv.c: Added selectable bantypes.
2071
2072 * src/chanserv.h: Added selectable bantypes.
2073
2074 * src/chanserv.help: Added help entries.
2075
2076 2006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2077
2078 * src/nickserv.c: Added user option ADVANCED, when we add more
2079 advanced commands users will need to set this to see the options
2080 in help. Further work in helpfile is still needed afaik. This is
2081 just the basics.
2082
2083 * src/nickserv.h: Advanced option declerations.
2084
2085 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
2086 Seems no one added that when they added the AUTOHIDE option.
2087
2088 2006-05-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2089
2090 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
2091
2092 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
2093 and denied_fakehost_words. Also dropped refresh_period for chanserv
2094 set resync.
2095
2096 * src/chanserv.c: Added god_timeout, disable god mode automatically
2097 when the period times out. Also added a new set option- resync, auto
2098 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
2099
2100 * src/chanserv.help: Added entry for SET RESYNC.
2101
2102 * src/global.c: Join global into autojoin_channels if enabled.
2103
2104 * src/main.c: Some tweaking for autojoin_channels.
2105
2106 * src/mod-memoserv.c: If a user has memos and notify on login
2107 enabled then only display the notify notice on login and not
2108 during a netburst.
2109
2110 * src/mod-track.c: Quashed a warning.
2111
2112 * src/modcmd.c: Added functions for god_timeout. Also added wasted
2113 to VERSION output for credits for these features.
2114
2115 * src/nickserv.c: Added denied_fakehost_words, deny the words set
2116 there if an oper trys to use them in a fakehost. Also autojoin
2117 chanserv if enabled into autojoin_channels.
2118
2119 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
2120 after a drone attack. Also join opserv and reserved nicks into
2121 autojoin_channels if opserv/reserved is enabled.
2122
2123 * src/opserv.help: Added entry for REFRESHMAX.
2124
2125 2006-05-25 Alex Schumann <rubin@afternet.org>
2126
2127 * src/proto-p10.c: make non-existant server type setting not crash x3.
2128
2129 * src/nickserv.help: Added newby tip to authserv registration
2130 help (about < and >)
2131
2132 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
2133 deref null kicker)
2134
2135 2006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2136
2137 * src/chanserv.c: Set SWHOIS's when a user auths.
2138
2139 * src/hosthiding.c: Fixed a segfault.
2140
2141 * src/nickserv.c: Epithets now use SWHOIS.
2142
2143 * src/proto.h: Declerations for irc_swhois.
2144
2145 * src/proto-p10.c: Handle SWHOIS's.
2146
2147 2006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2148
2149 * src/hash.h: Bumped SOCKIPLEN
2150
2151 * src/hosthiding.c: Functions to crypt IPv6 addresses.
2152
2153 * src/hosthiding.h: IPv6 function declerations.
2154
2155 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
2156 with the ipv6 crypting function.
2157
2158 2006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2159
2160 * src/hash.h: Bits needed for other type of host hiding.
2161
2162 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
2163
2164 * src/hosthiding.c: This will generated crypted style 2 Nefarious
2165 hidden hosts and ips. Currently they are just displayed in O3
2166 WHOIS. Im yet to expand this.
2167
2168 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
2169
2170 * src/Makefile.in: Regenerated.
2171
2172 * src/opserv.c: Display crypted hosts n ips in WHOIS.
2173
2174 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
2175 save them in user->crypthost user->cryptip.
2176
2177 2006-05-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2178
2179 * src/chanserv.c: Set ignores when you authenticate.
2180
2181 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
2182 Used for centralized silence list management. Currently set ignores
2183 can be viewed in ACCOUNTINFO for via ircd SILENCE.
2184
2185 * src/nickserv.h: Declerations.
2186
2187 * src/nickserv.help: Added help entries for above commands.
2188
2189 * src/proto.h: Declerations.
2190
2191 * src/proto-p10.c: Functions to handle silences
2192
2193 2006-05-18 Alex Schumann <rubin@afternet.org>
2194
2195 * src/proto-p10.c: Fixed up the track module a bit more
2196
2197 * src/hash.c: Fixed up the track module a bit more, including
2198 reporting correctly when X3 kicks someone. This should affect mrsnoopy
2199 as well, hopefully wont cause any bugs.
2200
2201 * src/mod-track.c: Fixed up the track module a bit more - made track
2202 all/none work
2203
2204 2006-05-18 Alex Schumann <rubin@afternet.org>
2205
2206 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
2207
2208 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
2209
2210 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
2211
2212 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
2213
2214 2006-05-18 Alex Schumann <rubin@afternet.org>
2215
2216 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
2217 in.
2218
2219 * src/mod-track.c: some cleanups and textual changes, to make the commands
2220 slightly more user friendly.
2221
2222 2006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2223
2224 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
2225
2226 * src/x3.conf.example.: adding 050 'type' to server config (rubin
2227 fixed missing ';' and changelog entries)
2228
2229 2006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2230
2231 * Most files: Heh i cant be bothered listing all files, see websvn
2232 if you want specific files. I just added a new tracking module, its
2233 just like snoop except it targets specified users. The actual
2234 commit is in the previous revision, i just forgot to update this to
2235 tick over the svn version in version output.
2236
2237 2006-05-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2238
2239 * Most files: Major update off the new release of srvx 1.3.1. Also
2240 seeing as the new updates dont all have changelog entries ive dropped
2241 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
2242
2243 2006-03-20 Alex Schumann <rubin@afternet.org>
2244
2245 * src/chanserv.c: core fix; check if theres a handle_info before looking
2246 at style...
2247
2248 * src/helpfile.c: core fix; check if theres a handle_info before looking
2249 at style...
2250
2251 2006-03-17 Alex Schumann <rubin@afternet.org>
2252
2253 * src/chanserv.c: more clean style changes
2254
2255 2006-03-17 Alex Schumann <rubin@afternet.org>
2256
2257 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
2258 and dhp1080 made me do it) Needs lots of work to remove ----
2259 headers for 'clean' setting.
2260
2261 * src/helpfile.c: Added nickserv 'style' stetting back.
2262
2263 * src/nickserv.help: Added help for set style.
2264
2265 * src/mod-helpserv.c: make style affect table outputs.
2266
2267 * src/nickserv.c: Added nickserv 'style' setting back.
2268
2269 * src/nickserv.h: Added nickserve 'style' setting back.
2270
2271 2006-03-17 Alex Schumann <rubin@afternet.org>
2272
2273 * src/proto-p10.c: Added conf setting for extended_accounts for
2274 backward compatability with stock undernet ircd.
2275
2276 * x3.conf.example: Added conf setting for extended_accounts for
2277 backward compatability with stock undernet ircd.
2278
2279 2006-03-06 Alex Schumann <rubin@afternet.org>
2280
2281 * src/opserv.help: Added missing trace criteria to help,
2282 and fixed up a few other bits of help around that topic.
2283
2284 2006-01-16 Alex Schumann <rubin@afternet.org>
2285
2286 * src/tools.c: created an email valididty function
2287
2288 * src/nickserv.c: check valididty of email better
2289
2290 * src/sendmail.c: check validity of email better
2291
2292 2006-01-06 Alex Schumann <rubin@afternet.org>
2293
2294 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
2295 to a different bot, eg chanserv, and to reply from the correct nickname.
2296 also a bunch of whitespace changes
2297
2298 * src/nickserv.c: begin work on making nickserv commands bind without
2299 responding from the wrong nick. also a bunch of whitespace changes
2300
2301 * src/hash.h: whitespace
2302
2303 * src/opserv.help: improved QUERY helpfile. (though command itself still
2304 has bugs)
2305
2306 2005-12-14 Alex Schumann <rubin@afternet.org>
2307
2308 * src/chanserv.help: added set bantimeout help
2309
2310 2005-11-08 Alex Schumann <rubin@afternet.org>
2311
2312 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
2313 aliases properly.
2314
2315 * src/modcmd.help: Added note about escaping spaces to modcmd help.
2316
2317 * src/nickserv.help: Improved help files
2318
2319 * src/chanserv.help: Improved help files
2320
2321 2005-10-13 Alex Schumann <rubin@afternet.org>
2322
2323 * src/proto-p10.c: ignore remote /lusers
2324
2325 2005-09-13 Alex Schumann <rubin@afternet.org>
2326
2327 * src/global.c: Changed motd header style
2328
2329 * src/nickserv.help: Improved directions for getting and using
2330 accounts.
2331
2332 * src/chanserv.help: Improved directions for getting and using
2333 accounts.
2334
2335 2005-08-13 Alex Schumann <rubin@afternet.org>
2336
2337 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
2338 some *@* protection.
2339
2340 * src/tools.c: added function to detect an overmask (too general)
2341
2342 * src/common.h: added function to detect an overmask (too general)
2343
2344 2005-08-12 Alex Schumann <rubin@afternet.org>
2345
2346 * src/chanserv.c: Modified resync to work accourding to automode
2347 setting, and fixed a buffer overflow problem.
2348
2349 * src/chanserv.help: updated set automode and rsync help.
2350
2351 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
2352 sets +x on AUTH.
2353
2354 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
2355 sets +x on AUTH.
2356
2357 2005-08-12 Alex Schumann <rubin@afternet.org>
2358
2359 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
2360 of 'voice' setting. + Rewording setting help
2361
2362 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
2363 of 'voice' setting.
2364
2365 * src/chanserv.help: Added help for automode. + Rewording setting help
2366
2367 2005-08-11 Alex Schumann <rubin@afternet.org>
2368
2369 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
2370
2371 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
2372
2373 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
2374
2375 * src/nickserv.c: Added option to have authserv oper/admin people with
2376 opserv access. (Life4Christ)
2377
2378 * src/opserv.c: Added admin_level config option
2379
2380 * src/opserv.h: Added admin_level config option
2381
2382 2005-08-11 Alex Schumann <rubin@afternet.org>
2383
2384 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
2385 command) when nef* bug sends the +o twice. ++fix bug in patch
2386
2387 2005-08-09 Alex Schumann <rubin@afternet.org>
2388
2389 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
2390
2391 2005-08-08 Alex Schumann <rubin@afternet.org>
2392
2393 * src/chanserv.c: Added banTimeout feature to .set
2394
2395 * src/chanserv.h: added banTimeout feature to .set
2396
2397 * src/recdb.c: Added some better error catching in database_get_data()
2398
2399 * src/proto-common.h: tabs
2400
2401 * x3.conf.example: added bantimeout to default set list, and ban
2402 timeout frequency config setting.
2403
2404 2005-08-04 Alex Schumann <rubin@afternet.org>
2405
2406 * src/chanserv.c: Changed kick protected message to one without %s or
2407 $b because the kick function doesnt support replacements.
2408
2409 * src/tools.c: fixed spelling error in comment.
2410
2411 2005-07-28 Alex Schumann <rubin@afternet.org>
2412
2413 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
2414 one)
2415
2416 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
2417 whining.
2418
2419 2005-07-26 Alex Schumann <rubin@afternet.org>
2420
2421 * x3.conf.example: Updated from live afternet file and improved help
2422 and layout. Added vim directive to set syntax type.
2423
2424 * src/chanserv.c: ported x2's 8ball in, and improved it.
2425
2426 * src/math.c: Added osiris' hack to do_math for supporting
2427 2(10) and 2pi etc. Improved it to handle pi2 also.
2428
2429 * src/chanserv.help: updated 8ball help and added 'myaccess' to
2430 information help index.
2431
2432 2005-07-18 Alex Schumann <rubin@afternet.org>
2433
2434 * src/proto-p10.c: added +L awareness
2435
2436 * src/hash.h: added +L awareness
2437
2438 * src/chanserv.help: changed set ctcpreaction help
2439
2440 2005-07-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2441
2442 * src/modcmd.h: Lets make some functions global.
2443
2444 * src/modcmd.c: Log hostmasks no matter what.
2445
2446 * src/log.c: Lookup commands if they are from OpServ in the log.
2447 If they match channel specific commands like OP, DEOP, etc then
2448 we will display them in a LAST command (assuming the person doing
2449 the LAST is an oper). Normal clients wont see commands that have
2450 been performed by OpServ.
2451
2452 2005-07-15 Alex Schumann <rubin@afternet.org>
2453
2454 * src/chanserv.c: Changed around ctcpreaction setting so it:
2455 a) doesnt crash.
2456 b) doesnt kick userlist members ever
2457 c) has only 1 setting needed to control it
2458 * src/chanserv.h: removed some old oplevel stuff.
2459
2460 2005-07-14 Alex Schumann <rubin@afternet.org>
2461
2462 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
2463 remove errors from log. Fixed problem with missing break; in
2464 channel mode c parsing (reed).
2465
2466 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
2467
2468 * src/log.c: Changed channel log target to send PRIVMSG instead of
2469 NOTICE. (Ghozer)
2470
2471 2005-05-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2472
2473 * configure: Regenerated.
2474
2475 * configure.in: Added checks for tgmath.h.
2476
2477 * src/chanserv.c: Added new command LAST, from X2. Similar to
2478 EVENTS except its file based. Bear in mind you dont have to use
2479 both. You can bind what you want to use. Commented out zoot_list
2480 as its not in use, just a warning fix.
2481
2482 * src/hash.c: Warning fix.
2483
2484 * src/log.h: Misc defines.
2485
2486 * src/log.c: Logging functions from X2.
2487
2488 * src/math.c: If tgmath.h doesnt exist then include some other
2489 files that contain the functions we require.
2490
2491 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
2492
2493 * src/proto-p10.c: Added chanserv.h #include to squash a small
2494 compile error. Made X3 understand MARK's to a small point. Fixed
2495 a small parsing bug with exempts.
2496
2497 2005-07-06 Alex Schumann <rubin@afternet.org>
2498
2499 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
2500
2501 * src/opserv.c: Fixed an awkward output of trace count etc.
2502
2503 2005-06-22 Alex Schumann <rubin@afternet.org>
2504 * src/chanserv.help: Improved DURATION help
2505
2506 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
2507 a better average.
2508
2509 2005-05-27 Alex Schumann <rubin@afternet.org>
2510
2511 * src/chanserv.c: Improved usability of register command, fixed
2512 unregister reply.
2513
2514 * src/chanserv.help: Improved usability of register command
2515
2516 2005-05-27 Alex Schumann <rubin@afternet.org>
2517
2518 * src/chanserv.c: Resync working now
2519
2520 2005-05-27 Reed Loden <reed@reedloden.com>
2521
2522 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
2523 grammar issues in the message send to pending users. Fixed a
2524 problem with some of the resync code.
2525
2526 2005-05-27 Alex Schumann <rubin@afternet.org>
2527
2528 * src/chanserv.c: make pending add check if the person is already on
2529 the userlist before re-adding them (thx exec & reed for noticing this)
2530 Fix capitalisation of I in pending notice.
2531
2532 2005-05-18 Alex Schumann <rubin@afternet.org>
2533
2534 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
2535 working, and pointed me to the opserv helpfiles command, which shows
2536 what services search what help files. This fixes the help command to
2537 search that list as it should. Still need to modify the 'default'
2538 helpfile search bindigs because I dont think chanserv should respond
2539 to help from opserv's db, etc. See opserv's 'helpfiles' command.
2540
2541 * src/modcmd.help: clarified 'helpfiles' help.
2542
2543 2005-05-18 Alex Schumann <rubin@afternet.org>
2544
2545 * src/helpfile.c: make send_help() return true/false and not send
2546 errors so svccmd_send_help can 'take control' of things.
2547
2548 * src/modcmd.c: Fixed up the help system (again) / find aliased
2549 commands help if none exists. / Display no help for that command on
2550 commands (instead of topic)
2551
2552 * src/modcmd.h: Fixed up the help system (again)
2553
2554 * src/global.c: Fixed syntax display
2555
2556 * src/chanserv.help: Removed =---= formatting, fixed a few things.
2557 *spelling ++more spelling (thx reed)
2558
2559 * src/nickserv.help: Removed =---= formatting, fixed a few things.
2560 *spelling ++more spelling (thx reed)
2561
2562 * src/opserv.help: Removed =---= formatting, fixed a few things.
2563 ++spelling (thx reed)
2564
2565 * src/global.help: simplified index
2566
2567 * src/nickserv.c: Changed message users get when their email is
2568 already used for an account, fixed syntax help
2569
2570 * src/opserv.c: fixed syntax help
2571
2572 2005-05-16 Alex Schumann <rubin@afternet.org>
2573
2574 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
2575 the help file.
2576
2577 2005-05-04 Alex Schumann <rubin@afternet.org>
2578
2579 * src/modcmd.c: added a 'rebindall' command to assist with
2580 upgrades and changes which change command bindings.
2581
2582 * src/modcmd.help: modified help to reflect above
2583
2584 * src/opserv.help: modified help to reflect above
2585
2586 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
2587 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
2588 between channel bans (+b) and x3 remembered bans (lamers)
2589
2590 * src/chanserv.help: modified help to reflect above
2591
2592 * UPGRADE: added use of rebindall to upgrade instructions
2593
2594 2005-05-04 Alex Schumann <rubin@afternet.org>
2595
2596 * src/chanserv.c: added an 'adduser pending' feature, where if
2597 someone isn't authed x3 will ask them to /auth or register, and then
2598 automatically finish adding them to the channel when they do.
2599 Fixed email bug with adduser pending
2600
2601 * src/chanserv.h: adduser pending
2602
2603 * src/hash.c: adduser pending
2604
2605 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
2606
2607 * src/nickserv.c: adduser pending cleanup and activation code,
2608 Arch sync (Avoid losing channel information when
2609 replacing an account using the mergedb command.)
2610
2611 * src/proto-p10.c: adduser pending cleanup code
2612
2613 * src/nickserv.help: improved set and register help
2614
2615 2005-05-04 Alex Schumann <rubin@afternet.org>
2616
2617 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
2618 negitive). Added set voice to provide control over use of voice.
2619 Implimented a basic chanserv db version control system for upgrading
2620 seamlessly.
2621
2622 * src/chanserv.help: adjusted help to reflect voice and uset autoop
2623 changes.
2624
2625 * src/hash.h: updated ssz comment from z to Z
2626
2627 * src/modcmd.help: rewrote BIND help
2628
2629 * src/proto-p10.c: Added Z (sslonly) support back in
2630
2631 * UPGRADE: created file to document upgrading procedures
2632
2633 2005-04-23 Alex Schumann <rubin@afternet.org>
2634 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
2635 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
2636 topicmask to be an on or off setting, uninfluenced by enftopic.
2637 Added feature to use mask on /topic in addition to ,topic sets.
2638 Removed special consideration for ircops in protect_user()
2639
2640 * src/chanserv.help: updated documentation to reflect the new and
2641 much simpler topicmask feature, and removed op/voice levels.
2642
2643 * src/nickserv.c: added tailing 'end of' line for accountinfo
2644 for non-opers too.
2645
2646 * src/modcmd.c: tweaked alias notification for help and breef help.
2647
2648 2005-04-20 Alex Schumann <rubin@afternet.org>
2649
2650 * src/proto-common.c: removing +d. needs to be a config option
2651 or something.
2652
2653 * src/nickserv.help: modified main help reply of authserv
2654
2655 * src/nickserv.c: added title, epithet, and fakehost to oset listing
2656
2657 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
2658 totally redesigned though.
2659
2660 2005-04-15 Alex Schumann <rubin@afternet.org>
2661
2662 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
2663 at the same time. The whole block needs to be if/else instead of
2664 switch though, to be cleaner.
2665
2666 * src/nickserv.help: added fakehost and title options to help oset.
2667
2668 * src/nickserv.c: removed 'style' setting. (was not being used in
2669 code anyway)
2670
2671 2005-04-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2672
2673 * src/proto-p10.c: Reinstated +d usermode.
2674
2675 2005-03-30 Alex Schumann <rubin@afternet.org>
2676
2677 * src/chanserv.c: Fixed unban.
2678
2679 * x3.conf.example: added note in snoop config that improper
2680 setting for bots nick will cause segfault.
2681
2682 2005-03-22 Alex Schumann <rubin@afternet.org>
2683
2684 * x3.conf.example: added sethost/fakehost settings to conf
2685
2686 2005-03-19 Alex Schumann <rubin@afternet.org>
2687
2688 * chanserv.c: Changed style of command outputs, added userlevel back
2689 to users list.
2690
2691 * opserv.c: Changed style of command outputs, removed warn feature
2692
2693 * tools.c: shortened duration string lengths
2694
2695 * main.c: shortened duration string lengths
2696
2697 * sendmail.c: Changed style of stats email
2698
2699 2005-03-18 Alex Schumann <rubin@afternet.org>
2700
2701 * Changed breef to brief...
2702
2703 * chanserv.c: Changed to access level names instead of numbers.
2704
2705 2005-03-17 Alex Schumann <rubin@afternet.org>
2706
2707
2708 * src/opserv.c: Improved readability of trace print output
2709
2710 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
2711 a little.
2712
2713 * src/helpfile.c: Improved table_send readability (used in lots
2714 of listings including users and stats network etc)
2715
2716 2005-03-15 Alex Schumann <rubin@afternet.org>
2717
2718 * src/chanserv.c: Improved some syntax error reporting for commands
2719
2720 * src/helpfile.c: Added a 'breef' help function
2721
2722 * src/helpfile.h: Added a 'breef' help function
2723
2724 * src/main.c: Improved some syntax error reporting for commands
2725
2726 * src/modcmd.c: Improved some syntax error reporting for commands
2727
2728 * src/modcmd.h: Improved some syntax error reporting for commands
2729
2730 2005-03-15 Reed Loden <reed@reedloden.com>
2731
2732 * Synchronization with srvx--devo--1.3--patch-19.
2733
2734 2005-03-12 Alex Schumann <rubin@afternet.org>
2735
2736 * src/common.h, src/opserv.h: more SRVX->X3 fixes
2737
2738 * opserv.c: fixed SRVX defines to X3
2739
2740 * src/nickserv.c: Applied patch to bring up to date with
2741 local uncommitted changes on afternets srvx2 tree. improved
2742 cookie gen code and removed /play from cookie messages.
2743
2744 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
2745 bunch more places.
2746
2747 2005-03-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2748
2749 * nickserv.help: Added odelcookie section.
2750
2751 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
2752 cookies.
2753
2754 * src/md5.c: Cleaned up compile warnings.
2755
2756 * src/nickserv.help: Added odelcookie section.
2757
2758 ***********************************************************************/
2759
2760 #define CVS_VERSION "$Id$"
2761