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