]> jfr.im git - irc/evilnet/x3.git/blob - ChangeLog.classic
Fixed LDAP support to register an account with X3 if a user is authed to that account...
[irc/evilnet/x3.git] / ChangeLog.classic
1 X3 ChangeLog (Classic GNU version)
2
3 2013-02-18 Alex Schumann <rubin@afternet.org>
4 * all: Converted from mercurial to git. (testing email commit messages again)
5 * configure.in: Roll version to 1.8.1
6 * src/version.c.SH: replace hg version string with git one
7
8 2013-01-27 Matthew Beeching <jobe@mdbnet.co.uk>
9
10 * src/nickserv.c: Fix for crash bug when using calling *NickServ.oset
11 with an account name where nobody is online using that account and no
12 fakehost is set.
13
14 2012-04-29 Matthew Beeching <jobe@mdbnet.co.uk>
15
16 * src/x3ldap.c: Replaced ldap_get_values() with ldap_get_values_len().
17
18 2012-01-26 Matthew Beeching <jobe@mdbnet.co.uk>
19
20 * src/dict-splay.c: Fix for possible crash bugs in dict_splay()
21 and dict_remove2();
22
23 * src/tools.c: Fix for crash bug in irccasecmp();
24
25 2012-01-24 Matthew Beeching <jobe@mdbnet.co.uk>
26
27 * src/proto-p10.c: Fixed irc_topic() to honour server/hidden_host_type
28 and associated config settings.
29
30 2012-01-16 Matthew Beeching <jobe@mdbnet.co.uk>
31
32 * src/chanserv.c: Fix for USER AUTOOP option being ignored during
33 ChanServ.resync.
34
35 2012-01-13 Matthew Beeching <jobe@mdbnet.co.uk>
36
37 * src/opserv.help: Fixed typo in help for TRACE CRITERIA.
38
39 2011-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
40
41 * src/nickserv.c: Added a new line to NickServ.accountinfo to show
42 new email address for email change cookies.
43
44 2011-10-12 Matthew Beeching <jobe@mdbnet.co.uk>
45
46 * src/chanserv.help: Fixed typo in staff register help.
47
48 2011-09-29 Matthew Beeching <jobe@mdbnet.co.uk>
49
50 * src/chanserv.help: Fixed typo in durations help.
51
52 2011-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
53
54 * src/proto-p10.c: Fix for "PARSE ERROR" on "Ghost 5 Numeric Collided"
55 kill message.
56
57 2011-06-29 Matthew Beeching <jobe@mdbnet.co.uk>
58
59 * src/nickserv.c: Fixed a bug when reading services/nickserv/hard_maxlogins
60 from x3.conf
61
62 2011-01-25 Matthew Beeching <jobe@mdbnet.co.uk>
63
64 * src/proto-p10.c: Fix for auto-oper bug where PRIVS were not
65 being applied on Nefarious branch versions (or in short reverted
66 revision 697:e6fe90cab8d0)
67
68 2010-12-06 Matthew Beeching <jobe@mdbnet.co.uk>
69
70 * src/nickserv.c: Fixed bug where NickServ.oregister incorrectly
71 logged the password.
72
73 2010-10-15 Matthew Beeching <jobe@mdbnet.co.uk>
74
75 * src/proto-p10.c: Fix for P10 BURST message parsing where
76 extended bans were causing premature change from ban mask to
77 except mask parsing.
78
79 2010-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
80
81 * src/chanserv.c: Fix for maxsetinfo now allowing you to set it
82 to the maximum value as specified in x3.conf
83
84 2010-09-24 Matthew Beeching <jobe@mdbnet.co.uk>
85
86 * src/proto-p10.c: Fix for crash bug during burst where X3 sends
87 a B (BURST) message with a channel limit in the modes string.
88
89 2010-09-24 Alex Schumann <rubin@afternet.org>
90
91 * src/chanserv.c: dont let users set extended bans with
92 .ban/lamer/etc, and dont remove extended bans with bantimeout
93
94 2010-09-19 Matthew Beeching <jobe@mdbnet.co.uk>
95
96 * src/chanserv.c: Added ignore_csuspend to *ChanServ.csuspend
97 and *ChanServ.cunsuspend as a default flag.
98
99 2010-09-17 Matthew Beeching <jobe@mdbnet.co.uk>
100
101 * src/chanserv.c: Updated ChanServ.staff, ChanServ.ircops and
102 ChanServ.helpers to hide users with user mode +H (hide oper).
103
104 2010-09-08 Matthew Beeching <jobe@mdbnet.co.uk>
105
106 * src/proto-p10.c: Replaced some horrible code for formatting a
107 channel mode string and fix for a bug where chan mode +A was
108 being ignored.
109
110 2010-08-29 Matthew Beeching <jobe@mdbnet.co.uk>
111
112 * src/chanserv.c: Changed wheel of misfortune nick change pseudo
113 user to use a hard coded host name to prevent accidentally giving
114 out a users real host.
115
116 2010-08-19 Matthew Beeching <jobe@mdbnet.co.uk>
117
118 * src/proto-p10.c: Changed TOK_PRIVS to "PR" to match current ircu
119 distributions.
120
121 2010-07-31 Matthew Beeching <jobe@mdbnet.co.uk>
122
123 * src/proto-common.c: Added hg revision information to VERSION
124 reply to match version strings everywhere else.
125
126 2010-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
127
128 * src/Makefile.in: Added version.c generation at compile time
129
130 * src/modcmd.c: Updated to use cvs_version from version.c
131
132 * src/version.c.SH: Added version.c.SH to generate version.c
133
134 * src/version.h: Added version.h
135
136 2010-07-07 Matthew Beeching <jobe@mdbnet.co.uk>
137
138 * src/hash.h: Added support for user modes +D, +R, +W, +H, +L
139 and +q.
140
141 * src/opserv.c: Added support for user modes +D, +R, +W, +H, +L
142 and +q.
143
144 * src/proto-p10.c: Added support for user modes +D, +R, +W, +H,
145 +L and +q.
146
147 2010-07-07 Matthew Beeching <jobe@mdbnet.co.uk>
148
149 * src/hash.h: Added support for user modes +z and +a and fixed
150 some comments.
151
152 * src/opserv.c: Added support for user modes +z and +a and
153 added support to TRACE/ADDALERT CHECKRESTRICTIONS criteria for
154 channel mode +a and +Z.
155
156 * src/proto-p10.c: Added support for user modes +z and +a.
157
158 2010-07-07 Matthew Beeching <jobe@mdbnet.co.uk>
159
160 * src/opserv.c: Added support to TRACE/ADDALERT CHECKRESTRICTIONS
161 criteria for channel mode +O and +r.
162
163 2010-07-03 Matthew Beeching <jobe@mdbnet.co.uk>
164
165 * src/chanserv.c: Removed extra 'is' from CSMSG_SMURF_TARGET.
166
167 2010-06-06 Matthew Beeching <jobe@mdbnet.co.uk>
168
169 * src/proto-p10.c: Fix for crash on BURST (B) message for a channel
170 with +L, at least one ban or except, and no users.
171
172 2010-05-21 Matthew Beeching <jobe@mdbnet.co.uk>
173
174 * src/modcmd.c: Added support for fall back replacements in
175 command bindings. For example if you specify $1n instead of $1,
176 then the users nick will be used if param 1 is not supplied.
177
178 2010-05-14 Matthew Beeching <jobe@mdbnet.co.uk>
179
180 * src/nickserv.c: Fix for NickServ NICKINFO using the wrong
181 lastseen timestamp.
182
183 2010-05-13 Matthew Beeching <jobe@mdbnet.co.uk>
184
185 * src/proto-p10.c: Fixed support for channel mode +a (Admins only).
186
187 2010-05-12 Matthew Beeching <jobe@mdbnet.co.uk>
188
189 * tools/db.php: Rewrote parser function as a class and faster
190 parsing.
191
192 2010-05-11 Matthew Beeching <jobe@mdbnet.co.uk>
193
194 * src/nickserv.c: Added nick expiration support.
195
196 * src/nickserv.h: Added nick expiration support.
197
198 * x3.conf.example: Added nick expiration support.
199
200 2010-05-06 Matthew Beeching <jobe@mdbnet.co.uk>
201
202 * src/nickserv.c: Added SET action for SEARCH.
203
204 * src/nickserv.help: Added SET action for SEARCH.
205
206 2010-05-06 Matthew Beeching <jobe@mdbnet.co.uk>
207
208 * src/nickserv.c: Added NickServ search title criteria.
209
210 * src/nickserv.help: Added NickServ search title criteria.
211
212 2010-04-29 Matthew Beeching <jobe@mdbnet.co.uk>
213
214 * src/opserv.c: Minor typo in previous commit where returning 0
215 when it should have been 1 from opserv_join_check().
216
217 2010-04-29 Matthew Beeching <jobe@mdbnet.co.uk>
218
219 * src/opserv.c: Fix for possible bug in opserv_join_check().
220
221 2010-04-23 Matthew Beeching <jobe@mdbnet.co.uk>
222
223 * src/log.c: Modified X3.last to only show host and ident to
224 opers.
225
226 2010-03-15 Matthew Beeching <jobe@mdbnet.co.uk>
227
228 * ChangeLog: Abusing to figure out mercurial a bit.
229
230 2010-03-13 Matthew Beeching <jobe@mdbnet.co.uk>
231
232 * src/hash.h: Changed HOSTLEN to match Nefarious.
233
234 2010-03-03 Matthew Beeching <jobe@mdbnet.co.uk>
235
236 * src/proto-p10.c: Fixed bug in P10 B64 IPv6 parsing where the
237 entire IPv6 IP after the :: was ommited.
238
239 2010-02-27 Matthew Beeching <jobe@mdbnet.co.uk>
240
241 * src/proto-p10.c: Added message handlers for ZLINE and REMOVE
242 to ignore both messages
243
244 2010-02-05 Matthew Beeching <jobe@mdbnet.co.uk>
245
246 * src/nickserv.help: Fix for a minor documentation error where $S
247 was used instead of $N.
248
249 2010-01-14 Matthew Beeching <jobe@mdbnet.co.uk>
250
251 * src/nickserv.c: Added support for LDAP auth registering initial
252 nick when nick registration is enabled.
253
254 2010-01-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
255
256 * Srvx sync. Author: Michael Poole.
257
258 * src/ioset.c (ioset_listen): Linux -- reasonably -- requires that
259 SO_REUSEADDR be set on a socket before binding it to an in-use socket.
260 So do that.
261
262 * src/sar.c: Convert "struct sockaddr_storage" to "void *" to comply
263 with C99's strict(er) aliasing rules. Allocate off the stack or
264 heap, as appropriate. Add new function sar_free_nameserver() to
265 clean up the heap-allocated data.
266
267 2010-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
268
269 * src/chanserv.c: 8ball will now accept "what colour".
270
271 2009-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
272
273 * x3.conf.example: Added type 8 for Nefarious 1.3.0.
274
275 * src/proto-p10.c: Only use the old cloak.c code if type 7 is given.
276 If type 8 is given then the cloaked hosts are picked up during burst
277 (+cC)
278
279 2009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
280
281 * src/log.c: Revert message type to 5.
282
283 2009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
284
285 * src/mod-track.c: Fixed a crash with net rider kicks.
286
287 2009-12-12 Alex Schumann <rubin@afternet.org>
288
289 src/x3ldap.c: Fix crash bug with ldap adding users. Deal with some warnings.
290
291 src/x3ldap.h: Deal with some warnings.
292
293 2009-12-09 Henrik Stuart <evilnet@hstuart.dk>
294
295 src/mod-python.c: add support for module_register.
296
297 2009-12-09 Henrik Stuart <evilnet@hstuart.dk>
298
299 src/mod-python.c: add support for log_register_type.
300
301 2009-12-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
302
303 src/nickserv.c: Shuffle the auto oper functions around to fix a
304 desync issue.
305
306 src/proto-p10.c: Ignore PRIV_NONE within the first 5 seconds of
307 a client's connection. Temp fix for now.
308
309 2009-12-06 Matthew Beeching <jobe@mdbnet.co.uk>
310
311 * src/chanserv.c: Removed seemingly unnecessary "cannot invite"
312 warning from chan_opt_automode.
313
314 2009-12-02 Matthew Beeching <jobe@mdbnet.co.uk>
315
316 * src/nickserv.c: Added merging SSL fingerprint lists during
317 account merging.
318
319 2009-12-01 Matthew Beeching <jobe@mdbnet.co.uk>
320
321 * src/opserv.c: Added ADDALERT reactions noticeuser and msguser
322 to go with trace reactions notice and privmsg.
323
324 2009-11-29 Matthew Beeching <jobe@mdbnmet.co.uk>
325
326 * src/nickserv.c: Rewrote parts of loc_auth() to get it working
327 the same as cmd_auth() with regards to SSL fingerprint support.
328
329 2009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
330
331 * src/nickserv.c: Small tweak.
332
333 2009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
334
335 * src/nickserv.c: Small tweak to the password checks with sslfp LOC.
336
337 2009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
338 * src/nickserv.c: Added SSL fingerprint support to LOC.
339
340 * src/nickserv.h: Added sslfp to loc_auth.
341
342 * src/proto-p10.c: Added support for the new S loc auth type.
343
344 2008-11-28 Matthew Beeching <jobe@mdbnmet.co.uk>
345
346 * src/nickserv.help: Added help for ADDSSLFP, DELSSLFP, OADDSSLFP
347 and ODELSSLFP
348
349 * src/nickserv.c: Added support for SSL fingerprint authentication.
350
351 * src/nickserv.h: Added support for SSL fingerprint authentication.
352
353 2009-11-28 Matthew Beeching <jobe@mdbnet.co.uk>
354
355 * src/mod-memoserv.c: Fix for bug where MemoServ is created as a
356 local bot but not registered as a service on first startup.
357
358 2009-11-26 Matthew Beeching <jobe@mdbnet.co.uk>
359
360 * src/chanserv.c: Fixed a missing ',' in cmd_myaccess output.
361
362 2009-11-26 Henrik Stuart <evilnet@hstuart.dk>
363
364 * src/common.h src/main-common.c: add extra parameter to reg_exit_func and
365 exit_func_t.
366
367 * src/proto-p10.c src/mod-qserver.c src/chanserv.c src/mod-snoop.c
368 src/hash.c src/helpfile.c src/gline.c src/global.c src/mod-helpserv.c
369 src/opserv.c src/timeq.c src/saxdb.c src/modcmd.c src/saxdb.h
370 src/mod-sockcheck.c src/shun.c src/mod-python.c src/spamserv.c
371 src/mail-common.c src/mod-memoserv.c src/mod-track.c src/log.c src/ioset.c
372 src/nickserv.c src/main.c src/sar.c: collateral evolution fixes due to
373 exit_func change.
374
375 2009-11-26 Henrik Stuart <evilnet@hstuart.dk>
376
377 * src/proto-common.c: fix typo in malloc variable name.
378
379 2009-11-26 Henrik Stuart <evilnet@hstuart.dk>
380
381 * src/modcmd.h src/modcmd.c: add extra parameter to reg_svccmd_unbind_func
382 and svccmd_unbind_func_t.
383
384 * src/chanserv.c: collateral evolution fixes due to svccmd_unbind_func
385 change.
386
387 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
388
389 * src/proto.h src/proto-common.c: add extra parameter to
390 reg_mode_change_func and mode_change_func_t.
391
392 * src/chanserv.c: collateral evolution fixes due to mode_change_func
393 change.
394
395 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
396
397 * src/nickserv.h src/nickserv.c: add extra parameter to reg_unreg_func and
398 unreg_func_t.
399
400 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: collateral
401 evolution fixes due to unreg_func change.
402
403 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
404
405 * src/nickserv.h src/nickserv.c: add extra parameter to reg_auth_func and
406 auth_func_t.
407
408 * src/chanserv.c src/mod-snoop.c src/global.c src/mod-helpserv.c
409 src/opserv.c src/mod-memoserv.c src/mod-track.c: collateral evolution
410 fixes due to auth_func change.
411
412 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
413
414 * src/nickserv.h src/proto-common.c: add extra parameter to
415 reg_user_mode_func and user_mode_func_t.
416
417 * src/mod-snoop.c src/mod-track.c: collateral evolution fixes due to
418 user_mode_func change.
419
420 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
421
422 * src/nickserv.h src/proto-common.c: add extra parameter to
423 reg_channel_mode_func and channel_mode_func_t.
424
425 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
426 fixes due to channel_mode_func change.
427
428 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
429
430 * src/hash.c src/hash.h: add extra parameter to reg_kick_func and
431 kick_func_t.
432
433 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
434 fixes due to kick_func change.
435
436 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
437
438 * src/hash.c src/hash.h: add extra parameter to reg_part_func,
439 unreg_part_func, and part_func_t.
440
441 * src/chanserv.c src/mod-snoop.c src/mod-helpserv.c src/spamserv.c
442 src/mod-track.c: collateral evolution fixes due to part_func change.
443
444 2009-11-24 Henrik Stuart <evilnet@hstuart.dk>
445
446 * src/hash.c src/hash.h: add extra parameter to reg_del_channel_func and
447 del_channel_func_t.
448
449 * src/opserv.c src/proto-p10.c: collateral evolution fixes due to
450 del_channel_func change.
451
452 2009-11-23 Matthew Beeching <jobe@mdbnet.co.uk>
453
454 * src/nickserv.c: Removed 2 nonsensical spaces in
455 *NickServ.accountinfo output for "Karma"
456
457 2009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
458
459 * src/nickserv.c: Fix for bug allowing the use of odelcookie
460 to result in an account's password changing when it shouldn't.
461
462 2009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
463
464 * src/nickserv.c: Added fix for LDAP password not being updated
465 on odelcookie where account password is changed anyway.
466
467 2009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
468
469 * src/x3ldap.c: Updated OpServ level in LDAP feature to remove
470 the attribute when 0 instead of setting it to 0
471
472 * src/x3ldap.h: Updated OpServ level in LDAP feature to remove
473 the attribute when 0 instead of setting it to 0
474
475 * src/nickserv.c: Updated OpServ level in LDAP feature to remove
476 the attribute when 0 instead of setting it to 0
477
478 2009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
479
480 * src/x3ldap.c: Fix for bug allowing accounts in LDAP to
481 authenticate to unactivated accounts.
482
483 * src/nickserv.c: Fix for bug allowing accounts in LDAP to
484 authenticate to unactivated accounts.
485
486 2009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
487
488 * src/proto-p10.c: Added support for MARK SSLCLIFP.
489
490 * src/hash.h: Added support for MARK SSLCLIFP.
491
492 * src/opserv.c: Added SSLCLIFP mark to cmd_whois.
493
494 2009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
495
496 * src/nickserv.c: Fix for crash in cmd_oregister due to incorrect
497 parameter counts.
498
499 2009-11-15 Matthew Beeching <jobe@mdbnet.co.uk>
500
501 * src/hosthiding.c: Fix for crash bug in make_virthost() when host
502 name doesnt have a '.' in it.
503
504 2009-11-15 Henrik Stuart <evilnet@hstuart.dk>
505
506 * src/hash.c: fix variable set for registering nick change functions.
507
508 2009-11-14 Matthew Beeching <jobe@mdbnet.co.uk>
509
510 * src/nickserv.c: Fix for bug #2869968 (*NickServ.oregister allowing
511 invalid handles)
512
513 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
514
515 * src/hash.h src/hash.c: add extra parameter to new_channel_func_t and
516 reg_new_channel_func.
517
518 * src/chanserv.c src/opserv.c: add extra NULL argument/parameter to
519 reflect change in hash.
520
521 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
522
523 * src/nickserv.h src/nickserv.c: add extra parameter to
524 handle_merge_func_t and reg_handle_merge_func.
525
526 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
527 in nickserv.
528
529 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
530
531 * src/nickserv.h src/nickserv.c: add extra parameter to allowauth_func_t
532 and reg_allowauth_func.
533
534 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
535 in nickserv.
536
537 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
538
539 * src/nickserv.h src/nickserv.c: add extra parameter to failpw_func_t and
540 reg_failpw_func.
541
542 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
543 in nickserv.
544
545 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
546
547 * src/hash.h src/hash.c: add extra parameter to topic_func_t and
548 reg_topic_func.
549
550 * src/chanserv.c src/mod-python.c: add extra NULL argument/parameter to
551 reflect change in hash.
552
553 2009-11-01 Henrik Stuart <evilnet@hstuart.dk>
554
555 * src/proto.h src/proto-common.c: add extra parameter to chanmsg_func_t
556 and reg_chanmsg_func.
557
558 * src/chanserv.c src/modcmd.c: add extra NULL argument/parameter to
559 reflect change in proto.
560
561 2009-10-31 Henrik Stuart <evilnet@hstuart.dk>
562
563 * src/nickserv.h src/nickserv.c: add extra parameter to
564 handle_rename_func_t and reg_handle_rename func.
565
566 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: add extra NULL
567 argument/parameter to reflect change in nickserv.
568
569 2009-10-30 Henrik Stuart <evilnet@hstuart.dk>
570
571 * src/mod-snoop.c src/mod-helpserv.c src/mod-sockcheck.c src/mod-track.c:
572 fix missed NULL argument/parameter additions from earlier commits.
573
574 2009-10-30 Henrik Stuart <evilnet@hstuart.dk>
575
576 * src/hash.h src/hash.c: add extra parameter to join_func_t and
577 reg_join_func.
578
579 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c: add extra
580 NULL argument/parameter to reflect change in hash.
581
582 2009-10-30 Henrik Stuart <evilnet@hstuart.dk>
583
584 * src/hash.h src/hash.c: add extra parameter to nick_change_func_t and
585 reg_nick_change_func. Also fix memory leaks from not freeing extras lists
586 for some callback routines.
587
588 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c
589 src/nickserv.c src/modcmd.c: add extra NULL argument/parameter to reflect
590 change in hash.
591
592 * src/proto-p10.c: fix logic for calling call_new_user_funcs.
593
594 2009-10-30 Henrik Stuart <evilnet@hstuart.dk>
595
596 * src/proto.h: add extra parameter to reg_oper_func and oper_func_t.
597
598 * src/global.c: add extra NULL argument parameter to reflect changes.
599
600 * src/proto-common.c: add extra parameter to implementation of
601 reg_oper_func and reflect the extra parameter in call_oper_funcs.
602
603 * src/proto-p10.c: free storage for extra parameters.
604
605 2009-10-28 Henrik Stuart <evilnet@hstuart.dk>
606
607 * src/hash.h src/hash.c: add extra parameter to del_user_func_t,
608 reg_del_user_func, and unreg_del_user_func. Add new call_del_user_funcs
609 function to abstract hash internals from outside callers.
610
611 * src/opserv.c src/mod-python.c src/spamserv.c src/nickserv.c: add extra
612 NULL argument(parameter to reflect change in hash.
613
614 * src/proto-p10.c: use call_del_user_funcs instead of interfacing with
615 hash.c internals directly. Remove unused code due to this change.
616
617 * src/proto-common.c: remove reference to hash internals.
618
619 2009-10-28 Matthew Beeching <jobe@mdbnet.co.uk>
620
621 * src/x3ldap.c: Added ldap_do_oslevel() to set OpServ access level in
622 LDAP.
623
624 * src/x3ldap.h: Added ldap_do_oslevel() to set OpServ access level in
625 LDAP.
626
627 * src/nickserv.c: Added configuration option for OpServ access level
628 LDAP attribute name and call to ldap_do_oslevel() on access level
629 change.
630
631 * src/nickserv.h: Added configuration option for OpServ access level
632 LDAP attribute name.
633
634 * x3.conf.example: Added configuration option for OpServ access level
635 LDAP attribute name.
636
637 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
638
639 * src/hash.h src/hash.c: add extra parameter to new_user_func_t and
640 reg_new_user_func. Add new call_new_user_funcs function to abstract hash
641 internals from outside callers.
642
643 * src/proto-p10.c: use call_new_user_funcs instead of interfacing with
644 hash.c internals directly. Remove unused code due to this change.
645
646 * src/global.c src/opserv.c src/mod-python.c src/spamserv.c
647 src/nickserv.c: add extra NULL argument/parameter to reflect change in
648 hash.
649
650 * src/proto-common.c: remove reference to hash internals.
651
652 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
653
654 * src/hash.h: add extra parameter to server_link_func_t and
655 reg_server_link_func. Add new call_server_link_funcs function to abstract
656 hash internals from outside callers.
657
658 * src/proto-p10.c: call call_server_link_funcs rather than interfacing
659 directly with hash.c internals.
660
661 * src/chanserv.c: add extra NULL-argument/parameter to server link
662 handler.
663
664 * src/hash.c: add extra parameter to reg_server_link_func and introduce
665 call_server_link_funcs to shield external callers from the functionality.
666
667 * src/proto-common.c: remove extern definitions for the hash.c structures
668 for the server link callback structure.
669
670 * src/mod-python.c: add extra NULL-argument/parameter to server link
671 handler.
672
673 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
674
675 * src/mod-python.c: remove unused code.
676
677 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
678
679 * src/nickserv.c: marked cmd possibly unused to silence warning.
680
681 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
682
683 * src/nickserv.h: make auto_oper_privs and auto_admin_privs const.
684
685 * src/proto.h: make privs const in irc_raw_privs.
686
687 * src/proto-p10.c: make privs const in irc_raw_privs.
688
689 2009-10-27 Henrik Stuart <evilnet@hstuart.dk>
690
691 * src/global.c: remove unused code.
692
693 2009-10-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
694
695 * src/nickserv.c: Send privs out when auto opering clients. These are
696 controlled for now via auto_oper_privs/auto_admin_privs in the nickserv
697 section within x3.conf. In the future we will look at account specific
698 privs.
699
700 * src/proto.h: Added irc_raw_privs and client_modify_priv_by_name.
701
702 * src/proto-p10.c: Added irc_raw_privs.
703
704 * src/tools.c: Added R extended ban.
705
706 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
707
708 * src/mod-python.c: add python_handle_topic and refactor
709 emb_get_channel.
710
711 * src/plugins/__init__.py: add empty topic handler function to
712 Plugin class.
713
714 * src/modpython.py: add topic handler function.
715
716 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
717
718 * src/mod-python.c: add python_handle_del_user.
719
720 * src/plugins/__init__.py: add empty del_user handler function to
721 Plugin class.
722
723 * src/modpython.py: add del_user handler function.
724
725 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
726
727 * src/mod-python.c: refactor python_handle_nick_change.
728
729 * src/plugins/__init__.py: add empty nick_change handler function to
730 Plugin class.
731
732 * src/modpython.py: refactor nick_change to use new plugin
733 system.
734
735 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
736
737 * src/plugins/__init__.py: refactor plugin instantiation logic.
738
739 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
740
741 * src/mod-python.c: refactor python_handle_new_user.
742
743 * src/modpython.py: refactor new_user handler to use new plugin
744 system.
745
746 * src/plugins/__init__.py: add empty new_user handler function to
747 Plugin class.
748
749 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
750
751 * src/mod-python.c: refactor python_handle_server_link to be more
752 Pythonic.
753
754 * src/modpython.py: rename old plugins class to plugins_ and use a
755 more general plugin system.
756
757 * src/plugins/__init__.py: extend with plugin base-class and
758 recursive plugin load logic.
759
760 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
761
762 * src/mod-python.c: add emb_service_register function.
763
764 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
765
766 * src/mod-python.c: add emb_adduser function.
767
768 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
769
770 * src/mod-python.c: add emb_svsjoin function.
771
772 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
773
774 * src/mod-python.c: add emb_svsquit function.
775
776 * src/proto.h: observe proper const-ness in irc_svsquit function.
777
778 * src/proto-p10.c: observe proper const-ness in irc_svsquit function.
779
780 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
781
782 * src/mod-python.c: add emb_svsnick function.
783
784 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
785
786 * src/mod-python.c: refactor doc-strings for extension methods to separate
787 variables. Minor code changes that modify function return values/types to
788 be more uniform.
789
790 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
791
792 * src/mod-python.c: add emb_fakehost function.
793
794 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
795
796 * src/mod-python.c: add emb_user_mode function.
797
798 2009-10-12 Henrik Stuart <evilnet@hstuart.dk>
799
800 * src/mod-python.c: add emb_channel_mode function.
801
802 2009-10-11 Henrik Stuart <evilnet@hstuart.dk>
803
804 * src/mod-python.c: remember to increase reference count of Py_None.
805
806 2009-10-11 Henrik Stuart <evilnet@hstuart.dk>
807
808 * src/mod-python.c: add emb_kick function.
809
810 2009-10-11 Henrik Stuart <evilnet@hstuart.dk>
811
812 * src/mod-python.c: add emb_get_config function.
813
814 2009-10-09 Henrik Stuart <evilnet@hstuart.dk>
815
816 * src/mod-python.c: add emb_timeq_del function.
817
818 2009-10-09 Henrik Stuart <evilnet@hstuart.dk>
819
820 * src/mod-python.c: add emb_timeq_add function.
821
822 2009-10-07 Henrik Stuart <evilnet@hstuart.dk>
823
824 * src/mod-python.c: refactor dict_t construction logic.
825
826 2009-10-07 Henrik Stuart <evilnet@hstuart.dk>
827
828 * src/mod-python.c: improve error logic for emb_get_channel.
829
830 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
831
832 * src/mod-python.c: refactor modeList conversion into separate function.
833
834 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
835
836 * src/mod-python.c: refactor out common error cleanup logic.
837
838 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
839
840 * src/mod-python.c: add emb_get_accounts function and refactor some
841 common logic into a single routine.
842
843 * src/nickserv.h src/nickserv.c: make nickserv_handle_dict externally
844 available.
845
846 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
847
848 * src/mod-python.c: add emb_kill function.
849
850 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
851
852 * src/mod-python.c: improve error logic for pyobj_from_usernode.
853
854 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
855
856 * src/mod-python.c: improve error logic for emb_get_servers.
857
858 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
859
860 * src/mod-python.c: improve error logic for emb_get_channels.
861
862 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
863
864 * src/mod-python.c: improve error logic for emb_get_users.
865
866 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
867
868 * src/mod-python.c: add emb_get_server function and require P10.
869
870 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
871
872 * src/mod-python.c: add emb_get_servers function.
873
874 2009-10-06 Henrik Stuart <evilnet@hstuart.dk>
875
876 * src/mod-python.c: fix a bunch of typos
877
878 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
879
880 * src/mod-python.c: add emb_get_channels function.
881
882 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
883
884 * src/mod-python.c: add emb_get_users function.
885
886 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
887
888 * src/mod-python.c: raise exception on failure in emb_get_account.
889
890 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
891
892 * src/mod-python.c: raise exception on unknown channel in emb_get_channel
893
894 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
895
896 * src/mod-python.c: make emb_send_target_notice more resilient toward
897 erroneous input and raise exceptions on failures.
898
899 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
900
901 * src/mod-python.c: make emb_send_target_privmsg more resilient toward
902 erroneous input and raise exceptions on failures.
903
904 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
905
906 * src/mod-python.c: make emb_dump raise exception on failure.
907
908 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
909
910 * src/mod-python.c: set exception on error path in emb_get_user.
911
912 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
913
914 * src/mod-python.c: extract userNode to Python dictionary conversion for
915 future use in handlers.
916
917 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
918
919 * src/mod-python.c: do not leak handler objects
920
921 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
922
923 * src/mod-python.c: add support for specifying main module in x3.conf
924
925 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
926
927 * src/mod-python.c: Expose Python services module as _svc to follow normal
928 Python naming conventions for C extensions.
929
930 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
931
932 * src/mod-python.c: Remove unused function.
933
934 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
935
936 * src/mod-python.c: Generalise cmd_run to handle arbitrary statements.
937
938 2009-10-05 Henrik Stuart <evilnet@hstuart.dk>
939
940 * src/main-common.c: Initialise opserv before other services.
941
942 2009-09-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
943
944 * Srvx sync. Author: Michael Poole.
945
946 * src/recdb.c (explain_failure): When MAIN_LOG is NULL, report to stderr.
947
948 2009-09-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
949
950 * Srvx sync. Author: Michael Poole.
951
952 * src/chanserv.c (handle_part): Allow the current user to be considered for
953 channels other than the channel being /part'ed.
954
955 * src/modcmd.c (modcmd_saxdb_write): Write bot modes to the database.
956 (modcmd_load_bots): Read them out and use them.
957
958 * src/opserv.c (cmd_whois): Use irc_user_mode_chars() here too.
959
960 * src/opserv.help (INVITE): Document this command.
961
962 * src/proto.h (irc_user_modes): Declare.
963 (irc_user_mode_chars): Likewise.
964
965 * src/proto-common.c (irc_user_modes): Define.
966
967 * src/proto-p10.c (irc_user_mode_chars): Define.
968 (irc_user): Use irc_user_mode_chars() instead of open-coding it.
969
970 2009-08-21 Matthew Beeching <jobe@mdbnet.co.uk>
971
972 * src/nickserv.c: Fix for a crash bug when using LOC with LDAP
973 where LDAP account exists and AuthServ account does not
974
975 2009-08-20 Matthew Beeching <jobe@mdbnet.co.uk>
976
977 * src/opserv.help: Fixed a typo in ROUTING EXAMPLE
978
979 2009-08-17 Matthew Beeching <jobe@mdbnet.co.uk>
980
981 * src/nickserv.c: Added NSMSG_RECLAIM_HOWTO describing how to
982 AUTH when warned that the nick being used is registered
983
984 2009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
985
986 * src/proto.h: Added declaration fo irc_privmsg_user
987
988 * src/opserv.c: Added privmsg and notice trace actions
989
990 * src/opserv.help: Added privmsg and notice trace actions
991
992 2009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
993
994 * src/proto-p10.c: ignore SPAMFILTER messages
995
996 2009-08-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
997
998 * Srvx sync. Author: Michael Poole.
999
1000 * configure.in: (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value
1001 (specifically, 1).
1002 (HAVE_STRUCT_ADDRINFO): Likewise.
1003
1004 * src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because
1005 that can make kevent() return -1/ENOENT.
1006 (ioset_kevent_update): We need to try to EV_DELETE here instead.
1007 (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR.
1008
1009 * src/Makefile.am (EXTRA_x3_SOURCES): Include mod-blacklist.c.
1010
1011 * src/sar.c (ipv4_pton): Set the sockaddr length field when it exists.
1012 (ipv6_pton): Likewise.
1013
1014 2009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
1015
1016 * src/proto-common.c: Fix to allow trigger (in channel) commands
1017 to work in unregistered channels
1018
1019 2009-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
1020
1021 * src/sar.c: Fix for typo in previous commit
1022
1023 2009-07-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1024
1025 * src/sar.c: Commented out an warning message.
1026
1027 2009-07-29 Matthew Beeching <jobe@mdbnet.co.uk>
1028
1029 * src/nickserv.c: Fix for minor auth bug
1030
1031 2009-07-23 Matthew Beeching <jobe@mdbnet.co.uk>
1032
1033 * src/nickserv.help: Minor spelling correction
1034
1035 2009-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
1036
1037 * src/nickserv.c: Fix for NickServ AUTH bug with only password
1038 being supplied
1039
1040 2009-07-16 Matthew Beeching <jobe@mdbnet.co.uk>
1041
1042 * src/nickserv.c: Added support for NickServ with LDAP enabled
1043
1044 2009-07-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1045
1046 * src/chanserv.c: Crash fix with the spin command for hosts with
1047 a long length.
1048
1049 2009-07-05 Matthew Beeching <jobe@mdbnet.co.uk>
1050
1051 * src/chanserv.c: Fix for crash on ChanServ.UNSUSPEND
1052
1053 2009-06-27 Matthew Beeching <jobe@mdbnet.co.uk>
1054
1055 * src/modcmd.c: Fix for bug #2813183
1056
1057 2009-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1058
1059 * src/chanserv.c: Removed lastmod from gline and shun. (from the
1060 srvx merge)
1061
1062 * src/gline.c: Removed lastmod from gline and shun. (from the srvx
1063 merge)
1064
1065 * src/gline.h: Removed lastmod from gline and shun. (from the srvx
1066 merge)
1067
1068 * src/mod-blacklist.c: Removed lastmod from gline and shun. (from
1069 the srvx merge)
1070
1071 * src/mod-sockcheck.c: Removed lastmod from gline and shun. (from
1072 the srvx merge)
1073
1074 * src/opserv.c: Removed lastmod from gline and shun. (from the srvx
1075 erge)
1076
1077 * src/proto-p10.c: Removed lastmod from gline and shun. (from the srvx
1078 merge)
1079
1080 * src/shun.c: Removed lastmod from gline and shun. (from the srvx merge)
1081
1082 * src/shun.h: Removed lastmod from gline and shun. (from the srvx merge)
1083
1084 * src/spamserv.c: Removed lastmod from gline and shun. (from the srvx
1085 merge)
1086
1087 2009-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1088
1089 * src/proto-p10.c: Bug fix for SF Bug #2801434.
1090
1091 2009-06-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1092
1093 * src/hash.h: Updated client PRIVS.
1094
1095 * src/proto-p10.c: Updated client PRIVS.
1096
1097 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1098
1099 * src/tools.c: Re done the extended channel ban code so that it works
1100 like the ircd code.
1101
1102 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1103
1104 * src/tools.c: Return -1 with invalid extended bans.
1105
1106 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1107
1108 * src/chanserv.c: Tweak the ban functions to allow invalid bans to
1109 be picked up.
1110
1111 * src/tools.c: Return -1 with invalid extended bans.
1112
1113 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1114
1115 * src/chanserv.c: Updated user_matches_glob.
1116
1117 * src/common.h: Updated user_matches_glob.
1118
1119 * src/mod-memoserv.c: Updated user_matches_glob.
1120
1121 * src/nickserv.c: Updated user_matches_glob.
1122
1123 * src/opserv.c Updated user_matches_glob.
1124
1125 * src/tools.c: Added support for shared channel bans (j). As well as
1126 quiet bans. Although these are handled ircd side.
1127
1128 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1129
1130 * src/tools.c: Extended channel ban support. As well as text and
1131 nick change bans, however these 2 are just ignored as they are
1132 handled ircd side.
1133
1134 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1135
1136 * src/tools.c: Extended account ban support.
1137
1138 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1139
1140 * src/chanserv.c: Basic extended ban support.
1141
1142 * src/tools.c: Basic extended ban support.
1143
1144 2009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1145
1146 * src/chanserv.c: Fixed up SF bug #2799155.
1147
1148 * src/modcmd.c: Fixed up an issue where missing args was coming up
1149 when it shouldnt.
1150
1151 2009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1152
1153 * GPL 3 and svn propset updates.
1154
1155 2009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1156
1157 * src/main.c: Added spamserv.h #include.
1158
1159 * src/main-common.c: Woops forgot to init spamserv.
1160
1161 * src/spamserv.c: Fixed up AddLocalUser.
1162
1163 2009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1164
1165 * src/chanserv.c: Small fix with CSMSG_SET_UNREVIEWED.
1166
1167 2009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1168
1169 * src/hash.c: Couple of tweaks.
1170
1171 * src/proto-common.c: Fix for triggers not working with forwards as well as
1172 off channel services.
1173
1174 2009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1175
1176 * src/chanserv.c: Fixed a crash with setting a .set option with an invalid
1177 option.
1178
1179 * src/mail-smtp.c: Added missing file.
1180
1181 2009-05-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1182
1183 * Major update to bring X3 in line with the latest SRVX commit. Please see
1184 UPGRADE. Credits go to the SRVX team.
1185
1186 2009-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1187
1188 * src/proto-p10.c: Ignore stats headers.
1189
1190 2009-05-08 Henrik Stuart <evilnet@hstuart.dk>
1191
1192 * src/mod-python.c: generalised cmd_run to process file_input productions.
1193
1194 2009-05-06 Henrik Stuart <evilnet@hstuart.dk>
1195
1196 * src/mod-python.c: generalised PYTHONPATH environment setting to
1197 not explicitly set Alex's home directory.
1198
1199 2009-05-05 Henrik Stuart <evilnet@hstuart.dk>
1200
1201 * src/proto-p10.c: introduced irc_sno for SNO messages. Removed broken
1202 auto_oper on LOC support.
1203
1204 * src/proto.h: introduced irc_sno for SNO messages.
1205
1206 * src/nickserv.c: added registered authentication function to handle
1207 auto_oper on LOC.
1208
1209 2009-05-04 Alex Schumann <rubin@afternet.org>
1210
1211 * src/chanserv.c: julien and polo noticed a crash during channel register. Fixed
1212
1213 * x3.conf.example: fix typeo in default channel regex. Thanks again to julien for noticing this.
1214
1215 2009-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1216
1217 * src/proto-p10.c: Update PRIV handling code for the latest
1218 nefarious 1.3 changes.
1219
1220 2009-02-27 Alex Schumann <rubin@afternet.org>
1221
1222 * src/proto-p10.c: Patch from muer to support auto-oper for LOC
1223 connections too.
1224
1225 2009-01-31 Alex Schumann <rubin@afternet.org>
1226
1227 * src/chanserv.c: change server link handlers to return an int
1228
1229 * src/hash.h: change server link handlers to return an int
1230
1231 * src/plugins/annoy/plugin.py: add some debug code for testing new
1232 hooks
1233
1234 * src/modpython.py: support for new hooks server_link, nick_change,
1235 and new_user
1236
1237 * src/mod-python.c: support for new hooks server_link, nick_change,
1238 and new_user
1239
1240 2009-01-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1241
1242 * src/opserv.c: Warning fix.
1243
1244 * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
1245
1246 2009-01-27 Alex Schumann <rubin@afternet.org>
1247
1248 * src/modpython.py: Comment out debug printing
1249
1250 * src/plugins/hangman: New example plugin: Hangman game
1251
1252 2009-01-27 Alex Schumann <rubin@afternet.org>
1253
1254 * src/opserv.c: Fix a hole Sindacious found, where alerts on account
1255 don't trigger because they arent looked for during/after auth.
1256
1257 2009-01-26 Alex Schumann <rubin@afternet.org>
1258
1259 * src/plugins/annoy/plugin.py: more test code
1260
1261 * src/mod-python.c: added emb_get_info, silenced warnings, and stub
1262 TODO comments for all the handlers and emb functions we need to
1263 create. search for TODO and lend a hand! :)
1264
1265 2009-01-26 Alex Schumann <rubin@afternet.org>
1266
1267 * src/plugins/annoy/plugin.py: new version of test plugin
1268
1269 2009-01-25 Alex Schumann <rubin@afternet.org>
1270
1271 * Makefile.am: forgot to copy modpython.py where it goes.
1272
1273 2009-01-24 Alex Schumann <rubin@afternet.org>
1274
1275 * src/mod-python.c: added plugin hook to log to x3 logs, and worked
1276 out the basics of callback registration.
1277
1278 * src/modpython.py: x3 logging hook and new callback registration
1279
1280 * Makefile.am: install modpython.py and plugins/ during make install
1281
1282 * install-r.sh: shell script to do recursive copy with exclusions
1283
1284 2009-01-23 Alex Schumann <rubin@afternet.org>
1285
1286 * src/mod-python.c: refactor to use class-based hook manager. Seems to
1287 run now. Also added better comments.
1288
1289 * src/modpython.py: refactored into classes. Seems to run now. Cleaned
1290 up a bit.
1291
1292 2008-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1293
1294 * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
1295
1296 2009-01-04 Alex Schumann <rubin@afternet.org>
1297
1298 * src/nickserv.c: fix access change bug when using ldap but not
1299 ldap_oper_group_dn.
1300
1301 2009-01-01 Matthew Beeching <jobe@mdbnet.co.uk>
1302
1303 * languages/README.txt: Changed validate_lang.pl to validate.pl
1304
1305 * languages/validate.pl: Set executable
1306
1307 * languages/lang_export.sh: Set executable
1308
1309 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1310
1311 * src/chanserv.c: SF feature 1476390. Added nodelete option to
1312 MERGE.
1313
1314 * src/chanserv.help: SF feature 1476390. Added nodelete option
1315 to MERGE.
1316
1317 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1318
1319 * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
1320 the channel flag to the register command. Also removed the
1321 helping flag.
1322
1323 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1324
1325 * src/hash.c: SF feature 2353183. Made X3 aware of +a.
1326
1327 * src/hash.h: SF feature 2353183. Made X3 aware of +a.
1328
1329 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1330
1331 * src/global.c: Added RCHANNELS which will send notices to all
1332 registered channels. Also changed CHANNELS to notice all channels
1333 instead of registered ones only.
1334
1335 * src/global.h: Added RCHANNELS.
1336
1337 * src/global.help: Added RCHANNELS target.
1338
1339 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1340
1341 * src/global.c: Added AUTHED target.
1342
1343 * src/global.h: Added AUTHED target.
1344
1345 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1346
1347 * src/opserv.c: Store when alerts were last triggered.
1348
1349 2008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1350
1351 * x3.conf.example: Added valid_channel_regex.
1352
1353 * src/chanserv.c: Added valid_channel_regex.
1354
1355 2008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1356
1357 * src/chanserv.c: Warning fixes.
1358
1359 * src/proto-p10.c: Warning fixes.
1360
1361 2008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1362
1363 * configure: Regenerated.
1364
1365 * configure.in: Added math.h check.
1366
1367 * rx/Makefile.in: Regenerated.
1368
1369 * src/chanserv.c: Warning fixes.
1370
1371 * src/config.h.in: Regenerated.
1372
1373 * src/Makefile.in: Regenerated.
1374
1375 * src/math.c: Warning fixes.
1376
1377 * src/nickserv.c: Warning fixes.
1378
1379 * src/opserv.c: Warning fixes.
1380
1381 * src/proto-p10.c: Warning fixes.
1382
1383 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1384
1385 * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices
1386 with a string will now show the invalid string rather than 0.
1387
1388 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1389
1390 * src/nickserv.c: Fix for SF bug #2420339. Password change emails
1391 will not have the first time part in the email. Email change emails
1392 will have them though.
1393
1394 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1395
1396 * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
1397 when dynlimit disabled.
1398
1399 2008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1400
1401 * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
1402
1403 2008-11-30 Matthew Beeching <jobe@mdbnet.co.uk>
1404
1405 * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
1406
1407 2008-11-25 Alex Schumann <rubin@afternet.org>
1408
1409 * src/mod-python.c: call run function instead of using
1410 pyrun_simplestring. Set global info for simple reply() to have what it
1411 needs to run.
1412
1413 * src/modpython.py: new name as - interferes with module loading.
1414 added reply() function
1415
1416 2008-11-22 Alex Schumann <rubin@afternet.org>
1417
1418 * src/mod-python.c: Added ability to query info about nick or channel
1419 name
1420
1421 2008-11-16 Alex Schumann <rubin@afternet.org>
1422
1423 * src/mod-python.c: filled in some missing pieces.
1424
1425 * src/mod-python.py: more demo code for testing
1426
1427 2008-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
1428
1429 * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
1430
1431 2008-11-16 Alex Schumann <rubin@afternet.org>
1432
1433 * src/mod-python.c: further work on building basic bits of this
1434
1435 * src/mod-python.py: first pass at what will be the base python script.
1436
1437 2008-11-13 Alex Schumann <rubin@afternet.org>
1438
1439 * src/modcmd.c: remove python tests (moved to mod-python.c)
1440
1441 * src/mod-python.c: initial template based on memoserv
1442
1443 2008-11-12 Matthew Beeching <jobe@mdbnet.co.uk>
1444
1445 * tools/db.php: Added sample DB parser script
1446
1447 2008-11-06 Alex Schumann <rubin@afternet.org>
1448
1449 * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
1450 Begin work on embedding python.
1451
1452 2008-11-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1453
1454 * src/proto-p10.c: Fixes for SGLINE and SSHUN. As well as a fix for
1455 bug 2173687 (PRIVS part of it is already fixed on trunk).
1456
1457 2008-10-24 Matthew Beeching <jobe@mdbnet.co.uk>
1458
1459 * src/chanserv.help: Minor spelling mistake "change" instead of
1460 "change"
1461
1462 2008-10-10 Matthew Beeching <jobe@mdbnet.co.uk>
1463
1464 * src/opserv.c: Fix for crash on OpServ SVSPART where the
1465 channel specified does not exist.
1466
1467 2008-09-30 Matthew Beeching <jobe@mdbnet.co.uk>
1468
1469 * src/nickserv.c: Prevent automatic registration of dissallowed
1470 nicks when registering an account
1471
1472 2008-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
1473
1474 * src/chanserv.c: Fix for <trigger>shoot telling you to use
1475 .roulette instead of <trigger>roulette
1476
1477 2008-09-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1478
1479 * src/proto-p10.c: SGLINE and SSHUN support some stuff coming
1480 soon in Nefarious.
1481
1482 2008-09-07 Matthew Beeching <jobe@mdbnet.co.uk>
1483
1484 * src/chanserv.c: Changed PEON to PAL
1485
1486 * src/chanserv.help: Changed PEON to PAL
1487
1488 * src/modcmd.c: Changed PEON to PAL
1489
1490 * docs/access-levels.txt: Changed PEON to PAL
1491
1492 * languages/de/chanserv.help: Changed PEON to PAL
1493
1494 * languages/en_GB/chanserv.help: Changed PEON to PAL
1495
1496 2008-09-06 Matthew Beeching <jobe@mdbnet.co.uk>
1497
1498 * src/proto-p10.c: Added new PRIV_*'s to privtab
1499
1500 * src/mod-snoop.c: Added support for channel mode +h
1501
1502 * src/hash.h: #define's for missing PRIV_*'s
1503
1504 2008-09-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1505
1506 * src/chanserv.c: Fixed an issue with OPCHAN and channels using off
1507 channel.
1508
1509 2008-08-19 Alex Schumann <rubin@afternet.org>
1510
1511 * src/chanserv.c: fix a bug in the default wheel spin settings if they
1512 were not in the config file, x3 would core.
1513
1514 2008-07-21 Neil SPierling <sirvulcan@sirvulcan.co.nz>
1515
1516 * src/chanserv.c: Turn the kick ban all chans spin action into a
1517 timed ban (5 minutes). Also seperated the setting of the ban from
1518 the stripping of ohv. If Nefarious has halfops disabled then trying
1519 to strip the modes and set the ban results in the numeric being set
1520 as the ban. This will need to be fixed in nefarious.
1521
1522 2008-07-20 Alex Schumann <rubin@afternet.org>
1523
1524 * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch.
1525
1526 * src/config.h: bump trunk to 1.7
1527
1528 2008-07-19 Alex Schumann <rubin@afternet.org>
1529
1530 * src/proto-p10.c: dont print warning on uping to a jupe. added
1531 irc_svsquit() function
1532
1533 * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual
1534 spins to be enabled in x3.conf and make it easy to add new ones or
1535 change likelyhoods.
1536
1537 * src/proto.h: added irc_svsquit() prototype
1538
1539 * src/x3.conf.example: wheel action example configs
1540
1541 2008-07-18 Alex Schumann <rubin@afternet.org>
1542
1543 * src/proto-p10.c: set lastmod time to current time when sending
1544 glines, otherwise ircd wont burst them later.
1545
1546 * src/modcmd.c: break credits out to its own command, and add svn
1547 version string to ctcp version reply.
1548
1549 2008-07-02 Matthew Beeching <jobe@mdbnet.co.uk>
1550
1551 * src/proto-p10.c: Added missing PRIV_*'s to privtab
1552
1553 * src/hash.h: #define's for missing PRIV_*'s
1554
1555 2008-06-23 Alex Schumann <rubin@afternet.org>
1556
1557 * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the
1558 clone before its auto-removed, x3 crashes. Thanks tyler and jigsy.
1559
1560 2008-06-23 Alex Schumann <rubin@afternet.org>
1561
1562 * src/nickserv.c: make opserv access level required to be in oper ldap
1563 group configurable.
1564
1565 * src/nickserv.h: make opserv access level required to be in oper ldap
1566 group configurable.
1567
1568 2008-06-12 Alex Schumann <rubin@afternet.org>
1569
1570 * src/nickserv.c: fix login-on-connect logic problem when ldap libs
1571 are present but ldap is not in use.
1572
1573 2008-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1574
1575 * src/chanserv.c: Fixed a small bug with SVSNickChange.
1576
1577 * src/hash.h: Added buttaknife's patch which allows modes to be
1578 searched for using opserv trace. Also Fixed a small bug with
1579 SVSNickChange.
1580
1581 * src/hash.c: Fixed a small bug with SVSNickChange.
1582
1583 * src/opserv.c: Added buttaknife's patch which allows modes to
1584 be searched for using opserv trace.
1585
1586 * src/proto-p10.c: Added buttaknife's patch which allows modes
1587 to be searched for using opserv trace.
1588
1589 2008-04-10 Alex Schumann <rubin@afternet.org>
1590
1591 * src/nickserv.c: Fix wrong param count check in oset password
1592
1593 2008-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1594
1595 * src/chanserv.c: Fixed a bug with x3 not handling kills properly.
1596
1597 * src/opserv.c: Fixed a bug with x3 not handling kills properly.
1598
1599 2008-04-02 Alex Schumann <rubin@afternet.org>
1600
1601 * src/proto-p10.c: Provisional code for LOC account hostmask validation
1602
1603 * src/nickserv.c: Provisional code for LOC account hostmask validation
1604
1605 2008-04-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1606
1607 * configure: Regenerated.
1608
1609 * configure.in: Bumped up trunk version for X3.
1610
1611 2008-03-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1612
1613 * src/proto-p10.c: Ignore SNO messages.
1614
1615 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1616
1617 * configure: Regenerated.
1618
1619 * configure.in: Fixed up a typo spotted by Sakkath.
1620
1621 * x3.conf.example: Fixed up a typo spotted by Sakkath.
1622
1623 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1624
1625 * src/chanserv.c: If Nefarious 1.2.0 is in use then use SVSQUIT to
1626 fake a connection reset by peer quit if spin 1 comes up.
1627
1628 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1629
1630 * src/chanserv.c: Only allow logged in people to use spin.
1631
1632 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1633
1634 * src/chanserv.c: Added lamepart function so that spin can be used
1635 on Nefarious 1.1.
1636
1637 2008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1638
1639 * src/chanserv.c: Added the wheel of misfortune. This will only
1640 work with Nefarious 1.2.0. You can upgrade X3 now even if you are
1641 running 1.1. Also fixed up some roulette/shoot bugs.
1642
1643 * src/hash.h: Function to change nicknames in X3 when using SVSNICK.
1644
1645 * src/hash.c: Function to change nicknames in X3 when using SVSNICK.
1646
1647 2008-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1648
1649 * src/chanserv.c: Added roulette command.
1650
1651 * src/chanserv.h: Added roulette command.
1652
1653 * src/mod-memoserv.c: Added email sending functionality when
1654 new memos are sent.
1655
1656 2008-03-24 Alex Schumann <rubin@afternet.org>
1657
1658 * src/nickserv.c: fix 1 param auth for ldap libs available but not
1659 enabled, case. Thanks jobe.
1660
1661 2008-03-11 Alex Schumann <rubin@afternet.org>
1662
1663 * src/opserv.c: Add svsnick command
1664
1665 * src/opserv.help: add help for svsnick and improve menu a bit
1666
1667 * src/nickserv.c: re-enable 1 param auth if not using ldap.
1668
1669 2008-03-02 Alex Schumann <rubin@afternet.org>
1670
1671 * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv
1672 kill/reconnect segfault)
1673
1674 2007-07-31 Alex Schumann <rubin@afternet.org>
1675
1676 * src/proto-p10.c: ignore ALIST messages
1677
1678 2007-05-08 Alex Schumann <rubin@afternet.org>
1679
1680 * src/nickserv.c: fix authentication bug with ldap by temporarily
1681 removing account-less authentication.
1682
1683 * src/nickserv.help: fix help file to reflect change
1684
1685 2007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1686
1687 * src/mod-webtv.c: Allow opers to override required_mark. Also added
1688 SJOIN (undocumented) so opers can join IRC into channels where its
1689 needed as WebTV can only message clients in channels they are in.
1690
1691 2007-06-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1692
1693 * src/mod-webtv.c: Added JOIN and PART.
1694
1695 * src/mod-webtv.help: Added JOIN and PART.
1696
1697 2007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1698
1699 * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf
1700 config options, required_mark and valid_marks.
1701
1702 * src/mod-webtv.help: Added INDEX, NICK, and WHOIS.
1703
1704 2007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1705
1706 * configure: Run autogen.sh.
1707
1708 * configure.in: Tweaks for google core dumper 1.1.
1709
1710 * x3.conf.example: Basic webtv module section.
1711
1712 * src/config.h.in: Run autogen.sh.
1713
1714 * src/Makefile.am: Run autogen.sh.
1715
1716 * src/Makefile.in: Run autogen.sh.
1717
1718 * src/mod-webtv.c: Basic module for now. (Does nothing so dont
1719 bother compiling in).
1720
1721 * src/mod-webtv.help: Empty help file for webtv module.
1722
1723 * tools/core_install.sh: Update google core dumper to 1.1.
1724
1725 * tools/coredumper.tar.gz: Update google core dumper to 1.1.
1726
1727 2007-05-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1728
1729 * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am).
1730 This will stop the "Unable to find user irc.servername.com whose mark
1731 is changing." messages. When a user reconnects and an existing exempt
1732 is on the network for the user, their lastseen time is sent out to
1733 all the servers. This quick fix moves the user checking part to
1734 the relevant part of the function that actually uses users.
1735
1736 2007-05-04 Alex Schumann <rubin@afternet.org>
1737
1738 * src/chanserv.c: fixed problem with giveownership logs where the
1739 previous owners handle could reference a free'd string.
1740
1741 2007-04-24 Alex Schumann <rubin@afternet.org>
1742
1743 * src/nickserv.c: add missing ifdef for inldap search.
1744
1745 2007-04-22 Alex Schumann <rubin@afternet.org>
1746
1747 * src/nickserv.c: change authserv search accountmask to just account.
1748 added inldap search criteria. added add2ldap search target.
1749
1750 * src/nickserv.help: added help for ldap searching. + only add2ldap if
1751 all the info is there.
1752
1753 * src/x3ldap.c: clean up of some error messages/handling. + add a byte
1754 to password malloc to maybe solve a core problem? + fix an error
1755 checking option.
1756
1757 2007-04-21 Alex Schumann <rubin@afternet.org>
1758 * src/nickserv.c: remove some un-needed errors with duplicate
1759 add/deletes in ldap
1760
1761 2007-04-21 Alex Schumann <rubin@afternet.org>
1762
1763 * src/nickserv.c: fix bug with register_user from loc causing core
1764
1765 2007-04-20 Alex Schumann <rubin@afternet.org>
1766
1767 * src/x3ldap.c: support for ldaps (ssl/tls) was added. ldap_host and
1768 ldap_port changed to ldap_uri.
1769
1770 * src/nickserv.c: fixed LOC bugs with accounts that exist in ldap but
1771 not x3 not being created. changed to ldap_uri config instead of
1772 host/port
1773
1774 * src/nickserv.h: changed to ldap_uri
1775
1776 * x3.conf.example: changed to ldap_uri
1777
1778 2007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1779
1780 * README: testing.
1781
1782 2007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1783
1784 * INSTALL: Another test.
1785
1786 2007-04-08 Alex Schumann <rubin@afternet.org>
1787
1788 * src/chanserv.c: fix for a core when adding kill alert for numchans 1
1789
1790 2007-04-06 Alex Schumann <rubin@afternet.org>
1791
1792 * src/chanserv.help: added Jigsy's mode help MODE CHANNEL and MODE
1793 USER
1794
1795 2007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1796
1797 * ChangeLog: Email update.
1798
1799 2007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1800
1801 * src/AUTHORS: Email update, mostly for CIA commit testing.
1802
1803 2007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1804
1805 * src/helpfile.c: Added colour support $k.
1806
1807 2007-03-20 Alex Schumann <rubin@afternet.org>
1808
1809 * src/nickserv.c: ButtaS2sLore sent in this patch to fix the default
1810 style when registering new users.
1811
1812 2007-03-20 Alex Schumann <rubin@afternet.org>
1813
1814 * src/nickserv.c: applied patch from playa which fixes the nickname
1815 valid checks when registering a nick.
1816
1817 2007-03-20 Alex Schumann <rubin@afternet.org>
1818
1819 * src/nickserv.c: fix trying to do ldap when not enabled during
1820 cmd_register + also with cmd_unregister
1821
1822 2007-03-20 Alex Schumann <rubin@afternet.org>
1823
1824 * src/opserv.c: fix for stats alerts filtering
1825
1826 * src/chanserv.c: dont kick lamers if they are currently exempt (+e)
1827
1828 * src/x3ldap.c: fix ldap error code to string
1829
1830 * src/nickserv.c: (comment to add LOC logging)
1831
1832 2007-02-26 Alex Schumann <rubin@afternet.org>
1833
1834 * src/nickserv.c: fix bug with LOC logic and ldap.
1835
1836 2007-02-13 Alex Schumann <rubin@afternet.org>
1837
1838 * src/nickserv.c: Fix bugs with ldap cookies. Fix opt_password
1839 warning/crash potential
1840
1841 2007-02-13 Alex Schumann <rubin@afternet.org>
1842
1843 * src/x3ldap.c: Fix double-hashing of passwords when using ldap and
1844 resetpass cookie system.
1845
1846 * src/nickserv.c: Fix double-hashing of passwords when using ldap and
1847 resetpass cookie system. Fix incorrect terms in ldap email error
1848 message.
1849
1850 2007-02-12 Alex Schumann <rubin@afternet.org>
1851
1852 * src/x3ldap.c: fix ldap_delete not binding first, so causing
1853 access denied sometimes.
1854
1855 2007-02-12 Alex Schumann <rubin@afternet.org>
1856
1857 * x3.conf.example: fix ldap config example so it actually works
1858
1859 2007-02-12 Alex Schumann <rubin@afternet.org>
1860
1861 * src/nickserv.h: lowercase account name setting
1862
1863 * x3.conf.example: lowercase account name setting
1864
1865 * src/nickservc: only lowercase account names if the option is set.
1866
1867 2007-02-12 Alex Schumann <rubin@afternet.org>
1868
1869 * src/tools.c: adding ircd_strtolower() func
1870
1871 * src/common.h: adding ircd_strtolower() func
1872
1873 * src/nickserv.c: force accounts to lowercase at all inputs. ++fix
1874 warning ++fix another
1875
1876 2007-02-11 Alex Schumann <rubin@afternet.org>
1877
1878 * src/nickserv.c: fixed a bunch of ldap result value check bugs
1879
1880 2007-02-11 Alex Schumann <rubin@afternet.org>
1881
1882 * src/opserv.c: Added oper group support to ldap
1883
1884 * src/x3ldap.c: Added group support to ldap. Fixed set email bug
1885
1886 * src/x3ldap.h: Added group support to ldap.
1887
1888 * src/nickserv.c: Added group support to ldap
1889
1890 * src/nickserv.h: Added group support to ldap
1891
1892 2007-02-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1893
1894 * tools/ldap/ldap_convert.php: Fixes after more testing.
1895
1896 2007-02-09 Alex Schumann <rubin@afternet.org>
1897
1898 * src/x3ldap.c: addid search function to get users email address from
1899 ldap
1900
1901 * src/x3ldap.h: func defs for search
1902
1903 * src/nicserv.c: update local copy of email address when they log
1904 in via ldap. fix memory leak.
1905
1906 2007-02-08 Alex Schumann <rubin@afternet.org>
1907
1908 * src/x3ldap.c: cleaning up and switching adduser to use the new
1909 crypted password scheme.
1910
1911 * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP
1912 not defined, uncovered some warnings etc.
1913
1914 2007-02-08 Alex Schumann <rubin@afternet.org>
1915
1916 * src/nickserv.c: Filling in ldap support for all password related
1917 operations: cmd_pass, loc_auth, etc.
1918
1919 2007-02-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1920
1921 * tools/ldap/ldap_convert.php: Few tweaks.
1922
1923 2007-02-08 Alex Schumann <rubin@afternet.org>
1924
1925 * tools/ldap/inetorganon.schema: Scheme for ldap.
1926
1927 * tools/ldap/ldap_convert.php: Conversion script for converting
1928 x3 users to the ldap server.
1929
1930 2007-02-07 Alex Schumann <rubin@afternet.org>
1931
1932 * configure.in: adding compile/configure support for ssl libs (not
1933 yet needed)
1934
1935 * configure: updated from above.
1936
1937 * src/config.h.in: adding compile/configure support for ssl libs (not
1938 yet needed)
1939
1940 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
1941 in config file.
1942
1943 * src/x3ldap.h: ldap crypted password pain. Support for object classes
1944 in config file.
1945
1946 * src/nickserv.c: change password in ldap when its changed in
1947 nickserv. Support for object classes in config file.
1948
1949 * src/nickserv.h: support for object classes in conf file
1950
1951 2007-02-07 Alex Schumann <rubin@afternet.org>
1952
1953 * src/x3ldap.c: improve error result feedback
1954
1955 * src/nickserv.c: improve error result feedback (oops, fix for if
1956 ldap_enable is 0)
1957
1958 2007-02-07 Alex Schumann <rubin@afternet.org>
1959
1960 * src/x3ldap.c: ldap_add functionality
1961
1962 * src/x3ldap.h: ldap_add functionality
1963
1964 * src/nickserv.h: ldap_add functionality
1965
1966 * src/nickserv.c: ldap_add functionality
1967
1968 * x3.conf.example: ldap_add functionality
1969
1970 2007-02-06 Alex Schumann <rubin@afternet.org>
1971
1972 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
1973 and sanity checks.
1974
1975 * configure.in: Better ldap library handling **oops ** helps to
1976 actually have -lldap in LIBS...
1977
1978 * configure: regenerated from above ** **
1979
1980 * x3.conf.example: tweaked ldap settings
1981
1982 * src/nickserv.h: remove ldap config settings if not compiled in
1983
1984 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
1985 logins working.
1986
1987 2007-02-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1988
1989 * src/x3ldap.c: Added GPL header, also change the printf's to
1990 log_module's as per one of the todo comments.
1991
1992 * src/x3ldap.h: Added GPL header.
1993
1994 2007-02-05 Alex Schumann <rubin@afternet.org>
1995
1996 * src/nickserv.c: fix non-compile without ldap problem
1997
1998 2007-02-05 Alex Schumann <rubin@afternet.org>
1999
2000 * src/x3ldap.c: Beginnings of ldap authentication support
2001
2002 * src/x3ldap.h: Beginnings of ldap authentication support
2003
2004 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
2005
2006 * src/nickserv.c: Beginnings of ldap authentication support
2007
2008 * x3.conf.example: ldap config settings
2009
2010 * src/md5.c: remove old debugging printf() code
2011
2012 * src/configure.in: add --enable-ldap support to configure
2013
2014 * configure: rebuilt from above
2015
2016 * src/Makefile.am: add --enable-ldap support to configure
2017
2018 * src/Makefile.in: rebuilt from above
2019
2020
2021 2007-02-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2022
2023 * src/hash.c: Bug fix for bug #1651561.
2024
2025 2007-02-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2026
2027 * src/nickserv.c: Fixed bug #1649326.
2028
2029 2007-01-28 Alex Schumann <rubin@afternet.org>
2030
2031 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
2032 nick, and someone sends a memo, send them the memo from memoserv, if
2033 there is a memoserv (not chanserv). Also, make the mini-help prompts
2034 more generic, for when they come from another bot besides memoserv.
2035
2036 2007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2037
2038 * src/proto-p10.c: RPING support.
2039
2040 2007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2041
2042 * src/proto-p10.c: This will hide annoying rping/rping error messages
2043 from the o3 alert channel when denora is linked. Will write proper
2044 functions when i figure out how rping n rpong works.
2045
2046 2007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2047
2048 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
2049 we need to free kNode before removing the entry. Fixed a nasty
2050 glibc core.
2051
2052 2007-01-12 Alex Schumann <rubin@afternet.org>
2053
2054 * src/mod-helpserv.c: This module is coded very poorly, with lots of
2055 newby c mistakes with pointers and malloc and whatnot. This fixes some
2056 small part of that so that user commands work again, and to reduce
2057 confusion. It needs a LOT more work to be what I would consider
2058 safe..
2059
2060 2007-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2061
2062 * src/spamserv.c: Horrible but it will do, i need to rewrite
2063 the flag system.
2064
2065 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
2066 badreaction being linked up.
2067
2068 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
2069
2070 2007-01-10 Alex Schumann <rubin@afternet.org>
2071
2072 * src/log.c: commented out impossible assertion which makes x3 core on
2073 fatal errors instead of exit cleanly.
2074
2075 2007-01-10 Alex Schumann <rubin@afternet.org>
2076
2077 * src/mod-helpserv.c: fix strncpy problem
2078
2079 2007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2080
2081 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
2082 checkrestrictions alerts.
2083
2084 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
2085
2086 2007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2087
2088 * configure: Regenerated.
2089
2090 * configure.in: Added HAVE_HELPSERV.
2091
2092 * x3.conf.example: Seems theres been a hidden prefix option to
2093 allow users to use helpserv commands (ones for users not helpers).
2094
2095 * src/config.h.in: Added HAVE_HELPSERV.
2096
2097 * src/mod-helpserv.c: Made helpserv more useable:
2098
2099 * Added CLOSEREQ for users to close their current request.
2100
2101 * Added SHOWREQ for users to show their current req (equiv of SHOW).
2102
2103 * Added JoinTotal, if ON then when a helper joins the channel they
2104 will be sent a notice of the total UNASSIGNED requests.
2105
2106 * Added AlertNew, if ON then when a user opens a new help request
2107 all helpers will be alerted.
2108
2109 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
2110 bots.
2111
2112 * Added $i replacer for HelpServ SET's, changes $i to a valid
2113 request id. If no iq exists for another bot uses $i then all
2114 that is displayed is $i.
2115
2116 * Changed the USERCMD function type from void to int so that we
2117 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
2118 function.
2119
2120 * Seeing as helpserv does its help slightly different i added in the
2121 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
2122 output looks the same.
2123
2124 * Addded usercmd_helpserv for to access USERINDEX.
2125
2126 * Allow users to use HELP even without an open request.
2127
2128 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
2129 Also added a USERINDEX. Plus added help for the above things i
2130 added to helpserv
2131
2132 * src/modcmd.c: Adjusted years.
2133
2134 2007-01-03 Alex Schumann <rubin@afternet.org>
2135
2136 * src/opserv.c: fix crash in ctcp version checkin
2137
2138 2007-01-01 Alex Schumann <rubin@afternet.org>
2139
2140 * x3.conf.example: Fixed set_shows which didnt get updated a while
2141 back.
2142
2143 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2144
2145 * src/spamserv.c: Try this, tho sizeof worked fine for me with
2146 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
2147
2148 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2149
2150 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
2151 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
2152
2153 * src/spamserv.h: Added caps scanning functionality.
2154
2155 * src/spamserv.help Added caps scanning help
2156
2157 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2158
2159 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
2160
2161 2006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2162
2163 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
2164 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
2165 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
2166 the specified levels will be exempt. All levels default to
2167 UL_OP (200) at first.
2168
2169 * src/spamserv.h: Added new except variables.
2170
2171 * src/spamserv.help: Added new sections for the new except SET
2172 options, plus removed the level lines for now.
2173
2174 2006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2175
2176 * Merry Christmas! :)
2177
2178 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
2179 with setting exceptlevel.
2180
2181 2006-12-24 Alex Schumann <rubin@afternet.org>
2182
2183 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
2184 nickname.
2185
2186 2006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2187
2188 * Merry Christmas! :)
2189
2190 * This completes RFE 1577823.
2191
2192 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
2193 excepts all people who are opped etc. Only people above this level
2194 will be immune now. Defaults to 300 for channels without the option
2195
2196 * src/spamserv.h: Added exceptlevel.
2197
2198 * src/spamserv.help: Added EXCEPTLEVEL.
2199
2200 2006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2201
2202 * Merry Christmas! :)
2203
2204 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
2205
2206 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
2207 and LISTTRUST added.
2208
2209 2006-12-20 Alex Schumann <rubin@afternet.org>
2210
2211 * src/Makefile.in: undo temp fix
2212
2213 * src/opserv.c: perm fix to HAVE_TRACK define problems
2214
2215 * src/configure.in: perm fix to HAVE_TRACK define problems
2216
2217 * src/config.h.in: perm fix to HAVE_TRACK define problems
2218
2219 2006-12-21 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2220
2221 * src/Makefile.in: Temp fix.
2222
2223 2006-12-20 Alex Schumann <rubin@afternet.org>
2224
2225 * src/proto-p10.c: added full mark support including as a trace
2226 criteria.
2227
2228 * src/opserv.c: added full mark support including as a trace
2229 criteria.
2230
2231 * src/hash.h: added full mark support including as a trace
2232 criteria.
2233
2234 * src/opserv.help: documented the 'marked' criteria in trace.
2235
2236 2006-12-20 Alex Schumann <rubin@afternet.org>
2237
2238 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
2239 commands. (such as delpeon of a user with non-standard peon level)
2240
2241 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
2242 crash with service rename, and probably many other problems.
2243
2244 * src/mod-track.c: fixing memory problems, and the broken set command.
2245 Track may be stable now, needs large scale testing.
2246
2247 2006-12-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2248
2249 * src/chanserv.help: Opps that will teach me for cut n pasting.
2250 Adjusted duration line for CLVL help. Users are not removed after
2251 the duration they are reverted back to their previous access
2252 level.
2253
2254 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2255
2256 * src/chanserv.c: check the ircd side ban list too
2257
2258 * src/opserv.c: Fixed a small bug, woops.
2259
2260 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2261
2262 * src/chanserv.c: Added trace_check_bans, cut down version of
2263 check_bans for checkrestrictions
2264
2265 * src/chanserv.h: Declare trace_check_bans.
2266
2267 * src/opserv.c: Added addalert/trace option checkrestrictions. When
2268 using SVSJOIN as an action this option will check the ban lists, invite
2269 keys and limits of the target channel and if any match or exist (invite
2270 etc) then the SVSJOIN wont go through
2271
2272 * src/opserv.help: Added information about checkrestrictions.
2273
2274 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2275
2276 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
2277
2278 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
2279 and lastlevel.
2280
2281 * src/chanserv.help: Added information about timed clvls.
2282
2283 2006-12-18 Alex Schumann <rubin@afternet.org>
2284
2285 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
2286 instead of notice, when you get new memos. Fixed a buffer overrun with
2287 memo ids.
2288
2289 * src/mod-memoserv.help: fix-up help for settings.
2290
2291 2006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2292
2293 * src/chanserv.c: New feature, channel managers can now add people
2294 with a duration. After the duration expires the person will be
2295 automatically removed and deoped.
2296
2297 * src/chanserv.h: Added expiry.
2298
2299 * src/chanserv.help: Added information about timed accesses.
2300
2301 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
2302 specified.
2303
2304 2006-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2305
2306 * src/proto-p10.c: Reverted one of my line changes.
2307
2308 2006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2309
2310 * src/opserv.c: Fixed up a couple of $b errors.
2311
2312 2006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2313
2314 * src/chanserv.c: Woops forgot to init the channel mode change.
2315
2316 * src/chanserv.h: Tweak to check_bans.
2317
2318 * src/proto-p10.c: Add some sanity checks plus moved the +x to
2319 after the CMD_FAKEHOST otherwise if the person auths then gets
2320 marked they will cause 2 Registered quits on the IRCd. Only one
2321 will happen now.
2322
2323 2006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2324
2325 * src/chanserv.c: Added function check_bans to check bans in a
2326 specific channel when needed (see below).
2327
2328 * src/chanserv.h: check_bans deceleration.
2329
2330 * src/proto-p10.c: First of all we dont need a handle_info when
2331 checking for IsHiddenHost, the IRCd takes care of this. Made it
2332 so we copy the fakehost into user->fakehost so X3 can check
2333 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
2334 we need to recheck the users bans just in case a person has
2335 lamer'ed the marked hostname.
2336
2337 2006-12-12 Alex Schumann <rubin@afternet.org>
2338
2339 * configure.in: making google core lib optional
2340
2341 * configure: regenerated
2342
2343 * src/proto-p10.c: added support for sending nefarious marks
2344
2345 * src/proto.h: prototype for irc_mark
2346
2347 * src/opserv.help: documented new mark support. Also documented the
2348 svsjoin and svspart commands as they were missing.
2349
2350 * src/hash.h: added MARKLEN define
2351
2352 * src/opserv.c: added mark command as well as mark support in trace
2353 and addalert.
2354
2355 2006-12-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2356
2357 * configure: Regenerated.
2358
2359 * configure.in: Add support for google core dumper. Plus updated
2360 tre to 0.7.5.
2361
2362 * Makefile.in: Regenerated.
2363
2364 * rx/Makefile.in: Regenerated.
2365
2366 * src/config.h.in: Regenerated.
2367
2368 * src/Makefile.in: Regenerated.
2369
2370 * tools/core_install.sh: Just like tre_install.sh. This installs
2371 the core dumper.
2372
2373 * tools/coredumper.tar.gz: Google core dumper 0.2.
2374 http://sourceforge.net/projects/goog-coredumper/
2375
2376 * tools/tre_install.sh: Updated version to 0.7.5
2377
2378 * tools/tre.tar.gz: Updated tre to 0.7.5.
2379
2380 2006-12-10 Alex Schumann <rubin@afternet.org>
2381
2382 * src/opserv.c: fix debug message left at wrong level ("checking
2383 reroute()")
2384
2385 2006-12-09 Alex Schumann <rubin@afternet.org>
2386
2387 * src/opserv.c: bugfixes to autorouting timer code
2388 improved stats routing to clean up & take an argument
2389
2390 * src/opserv.h: bugfixes to autorouting timer code
2391
2392 * src/opserv.help: document new stats routing syntax
2393
2394 * src/timeq.c: added some usefull (commented out) debugging code for
2395 figuring out timer problems.
2396
2397 * src/timerq.h: added some usefull (commented out) debugging code for
2398 figuring out timer problems.
2399
2400 * src/proto-p10.c: cleanup/improve eob autorouting init
2401
2402 2006-12-08 Alex Schumann <rubin@afternet.org>
2403
2404 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
2405
2406 * src/proto-p10.c: moving version reply storage here, adding webTV
2407 no_notice support (automatiaclly dont send notices if version reply
2408 says its a webtv user since they cant SEE notices. (other clients to
2409 add?)) note, this needs a version query alert to get the version from
2410 them.
2411
2412 * src/helpfile.c: honor the no_notices user bit
2413
2414 * src/hash.h: add no_notices user bit
2415
2416 2006-12-07 Alex Schumann <rubin@afternet.org>
2417
2418 * src/opserv.c: Add filter ability to stats alerts + fixup
2419
2420 * src/opserv.help: document filter feature of stats alerts + fixup
2421
2422 2006-12-02 Alex Schumann <rubin@afternet.org>
2423
2424 * src/chanserv.c: fix to levels command (- were missing)
2425
2426 * src/tools.c: fix warning
2427
2428 * src/common.h: fix warning
2429
2430 * src/chanserv.help: update online help url, changed help general to
2431 use new $! command char replacement code.
2432
2433 * src/hash.c: fix warning when geoip is off
2434
2435 * src/helpfile.c: add new '$!' code for chanserv's current trigger
2436 char in help files
2437
2438 2006-12-01 Alex Schumann <rubin@afternet.org>
2439
2440 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
2441 on users of non-standard access level such as 201. Fixed this by
2442 changing mdelop and friends to work on the range of access levels.
2443 Added a LEVELS command.
2444
2445 * src/chanserv.h: corrected PEON access defines such that 1-150 is
2446 peon instead of 100-150 with 1-99 being undefined.
2447
2448 * src/chanserv.help: help for new LEVELS command
2449
2450 * src/helpfile.c: Improved table functions so that it automatically
2451 right-justifies numerical columns.
2452
2453 * src/tools.c: Added helper functions str_is_number and msnprintf (an
2454 auto-mallocing printf function)
2455
2456 * src/common.h: defines and defines for msnprintf and str_is_number
2457
2458
2459 2006-11-30 Alex Schumann <rubin@afternet.org>
2460
2461 * src/chanserv.c: Modified .myaccess such that if you give it your own
2462 account when you are not a helper, it still works. (Requested by
2463 Jigsy)
2464
2465 * src/nickserv.help: Corrected the help file to feed oregister based
2466 on email_required instead of email_enabled
2467
2468 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
2469 causes crash in set if no title) thanks xanjunior
2470
2471 2006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2472
2473 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
2474 opserv WHOIS from another service (when bound), the channels reply
2475 would come from o3 instead of that service.
2476
2477 2006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2478
2479 * src/opserv.c: Added in SVSPART alert/traces.
2480
2481 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
2482
2483 * src/proto.h: Added in decleration for svspart.
2484
2485 * src/proto-p10.c: Extend current SVSPART functionality so that we
2486 can send them with traces etc.
2487
2488 2006-10-14 Alex Schumann <rubin@afternet.org>
2489
2490 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
2491 in svsjoin alerts. Cleanup old silent code fragments left over. Check
2492 for missing chantarget in alerts also.
2493
2494 2006-10-12 Alex Schumann <rubin@afternet.org>
2495
2496 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
2497 setup x3 to version only users matching a criteria, and then another
2498 alert to do someting based on the version reply. This should be
2499 usefull for finding bots etc. Or, for example, you can make all xchat
2500 people join #xchat, or all mirc join #mirc etc.
2501 Also, there is a fix in here for SVSJOIN which i hadn't gotten
2502 everything working with.
2503
2504 * src/proto-p10.c: added privmsg_user and version_user functions
2505
2506 * src/proto.h: added privmsg_user and version_user function
2507 declerations
2508
2509 * src/hash.h: added version_reply variable to users
2510
2511
2512
2513 2006-10-12 Alex Schumann <rubin@afternet.org>
2514
2515 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
2516 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
2517 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
2518 or send all level3 users to a perticular channel on connection, etc.
2519
2520 2006-10-12 Alex Schumann <rubin@afternet.org>
2521
2522 * src/chanserv.c: Make lamers not affect users on the userlist above
2523 inviteme level in the channel. (why kb users who can .uba and
2524 .inviteme back in?)
2525
2526 2006-10-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2527
2528 * src/spamserv.c: Ignore those with access (if the options are
2529 disabled- scanchanops, scanhalfops, scanvoiced.
2530
2531 2006-10-08 Alex Schumann <rubin@afternet.org>
2532
2533 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
2534 autojoin. Not really a great solution. Instead, move auth_handler
2535 funcs to be called after stamping etc. thx to Buttaknife for this
2536 solution.
2537
2538 * src/nickserv.c: move auth_func calls to after stamping, and
2539 commented up the cmd_auth source to make it more managable.
2540
2541 2006-10-04 Alex Schumann <rubin@afternet.org>
2542
2543 * src/chanserv.c: remove redundant 'none' from empty llists
2544
2545 2006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2546
2547 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
2548 over with odelcookie now.
2549
2550 2006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2551
2552 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
2553 in a channel and a user auths in the channel, the user will not
2554 receive autoop etc if they have it enabled in uset.
2555
2556 2006-10-03 Alex Schumann <rubin@afternet.org>
2557
2558 * src/opserv.c: Check for connect timer entries before adding new
2559 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
2560
2561 2006-09-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2562
2563 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
2564 by him.
2565
2566 2006-09-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2567
2568 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
2569 happening before autohide. Let me know if its still happening before
2570 autohide.
2571
2572 * src/chanserv.help: Updated the AUTOJOIN bit.
2573
2574 2006-09-13 Alex Schumann <rubin@afternet.org>
2575
2576 * src/chanserv.help: improved the help listing for the info command,
2577 and information help category.
2578
2579 2006-09-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2580
2581 * src/mod-memoserv.c: Fixed crash bug.
2582
2583 * src/spamserv.c: Ignore opers.
2584
2585 2006-08-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2586
2587 * README: tweaks.
2588
2589 2006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2590
2591 * src/chanserv.help: Tweaked a , to .
2592
2593 2006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2594
2595 * src/opserv.help: Removed privs menu so we can release a tarball.
2596
2597 2006-08-25 Alex Schumann <rubin@afternet.org>
2598
2599 * src/chanserv.c: fix uset reply for halfops
2600
2601 * src/nickserv.help: document the 'b' account flag
2602
2603 2006-08-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2604
2605 * x3.conf.example: Added hidden host style option and key options
2606 for style 2.
2607
2608 * src/hosthiding.h: Remove KEY #defines.
2609
2610 * src/hosthiding.c: Set the keys only once using the conf values.
2611
2612 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
2613 of standard hidden hosts if style is 2.
2614
2615 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
2616 of standard hidden hosts if style is 2.
2617
2618 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
2619 hostname (unresolved). This is how Nefarious works.
2620
2621 * src/tools.c: Generate hidden hosts off crypt hosts instead
2622 of standard hidden hosts if style is 2.
2623
2624 2006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2625
2626 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
2627
2628 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
2629
2630 * src/proto.h: irc_svsjoin decelerations.
2631
2632 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
2633 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
2634 an SJ it will be handled properly as a JOIN. Did the same for
2635 SVSPART.
2636
2637 2006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2638
2639 * src/spamserv.c: Fixed the +k issue with spamserv.
2640
2641 2006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2642
2643 * src/opserv.c: Added PRIVSET Command.
2644
2645 * src/opserv.help: Added PRIVSET Command. Plus contents for the
2646 privs section.
2647
2648 * src/proto.h: irc_privs deceleration.
2649
2650 * src/proto-p10.c: Fixed a compile issue plus added functions for
2651 setting and checking privs.
2652
2653 2006-08-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2654
2655 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
2656
2657 * src/hash.h: Priv declerations.
2658
2659 * src/opserv.c: Show privs in WHOIS output.
2660
2661 * src/proto.h: client_report_privs decleration.
2662
2663 * src/proto-p10.c: Handle PRIV only for type 6 servers.
2664
2665 2006-08-19 Alex Schumann <rubin@afternet.org>
2666
2667 * src/authserv.c: document the oset flag +b in help (hide from staff
2668 command.)
2669
2670 2006-08-19 Alex Schumann <rubin@afternet.org>
2671
2672 * src/chanserv.c: added reply command, which responds similar to calc,
2673 but with any message. (for use with bindings)
2674
2675 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
2676 are replaced with the target command's calling user's account, nick,
2677 and numnick respectively. This and the above allows things like:
2678 BIND x3 account x3.reply your account is $a or
2679 BIND x3 kickme x3.kick $n $1-
2680 more to come, maybe, later.
2681
2682 2006-08-01 Alex Schumann <rubin@afternet.org>
2683
2684 * src/modcmd.c: Added OSI certification message to VERSION command
2685
2686 2006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2687
2688 * x3.conf.example: Redid part of the geoip summary.
2689
2690 2006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2691
2692 * src/opserv.c: If we have a city, latitude and longitude returned
2693 then show a map url. Some results have no city but a latitude and
2694 a longitude. The coordinates are useless in this case and most
2695 people would know where the country is around abouts.
2696
2697 2006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2698
2699 * src/hash.c: Speed up city and country lookups significantly.
2700 Just slow for the first read but once thats done the rest is fast.
2701
2702 2006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2703
2704 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
2705 I dont know if this will work for sure as i cant reproduce it. But
2706 my theory is that once the user is kicked the mode node is dropped.
2707 Users without modes should still return a valid mode node.
2708
2709 2006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2710
2711 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
2712 if a giveownership command was issued in a channel with no owners.
2713
2714 2006-08-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2715
2716 * configure: Regenerated.
2717
2718 * configure.in: Added checks for GeoIP headers and libs.
2719
2720 * x3.conf.example: Add in 2 options for the dat filenames of the
2721 city and country files. If not specified then no geoip data
2722 will be checked.
2723
2724 * src/config.h.in: Regenerated.
2725
2726 * src/hash.c: Created a function to check the geoip info from the
2727 dat files.
2728
2729 * src/hash.h: Decelerations plus added entries to the userNode
2730 struct.
2731
2732 * src/opserv.c: Display the GeoIP information in WHOIS.
2733
2734 * src/proto-p10.c: Call the new geoip data collection function
2735 towards the end of AddUser.
2736
2737 2006-08-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2738
2739 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
2740
2741 2006-08-01 Alex Schumann <rubin@afternet.org>
2742
2743 * src/chanserv.c: Add automode 6, to just voice everyone with access.
2744 Idea by daniel (thx)
2745
2746 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2747
2748 * This message is apart of the below one, its just seperate so
2749 it doesnt get lost amongst the below messages.
2750
2751 * src/global.c: Fixed a warning.
2752
2753 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2754
2755 * configure: Removed bahamut support, didnt even work.
2756
2757 * configure.in: Removed bahamut support, didnt even work.
2758
2759 * INSTALL: Removed bahamut support, didnt even work.
2760
2761 * x3.conf.example: Removed bahamut support, didnt even work.
2762
2763 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
2764
2765 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
2766 work.
2767
2768 * src/config.h.in: Removed bahamut support, didnt even work.
2769
2770 * src/gline.c: Removed bahamut support, didnt even work.
2771
2772 * src/hash.h: Removed bahamut support, didnt even work.
2773
2774 * src/nickserv.c: Removed bahamut support, didnt even work.
2775
2776 * src/nickserv.h: Removed bahamut support, didnt even work.
2777
2778 * src/Makefile.am: Removed bahamut support, didnt even work.
2779
2780 * src/Makefile.in: Removed bahamut support, didnt even work.
2781
2782 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
2783
2784 * src/shun.c: Removed bahamut support, didnt even work.
2785
2786 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2787
2788 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
2789 spamserv.c, nickserv.c.
2790
2791 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
2792
2793 * src/nickserv.c: Changed global_message uses to global_message_arg's.
2794
2795 * src/opserv.c: Changed global_message uses to global_message_arg's.
2796
2797 * src/spamserv.c: Changed global_message uses to global_message_arg's.
2798
2799 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2800
2801 * src/chanserv.c: Changed global_message uses to global_message_arg's.
2802
2803 * src/global.c: Added language strings for chanserv.c
2804
2805 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2806
2807 * src/global.c: Make sure we arnt sending duplicate messages in
2808 some cases.
2809
2810 2006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2811
2812 * src/x3.conf.example: Removed the targets option.
2813
2814 * src/global.c: Wrote new function that will global message users
2815 and/or opers and/or helpers messages in their own langauge. The
2816 strings are set either in language files or in the global.c message
2817 struct. This allows us to send defcon notices to people and they
2818 will get them in their own language if they have it set.
2819
2820 * src/global.h: global_message_args decleration.
2821
2822 * src/opserv.c: Removed targets option for defcon as its too hard
2823 to send messages to people in channels if the people have different
2824 language settings.
2825
2826 2006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2827
2828 * src/opserv.c: TODO stuff.
2829
2830 2006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2831
2832 * x3.conf.example: Added SHUN setting for DEFCON.
2833
2834 * doc/DEFCON: Added SHUN setting for DEFCON.
2835
2836 * src/opserv.c: Moved the gline check to here. Also added a SHUN
2837 check.
2838
2839 * src/opserv.h: Added SHUN setting for DEFCON.
2840
2841 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
2842
2843 2006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2844
2845 * x3.conf.example: Added new Defcon system settings
2846
2847 * doc/DEFCON: Anope's Defcon doc adapted for X3.
2848
2849 * src/chanserv.c: Block mode changes and channel registrations if
2850 required.
2851
2852 * src/mod-memoserv.c: Block new memos if required.
2853
2854 * src/nickserv.c: Block nick registrations if required.
2855
2856 * src/opserv.c: Added in defcon system, uses some of the anope code.
2857 Most tho is from scratch.
2858
2859 * src/opserv.h: Defcon declerations.
2860
2861 * src/opserv.help: Added DEFCON entry.
2862
2863 * src/proto-p10.c: If required gline new clients, also if required
2864 kill new clients.
2865
2866 2006-07-29 Alex Schumann <rubin@afternet.org>
2867
2868 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
2869 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
2870 not comfortable running 'make install' on libtre from ./configure.
2871 This violates what the user expects in a way that can harm the system.
2872 Changed how the libtre checks work and provided easy-to-use install
2873 script. -fix link stage
2874
2875 * rx/Makefile.in: fix autotools warning(s)
2876
2877 2006-07-28 Alex Schumann <rubin@afternet.org>
2878
2879 * src/nickserv.help: add odelcookie to help oper
2880
2881 * x3.conf.example: update & improve x3.conf.example description of
2882 extended_accounts setting.
2883
2884 2006-07-26 Alex Schumann <rubin@afternet.org>
2885
2886 * src/opserv.c: Fix crash when doing reroute if routing isnt
2887 configured. | Voice discovered that the error message for addplan fail
2888 was typeo'd so not showing.
2889
2890 * src/opserv.help: slight changes to routing help.
2891
2892 * src/chanserv.c: let non-staff see when channels were registered with
2893 .info
2894
2895 2006-07-24 Alex Schumann <rubin@afternet.org>
2896
2897 * src/proto-p10.c: dont burst channels with 0 users in them (which
2898 were created by alert discrims, most likely)
2899
2900 2006-07-23 Alex Schumann <rubin@afternet.org>
2901
2902 * x3.conf.example: Added chanserv "modes" to example - use to control
2903 what usermodes chanserv gets. Mainly for setting +d or not, if you
2904 have nef 1.0 'b:' lines setup.
2905
2906 2006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2907
2908 * src/nickserv.c: If theres no title set then the default title
2909 will therefore be the first part of hidden_host in x3.conf.example,
2910 so for consistency with opt_fakehost we will print this.
2911
2912 2006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2913
2914 * src/nickserv.c: The reason why theres no arg rubin is that
2915 if you want to print the fakehost then u dont specify an arg.
2916 This tells opt_fakehost to set fake to the current fakehost
2917 and pass it on to be printed.
2918
2919 2006-07-23 Alex Schumann <rubin@afternet.org>
2920
2921 * src/nickserv.c: Add config file regex fakehost test + sanity
2922 checking in title as well (fixed).
2923
2924 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
2925 instead of argv[2]==null since argv's dont get set null.
2926
2927 2006-07-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2928
2929 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
2930
2931 * src/proto-p10.c: Host in topic supports sethost and fakehost
2932 now.
2933
2934 2006-07-21 Alex Schumann <rubin@afternet.org>
2935
2936 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
2937 irc_connect, and added callbacks to handle connect failures and
2938 successes. (All prep for auto routing system)
2939
2940 * src/proto.h: Added support for irc_wallop, irc_squit,
2941 irc_connect, and added callbacks to handle connect failures and
2942 successes. (All prep for auto routing system)
2943
2944 * src/opserv.help: Help entries for auto routing system + fix typeo in
2945 routing example
2946
2947 * src/hash.h: New structs for auto routing system
2948
2949 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
2950 error message to debug message.
2951
2952 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
2953
2954 * src/modcmd.c: added 'routing' main command alias.
2955
2956 2006-07-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2957
2958 * x3.conf.example: Added host_in_topic option for sending full
2959 nick!user@host if its enabled. Default to one as Nefarious is
2960 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
2961 you have this enabled on X3 and not on your Nefarious server.
2962
2963 * src/proto-p10.c: Make use of host_in_topic.
2964
2965 2006-07-13 Alex Schumann <rubin@afternet.org>
2966
2967 * src/opserv.c: make the bot reply from the nick you /msg in all
2968 cases, if commands are bound to a different bot.
2969
2970 * src/nickserv.c: make the bot reply from the nick you /msg in all
2971 cases, if commands are bound to a different bot.
2972
2973 * src/chanserv.c: make the bot reply from the nick you /msg in all
2974 cases, if commands are bound to a different bot.
2975
2976 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
2977 msg, not the defined memoserv bot, if commands are aliased to other
2978 bots. This may also fix the crash bug playa reported at
2979 http://www.unrealgamers.net/forums/index.php?showtopic=138
2980
2981 2006-07-11 Alex Schumann <rubin@afternet.org>
2982
2983 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
2984 and some x3 topic functions.
2985
2986 * x3.conf.example: Improved server/type setting documentation,
2987 and changed default to 5.
2988
2989 2006-07-11 Alex Schumann <rubin@afternet.org>
2990
2991 * src/opserv.c: fixed silent alerts not getting picked up from db file
2992 on read/load.
2993
2994 2006-07-11 Alex Schumann <rubin@afternet.org>
2995
2996 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
2997 when adding an invalid jupe servername or numeric.
2998 this closes bug number 1513510.
2999
3000 * src/modcmd.c: if pubcmd is set higher than your level, only respond
3001 with the denied msg if the command was actually found. this closes bug
3002 number 1509382.
3003
3004 2006-07-10 Alex Schumann <rubin@afternet.org>
3005
3006 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
3007 non-logged-in user (null pointer)
3008
3009 2006-07-09 Alex Schumann <rubin@afternet.org>
3010
3011 * src/nickserv.c: fixed bug where unignores were getting sent to the
3012 user multiple times, instead of to each online nick once.
3013
3014 2006-07-09 Alex Schumann <rubin@afternet.org>
3015
3016 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
3017 spot. Ugh, messed up the fix. Trying again :)
3018
3019 2006-07-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3020
3021 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
3022 If the target is ignoring the person inviting them then the invite
3023 is denied.
3024
3025 2006-07-07 Alex Schumann <rubin@afternet.org>
3026
3027 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
3028 memoserv most easily seen when sending short memos. Rewrote the flag
3029 handling part of memo send to correct it.
3030
3031 2006-07-05 Alex Schumann <rubin@afternet.org>
3032
3033 * src/helpfile.c: pLaYa pointed out the table code row count is off by
3034 one. Fixed.
3035
3036 2006-06-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3037
3038 * configure: Regenerated.
3039
3040 * configure.in: Make use of TRE regexp library. Its more powerful
3041 than the standard library (http://laurikari.net/tre/index.html).
3042 Im also pondering adding services side regexp bans, X3 would
3043 probably required a channel flag called say advanced that can
3044 only be set by the owner. If enabled then regexp bans can be
3045 used. I also added an output saying what modules are enabled,
3046 what protocol is enabled, what malloc is choosen and if debugging
3047 is enabled. Just a bit of a message as the user will of seen
3048 programs just finish compiling and he/she/it may think it
3049 was X3 compiling, but it was just TRE compiling. They still need
3050 to compile X3.
3051
3052 * src/config.h.in: Regenerated.
3053
3054 * src/Makefile.am: Tweak for TRE.
3055
3056 * src/Makefile.in: Regenerated.
3057
3058 * src/nickserv.c: Use the new regex.h Im sure -I includes get
3059 called before system includes like /usr/include.
3060
3061 * src/opserv.c: Use the new regex.h Im sure -I includes get
3062 called before system includes like /usr/include.
3063
3064 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
3065 compile this just before configure finishes up. Sits around
3066 470KB, rather than another 2.5MB if i TRE untarred. I suppose
3067 i could get it down a bit more using Bzip but there are some
3068 boxes out there still without bzip.
3069
3070 2006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3071
3072 * src/mod-memoserv.c: Better history implementation. A seperate
3073 table is used for history entries. Entries contain the same
3074 fields as the memo table except for the message, read, and flags.
3075 Entries are only removed from the history db when they get
3076 expired by do_expire (older than message_expire). Also fixed
3077 up a issue with STATUS. On AfterNET we were getting huge large
3078 for the amount of memos. I now realise it was reading the amount
3079 of users. It now reads the proper amount of memos. I also a count
3080 for history entries.
3081
3082 * src/mod-memoserv.help: EXPIRE handles history and memos now.
3083
3084 2006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3085
3086 * src/mod-memoserv.c: Make use of ignore lists when trying to
3087 send memos.
3088
3089 2006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3090
3091 * src/spamserv.c: Crash fix (finally). Been meaning to do this
3092 for a while now.
3093
3094 2006-06-23 Alex Schumann <rubin@afternet.org>
3095
3096 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
3097 src/modcmd.c, src/nickserv.c: Improvements to
3098 table output and help display.
3099
3100 * src/mod-memoserv.c: fix segfault
3101
3102 2006-06-23 Alex Schumann <rubin@afternet.org>
3103
3104 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
3105 fix it and re-apply if you want it..
3106
3107 * src/chanserv.h: Backing out the bantype patch.
3108
3109 * src/chanserv.help: Backing out the bantype patch.
3110
3111 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3112
3113 * src/mod-memoserv.c: Fixed a bug.
3114
3115 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3116
3117 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
3118 if the recipient deletes the memo it will not be listed in the
3119 HISTORY list.
3120
3121 * src/mod-memoserv.help: HISTORY entry.
3122
3123 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3124
3125 * src/mod-memoserv.c: Added new flags, see below.
3126
3127 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
3128 added flags for always ignoring read reciepts and always sending
3129 read reciepts.
3130
3131 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3132
3133 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
3134 that you have sent, aslong as they have not been read yet.
3135
3136 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
3137 recipient to read reciept stuff.
3138
3139 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3140
3141 * src/mod-memoserv.c: Redid the db stuff, it now writes users
3142 settings and memos to the memoserv database.
3143
3144 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3145
3146 * src/mod-memoserv.c: Small bug fix.
3147
3148 2006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3149
3150 * src/mod-memoserv.c: Added read recipient support via SEND using
3151 -r as a flag. Messages with requested read recipients have a (r)
3152 shown beside the sender nick in LIST. People can ignore a read
3153 recipient using -i when reading the message via READ. Its all
3154 in the help file.
3155
3156 * src/mod-memoserv.help: Added read recipient relevent bits.
3157
3158 * src/opserv.help: Added halfopping functions.
3159
3160 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3161
3162 * src/x3.conf.example: Forgot a ;.
3163
3164 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3165
3166 * src/mod-memoserv.c: Make use of SET LIMIT.
3167
3168 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3169
3170 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
3171
3172 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3173
3174 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
3175
3176 2006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3177
3178 * x3.conf.example: Max limit for Memoserv LIMIT option.
3179
3180 * src/hash.h: Fixed halfops issue.
3181
3182 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
3183 amount of memos you can have. This does not do anything yet as
3184 im committing the half ops fix now. This code is fine it just
3185 allows you to adjust the limit for now.
3186
3187 2006-06-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3188
3189 * x3.conf.example: Commented out SpamServ module as there are bugs
3190 and i cant give a definate date as to when i can fix it. Im not
3191 home much these days.
3192
3193 * src/mod-memoserv.c: Redid the SET code using some whatnet code
3194 by wasted. Tweaked here and there. Also added some formatting in
3195 LIST and SET like chanserv SET. Oh and MemoServ will join
3196 autojoin_channels if MemoServ is in a seperate nickname.
3197
3198 * src/mod-memoserv.help: Added OSET and done some tweaking.
3199
3200 * src/nickserv.c: Allow the use of get_victim_oper outside of
3201 nickserv.c.
3202
3203 * src/nickserv.h: Allow the use of get_victim_oper outside of
3204 nickserv.c.
3205
3206 2006-06-07 Alex Schumann <rubin@afternet.org>
3207
3208 * src/chanserv.help: Added a couple set helps that were missing.
3209
3210 * src/helpfile.c: fix missing space in multi-column table output such
3211 as /msg opserv commands * (with nickserv tablewidth setting >60)
3212
3213 2006-06-06 Alex Schumann <rubin@afternet.org>
3214
3215 * src/opserv.c: Change how addalert silence works, so that its a
3216 parameter instead of an action, and also works with trace now.
3217
3218 * x3.conf.example: Added a config setting of level needed to use
3219 'silent yes' in trace/addalert.
3220
3221 2006-06-04 Alex Schumann <rubin@afternet.org>
3222
3223 * src/nickserv.c: Fix oregister
3224
3225 * src/nickserv.help: Update help for oregister
3226
3227 2006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3228
3229 * src/proto-p10.c: Properly handle incomming manual silences.
3230
3231 2006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3232
3233 * src/common.h: pretty_mask etc declerations.
3234
3235 * src/nickserv.c: Parse the mask through pretty_mask before adding
3236 it. Normal ircd side silences go through this, this just keeps
3237 things looking the same and if a user tries to remove a silence
3238 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
3239
3240 * src/proto-p10.c: Send a + if adding a silence.
3241
3242 * src/tools.c: pretty_mask and one other function for reformatting
3243 a hostname so its pretty :) from IRCu.
3244
3245 2006-06-04 Alex Schumann <rubin@afternet.org>
3246
3247 * src/nickserv.c: Send silences to every nick of a handle, not the
3248 nick that did the command.
3249
3250 2006-06-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3251
3252 * src/main.c: Moved spamserv initilization to after chanserv.
3253
3254 * src/spamserv.c: Read the db earlier.
3255
3256 2006-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3257
3258 * configure: Regenerated.
3259
3260 * configure.in: Bumped version and changed list email.
3261
3262 * x3.example.conf: Added SpamServ options.
3263
3264 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
3265
3266 * src/chanserv.h: Declerations
3267
3268 * src/main.c: Init the new SpamServ service.
3269
3270 * src/Makefile.am: Added SpamServ files.
3271
3272 * src/Makefile.in: Regenerated
3273
3274 * src/modcmd.c: Added SpamServ to REBINDALL.
3275
3276 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
3277
3278 * src/proto-common.c: Make sure SpamServ gets notices.
3279
3280 * src/spamserv.c: New service that checks for spamming, floods etc.
3281 Requires an oper to register it to a channel for it to work.
3282
3283 * src/spamserv.h: Decelerations.
3284
3285 * src/spamserv.help: Help entries for SpamServ.
3286
3287 2006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3288
3289 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3290
3291 * src/chanserv.c: Added selectable bantypes.
3292
3293 * src/chanserv.h: Added selectable bantypes.
3294
3295 * src/chanserv.help: Added help entries.
3296
3297 2006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3298
3299 * src/nickserv.c: Added user option ADVANCED, when we add more
3300 advanced commands users will need to set this to see the options
3301 in help. Further work in helpfile is still needed afaik. This is
3302 just the basics.
3303
3304 * src/nickserv.h: Advanced option declerations.
3305
3306 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
3307 Seems no one added that when they added the AUTOHIDE option.
3308
3309 2006-05-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3310
3311 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3312
3313 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
3314 and denied_fakehost_words. Also dropped refresh_period for chanserv
3315 set resync.
3316
3317 * src/chanserv.c: Added god_timeout, disable god mode automatically
3318 when the period times out. Also added a new set option- resync, auto
3319 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
3320
3321 * src/chanserv.help: Added entry for SET RESYNC.
3322
3323 * src/global.c: Join global into autojoin_channels if enabled.
3324
3325 * src/main.c: Some tweaking for autojoin_channels.
3326
3327 * src/mod-memoserv.c: If a user has memos and notify on login
3328 enabled then only display the notify notice on login and not
3329 during a netburst.
3330
3331 * src/mod-track.c: Quashed a warning.
3332
3333 * src/modcmd.c: Added functions for god_timeout. Also added wasted
3334 to VERSION output for credits for these features.
3335
3336 * src/nickserv.c: Added denied_fakehost_words, deny the words set
3337 there if an oper trys to use them in a fakehost. Also autojoin
3338 chanserv if enabled into autojoin_channels.
3339
3340 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
3341 after a drone attack. Also join opserv and reserved nicks into
3342 autojoin_channels if opserv/reserved is enabled.
3343
3344 * src/opserv.help: Added entry for REFRESHMAX.
3345
3346 2006-05-25 Alex Schumann <rubin@afternet.org>
3347
3348 * src/proto-p10.c: make non-existant server type setting not crash x3.
3349
3350 * src/nickserv.help: Added newby tip to authserv registration
3351 help (about < and >)
3352
3353 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
3354 deref null kicker)
3355
3356 2006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3357
3358 * src/chanserv.c: Set SWHOIS's when a user auths.
3359
3360 * src/hosthiding.c: Fixed a segfault.
3361
3362 * src/nickserv.c: Epithets now use SWHOIS.
3363
3364 * src/proto.h: Declerations for irc_swhois.
3365
3366 * src/proto-p10.c: Handle SWHOIS's.
3367
3368 2006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3369
3370 * src/hash.h: Bumped SOCKIPLEN
3371
3372 * src/hosthiding.c: Functions to crypt IPv6 addresses.
3373
3374 * src/hosthiding.h: IPv6 function declerations.
3375
3376 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
3377 with the ipv6 crypting function.
3378
3379 2006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3380
3381 * src/hash.h: Bits needed for other type of host hiding.
3382
3383 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
3384
3385 * src/hosthiding.c: This will generated crypted style 2 Nefarious
3386 hidden hosts and ips. Currently they are just displayed in O3
3387 WHOIS. Im yet to expand this.
3388
3389 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
3390
3391 * src/Makefile.in: Regenerated.
3392
3393 * src/opserv.c: Display crypted hosts n ips in WHOIS.
3394
3395 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
3396 save them in user->crypthost user->cryptip.
3397
3398 2006-05-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3399
3400 * src/chanserv.c: Set ignores when you authenticate.
3401
3402 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
3403 Used for centralized silence list management. Currently set ignores
3404 can be viewed in ACCOUNTINFO for via ircd SILENCE.
3405
3406 * src/nickserv.h: Declerations.
3407
3408 * src/nickserv.help: Added help entries for above commands.
3409
3410 * src/proto.h: Declerations.
3411
3412 * src/proto-p10.c: Functions to handle silences
3413
3414 2006-05-18 Alex Schumann <rubin@afternet.org>
3415
3416 * src/proto-p10.c: Fixed up the track module a bit more
3417
3418 * src/hash.c: Fixed up the track module a bit more, including
3419 reporting correctly when X3 kicks someone. This should affect mrsnoopy
3420 as well, hopefully wont cause any bugs.
3421
3422 * src/mod-track.c: Fixed up the track module a bit more - made track
3423 all/none work
3424
3425 2006-05-18 Alex Schumann <rubin@afternet.org>
3426
3427 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
3428
3429 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
3430
3431 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
3432
3433 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
3434
3435 2006-05-18 Alex Schumann <rubin@afternet.org>
3436
3437 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
3438 in.
3439
3440 * src/mod-track.c: some cleanups and textual changes, to make the commands
3441 slightly more user friendly.
3442
3443 2006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3444
3445 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
3446
3447 * src/x3.conf.example.: adding 050 'type' to server config (rubin
3448 fixed missing ';' and changelog entries)
3449
3450 2006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3451
3452 * Most files: Heh i cant be bothered listing all files, see websvn
3453 if you want specific files. I just added a new tracking module, its
3454 just like snoop except it targets specified users. The actual
3455 commit is in the previous revision, i just forgot to update this to
3456 tick over the svn version in version output.
3457
3458 2006-05-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3459
3460 * Most files: Major update off the new release of srvx 1.3.1. Also
3461 seeing as the new updates dont all have changelog entries ive dropped
3462 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
3463
3464 2006-03-20 Alex Schumann <rubin@afternet.org>
3465
3466 * src/chanserv.c: core fix; check if theres a handle_info before looking
3467 at style...
3468
3469 * src/helpfile.c: core fix; check if theres a handle_info before looking
3470 at style...
3471
3472 2006-03-17 Alex Schumann <rubin@afternet.org>
3473
3474 * src/chanserv.c: more clean style changes
3475
3476 2006-03-17 Alex Schumann <rubin@afternet.org>
3477
3478 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
3479 and dhp1080 made me do it) Needs lots of work to remove ----
3480 headers for 'clean' setting.
3481
3482 * src/helpfile.c: Added nickserv 'style' stetting back.
3483
3484 * src/nickserv.help: Added help for set style.
3485
3486 * src/mod-helpserv.c: make style affect table outputs.
3487
3488 * src/nickserv.c: Added nickserv 'style' setting back.
3489
3490 * src/nickserv.h: Added nickserve 'style' setting back.
3491
3492 2006-03-17 Alex Schumann <rubin@afternet.org>
3493
3494 * src/proto-p10.c: Added conf setting for extended_accounts for
3495 backward compatability with stock undernet ircd.
3496
3497 * x3.conf.example: Added conf setting for extended_accounts for
3498 backward compatability with stock undernet ircd.
3499
3500 2006-03-06 Alex Schumann <rubin@afternet.org>
3501
3502 * src/opserv.help: Added missing trace criteria to help,
3503 and fixed up a few other bits of help around that topic.
3504
3505 2006-01-16 Alex Schumann <rubin@afternet.org>
3506
3507 * src/tools.c: created an email valididty function
3508
3509 * src/nickserv.c: check valididty of email better
3510
3511 * src/sendmail.c: check validity of email better
3512
3513 2006-01-06 Alex Schumann <rubin@afternet.org>
3514
3515 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
3516 to a different bot, eg chanserv, and to reply from the correct nickname.
3517 also a bunch of whitespace changes
3518
3519 * src/nickserv.c: begin work on making nickserv commands bind without
3520 responding from the wrong nick. also a bunch of whitespace changes
3521
3522 * src/hash.h: whitespace
3523
3524 * src/opserv.help: improved QUERY helpfile. (though command itself still
3525 has bugs)
3526
3527 2005-12-14 Alex Schumann <rubin@afternet.org>
3528
3529 * src/chanserv.help: added set bantimeout help
3530
3531 2005-11-08 Alex Schumann <rubin@afternet.org>
3532
3533 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
3534 aliases properly.
3535
3536 * src/modcmd.help: Added note about escaping spaces to modcmd help.
3537
3538 * src/nickserv.help: Improved help files
3539
3540 * src/chanserv.help: Improved help files
3541
3542 2005-10-13 Alex Schumann <rubin@afternet.org>
3543
3544 * src/proto-p10.c: ignore remote /lusers
3545
3546 2005-09-13 Alex Schumann <rubin@afternet.org>
3547
3548 * src/global.c: Changed motd header style
3549
3550 * src/nickserv.help: Improved directions for getting and using
3551 accounts.
3552
3553 * src/chanserv.help: Improved directions for getting and using
3554 accounts.
3555
3556 2005-08-13 Alex Schumann <rubin@afternet.org>
3557
3558 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
3559 some *@* protection.
3560
3561 * src/tools.c: added function to detect an overmask (too general)
3562
3563 * src/common.h: added function to detect an overmask (too general)
3564
3565 2005-08-12 Alex Schumann <rubin@afternet.org>
3566
3567 * src/chanserv.c: Modified resync to work accourding to automode
3568 setting, and fixed a buffer overflow problem.
3569
3570 * src/chanserv.help: updated set automode and rsync help.
3571
3572 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
3573 sets +x on AUTH.
3574
3575 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
3576 sets +x on AUTH.
3577
3578 2005-08-12 Alex Schumann <rubin@afternet.org>
3579
3580 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
3581 of 'voice' setting. + Rewording setting help
3582
3583 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
3584 of 'voice' setting.
3585
3586 * src/chanserv.help: Added help for automode. + Rewording setting help
3587
3588 2005-08-11 Alex Schumann <rubin@afternet.org>
3589
3590 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
3591
3592 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
3593
3594 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
3595
3596 * src/nickserv.c: Added option to have authserv oper/admin people with
3597 opserv access. (Life4Christ)
3598
3599 * src/opserv.c: Added admin_level config option
3600
3601 * src/opserv.h: Added admin_level config option
3602
3603 2005-08-11 Alex Schumann <rubin@afternet.org>
3604
3605 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
3606 command) when nef* bug sends the +o twice. ++fix bug in patch
3607
3608 2005-08-09 Alex Schumann <rubin@afternet.org>
3609
3610 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
3611
3612 2005-08-08 Alex Schumann <rubin@afternet.org>
3613
3614 * src/chanserv.c: Added banTimeout feature to .set
3615
3616 * src/chanserv.h: added banTimeout feature to .set
3617
3618 * src/recdb.c: Added some better error catching in database_get_data()
3619
3620 * src/proto-common.h: tabs
3621
3622 * x3.conf.example: added bantimeout to default set list, and ban
3623 timeout frequency config setting.
3624
3625 2005-08-04 Alex Schumann <rubin@afternet.org>
3626
3627 * src/chanserv.c: Changed kick protected message to one without %s or
3628 $b because the kick function doesnt support replacements.
3629
3630 * src/tools.c: fixed spelling error in comment.
3631
3632 2005-07-28 Alex Schumann <rubin@afternet.org>
3633
3634 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
3635 one)
3636
3637 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
3638 whining.
3639
3640 2005-07-26 Alex Schumann <rubin@afternet.org>
3641
3642 * x3.conf.example: Updated from live afternet file and improved help
3643 and layout. Added vim directive to set syntax type.
3644
3645 * src/chanserv.c: ported x2's 8ball in, and improved it.
3646
3647 * src/math.c: Added osiris' hack to do_math for supporting
3648 2(10) and 2pi etc. Improved it to handle pi2 also.
3649
3650 * src/chanserv.help: updated 8ball help and added 'myaccess' to
3651 information help index.
3652
3653 2005-07-18 Alex Schumann <rubin@afternet.org>
3654
3655 * src/proto-p10.c: added +L awareness
3656
3657 * src/hash.h: added +L awareness
3658
3659 * src/chanserv.help: changed set ctcpreaction help
3660
3661 2005-07-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3662
3663 * src/modcmd.h: Lets make some functions global.
3664
3665 * src/modcmd.c: Log hostmasks no matter what.
3666
3667 * src/log.c: Lookup commands if they are from OpServ in the log.
3668 If they match channel specific commands like OP, DEOP, etc then
3669 we will display them in a LAST command (assuming the person doing
3670 the LAST is an oper). Normal clients wont see commands that have
3671 been performed by OpServ.
3672
3673 2005-07-15 Alex Schumann <rubin@afternet.org>
3674
3675 * src/chanserv.c: Changed around ctcpreaction setting so it:
3676 a) doesnt crash.
3677 b) doesnt kick userlist members ever
3678 c) has only 1 setting needed to control it
3679 * src/chanserv.h: removed some old oplevel stuff.
3680
3681 2005-07-14 Alex Schumann <rubin@afternet.org>
3682
3683 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
3684 remove errors from log. Fixed problem with missing break; in
3685 channel mode c parsing (reed).
3686
3687 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
3688
3689 * src/log.c: Changed channel log target to send PRIVMSG instead of
3690 NOTICE. (Ghozer)
3691
3692 2005-05-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3693
3694 * configure: Regenerated.
3695
3696 * configure.in: Added checks for tgmath.h.
3697
3698 * src/chanserv.c: Added new command LAST, from X2. Similar to
3699 EVENTS except its file based. Bear in mind you dont have to use
3700 both. You can bind what you want to use. Commented out zoot_list
3701 as its not in use, just a warning fix.
3702
3703 * src/hash.c: Warning fix.
3704
3705 * src/log.h: Misc defines.
3706
3707 * src/log.c: Logging functions from X2.
3708
3709 * src/math.c: If tgmath.h doesnt exist then include some other
3710 files that contain the functions we require.
3711
3712 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
3713
3714 * src/proto-p10.c: Added chanserv.h #include to squash a small
3715 compile error. Made X3 understand MARK's to a small point. Fixed
3716 a small parsing bug with exempts.
3717
3718 2005-07-06 Alex Schumann <rubin@afternet.org>
3719
3720 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
3721
3722 * src/opserv.c: Fixed an awkward output of trace count etc.
3723
3724 2005-06-22 Alex Schumann <rubin@afternet.org>
3725 * src/chanserv.help: Improved DURATION help
3726
3727 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
3728 a better average.
3729
3730 2005-05-27 Alex Schumann <rubin@afternet.org>
3731
3732 * src/chanserv.c: Improved usability of register command, fixed
3733 unregister reply.
3734
3735 * src/chanserv.help: Improved usability of register command
3736
3737 2005-05-27 Alex Schumann <rubin@afternet.org>
3738
3739 * src/chanserv.c: Resync working now
3740
3741 2005-05-27 Reed Loden <reed@reedloden.com>
3742
3743 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
3744 grammar issues in the message send to pending users. Fixed a
3745 problem with some of the resync code.
3746
3747 2005-05-27 Alex Schumann <rubin@afternet.org>
3748
3749 * src/chanserv.c: make pending add check if the person is already on
3750 the userlist before re-adding them (thx exec & reed for noticing this)
3751 Fix capitalisation of I in pending notice.
3752
3753 2005-05-18 Alex Schumann <rubin@afternet.org>
3754
3755 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
3756 working, and pointed me to the opserv helpfiles command, which shows
3757 what services search what help files. This fixes the help command to
3758 search that list as it should. Still need to modify the 'default'
3759 helpfile search bindigs because I dont think chanserv should respond
3760 to help from opserv's db, etc. See opserv's 'helpfiles' command.
3761
3762 * src/modcmd.help: clarified 'helpfiles' help.
3763
3764 2005-05-18 Alex Schumann <rubin@afternet.org>
3765
3766 * src/helpfile.c: make send_help() return true/false and not send
3767 errors so svccmd_send_help can 'take control' of things.
3768
3769 * src/modcmd.c: Fixed up the help system (again) / find aliased
3770 commands help if none exists. / Display no help for that command on
3771 commands (instead of topic)
3772
3773 * src/modcmd.h: Fixed up the help system (again)
3774
3775 * src/global.c: Fixed syntax display
3776
3777 * src/chanserv.help: Removed =---= formatting, fixed a few things.
3778 *spelling ++more spelling (thx reed)
3779
3780 * src/nickserv.help: Removed =---= formatting, fixed a few things.
3781 *spelling ++more spelling (thx reed)
3782
3783 * src/opserv.help: Removed =---= formatting, fixed a few things.
3784 ++spelling (thx reed)
3785
3786 * src/global.help: simplified index
3787
3788 * src/nickserv.c: Changed message users get when their email is
3789 already used for an account, fixed syntax help
3790
3791 * src/opserv.c: fixed syntax help
3792
3793 2005-05-16 Alex Schumann <rubin@afternet.org>
3794
3795 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
3796 the help file.
3797
3798 2005-05-04 Alex Schumann <rubin@afternet.org>
3799
3800 * src/modcmd.c: added a 'rebindall' command to assist with
3801 upgrades and changes which change command bindings.
3802
3803 * src/modcmd.help: modified help to reflect above
3804
3805 * src/opserv.help: modified help to reflect above
3806
3807 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
3808 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
3809 between channel bans (+b) and x3 remembered bans (lamers)
3810
3811 * src/chanserv.help: modified help to reflect above
3812
3813 * UPGRADE: added use of rebindall to upgrade instructions
3814
3815 2005-05-04 Alex Schumann <rubin@afternet.org>
3816
3817 * src/chanserv.c: added an 'adduser pending' feature, where if
3818 someone isn't authed x3 will ask them to /auth or register, and then
3819 automatically finish adding them to the channel when they do.
3820 Fixed email bug with adduser pending
3821
3822 * src/chanserv.h: adduser pending
3823
3824 * src/hash.c: adduser pending
3825
3826 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
3827
3828 * src/nickserv.c: adduser pending cleanup and activation code,
3829 Arch sync (Avoid losing channel information when
3830 replacing an account using the mergedb command.)
3831
3832 * src/proto-p10.c: adduser pending cleanup code
3833
3834 * src/nickserv.help: improved set and register help
3835
3836 2005-05-04 Alex Schumann <rubin@afternet.org>
3837
3838 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
3839 negitive). Added set voice to provide control over use of voice.
3840 Implimented a basic chanserv db version control system for upgrading
3841 seamlessly.
3842
3843 * src/chanserv.help: adjusted help to reflect voice and uset autoop
3844 changes.
3845
3846 * src/hash.h: updated ssz comment from z to Z
3847
3848 * src/modcmd.help: rewrote BIND help
3849
3850 * src/proto-p10.c: Added Z (sslonly) support back in
3851
3852 * UPGRADE: created file to document upgrading procedures
3853
3854 2005-04-23 Alex Schumann <rubin@afternet.org>
3855 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
3856 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
3857 topicmask to be an on or off setting, uninfluenced by enftopic.
3858 Added feature to use mask on /topic in addition to ,topic sets.
3859 Removed special consideration for ircops in protect_user()
3860
3861 * src/chanserv.help: updated documentation to reflect the new and
3862 much simpler topicmask feature, and removed op/voice levels.
3863
3864 * src/nickserv.c: added tailing 'end of' line for accountinfo
3865 for non-opers too.
3866
3867 * src/modcmd.c: tweaked alias notification for help and breef help.
3868
3869 2005-04-20 Alex Schumann <rubin@afternet.org>
3870
3871 * src/proto-common.c: removing +d. needs to be a config option
3872 or something.
3873
3874 * src/nickserv.help: modified main help reply of authserv
3875
3876 * src/nickserv.c: added title, epithet, and fakehost to oset listing
3877
3878 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
3879 totally redesigned though.
3880
3881 2005-04-15 Alex Schumann <rubin@afternet.org>
3882
3883 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
3884 at the same time. The whole block needs to be if/else instead of
3885 switch though, to be cleaner.
3886
3887 * src/nickserv.help: added fakehost and title options to help oset.
3888
3889 * src/nickserv.c: removed 'style' setting. (was not being used in
3890 code anyway)
3891
3892 2005-04-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3893
3894 * src/proto-p10.c: Reinstated +d usermode.
3895
3896 2005-03-30 Alex Schumann <rubin@afternet.org>
3897
3898 * src/chanserv.c: Fixed unban.
3899
3900 * x3.conf.example: added note in snoop config that improper
3901 setting for bots nick will cause segfault.
3902
3903 2005-03-22 Alex Schumann <rubin@afternet.org>
3904
3905 * x3.conf.example: added sethost/fakehost settings to conf
3906
3907 2005-03-19 Alex Schumann <rubin@afternet.org>
3908
3909 * chanserv.c: Changed style of command outputs, added userlevel back
3910 to users list.
3911
3912 * opserv.c: Changed style of command outputs, removed warn feature
3913
3914 * tools.c: shortened duration string lengths
3915
3916 * main.c: shortened duration string lengths
3917
3918 * sendmail.c: Changed style of stats email
3919
3920 2005-03-18 Alex Schumann <rubin@afternet.org>
3921
3922 * Changed breef to brief...
3923
3924 * chanserv.c: Changed to access level names instead of numbers.
3925
3926 2005-03-17 Alex Schumann <rubin@afternet.org>
3927
3928
3929 * src/opserv.c: Improved readability of trace print output
3930
3931 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
3932 a little.
3933
3934 * src/helpfile.c: Improved table_send readability (used in lots
3935 of listings including users and stats network etc)
3936
3937 2005-03-15 Alex Schumann <rubin@afternet.org>
3938
3939 * src/chanserv.c: Improved some syntax error reporting for commands
3940
3941 * src/helpfile.c: Added a 'breef' help function
3942
3943 * src/helpfile.h: Added a 'breef' help function
3944
3945 * src/main.c: Improved some syntax error reporting for commands
3946
3947 * src/modcmd.c: Improved some syntax error reporting for commands
3948
3949 * src/modcmd.h: Improved some syntax error reporting for commands
3950
3951 2005-03-15 Reed Loden <reed@reedloden.com>
3952
3953 * Synchronization with srvx--devo--1.3--patch-19.
3954
3955 2005-03-12 Alex Schumann <rubin@afternet.org>
3956
3957 * src/common.h, src/opserv.h: more SRVX->X3 fixes
3958
3959 * opserv.c: fixed SRVX defines to X3
3960
3961 * src/nickserv.c: Applied patch to bring up to date with
3962 local uncommitted changes on afternets srvx2 tree. improved
3963 cookie gen code and removed /play from cookie messages.
3964
3965 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
3966 bunch more places.
3967
3968 2005-03-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3969
3970 * nickserv.help: Added odelcookie section.
3971
3972 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
3973 cookies.
3974
3975 * src/md5.c: Cleaned up compile warnings.
3976
3977 * src/nickserv.help: Added odelcookie section.
3978
3979