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