]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
Fix for a minor documentation error where $S was used instead of $N
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
2f61d1d7 1/***********************************************************************
ca3486a2 2X3 ChangeLog
c73514ea 3
7f9e40bf 42010-02-05 Matthew Beeching <jobe@mdbnet.co.uk>
5
6 * src/nickserv.help: Fix for a minor documentation error where $S
7 was used instead of $N.
8
38bff5f0 92010-01-14 Matthew Beeching <jobe@mdbnet.co.uk>
10
11 * src/nickserv.c: Added support for LDAP auth registering initial
12 nick when nick registration is enabled.
13
8536ac6b 142010-01-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
15
16 * Srvx sync. Author: Michael Poole.
17
18 * src/ioset.c (ioset_listen): Linux -- reasonably -- requires that
19 SO_REUSEADDR be set on a socket before binding it to an in-use socket.
20 So do that.
21
22 * src/sar.c: Convert "struct sockaddr_storage" to "void *" to comply
23 with C99's strict(er) aliasing rules. Allocate off the stack or
24 heap, as appropriate. Add new function sar_free_nameserver() to
25 clean up the heap-allocated data.
26
c550ac9a 272010-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
28
29 * src/chanserv.c: 8ball will now accept "what colour".
30
1dfca92d 312009-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
32
33 * x3.conf.example: Added type 8 for Nefarious 1.3.0.
34
35 * src/proto-p10.c: Only use the old cloak.c code if type 7 is given.
36 If type 8 is given then the cloaked hosts are picked up during burst
37 (+cC)
38
e2f17d6e 392009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
40
41 * src/log.c: Revert message type to 5.
42
72d5504b 432009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
44
45 * src/mod-track.c: Fixed a crash with net rider kicks.
46
38377e02 472009-12-12 Alex Schumann <rubin@afternet.org>
48
49 src/x3ldap.c: Fix crash bug with ldap adding users. Deal with some warnings.
50
51 src/x3ldap.h: Deal with some warnings.
52
af40e58b 532009-12-09 Henrik Stuart <evilnet@hstuart.dk>
54
55 src/mod-python.c: add support for module_register.
56
07021002 572009-12-09 Henrik Stuart <evilnet@hstuart.dk>
58
59 src/mod-python.c: add support for log_register_type.
60
c3915bdc 612009-12-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
62
63 src/nickserv.c: Shuffle the auto oper functions around to fix a
64 desync issue.
65
66 src/proto-p10.c: Ignore PRIV_NONE within the first 5 seconds of
67 a client's connection. Temp fix for now.
68
3c4b9ee3 692009-12-06 Matthew Beeching <jobe@mdbnet.co.uk>
70
71 * src/chanserv.c: Removed seemingly unnecessary "cannot invite"
72 warning from chan_opt_automode.
73
c73514ea 742009-12-02 Matthew Beeching <jobe@mdbnet.co.uk>
75
76 * src/nickserv.c: Added merging SSL fingerprint lists during
77 account merging.
9c88eebe 78
890866b0 792009-12-01 Matthew Beeching <jobe@mdbnet.co.uk>
80
81 * src/opserv.c: Added ADDALERT reactions noticeuser and msguser
82 to go with trace reactions notice and privmsg.
83
d57dba72 842009-11-29 Matthew Beeching <jobe@mdbnmet.co.uk>
85
86 * src/nickserv.c: Rewrote parts of loc_auth() to get it working
87 the same as cmd_auth() with regards to SSL fingerprint support.
88
c03536b5 892009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
90
91 * src/nickserv.c: Small tweak.
92
1679a283 932009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
94
1f459b76 95 * src/nickserv.c: Small tweak to the password checks with sslfp LOC.
96
972009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1679a283 98 * src/nickserv.c: Added SSL fingerprint support to LOC.
99
100 * src/nickserv.h: Added sslfp to loc_auth.
101
102 * src/proto-p10.c: Added support for the new S loc auth type.
103
2fa83595 1042008-11-28 Matthew Beeching <jobe@mdbnmet.co.uk>
105
106 * src/nickserv.help: Added help for ADDSSLFP, DELSSLFP, OADDSSLFP
107 and ODELSSLFP
108
109 * src/nickserv.c: Added support for SSL fingerprint authentication.
110
111 * src/nickserv.h: Added support for SSL fingerprint authentication.
112
7acc75ee 1132009-11-28 Matthew Beeching <jobe@mdbnet.co.uk>
114
115 * src/mod-memoserv.c: Fix for bug where MemoServ is created as a
116 local bot but not registered as a service on first startup.
117
6fee1be7 1182009-11-26 Matthew Beeching <jobe@mdbnet.co.uk>
119
120 * src/chanserv.c: Fixed a missing ',' in cmd_myaccess output.
121
30874d66 1222009-11-26 Henrik Stuart <evilnet@hstuart.dk>
123
124 * src/common.h src/main-common.c: add extra parameter to reg_exit_func and
125 exit_func_t.
126
127 * src/proto-p10.c src/mod-qserver.c src/chanserv.c src/mod-snoop.c
128 src/hash.c src/helpfile.c src/gline.c src/global.c src/mod-helpserv.c
129 src/opserv.c src/timeq.c src/saxdb.c src/modcmd.c src/saxdb.h
130 src/mod-sockcheck.c src/shun.c src/mod-python.c src/spamserv.c
131 src/mail-common.c src/mod-memoserv.c src/mod-track.c src/log.c src/ioset.c
132 src/nickserv.c src/main.c src/sar.c: collateral evolution fixes due to
133 exit_func change.
134
62a2e0a9 1352009-11-26 Henrik Stuart <evilnet@hstuart.dk>
136
137 * src/proto-common.c: fix typo in malloc variable name.
138
d77556d0 1392009-11-26 Henrik Stuart <evilnet@hstuart.dk>
140
141 * src/modcmd.h src/modcmd.c: add extra parameter to reg_svccmd_unbind_func
142 and svccmd_unbind_func_t.
143
144 * src/chanserv.c: collateral evolution fixes due to svccmd_unbind_func
145 change.
146
f14b32b8 1472009-11-24 Henrik Stuart <evilnet@hstuart.dk>
148
149 * src/proto.h src/proto-common.c: add extra parameter to
150 reg_mode_change_func and mode_change_func_t.
151
152 * src/chanserv.c: collateral evolution fixes due to mode_change_func
153 change.
154
974d3831 1552009-11-24 Henrik Stuart <evilnet@hstuart.dk>
156
157 * src/nickserv.h src/nickserv.c: add extra parameter to reg_unreg_func and
158 unreg_func_t.
159
160 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: collateral
161 evolution fixes due to unreg_func change.
162
81ac4787 1632009-11-24 Henrik Stuart <evilnet@hstuart.dk>
164
165 * src/nickserv.h src/nickserv.c: add extra parameter to reg_auth_func and
166 auth_func_t.
167
168 * src/chanserv.c src/mod-snoop.c src/global.c src/mod-helpserv.c
169 src/opserv.c src/mod-memoserv.c src/mod-track.c: collateral evolution
170 fixes due to auth_func change.
171
3a196bdb 1722009-11-24 Henrik Stuart <evilnet@hstuart.dk>
173
174 * src/nickserv.h src/proto-common.c: add extra parameter to
175 reg_user_mode_func and user_mode_func_t.
176
177 * src/mod-snoop.c src/mod-track.c: collateral evolution fixes due to
178 user_mode_func change.
179
ee8c50bd 1802009-11-24 Henrik Stuart <evilnet@hstuart.dk>
181
182 * src/nickserv.h src/proto-common.c: add extra parameter to
183 reg_channel_mode_func and channel_mode_func_t.
184
185 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
186 fixes due to channel_mode_func change.
187
91667658 1882009-11-24 Henrik Stuart <evilnet@hstuart.dk>
189
190 * src/hash.c src/hash.h: add extra parameter to reg_kick_func and
191 kick_func_t.
192
193 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
194 fixes due to kick_func change.
195
63637aea 1962009-11-24 Henrik Stuart <evilnet@hstuart.dk>
197
198 * src/hash.c src/hash.h: add extra parameter to reg_part_func,
199 unreg_part_func, and part_func_t.
200
201 * src/chanserv.c src/mod-snoop.c src/mod-helpserv.c src/spamserv.c
202 src/mod-track.c: collateral evolution fixes due to part_func change.
203
2042009-11-24 Henrik Stuart <evilnet@hstuart.dk>
1898d8ea 205
206 * src/hash.c src/hash.h: add extra parameter to reg_del_channel_func and
207 del_channel_func_t.
208
209 * src/opserv.c src/proto-p10.c: collateral evolution fixes due to
210 del_channel_func change.
211
736517fb 2122009-11-23 Matthew Beeching <jobe@mdbnet.co.uk>
213
214 * src/nickserv.c: Removed 2 nonsensical spaces in
215 *NickServ.accountinfo output for "Karma"
216
2693aadd 2172009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
218
219 * src/nickserv.c: Fix for bug allowing the use of odelcookie
220 to result in an account's password changing when it shouldn't.
221
29545775 2222009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
223
224 * src/nickserv.c: Added fix for LDAP password not being updated
225 on odelcookie where account password is changed anyway.
226
f3aff201 2272009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
228
229 * src/x3ldap.c: Updated OpServ level in LDAP feature to remove
230 the attribute when 0 instead of setting it to 0
231
232 * src/x3ldap.h: Updated OpServ level in LDAP feature to remove
233 the attribute when 0 instead of setting it to 0
234
235 * src/nickserv.c: Updated OpServ level in LDAP feature to remove
236 the attribute when 0 instead of setting it to 0
237
75fcdcad 2382009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
239
240 * src/x3ldap.c: Fix for bug allowing accounts in LDAP to
241 authenticate to unactivated accounts.
242
243 * src/nickserv.c: Fix for bug allowing accounts in LDAP to
244 authenticate to unactivated accounts.
245
ba4b4d51 2462009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
247
248 * src/proto-p10.c: Added support for MARK SSLCLIFP.
249
250 * src/hash.h: Added support for MARK SSLCLIFP.
251
252 * src/opserv.c: Added SSLCLIFP mark to cmd_whois.
253
2dddcd74 2542009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
255
256 * src/nickserv.c: Fix for crash in cmd_oregister due to incorrect
257 parameter counts.
258
85e88703 2592009-11-15 Matthew Beeching <jobe@mdbnet.co.uk>
260
261 * src/hosthiding.c: Fix for crash bug in make_virthost() when host
262 name doesnt have a '.' in it.
263
63c0b8ad 2642009-11-15 Henrik Stuart <evilnet@hstuart.dk>
265
266 * src/hash.c: fix variable set for registering nick change functions.
267
50c7ed1b 2682009-11-14 Matthew Beeching <jobe@mdbnet.co.uk>
269
270 * src/nickserv.c: Fix for bug #2869968 (*NickServ.oregister allowing
271 invalid handles)
272
157ce145 2732009-11-01 Henrik Stuart <evilnet@hstuart.dk>
274
275 * src/hash.h src/hash.c: add extra parameter to new_channel_func_t and
276 reg_new_channel_func.
277
278 * src/chanserv.c src/opserv.c: add extra NULL argument/parameter to
279 reflect change in hash.
280
50dafce8 2812009-11-01 Henrik Stuart <evilnet@hstuart.dk>
282
283 * src/nickserv.h src/nickserv.c: add extra parameter to
284 handle_merge_func_t and reg_handle_merge_func.
285
286 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
287 in nickserv.
288
99c332f8 2892009-11-01 Henrik Stuart <evilnet@hstuart.dk>
290
291 * src/nickserv.h src/nickserv.c: add extra parameter to allowauth_func_t
292 and reg_allowauth_func.
293
294 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
295 in nickserv.
296
c8b793cb 2972009-11-01 Henrik Stuart <evilnet@hstuart.dk>
298
299 * src/nickserv.h src/nickserv.c: add extra parameter to failpw_func_t and
300 reg_failpw_func.
301
302 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
303 in nickserv.
304
5a2c7cf6 3052009-11-01 Henrik Stuart <evilnet@hstuart.dk>
306
307 * src/hash.h src/hash.c: add extra parameter to topic_func_t and
308 reg_topic_func.
309
310 * src/chanserv.c src/mod-python.c: add extra NULL argument/parameter to
311 reflect change in hash.
312
1c14af0b 3132009-11-01 Henrik Stuart <evilnet@hstuart.dk>
314
315 * src/proto.h src/proto-common.c: add extra parameter to chanmsg_func_t
316 and reg_chanmsg_func.
317
318 * src/chanserv.c src/modcmd.c: add extra NULL argument/parameter to
319 reflect change in proto.
320
3070719a 3212009-10-31 Henrik Stuart <evilnet@hstuart.dk>
322
323 * src/nickserv.h src/nickserv.c: add extra parameter to
324 handle_rename_func_t and reg_handle_rename func.
325
326 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: add extra NULL
327 argument/parameter to reflect change in nickserv.
328
2732298d 3292009-10-30 Henrik Stuart <evilnet@hstuart.dk>
330
331 * src/mod-snoop.c src/mod-helpserv.c src/mod-sockcheck.c src/mod-track.c:
332 fix missed NULL argument/parameter additions from earlier commits.
333
fb38e2bc 3342009-10-30 Henrik Stuart <evilnet@hstuart.dk>
335
336 * src/hash.h src/hash.c: add extra parameter to join_func_t and
337 reg_join_func.
338
339 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c: add extra
340 NULL argument/parameter to reflect change in hash.
341
63189c10 3422009-10-30 Henrik Stuart <evilnet@hstuart.dk>
343
344 * src/hash.h src/hash.c: add extra parameter to nick_change_func_t and
345 reg_nick_change_func. Also fix memory leaks from not freeing extras lists
346 for some callback routines.
347
348 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c
349 src/nickserv.c src/modcmd.c: add extra NULL argument/parameter to reflect
350 change in hash.
351
352 * src/proto-p10.c: fix logic for calling call_new_user_funcs.
353
e9b00805 3542009-10-30 Henrik Stuart <evilnet@hstuart.dk>
355
356 * src/proto.h: add extra parameter to reg_oper_func and oper_func_t.
357
358 * src/global.c: add extra NULL argument parameter to reflect changes.
359
360 * src/proto-common.c: add extra parameter to implementation of
361 reg_oper_func and reflect the extra parameter in call_oper_funcs.
362
363 * src/proto-p10.c: free storage for extra parameters.
364
a6bcc929 3652009-10-28 Henrik Stuart <evilnet@hstuart.dk>
366
367 * src/hash.h src/hash.c: add extra parameter to del_user_func_t,
368 reg_del_user_func, and unreg_del_user_func. Add new call_del_user_funcs
369 function to abstract hash internals from outside callers.
370
371 * src/opserv.c src/mod-python.c src/spamserv.c src/nickserv.c: add extra
372 NULL argument(parameter to reflect change in hash.
373
374 * src/proto-p10.c: use call_del_user_funcs instead of interfacing with
375 hash.c internals directly. Remove unused code due to this change.
376
377 * src/proto-common.c: remove reference to hash internals.
378
35ea100f 3792009-10-28 Matthew Beeching <jobe@mdbnet.co.uk>
380
381 * src/x3ldap.c: Added ldap_do_oslevel() to set OpServ access level in
382 LDAP.
383
384 * src/x3ldap.h: Added ldap_do_oslevel() to set OpServ access level in
385 LDAP.
386
387 * src/nickserv.c: Added configuration option for OpServ access level
388 LDAP attribute name and call to ldap_do_oslevel() on access level
389 change.
390
391 * src/nickserv.h: Added configuration option for OpServ access level
392 LDAP attribute name.
393
394 * x3.conf.example: Added configuration option for OpServ access level
395 LDAP attribute name.
396
f0fb2e2d 3972009-10-27 Henrik Stuart <evilnet@hstuart.dk>
398
399 * src/hash.h src/hash.c: add extra parameter to new_user_func_t and
400 reg_new_user_func. Add new call_new_user_funcs function to abstract hash
401 internals from outside callers.
402
403 * src/proto-p10.c: use call_new_user_funcs instead of interfacing with
404 hash.c internals directly. Remove unused code due to this change.
405
406 * src/global.c src/opserv.c src/mod-python.c src/spamserv.c
407 src/nickserv.c: add extra NULL argument/parameter to reflect change in
408 hash.
409
410 * src/proto-common.c: remove reference to hash internals.
411
9d59f196 4122009-10-27 Henrik Stuart <evilnet@hstuart.dk>
413
414 * src/hash.h: add extra parameter to server_link_func_t and
f0fb2e2d 415 reg_server_link_func. Add new call_server_link_funcs function to abstract
9d59f196 416 hash internals from outside callers.
417
418 * src/proto-p10.c: call call_server_link_funcs rather than interfacing
419 directly with hash.c internals.
420
421 * src/chanserv.c: add extra NULL-argument/parameter to server link
422 handler.
423
424 * src/hash.c: add extra parameter to reg_server_link_func and introduce
425 call_server_link_funcs to shield external callers from the functionality.
426
427 * src/proto-common.c: remove extern definitions for the hash.c structures
428 for the server link callback structure.
429
430 * src/mod-python.c: add extra NULL-argument/parameter to server link
431 handler.
432
44960d6c 4332009-10-27 Henrik Stuart <evilnet@hstuart.dk>
434
435 * src/mod-python.c: remove unused code.
436
0ad6b4a5 4372009-10-27 Henrik Stuart <evilnet@hstuart.dk>
438
439 * src/nickserv.c: marked cmd possibly unused to silence warning.
440
6ae87c77 4412009-10-27 Henrik Stuart <evilnet@hstuart.dk>
442
443 * src/nickserv.h: make auto_oper_privs and auto_admin_privs const.
444
445 * src/proto.h: make privs const in irc_raw_privs.
446
447 * src/proto-p10.c: make privs const in irc_raw_privs.
448
4492009-10-27 Henrik Stuart <evilnet@hstuart.dk>
d5182ae2 450
451 * src/global.c: remove unused code.
452
69517d70 4532009-10-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
454
455 * src/nickserv.c: Send privs out when auto opering clients. These are
456 controlled for now via auto_oper_privs/auto_admin_privs in the nickserv
457 section within x3.conf. In the future we will look at account specific
458 privs.
459
460 * src/proto.h: Added irc_raw_privs and client_modify_priv_by_name.
461
462 * src/proto-p10.c: Added irc_raw_privs.
463
464 * src/tools.c: Added R extended ban.
465
43b43d56 4662009-10-12 Henrik Stuart <evilnet@hstuart.dk>
467
468 * src/mod-python.c: add python_handle_topic and refactor
469 emb_get_channel.
470
471 * src/plugins/__init__.py: add empty topic handler function to
472 Plugin class.
473
474 * src/modpython.py: add topic handler function.
475
9c7f11c2 4762009-10-12 Henrik Stuart <evilnet@hstuart.dk>
477
478 * src/mod-python.c: add python_handle_del_user.
479
480 * src/plugins/__init__.py: add empty del_user handler function to
481 Plugin class.
482
483 * src/modpython.py: add del_user handler function.
484
0a585d7e 4852009-10-12 Henrik Stuart <evilnet@hstuart.dk>
486
487 * src/mod-python.c: refactor python_handle_nick_change.
488
489 * src/plugins/__init__.py: add empty nick_change handler function to
490 Plugin class.
491
492 * src/modpython.py: refactor nick_change to use new plugin
493 system.
494
30814f13 4952009-10-12 Henrik Stuart <evilnet@hstuart.dk>
496
497 * src/plugins/__init__.py: refactor plugin instantiation logic.
498
c9b009fe 4992009-10-12 Henrik Stuart <evilnet@hstuart.dk>
500
501 * src/mod-python.c: refactor python_handle_new_user.
502
503 * src/modpython.py: refactor new_user handler to use new plugin
504 system.
505
506 * src/plugins/__init__.py: add empty new_user handler function to
507 Plugin class.
508
1ad8c8df 5092009-10-12 Henrik Stuart <evilnet@hstuart.dk>
510
511 * src/mod-python.c: refactor python_handle_server_link to be more
512 Pythonic.
513
514 * src/modpython.py: rename old plugins class to plugins_ and use a
515 more general plugin system.
516
517 * src/plugins/__init__.py: extend with plugin base-class and
518 recursive plugin load logic.
519
94a73df0 5202009-10-12 Henrik Stuart <evilnet@hstuart.dk>
521
522 * src/mod-python.c: add emb_service_register function.
523
1e7b511d 5242009-10-12 Henrik Stuart <evilnet@hstuart.dk>
525
526 * src/mod-python.c: add emb_adduser function.
527
7304cfdc 5282009-10-12 Henrik Stuart <evilnet@hstuart.dk>
529
530 * src/mod-python.c: add emb_svsjoin function.
531
f20f0ab5 5322009-10-12 Henrik Stuart <evilnet@hstuart.dk>
533
534 * src/mod-python.c: add emb_svsquit function.
535
536 * src/proto.h: observe proper const-ness in irc_svsquit function.
537
538 * src/proto-p10.c: observe proper const-ness in irc_svsquit function.
539
15df606d 5402009-10-12 Henrik Stuart <evilnet@hstuart.dk>
541
542 * src/mod-python.c: add emb_svsnick function.
543
5661f28e 5442009-10-12 Henrik Stuart <evilnet@hstuart.dk>
545
546 * src/mod-python.c: refactor doc-strings for extension methods to separate
547 variables. Minor code changes that modify function return values/types to
548 be more uniform.
549
86d0ebc4 5502009-10-12 Henrik Stuart <evilnet@hstuart.dk>
551
552 * src/mod-python.c: add emb_fakehost function.
553
26d745b2 5542009-10-12 Henrik Stuart <evilnet@hstuart.dk>
555
556 * src/mod-python.c: add emb_user_mode function.
557
b778caa0 5582009-10-12 Henrik Stuart <evilnet@hstuart.dk>
559
560 * src/mod-python.c: add emb_channel_mode function.
561
8d455e8b 5622009-10-11 Henrik Stuart <evilnet@hstuart.dk>
563
564 * src/mod-python.c: remember to increase reference count of Py_None.
565
749f0565 5662009-10-11 Henrik Stuart <evilnet@hstuart.dk>
567
568 * src/mod-python.c: add emb_kick function.
569
2bee6a6e 5702009-10-11 Henrik Stuart <evilnet@hstuart.dk>
571
572 * src/mod-python.c: add emb_get_config function.
573
3f218269 5742009-10-09 Henrik Stuart <evilnet@hstuart.dk>
575
576 * src/mod-python.c: add emb_timeq_del function.
577
8f206d22 5782009-10-09 Henrik Stuart <evilnet@hstuart.dk>
579
580 * src/mod-python.c: add emb_timeq_add function.
581
5822009-10-07 Henrik Stuart <evilnet@hstuart.dk>
b39754f7 583
584 * src/mod-python.c: refactor dict_t construction logic.
585
c9f7b679 5862009-10-07 Henrik Stuart <evilnet@hstuart.dk>
587
588 * src/mod-python.c: improve error logic for emb_get_channel.
589
92fb809b 5902009-10-06 Henrik Stuart <evilnet@hstuart.dk>
591
592 * src/mod-python.c: refactor modeList conversion into separate function.
593
ee6f1c82 5942009-10-06 Henrik Stuart <evilnet@hstuart.dk>
595
596 * src/mod-python.c: refactor out common error cleanup logic.
597
39d37f27 5982009-10-06 Henrik Stuart <evilnet@hstuart.dk>
599
600 * src/mod-python.c: add emb_get_accounts function and refactor some
601 common logic into a single routine.
602
603 * src/nickserv.h src/nickserv.c: make nickserv_handle_dict externally
604 available.
605
0076604e 6062009-10-06 Henrik Stuart <evilnet@hstuart.dk>
607
608 * src/mod-python.c: add emb_kill function.
609
82089e3f 6102009-10-06 Henrik Stuart <evilnet@hstuart.dk>
611
612 * src/mod-python.c: improve error logic for pyobj_from_usernode.
613
318ec177 6142009-10-06 Henrik Stuart <evilnet@hstuart.dk>
615
616 * src/mod-python.c: improve error logic for emb_get_servers.
617
d12756d7 6182009-10-06 Henrik Stuart <evilnet@hstuart.dk>
619
620 * src/mod-python.c: improve error logic for emb_get_channels.
621
5345ea76 6222009-10-06 Henrik Stuart <evilnet@hstuart.dk>
623
624 * src/mod-python.c: improve error logic for emb_get_users.
625
d8f8d3b6 6262009-10-06 Henrik Stuart <evilnet@hstuart.dk>
627
628 * src/mod-python.c: add emb_get_server function and require P10.
629
dcc1df5e 6302009-10-06 Henrik Stuart <evilnet@hstuart.dk>
631
632 * src/mod-python.c: add emb_get_servers function.
633
f0e11521 6342009-10-06 Henrik Stuart <evilnet@hstuart.dk>
635
636 * src/mod-python.c: fix a bunch of typos
637
cc0b2b7f 6382009-10-05 Henrik Stuart <evilnet@hstuart.dk>
639
640 * src/mod-python.c: add emb_get_channels function.
641
6d94ce8b 6422009-10-05 Henrik Stuart <evilnet@hstuart.dk>
643
644 * src/mod-python.c: add emb_get_users function.
645
5b2b1df2 6462009-10-05 Henrik Stuart <evilnet@hstuart.dk>
647
648 * src/mod-python.c: raise exception on failure in emb_get_account.
649
3f24e818 6502009-10-05 Henrik Stuart <evilnet@hstuart.dk>
651
652 * src/mod-python.c: raise exception on unknown channel in emb_get_channel
653
66f68f65 6542009-10-05 Henrik Stuart <evilnet@hstuart.dk>
655
656 * src/mod-python.c: make emb_send_target_notice more resilient toward
657 erroneous input and raise exceptions on failures.
658
e7af1e12 6592009-10-05 Henrik Stuart <evilnet@hstuart.dk>
660
661 * src/mod-python.c: make emb_send_target_privmsg more resilient toward
662 erroneous input and raise exceptions on failures.
663
a957511b 6642009-10-05 Henrik Stuart <evilnet@hstuart.dk>
665
666 * src/mod-python.c: make emb_dump raise exception on failure.
667
54d2fd3d 6682009-10-05 Henrik Stuart <evilnet@hstuart.dk>
669
670 * src/mod-python.c: set exception on error path in emb_get_user.
671
bfdfd1c3 6722009-10-05 Henrik Stuart <evilnet@hstuart.dk>
673
674 * src/mod-python.c: extract userNode to Python dictionary conversion for
675 future use in handlers.
676
bc2f52df 6772009-10-05 Henrik Stuart <evilnet@hstuart.dk>
678
679 * src/mod-python.c: do not leak handler objects
680
ed8d873c 6812009-10-05 Henrik Stuart <evilnet@hstuart.dk>
682
683 * src/mod-python.c: add support for specifying main module in x3.conf
684
50d61a79 6852009-10-05 Henrik Stuart <evilnet@hstuart.dk>
686
687 * src/mod-python.c: Expose Python services module as _svc to follow normal
688 Python naming conventions for C extensions.
689
14897e8c 6902009-10-05 Henrik Stuart <evilnet@hstuart.dk>
691
692 * src/mod-python.c: Remove unused function.
693
46f628b1 6942009-10-05 Henrik Stuart <evilnet@hstuart.dk>
695
696 * src/mod-python.c: Generalise cmd_run to handle arbitrary statements.
697
8994c9a1 6982009-10-05 Henrik Stuart <evilnet@hstuart.dk>
699
700 * src/main-common.c: Initialise opserv before other services.
701
1ccb8f6e 7022009-09-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
703
704 * Srvx sync. Author: Michael Poole.
705
706 * src/recdb.c (explain_failure): When MAIN_LOG is NULL, report to stderr.
707
57fdf922 7082009-09-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
709
710 * Srvx sync. Author: Michael Poole.
711
712 * src/chanserv.c (handle_part): Allow the current user to be considered for
713 channels other than the channel being /part'ed.
714
715 * src/modcmd.c (modcmd_saxdb_write): Write bot modes to the database.
716 (modcmd_load_bots): Read them out and use them.
717
718 * src/opserv.c (cmd_whois): Use irc_user_mode_chars() here too.
719
720 * src/opserv.help (INVITE): Document this command.
721
722 * src/proto.h (irc_user_modes): Declare.
723 (irc_user_mode_chars): Likewise.
724
725 * src/proto-common.c (irc_user_modes): Define.
726
727 * src/proto-p10.c (irc_user_mode_chars): Define.
728 (irc_user): Use irc_user_mode_chars() instead of open-coding it.
729
7b3aa3a8 7302009-08-21 Matthew Beeching <jobe@mdbnet.co.uk>
731
732 * src/nickserv.c: Fix for a crash bug when using LOC with LDAP
733 where LDAP account exists and AuthServ account does not
734
5a61e83f 7352009-08-20 Matthew Beeching <jobe@mdbnet.co.uk>
736
737 * src/opserv.help: Fixed a typo in ROUTING EXAMPLE
738
72971fc8 7392009-08-17 Matthew Beeching <jobe@mdbnet.co.uk>
740
741 * src/nickserv.c: Added NSMSG_RECLAIM_HOWTO describing how to
742 AUTH when warned that the nick being used is registered
743
53b62ed9 7442009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
745
746 * src/proto.h: Added declaration fo irc_privmsg_user
747
748 * src/opserv.c: Added privmsg and notice trace actions
749
750 * src/opserv.help: Added privmsg and notice trace actions
751
7522009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
4b2dcc0d 753
754 * src/proto-p10.c: ignore SPAMFILTER messages
755
e9df2b7d 7562009-08-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
757
758 * Srvx sync. Author: Michael Poole.
759
760 * configure.in: (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value
761 (specifically, 1).
762 (HAVE_STRUCT_ADDRINFO): Likewise.
763
764 * src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because
765 that can make kevent() return -1/ENOENT.
766 (ioset_kevent_update): We need to try to EV_DELETE here instead.
767 (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR.
768
769 * src/Makefile.am (EXTRA_x3_SOURCES): Include mod-blacklist.c.
770
771 * src/sar.c (ipv4_pton): Set the sockaddr length field when it exists.
772 (ipv6_pton): Likewise.
773
18c739ab 7742009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
412ba860 775
776 * src/proto-common.c: Fix to allow trigger (in channel) commands
777 to work in unregistered channels
778
63e4abc0 7792009-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
780
781 * src/sar.c: Fix for typo in previous commit
782
d6a00e9a 7832009-07-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
784
785 * src/sar.c: Commented out an warning message.
786
fe08d345 7872009-07-29 Matthew Beeching <jobe@mdbnet.co.uk>
788
789 * src/nickserv.c: Fix for minor auth bug
790
bb869923 7912009-07-23 Matthew Beeching <jobe@mdbnet.co.uk>
792
793 * src/nickserv.help: Minor spelling correction
794
e7fe8840 7952009-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
796
797 * src/nickserv.c: Fix for NickServ AUTH bug with only password
798 being supplied
799
393a3e56 8002009-07-16 Matthew Beeching <jobe@mdbnet.co.uk>
801
802 * src/nickserv.c: Added support for NickServ with LDAP enabled
803
38c4bf0a 8042009-07-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
805
806 * src/chanserv.c: Crash fix with the spin command for hosts with
807 a long length.
808
aa8c38ad 8092009-07-05 Matthew Beeching <jobe@mdbnet.co.uk>
810
811 * src/chanserv.c: Fix for crash on ChanServ.UNSUSPEND
812
9ceee393
J
8132009-06-27 Matthew Beeching <jobe@mdbnet.co.uk>
814
815 * src/modcmd.c: Fix for bug #2813183
816
995043b4 8172009-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
818
819 * src/chanserv.c: Removed lastmod from gline and shun. (from the
820 srvx merge)
821
822 * src/gline.c: Removed lastmod from gline and shun. (from the srvx
823 merge)
824
825 * src/gline.h: Removed lastmod from gline and shun. (from the srvx
826 merge)
827
828 * src/mod-blacklist.c: Removed lastmod from gline and shun. (from
829 the srvx merge)
830
831 * src/mod-sockcheck.c: Removed lastmod from gline and shun. (from
832 the srvx merge)
833
834 * src/opserv.c: Removed lastmod from gline and shun. (from the srvx
835 erge)
836
837 * src/proto-p10.c: Removed lastmod from gline and shun. (from the srvx
838 merge)
839
840 * src/shun.c: Removed lastmod from gline and shun. (from the srvx merge)
841
842 * src/shun.h: Removed lastmod from gline and shun. (from the srvx merge)
843
844 * src/spamserv.c: Removed lastmod from gline and shun. (from the srvx
845 merge)
846
5671e5c2 8472009-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
848
849 * src/proto-p10.c: Bug fix for SF Bug #2801434.
850
c9aeceb5 8512009-06-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
852
853 * src/hash.h: Updated client PRIVS.
854
855 * src/proto-p10.c: Updated client PRIVS.
856
2e9062b9 8572009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
858
859 * src/tools.c: Re done the extended channel ban code so that it works
860 like the ircd code.
861
95b9d0bc 8622009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
863
864 * src/tools.c: Return -1 with invalid extended bans.
865
3b7fa78b 8662009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
867
868 * src/chanserv.c: Tweak the ban functions to allow invalid bans to
869 be picked up.
870
871 * src/tools.c: Return -1 with invalid extended bans.
872
277ad996 8732009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
874
875 * src/chanserv.c: Updated user_matches_glob.
876
877 * src/common.h: Updated user_matches_glob.
878
879 * src/mod-memoserv.c: Updated user_matches_glob.
880
881 * src/nickserv.c: Updated user_matches_glob.
882
883 * src/opserv.c Updated user_matches_glob.
884
885 * src/tools.c: Added support for shared channel bans (j). As well as
886 quiet bans. Although these are handled ircd side.
887
80ca5a69 8882009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
889
890 * src/tools.c: Extended channel ban support. As well as text and
891 nick change bans, however these 2 are just ignored as they are
892 handled ircd side.
893
634d32a3 8942009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
895
896 * src/tools.c: Extended account ban support.
897
8062bfc3 8982009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
899
900 * src/chanserv.c: Basic extended ban support.
901
902 * src/tools.c: Basic extended ban support.
903
463e23c9 9042009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
905
906 * src/chanserv.c: Fixed up SF bug #2799155.
907
908 * src/modcmd.c: Fixed up an issue where missing args was coming up
909 when it shouldnt.
910
be2c97a5 9112009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
912
913 * GPL 3 and svn propset updates.
914
37c8e812 9152009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
916
917 * src/main.c: Added spamserv.h #include.
918
919 * src/main-common.c: Woops forgot to init spamserv.
920
921 * src/spamserv.c: Fixed up AddLocalUser.
922
ee25b1b2 9232009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
924
925 * src/chanserv.c: Small fix with CSMSG_SET_UNREVIEWED.
926
51e05af8 9272009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
928
929 * src/hash.c: Couple of tweaks.
930
931 * src/proto-common.c: Fix for triggers not working with forwards as well as
932 off channel services.
933
7553c653 9342009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
935
936 * src/chanserv.c: Fixed a crash with setting a .set option with an invalid
937 option.
938
939 * src/mail-smtp.c: Added missing file.
940
1136f709 9412009-05-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
942
943 * Major update to bring X3 in line with the latest SRVX commit. Please see
944 UPGRADE. Credits go to the SRVX team.
945
9462009-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39b3b541 947
948 * src/proto-p10.c: Ignore stats headers.
949
413fd8ea 9502009-05-08 Henrik Stuart <evilnet@hstuart.dk>
951
952 * src/mod-python.c: generalised cmd_run to process file_input productions.
953
ef5e0305 9542009-05-06 Henrik Stuart <evilnet@hstuart.dk>
955
956 * src/mod-python.c: generalised PYTHONPATH environment setting to
957 not explicitly set Alex's home directory.
958
10be9be0 9592009-05-05 Henrik Stuart <evilnet@hstuart.dk>
960
961 * src/proto-p10.c: introduced irc_sno for SNO messages. Removed broken
962 auto_oper on LOC support.
963
964 * src/proto.h: introduced irc_sno for SNO messages.
965
966 * src/nickserv.c: added registered authentication function to handle
967 auto_oper on LOC.
968
6e1142b2 9692009-05-04 Alex Schumann <rubin@afternet.org>
f746eca3 970
971 * src/chanserv.c: julien and polo noticed a crash during channel register. Fixed
972
973 * x3.conf.example: fix typeo in default channel regex. Thanks again to julien for noticing this.
974
9c88eebe 9752009-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
976
977 * src/proto-p10.c: Update PRIV handling code for the latest
978 nefarious 1.3 changes.
979
50220e57 9802009-02-27 Alex Schumann <rubin@afternet.org>
981
982 * src/proto-p10.c: Patch from muer to support auto-oper for LOC
983 connections too.
2cfebbe2 984
0ab7b4bc 9852009-01-31 Alex Schumann <rubin@afternet.org>
986
987 * src/chanserv.c: change server link handlers to return an int
988
989 * src/hash.h: change server link handlers to return an int
990
991 * src/plugins/annoy/plugin.py: add some debug code for testing new
992 hooks
993
994 * src/modpython.py: support for new hooks server_link, nick_change,
995 and new_user
996
997 * src/mod-python.c: support for new hooks server_link, nick_change,
998 and new_user
999
da4f9236 10002009-01-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1001
1002 * src/opserv.c: Warning fix.
1003
1004 * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
1005
0c33848c 10062009-01-27 Alex Schumann <rubin@afternet.org>
1007
1008 * src/modpython.py: Comment out debug printing
1009
1010 * src/plugins/hangman: New example plugin: Hangman game
1011
b7594203 10122009-01-27 Alex Schumann <rubin@afternet.org>
1013
1014 * src/opserv.c: Fix a hole Sindacious found, where alerts on account
1015 don't trigger because they arent looked for during/after auth.
1016
039a6658 10172009-01-26 Alex Schumann <rubin@afternet.org>
1018
1019 * src/plugins/annoy/plugin.py: more test code
1020
1021 * src/mod-python.c: added emb_get_info, silenced warnings, and stub
1022 TODO comments for all the handlers and emb functions we need to
1023 create. search for TODO and lend a hand! :)
1024
0bcdc113 10252009-01-26 Alex Schumann <rubin@afternet.org>
1026
1027 * src/plugins/annoy/plugin.py: new version of test plugin
1028
10292009-01-25 Alex Schumann <rubin@afternet.org>
d68e1d8a 1030
1031 * Makefile.am: forgot to copy modpython.py where it goes.
1032
07559983 10332009-01-24 Alex Schumann <rubin@afternet.org>
1034
1035 * src/mod-python.c: added plugin hook to log to x3 logs, and worked
1036 out the basics of callback registration.
1037
1038 * src/modpython.py: x3 logging hook and new callback registration
1039
1040 * Makefile.am: install modpython.py and plugins/ during make install
1041
1042 * install-r.sh: shell script to do recursive copy with exclusions
1043
cbfd323c 10442009-01-23 Alex Schumann <rubin@afternet.org>
1045
e0f76584 1046 * src/mod-python.c: refactor to use class-based hook manager. Seems to
4c216694 1047 run now. Also added better comments.
cbfd323c 1048
4c216694 1049 * src/modpython.py: refactored into classes. Seems to run now. Cleaned
1050 up a bit.
cbfd323c 1051
57e3ccf6 10522008-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1053
1054 * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
1055
10562009-01-04 Alex Schumann <rubin@afternet.org>
2045ae25 1057
1058 * src/nickserv.c: fix access change bug when using ldap but not
1059 ldap_oper_group_dn.
1060
06742a38 10612009-01-01 Matthew Beeching <jobe@mdbnet.co.uk>
1062
1063 * languages/README.txt: Changed validate_lang.pl to validate.pl
1064
1065 * languages/validate.pl: Set executable
1066
1067 * languages/lang_export.sh: Set executable
1068
b45fd7d7 10692008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1070
1071 * src/chanserv.c: SF feature 1476390. Added nodelete option to
1072 MERGE.
1073
1074 * src/chanserv.help: SF feature 1476390. Added nodelete option
1075 to MERGE.
1076
f21ec816 10772008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1078
1079 * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
1080 the channel flag to the register command. Also removed the
1081 helping flag.
1082
4648ded2 10832008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1084
1085 * src/hash.c: SF feature 2353183. Made X3 aware of +a.
1086
1087 * src/hash.h: SF feature 2353183. Made X3 aware of +a.
1088
40c18c28 10892008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1090
1091 * src/global.c: Added RCHANNELS which will send notices to all
1092 registered channels. Also changed CHANNELS to notice all channels
1093 instead of registered ones only.
1094
1095 * src/global.h: Added RCHANNELS.
1096
1097 * src/global.help: Added RCHANNELS target.
1098
42c38d42 10992008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1100
1101 * src/global.c: Added AUTHED target.
1102
1103 * src/global.h: Added AUTHED target.
1104
083fb96b 11052008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1106
1107 * src/opserv.c: Store when alerts were last triggered.
1108
d3abe0df 11092008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1110
1111 * x3.conf.example: Added valid_channel_regex.
1112
1113 * src/chanserv.c: Added valid_channel_regex.
1114
a837dcf5 11152008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1116
1117 * src/chanserv.c: Warning fixes.
1118
1119 * src/proto-p10.c: Warning fixes.
1120
4cb36ef0 11212008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1122
1123 * configure: Regenerated.
1124
1125 * configure.in: Added math.h check.
1126
1127 * rx/Makefile.in: Regenerated.
1128
1129 * src/chanserv.c: Warning fixes.
1130
1131 * src/config.h.in: Regenerated.
1132
1133 * src/Makefile.in: Regenerated.
1134
1135 * src/math.c: Warning fixes.
1136
1137 * src/nickserv.c: Warning fixes.
1138
1139 * src/opserv.c: Warning fixes.
1140
1141 * src/proto-p10.c: Warning fixes.
1142
0e859bd9 11432008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1144
1145 * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices
1146 with a string will now show the invalid string rather than 0.
1147
2f7421b5 11482008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1149
1150 * src/nickserv.c: Fix for SF bug #2420339. Password change emails
1151 will not have the first time part in the email. Email change emails
1152 will have them though.
1153
97e51197 11542008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1155
1156 * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
1157 when dynlimit disabled.
1158
cad8f3a7 11592008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1160
1161 * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
1162
9a50a1a2 11632008-11-30 Matthew Beeching <jobe@mdbnet.co.uk>
1164
1165 * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
1166
d4e0f0c4 11672008-11-25 Alex Schumann <rubin@afternet.org>
1168
1169 * src/mod-python.c: call run function instead of using
1170 pyrun_simplestring. Set global info for simple reply() to have what it
1171 needs to run.
1172
1173 * src/modpython.py: new name as - interferes with module loading.
1174 added reply() function
1175
8d670803 11762008-11-22 Alex Schumann <rubin@afternet.org>
1177
1178 * src/mod-python.c: Added ability to query info about nick or channel
1179 name
1180
a2c8c575 11812008-11-16 Alex Schumann <rubin@afternet.org>
1182
1183 * src/mod-python.c: filled in some missing pieces.
1184
1185 * src/mod-python.py: more demo code for testing
1186
50ca1f0c 11872008-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
1188
1189 * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
1190
11912008-11-16 Alex Schumann <rubin@afternet.org>
caf97651 1192
a2c8c575 1193 * src/mod-python.c: further work on building basic bits of this
caf97651 1194
a2c8c575 1195 * src/mod-python.py: first pass at what will be the base python script.
caf97651 1196
50ca1f0c 11972008-11-13 Alex Schumann <rubin@afternet.org>
0b350353 1198
a2c8c575 1199 * src/modcmd.c: remove python tests (moved to mod-python.c)
0b350353 1200
a2c8c575 1201 * src/mod-python.c: initial template based on memoserv
0b350353 1202
14c04a50 12032008-11-12 Matthew Beeching <jobe@mdbnet.co.uk>
1204
1205 * tools/db.php: Added sample DB parser script
1206
2f65da8f 12072008-11-06 Alex Schumann <rubin@afternet.org>
1208
a2c8c575 1209 * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
2f65da8f 1210 Begin work on embedding python.
1211
56b83e80 12122008-11-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1213
1214 * src/proto-p10.c: Fixes for SGLINE and SSHUN. As well as a fix for
1215 bug 2173687 (PRIVS part of it is already fixed on trunk).
1216
5f6a98a7 12172008-10-24 Matthew Beeching <jobe@mdbnet.co.uk>
1218
1219 * src/chanserv.help: Minor spelling mistake "change" instead of
1220 "change"
1221
6221421c 12222008-10-10 Matthew Beeching <jobe@mdbnet.co.uk>
1223
1224 * src/opserv.c: Fix for crash on OpServ SVSPART where the
1225 channel specified does not exist.
1226
f2a8c1ea 12272008-09-30 Matthew Beeching <jobe@mdbnet.co.uk>
1228
1229 * src/nickserv.c: Prevent automatic registration of dissallowed
1230 nicks when registering an account
1231
a6fa0035 12322008-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
1233
1234 * src/chanserv.c: Fix for <trigger>shoot telling you to use
1235 .roulette instead of <trigger>roulette
1236
59b38cc0 12372008-09-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1238
1239 * src/proto-p10.c: SGLINE and SSHUN support some stuff coming
1240 soon in Nefarious.
1241
2a4ca4f5 12422008-09-07 Matthew Beeching <jobe@mdbnet.co.uk>
1243
1244 * src/chanserv.c: Changed PEON to PAL
1245
1246 * src/chanserv.help: Changed PEON to PAL
1247
1248 * src/modcmd.c: Changed PEON to PAL
1249
1250 * docs/access-levels.txt: Changed PEON to PAL
1251
1252 * languages/de/chanserv.help: Changed PEON to PAL
1253
1254 * languages/en_GB/chanserv.help: Changed PEON to PAL
1255
055f3f30 12562008-09-06 Matthew Beeching <jobe@mdbnet.co.uk>
1257
1258 * src/proto-p10.c: Added new PRIV_*'s to privtab
1259
1260 * src/mod-snoop.c: Added support for channel mode +h
1261
1262 * src/hash.h: #define's for missing PRIV_*'s
1263
6ff42e24 12642008-09-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1265
1266 * src/chanserv.c: Fixed an issue with OPCHAN and channels using off
1267 channel.
1268
df21b43d 12692008-08-19 Alex Schumann <rubin@afternet.org>
19c83de8 1270
1271 * src/chanserv.c: fix a bug in the default wheel spin settings if they
1272 were not in the config file, x3 would core.
1273
92f63dd4 12742008-07-21 Neil SPierling <sirvulcan@sirvulcan.co.nz>
1275
1276 * src/chanserv.c: Turn the kick ban all chans spin action into a
1277 timed ban (5 minutes). Also seperated the setting of the ban from
1278 the stripping of ohv. If Nefarious has halfops disabled then trying
1279 to strip the modes and set the ban results in the numeric being set
1280 as the ban. This will need to be fixed in nefarious.
1281
b08a5f8b 12822008-07-20 Alex Schumann <rubin@afternet.org>
1283
8deb31d3 1284 * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch.
b08a5f8b 1285
1286 * src/config.h: bump trunk to 1.7
1287
74ac2349 12882008-07-19 Alex Schumann <rubin@afternet.org>
1289
5e6460e4 1290 * src/proto-p10.c: dont print warning on uping to a jupe. added
1291 irc_svsquit() function
1292
1293 * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual
1294 spins to be enabled in x3.conf and make it easy to add new ones or
1295 change likelyhoods.
1296
1297 * src/proto.h: added irc_svsquit() prototype
1298
1299 * src/x3.conf.example: wheel action example configs
74ac2349 1300
a218fded 13012008-07-18 Alex Schumann <rubin@afternet.org>
1302
1303 * src/proto-p10.c: set lastmod time to current time when sending
1304 glines, otherwise ircd wont burst them later.
1305
1306 * src/modcmd.c: break credits out to its own command, and add svn
1307 version string to ctcp version reply.
1308
625ccd4e 13092008-07-02 Matthew Beeching <jobe@mdbnet.co.uk>
1310
1311 * src/proto-p10.c: Added missing PRIV_*'s to privtab
1312
1313 * src/hash.h: #define's for missing PRIV_*'s
1314
17d4a698 13152008-06-23 Alex Schumann <rubin@afternet.org>
1316
c64a32cb 1317 * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the
1318 clone before its auto-removed, x3 crashes. Thanks tyler and jigsy.
1319
13202008-06-23 Alex Schumann <rubin@afternet.org>
1321
1322 * src/nickserv.c: make opserv access level required to be in oper ldap
17d4a698 1323 group configurable.
1324
1325 * src/nickserv.h: make opserv access level required to be in oper ldap
1326 group configurable.
1327
18006b5c 13282008-06-12 Alex Schumann <rubin@afternet.org>
1329
1330 * src/nickserv.c: fix login-on-connect logic problem when ldap libs
1331 are present but ldap is not in use.
1332
cf8bedff 13332008-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1334
1335 * src/chanserv.c: Fixed a small bug with SVSNickChange.
1336
1337 * src/hash.h: Added buttaknife's patch which allows modes to be
1338 searched for using opserv trace. Also Fixed a small bug with
1339 SVSNickChange.
1340
1341 * src/hash.c: Fixed a small bug with SVSNickChange.
1342
1343 * src/opserv.c: Added buttaknife's patch which allows modes to
1344 be searched for using opserv trace.
1345
1346 * src/proto-p10.c: Added buttaknife's patch which allows modes
1347 to be searched for using opserv trace.
1348
04cb4dfc 13492008-04-10 Alex Schumann <rubin@afternet.org>
1350
1351 * src/nickserv.c: Fix wrong param count check in oset password
1352
fba880b8 13532008-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1354
1355 * src/chanserv.c: Fixed a bug with x3 not handling kills properly.
1356
1357 * src/opserv.c: Fixed a bug with x3 not handling kills properly.
1358
7dd05763 13592008-04-02 Alex Schumann <rubin@afternet.org>
1360
fba880b8 1361 * src/proto-p10.c: Provisional code for LOC account hostmask validation
7dd05763 1362
fba880b8 1363 * src/nickserv.c: Provisional code for LOC account hostmask validation
7dd05763 1364
90746c83 13652008-04-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1366
1367 * configure: Regenerated.
1368
1369 * configure.in: Bumped up trunk version for X3.
1370
1c76f1b4 13712008-03-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1372
1373 * src/proto-p10.c: Ignore SNO messages.
1374
0bd0bef6 13752008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1376
1377 * configure: Regenerated.
1378
1379 * configure.in: Fixed up a typo spotted by Sakkath.
1380
1381 * x3.conf.example: Fixed up a typo spotted by Sakkath.
1382
e91c6c1e 13832008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1384
1385 * src/chanserv.c: If Nefarious 1.2.0 is in use then use SVSQUIT to
1386 fake a connection reset by peer quit if spin 1 comes up.
1387
13882008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ea54b136 1389
1390 * src/chanserv.c: Only allow logged in people to use spin.
1391
e91c6c1e 13922008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b404335b 1393
e03ec3dc 1394 * src/chanserv.c: Added lamepart function so that spin can be used
1395 on Nefarious 1.1.
1396
e91c6c1e 13972008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e03ec3dc 1398
1399 * src/chanserv.c: Added the wheel of misfortune. This will only
b404335b 1400 work with Nefarious 1.2.0. You can upgrade X3 now even if you are
1401 running 1.1. Also fixed up some roulette/shoot bugs.
1402
e03ec3dc 1403 * src/hash.h: Function to change nicknames in X3 when using SVSNICK.
b404335b 1404
e03ec3dc 1405 * src/hash.c: Function to change nicknames in X3 when using SVSNICK.
b404335b 1406
87708af4 14072008-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1408
1409 * src/chanserv.c: Added roulette command.
1410
1411 * src/chanserv.h: Added roulette command.
1412
1413 * src/mod-memoserv.c: Added email sending functionality when
1414 new memos are sent.
1415
74328623 14162008-03-24 Alex Schumann <rubin@afternet.org>
1417
1418 * src/nickserv.c: fix 1 param auth for ldap libs available but not
1419 enabled, case. Thanks jobe.
1420
964a842d 14212008-03-11 Alex Schumann <rubin@afternet.org>
1422
1423 * src/opserv.c: Add svsnick command
1424
1425 * src/opserv.help: add help for svsnick and improve menu a bit
1426
1427 * src/nickserv.c: re-enable 1 param auth if not using ldap.
1428
8fb4e4be 14292008-03-02 Alex Schumann <rubin@afternet.org>
1430
1431 * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv
1432 kill/reconnect segfault)
1433
763de701 14342007-07-31 Alex Schumann <rubin@afternet.org>
1435
1436 * src/proto-p10.c: ignore ALIST messages
1437
684c56b9 14382007-05-08 Alex Schumann <rubin@afternet.org>
1439
1440 * src/nickserv.c: fix authentication bug with ldap by temporarily
1441 removing account-less authentication.
1442
1443 * src/nickserv.help: fix help file to reflect change
1444
14452007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7e49d01c 1446
1447 * src/mod-webtv.c: Allow opers to override required_mark. Also added
1448 SJOIN (undocumented) so opers can join IRC into channels where its
1449 needed as WebTV can only message clients in channels they are in.
1450
a01701f8 14512007-06-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1452
1453 * src/mod-webtv.c: Added JOIN and PART.
1454
1455 * src/mod-webtv.help: Added JOIN and PART.
1456
684c56b9 14572007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b15cddea 1458
1459 * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf
1460 config options, required_mark and valid_marks.
1461
1462 * src/mod-webtv.help: Added INDEX, NICK, and WHOIS.
1463
684c56b9 14642007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2784452e 1465
1466 * configure: Run autogen.sh.
1467
1468 * configure.in: Tweaks for google core dumper 1.1.
1469
1470 * x3.conf.example: Basic webtv module section.
1471
1472 * src/config.h.in: Run autogen.sh.
1473
1474 * src/Makefile.am: Run autogen.sh.
1475
1476 * src/Makefile.in: Run autogen.sh.
1477
1478 * src/mod-webtv.c: Basic module for now. (Does nothing so dont
1479 bother compiling in).
1480
1481 * src/mod-webtv.help: Empty help file for webtv module.
1482
1483 * tools/core_install.sh: Update google core dumper to 1.1.
1484
1485 * tools/coredumper.tar.gz: Update google core dumper to 1.1.
1486
684c56b9 14872007-05-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc06f607 1488
1489 * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am).
1490 This will stop the "Unable to find user irc.servername.com whose mark
1491 is changing." messages. When a user reconnects and an existing exempt
1492 is on the network for the user, their lastseen time is sent out to
1493 all the servers. This quick fix moves the user checking part to
1494 the relevant part of the function that actually uses users.
1495
8ce9df05 14962007-05-04 Alex Schumann <rubin@afternet.org>
1497
1498 * src/chanserv.c: fixed problem with giveownership logs where the
1499 previous owners handle could reference a free'd string.
1500
d5faccba 15012007-04-24 Alex Schumann <rubin@afternet.org>
1502
1503 * src/nickserv.c: add missing ifdef for inldap search.
1504
b96027ad 15052007-04-22 Alex Schumann <rubin@afternet.org>
1506
1507 * src/nickserv.c: change authserv search accountmask to just account.
1508 added inldap search criteria. added add2ldap search target.
1509
87677bd8 1510 * src/nickserv.help: added help for ldap searching. + only add2ldap if
1511 all the info is there.
b96027ad 1512
41a3556d 1513 * src/x3ldap.c: clean up of some error messages/handling. + add a byte
87677bd8 1514 to password malloc to maybe solve a core problem? + fix an error
1515 checking option.
b96027ad 1516
eb9bf540 15172007-04-21 Alex Schumann <rubin@afternet.org>
1518 * src/nickserv.c: remove some un-needed errors with duplicate
1519 add/deletes in ldap
1520
ddcb3eb3 15212007-04-21 Alex Schumann <rubin@afternet.org>
1522
1523 * src/nickserv.c: fix bug with register_user from loc causing core
1524
bec5dd26 15252007-04-20 Alex Schumann <rubin@afternet.org>
1526
1527 * src/x3ldap.c: support for ldaps (ssl/tls) was added. ldap_host and
1528 ldap_port changed to ldap_uri.
1529
1530 * src/nickserv.c: fixed LOC bugs with accounts that exist in ldap but
1531 not x3 not being created. changed to ldap_uri config instead of
1532 host/port
1533
1534 * src/nickserv.h: changed to ldap_uri
1535
1536 * x3.conf.example: changed to ldap_uri
1537
3b29d086 15382007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1539
1540 * README: testing.
1541
e0bcaf30 15422007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1543
1544 * INSTALL: Another test.
1545
ed7ac86b 15462007-04-08 Alex Schumann <rubin@afternet.org>
1547
1548 * src/chanserv.c: fix for a core when adding kill alert for numchans 1
1549
69566a5b 15502007-04-06 Alex Schumann <rubin@afternet.org>
1551
1552 * src/chanserv.help: added Jigsy's mode help MODE CHANNEL and MODE
1553 USER
1554
c74bf46b 15552007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1556
1557 * ChangeLog: Email update.
1558
2cfebbe2 15592007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1560
1561 * src/AUTHORS: Email update, mostly for CIA commit testing.
1117fc5a 1562
e661b9c3 15632007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1564
1565 * src/helpfile.c: Added colour support $k.
1566
c5b279ed 15672007-03-20 Alex Schumann <rubin@afternet.org>
1568
1569 * src/nickserv.c: ButtaS2sLore sent in this patch to fix the default
1570 style when registering new users.
1571
dc46f772 15722007-03-20 Alex Schumann <rubin@afternet.org>
1573
1574 * src/nickserv.c: applied patch from playa which fixes the nickname
1575 valid checks when registering a nick.
1576
af16f748 15772007-03-20 Alex Schumann <rubin@afternet.org>
1578
1579 * src/nickserv.c: fix trying to do ldap when not enabled during
3c607a5f 1580 cmd_register + also with cmd_unregister
af16f748 1581
5aef35cf 15822007-03-20 Alex Schumann <rubin@afternet.org>
1583
1584 * src/opserv.c: fix for stats alerts filtering
1585
1586 * src/chanserv.c: dont kick lamers if they are currently exempt (+e)
1587
1588 * src/x3ldap.c: fix ldap error code to string
1589
1590 * src/nickserv.c: (comment to add LOC logging)
1591
a6bb184f 15922007-02-26 Alex Schumann <rubin@afternet.org>
1593
1594 * src/nickserv.c: fix bug with LOC logic and ldap.
1595
d6ef86e3 15962007-02-13 Alex Schumann <rubin@afternet.org>
1597
1598 * src/nickserv.c: Fix bugs with ldap cookies. Fix opt_password
1599 warning/crash potential
1600
16012007-02-13 Alex Schumann <rubin@afternet.org>
f19aa016 1602
8dc17ddf 1603 * src/x3ldap.c: Fix double-hashing of passwords when using ldap and
1604 resetpass cookie system.
1605
1606 * src/nickserv.c: Fix double-hashing of passwords when using ldap and
1607 resetpass cookie system. Fix incorrect terms in ldap email error
1608 message.
1609
16102007-02-12 Alex Schumann <rubin@afternet.org>
1611
1612 * src/x3ldap.c: fix ldap_delete not binding first, so causing
a40080a2 1613 access denied sometimes.
1614
16152007-02-12 Alex Schumann <rubin@afternet.org>
1616
1617 * x3.conf.example: fix ldap config example so it actually works
f19aa016 1618
acb142f0 16192007-02-12 Alex Schumann <rubin@afternet.org>
1620
1621 * src/nickserv.h: lowercase account name setting
1622
1623 * x3.conf.example: lowercase account name setting
1624
1625 * src/nickservc: only lowercase account names if the option is set.
1626
d6b0769f 16272007-02-12 Alex Schumann <rubin@afternet.org>
1628
1629 * src/tools.c: adding ircd_strtolower() func
1630
1631 * src/common.h: adding ircd_strtolower() func
1632
82b7b0d8 1633 * src/nickserv.c: force accounts to lowercase at all inputs. ++fix
e0ee1ed8 1634 warning ++fix another
d6b0769f 1635
a3ad3ee3 16362007-02-11 Alex Schumann <rubin@afternet.org>
1637
1638 * src/nickserv.c: fixed a bunch of ldap result value check bugs
1639
8a729617 16402007-02-11 Alex Schumann <rubin@afternet.org>
1641
1642 * src/opserv.c: Added oper group support to ldap
1643
1644 * src/x3ldap.c: Added group support to ldap. Fixed set email bug
1645
1646 * src/x3ldap.h: Added group support to ldap.
1647
1648 * src/nickserv.c: Added group support to ldap
1649
1650 * src/nickserv.h: Added group support to ldap
1651
c74bf46b 16522007-02-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
03fa9256 1653
1654 * tools/ldap/ldap_convert.php: Fixes after more testing.
1655
24e9e6c3 16562007-02-09 Alex Schumann <rubin@afternet.org>
1657
1658 * src/x3ldap.c: addid search function to get users email address from
1659 ldap
1660
1661 * src/x3ldap.h: func defs for search
1662
1663 * src/nicserv.c: update local copy of email address when they log
8dc06852 1664 in via ldap. fix memory leak.
24e9e6c3 1665
4b8ccfeb 16662007-02-08 Alex Schumann <rubin@afternet.org>
1667
1668 * src/x3ldap.c: cleaning up and switching adduser to use the new
1669 crypted password scheme.
1670
1671 * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP
1672 not defined, uncovered some warnings etc.
1673
c814d8cd 16742007-02-08 Alex Schumann <rubin@afternet.org>
1675
1676 * src/nickserv.c: Filling in ldap support for all password related
1677 operations: cmd_pass, loc_auth, etc.
1678
c74bf46b 16792007-02-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6cba6239 1680
1681 * tools/ldap/ldap_convert.php: Few tweaks.
1682
16832007-02-08 Alex Schumann <rubin@afternet.org>
1684
1685 * tools/ldap/inetorganon.schema: Scheme for ldap.
1686
1687 * tools/ldap/ldap_convert.php: Conversion script for converting
1688 x3 users to the ldap server.
1689
73d4cc91 16902007-02-07 Alex Schumann <rubin@afternet.org>
1691
1692 * configure.in: adding compile/configure support for ssl libs (not
1693 yet needed)
1694
1695 * configure: updated from above.
1696
1697 * src/config.h.in: adding compile/configure support for ssl libs (not
1698 yet needed)
1699
1700 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
1701 in config file.
1702
1703 * src/x3ldap.h: ldap crypted password pain. Support for object classes
1704 in config file.
1705
1706 * src/nickserv.c: change password in ldap when its changed in
1707 nickserv. Support for object classes in config file.
1708
1709 * src/nickserv.h: support for object classes in conf file
1710
a5a8a781 17112007-02-07 Alex Schumann <rubin@afternet.org>
1712
1713 * src/x3ldap.c: improve error result feedback
1714
fc012087 1715 * src/nickserv.c: improve error result feedback (oops, fix for if
1716 ldap_enable is 0)
a5a8a781 1717
ea02341b 17182007-02-07 Alex Schumann <rubin@afternet.org>
1719
1720 * src/x3ldap.c: ldap_add functionality
1721
1722 * src/x3ldap.h: ldap_add functionality
1723
1724 * src/nickserv.h: ldap_add functionality
1725
1726 * src/nickserv.c: ldap_add functionality
1727
1728 * x3.conf.example: ldap_add functionality
1729
8da89711 17302007-02-06 Alex Schumann <rubin@afternet.org>
1731
39edf54a 1732 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
1733 and sanity checks.
8da89711 1734
39edf54a 1735 * configure.in: Better ldap library handling **oops ** helps to
1736 actually have -lldap in LIBS...
db9a9a8a 1737
39edf54a 1738 * configure: regenerated from above ** **
1739
1740 * x3.conf.example: tweaked ldap settings
1741
1742 * src/nickserv.h: remove ldap config settings if not compiled in
1743
1744 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
1745 logins working.
8da89711 1746
c74bf46b 17472007-02-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
50895889 1748
1749 * src/x3ldap.c: Added GPL header, also change the printf's to
1750 log_module's as per one of the todo comments.
1751
1752 * src/x3ldap.h: Added GPL header.
1753
e15f42a4 17542007-02-05 Alex Schumann <rubin@afternet.org>
1755
1756 * src/nickserv.c: fix non-compile without ldap problem
1757
e166c31b 17582007-02-05 Alex Schumann <rubin@afternet.org>
1759
1760 * src/x3ldap.c: Beginnings of ldap authentication support
1761
1762 * src/x3ldap.h: Beginnings of ldap authentication support
1763
1764 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
1765
1766 * src/nickserv.c: Beginnings of ldap authentication support
1767
1768 * x3.conf.example: ldap config settings
1769
1770 * src/md5.c: remove old debugging printf() code
1771
1772 * src/configure.in: add --enable-ldap support to configure
1773
1774 * configure: rebuilt from above
1775
1776 * src/Makefile.am: add --enable-ldap support to configure
1777
1778 * src/Makefile.in: rebuilt from above
1779
1780
c74bf46b 17812007-02-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b2fd1d25 1782
1783 * src/hash.c: Bug fix for bug #1651561.
1784
c74bf46b 17852007-02-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2bd99739 1786
1787 * src/nickserv.c: Fixed bug #1649326.
1788
cf33840c 17892007-01-28 Alex Schumann <rubin@afternet.org>
1790
1791 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
1792 nick, and someone sends a memo, send them the memo from memoserv, if
1793 there is a memoserv (not chanserv). Also, make the mini-help prompts
1794 more generic, for when they come from another bot besides memoserv.
1795
c74bf46b 17962007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
956ee72d 1797
1798 * src/proto-p10.c: RPING support.
1799
c74bf46b 18002007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8f9e3388 1801
1802 * src/proto-p10.c: This will hide annoying rping/rping error messages
1803 from the o3 alert channel when denora is linked. Will write proper
1804 functions when i figure out how rping n rpong works.
1805
c74bf46b 18062007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ad3104a4 1807
1808 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
1809 we need to free kNode before removing the entry. Fixed a nasty
1810 glibc core.
1811
cc1705aa 18122007-01-12 Alex Schumann <rubin@afternet.org>
1813
1814 * src/mod-helpserv.c: This module is coded very poorly, with lots of
1815 newby c mistakes with pointers and malloc and whatnot. This fixes some
1816 small part of that so that user commands work again, and to reduce
1817 confusion. It needs a LOT more work to be what I would consider
1818 safe..
1819
c74bf46b 18202007-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c9ec8867 1821
1822 * src/spamserv.c: Horrible but it will do, i need to rewrite
1823 the flag system.
1824
1825 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
1826 badreaction being linked up.
1827
1828 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
1829
b532a93e 18302007-01-10 Alex Schumann <rubin@afternet.org>
1831
1832 * src/log.c: commented out impossible assertion which makes x3 core on
1833 fatal errors instead of exit cleanly.
1834
9cfdef25 18352007-01-10 Alex Schumann <rubin@afternet.org>
1836
1837 * src/mod-helpserv.c: fix strncpy problem
1838
c74bf46b 18392007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e993296 1840
1841 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
1842 checkrestrictions alerts.
1843
1844 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
1845
c74bf46b 18462007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3da28d8e 1847
1848 * configure: Regenerated.
1849
1850 * configure.in: Added HAVE_HELPSERV.
1851
1852 * x3.conf.example: Seems theres been a hidden prefix option to
1853 allow users to use helpserv commands (ones for users not helpers).
1854
1855 * src/config.h.in: Added HAVE_HELPSERV.
1856
1857 * src/mod-helpserv.c: Made helpserv more useable:
1858
1859 * Added CLOSEREQ for users to close their current request.
1860
1861 * Added SHOWREQ for users to show their current req (equiv of SHOW).
1862
1863 * Added JoinTotal, if ON then when a helper joins the channel they
1864 will be sent a notice of the total UNASSIGNED requests.
1865
1866 * Added AlertNew, if ON then when a user opens a new help request
1867 all helpers will be alerted.
1868
1869 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
1870 bots.
1871
1872 * Added $i replacer for HelpServ SET's, changes $i to a valid
1873 request id. If no iq exists for another bot uses $i then all
1874 that is displayed is $i.
1875
1876 * Changed the USERCMD function type from void to int so that we
1877 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
1878 function.
1879
1880 * Seeing as helpserv does its help slightly different i added in the
1881 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
1882 output looks the same.
1883
1884 * Addded usercmd_helpserv for to access USERINDEX.
1885
1886 * Allow users to use HELP even without an open request.
1887
1888 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
1889 Also added a USERINDEX. Plus added help for the above things i
1890 added to helpserv
1891
1892 * src/modcmd.c: Adjusted years.
1893
50ea69b0 18942007-01-03 Alex Schumann <rubin@afternet.org>
1895
1896 * src/opserv.c: fix crash in ctcp version checkin
1897
0c8d17fe 18982007-01-01 Alex Schumann <rubin@afternet.org>
1899
1900 * x3.conf.example: Fixed set_shows which didnt get updated a while
1901 back.
1902
c74bf46b 19032006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ee37b347 1904
1905 * src/spamserv.c: Try this, tho sizeof worked fine for me with
1906 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
1907
c74bf46b 19082006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a674c5d3 1909
1910 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
1911 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
1912
1913 * src/spamserv.h: Added caps scanning functionality.
1914
1915 * src/spamserv.help Added caps scanning help
1916
c74bf46b 19172006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
9e5e441d 1918
1919 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
1920
c74bf46b 19212006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2e4e27fe 1922
1923 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
1924 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
1925 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
1926 the specified levels will be exempt. All levels default to
1927 UL_OP (200) at first.
1928
1929 * src/spamserv.h: Added new except variables.
1930
1931 * src/spamserv.help: Added new sections for the new except SET
1932 options, plus removed the level lines for now.
1933
c74bf46b 19342006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
179a14f6 1935
1936 * Merry Christmas! :)
1937
1938 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
1939 with setting exceptlevel.
1940
9a8aa132 19412006-12-24 Alex Schumann <rubin@afternet.org>
1942
1943 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
1944 nickname.
1945
c74bf46b 19462006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc436744 1947
1948 * Merry Christmas! :)
1949
1950 * This completes RFE 1577823.
1951
1952 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
1953 excepts all people who are opped etc. Only people above this level
1954 will be immune now. Defaults to 300 for channels without the option
1955
1956 * src/spamserv.h: Added exceptlevel.
1957
1958 * src/spamserv.help: Added EXCEPTLEVEL.
1959
c74bf46b 19602006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
19c200c1 1961
1962 * Merry Christmas! :)
1963
1964 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
1965
1966 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
1967 and LISTTRUST added.
1968
8de34abd 19692006-12-20 Alex Schumann <rubin@afternet.org>
1970
1971 * src/Makefile.in: undo temp fix
1972
1973 * src/opserv.c: perm fix to HAVE_TRACK define problems
1974
1975 * src/configure.in: perm fix to HAVE_TRACK define problems
1976
1977 * src/config.h.in: perm fix to HAVE_TRACK define problems
1978
c74bf46b 19792006-12-21 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d3919a0d 1980
1981 * src/Makefile.in: Temp fix.
1982
2c00fbc2 19832006-12-20 Alex Schumann <rubin@afternet.org>
1984
1985 * src/proto-p10.c: added full mark support including as a trace
1986 criteria.
1987
1988 * src/opserv.c: added full mark support including as a trace
1989 criteria.
1990
1991 * src/hash.h: added full mark support including as a trace
1992 criteria.
1993
1994 * src/opserv.help: documented the 'marked' criteria in trace.
1995
6cf5f880 19962006-12-20 Alex Schumann <rubin@afternet.org>
7b0150f8 1997
1998 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
1999 commands. (such as delpeon of a user with non-standard peon level)
2000
6cf5f880 2001 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
2002 crash with service rename, and probably many other problems.
2003
2004 * src/mod-track.c: fixing memory problems, and the broken set command.
2005 Track may be stable now, needs large scale testing.
dd42e7fc 2006
c74bf46b 20072006-12-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
847f5770 2008
2009 * src/chanserv.help: Opps that will teach me for cut n pasting.
2010 Adjusted duration line for CLVL help. Users are not removed after
2011 the duration they are reverted back to their previous access
2012 level.
2013
c74bf46b 20142006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
27fa6acf 2015
2016 * src/chanserv.c: check the ircd side ban list too
2017
2018 * src/opserv.c: Fixed a small bug, woops.
2019
c74bf46b 20202006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5aa400d2 2021
2022 * src/chanserv.c: Added trace_check_bans, cut down version of
2023 check_bans for checkrestrictions
2024
2025 * src/chanserv.h: Declare trace_check_bans.
2026
2027 * src/opserv.c: Added addalert/trace option checkrestrictions. When
2028 using SVSJOIN as an action this option will check the ban lists, invite
2029 keys and limits of the target channel and if any match or exist (invite
2030 etc) then the SVSJOIN wont go through
2031
2032 * src/opserv.help: Added information about checkrestrictions.
2033
c74bf46b 20342006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09741492 2035
2036 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
2037
2038 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
2039 and lastlevel.
2040
2041 * src/chanserv.help: Added information about timed clvls.
2042
e766ec7c 20432006-12-18 Alex Schumann <rubin@afternet.org>
2044
2045 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
2046 instead of notice, when you get new memos. Fixed a buffer overrun with
2047 memo ids.
2048
2049 * src/mod-memoserv.help: fix-up help for settings.
2050
c74bf46b 20512006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fd20b142 2052
2053 * src/chanserv.c: New feature, channel managers can now add people
2054 with a duration. After the duration expires the person will be
2055 automatically removed and deoped.
2056
2057 * src/chanserv.h: Added expiry.
2058
2059 * src/chanserv.help: Added information about timed accesses.
2060
2061 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
2062 specified.
2063
c74bf46b 20642006-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
537128ea 2065
2066 * src/proto-p10.c: Reverted one of my line changes.
2067
c74bf46b 20682006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e8f92d55 2069
2070 * src/opserv.c: Fixed up a couple of $b errors.
2071
c74bf46b 20722006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b6b5e2f 2073
2074 * src/chanserv.c: Woops forgot to init the channel mode change.
2075
2076 * src/chanserv.h: Tweak to check_bans.
2077
2078 * src/proto-p10.c: Add some sanity checks plus moved the +x to
2079 after the CMD_FAKEHOST otherwise if the person auths then gets
2080 marked they will cause 2 Registered quits on the IRCd. Only one
2081 will happen now.
2082
c74bf46b 20832006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c99dcaf6 2084
2085 * src/chanserv.c: Added function check_bans to check bans in a
2086 specific channel when needed (see below).
2087
2088 * src/chanserv.h: check_bans deceleration.
2089
2090 * src/proto-p10.c: First of all we dont need a handle_info when
2091 checking for IsHiddenHost, the IRCd takes care of this. Made it
2092 so we copy the fakehost into user->fakehost so X3 can check
2093 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
2094 we need to recheck the users bans just in case a person has
2095 lamer'ed the marked hostname.
2096
d82cf2f0 20972006-12-12 Alex Schumann <rubin@afternet.org>
2098
2099 * configure.in: making google core lib optional
2100
2101 * configure: regenerated
2102
2103 * src/proto-p10.c: added support for sending nefarious marks
2104
2105 * src/proto.h: prototype for irc_mark
2106
2107 * src/opserv.help: documented new mark support. Also documented the
2108 svsjoin and svspart commands as they were missing.
2109
2110 * src/hash.h: added MARKLEN define
2111
2112 * src/opserv.c: added mark command as well as mark support in trace
2113 and addalert.
2114
c74bf46b 21152006-12-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8b2ad8d 2116
2117 * configure: Regenerated.
2118
2119 * configure.in: Add support for google core dumper. Plus updated
2120 tre to 0.7.5.
2121
2122 * Makefile.in: Regenerated.
2123
2124 * rx/Makefile.in: Regenerated.
2125
2126 * src/config.h.in: Regenerated.
2127
2128 * src/Makefile.in: Regenerated.
2129
2130 * tools/core_install.sh: Just like tre_install.sh. This installs
2131 the core dumper.
2132
2133 * tools/coredumper.tar.gz: Google core dumper 0.2.
2134 http://sourceforge.net/projects/goog-coredumper/
2135
2136 * tools/tre_install.sh: Updated version to 0.7.5
2137
2138 * tools/tre.tar.gz: Updated tre to 0.7.5.
2139
283cfa83 21402006-12-10 Alex Schumann <rubin@afternet.org>
2141
2142 * src/opserv.c: fix debug message left at wrong level ("checking
2143 reroute()")
2144
9079d26c 21452006-12-09 Alex Schumann <rubin@afternet.org>
2146
2147 * src/opserv.c: bugfixes to autorouting timer code
5c6bff84 2148 improved stats routing to clean up & take an argument
9079d26c 2149
2150 * src/opserv.h: bugfixes to autorouting timer code
2151
5c6bff84 2152 * src/opserv.help: document new stats routing syntax
2153
9079d26c 2154 * src/timeq.c: added some usefull (commented out) debugging code for
2155 figuring out timer problems.
2156
2157 * src/timerq.h: added some usefull (commented out) debugging code for
2158 figuring out timer problems.
2159
5c6bff84 2160 * src/proto-p10.c: cleanup/improve eob autorouting init
2161
da5b7dfc 21622006-12-08 Alex Schumann <rubin@afternet.org>
2163
2164 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
2165
2166 * src/proto-p10.c: moving version reply storage here, adding webTV
2167 no_notice support (automatiaclly dont send notices if version reply
2168 says its a webtv user since they cant SEE notices. (other clients to
2169 add?)) note, this needs a version query alert to get the version from
2170 them.
2171
2172 * src/helpfile.c: honor the no_notices user bit
2173
2174 * src/hash.h: add no_notices user bit
2175
8709474a 21762006-12-07 Alex Schumann <rubin@afternet.org>
2177
eaf715f1 2178 * src/opserv.c: Add filter ability to stats alerts + fixup
8709474a 2179
eaf715f1 2180 * src/opserv.help: document filter feature of stats alerts + fixup
8709474a 2181
7a278540 21822006-12-02 Alex Schumann <rubin@afternet.org>
2183
2184 * src/chanserv.c: fix to levels command (- were missing)
2185
2186 * src/tools.c: fix warning
2187
2188 * src/common.h: fix warning
2189
2190 * src/chanserv.help: update online help url, changed help general to
2191 use new $! command char replacement code.
2192
2193 * src/hash.c: fix warning when geoip is off
2194
2195 * src/helpfile.c: add new '$!' code for chanserv's current trigger
2196 char in help files
2197
11d3c79b 21982006-12-01 Alex Schumann <rubin@afternet.org>
2199
2200 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
2201 on users of non-standard access level such as 201. Fixed this by
2202 changing mdelop and friends to work on the range of access levels.
c9bf23fe 2203 Added a LEVELS command.
2204
2205 * src/chanserv.h: corrected PEON access defines such that 1-150 is
2206 peon instead of 100-150 with 1-99 being undefined.
2207
2208 * src/chanserv.help: help for new LEVELS command
2209
2210 * src/helpfile.c: Improved table functions so that it automatically
2211 right-justifies numerical columns.
2212
2213 * src/tools.c: Added helper functions str_is_number and msnprintf (an
2214 auto-mallocing printf function)
2215
2216 * src/common.h: defines and defines for msnprintf and str_is_number
2217
11d3c79b 2218
23b7ec6e 22192006-11-30 Alex Schumann <rubin@afternet.org>
2220
2221 * src/chanserv.c: Modified .myaccess such that if you give it your own
2222 account when you are not a helper, it still works. (Requested by
2223 Jigsy)
2224
2225 * src/nickserv.help: Corrected the help file to feed oregister based
2226 on email_required instead of email_enabled
2227
d9ffe0e7 2228 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
2229 causes crash in set if no title) thanks xanjunior
2230
c74bf46b 22312006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4b44eb0f 2232
2233 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
2234 opserv WHOIS from another service (when bound), the channels reply
2235 would come from o3 instead of that service.
2236
c74bf46b 22372006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39c1a4ef 2238
2239 * src/opserv.c: Added in SVSPART alert/traces.
2240
2241 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
2242
2243 * src/proto.h: Added in decleration for svspart.
2244
2245 * src/proto-p10.c: Extend current SVSPART functionality so that we
2246 can send them with traces etc.
2247
a62ba70c 22482006-10-14 Alex Schumann <rubin@afternet.org>
2249
2250 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
2251 in svsjoin alerts. Cleanup old silent code fragments left over. Check
2252 for missing chantarget in alerts also.
2253
0e08a8e0 22542006-10-12 Alex Schumann <rubin@afternet.org>
2255
2256 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
2257 setup x3 to version only users matching a criteria, and then another
2258 alert to do someting based on the version reply. This should be
2259 usefull for finding bots etc. Or, for example, you can make all xchat
2260 people join #xchat, or all mirc join #mirc etc.
2261 Also, there is a fix in here for SVSJOIN which i hadn't gotten
2262 everything working with.
2263
2264 * src/proto-p10.c: added privmsg_user and version_user functions
2265
2266 * src/proto.h: added privmsg_user and version_user function
2267 declerations
2268
2269 * src/hash.h: added version_reply variable to users
2270
2271
2272
c408f18a 22732006-10-12 Alex Schumann <rubin@afternet.org>
2274
2275 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
2276 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
2277 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
2278 or send all level3 users to a perticular channel on connection, etc.
2279
ff5f1ab2 22802006-10-12 Alex Schumann <rubin@afternet.org>
2281
2282 * src/chanserv.c: Make lamers not affect users on the userlist above
2283 inviteme level in the channel. (why kb users who can .uba and
2284 .inviteme back in?)
2285
c74bf46b 22862006-10-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e7eaa91 2287
2288 * src/spamserv.c: Ignore those with access (if the options are
2289 disabled- scanchanops, scanhalfops, scanvoiced.
2290
ffb204b6 22912006-10-08 Alex Schumann <rubin@afternet.org>
1e7eaa91 2292
ffb204b6 2293 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
2294 autojoin. Not really a great solution. Instead, move auth_handler
3c83701b 2295 funcs to be called after stamping etc. thx to Buttaknife for this
2296 solution.
ffb204b6 2297
2298 * src/nickserv.c: move auth_func calls to after stamping, and
2299 commented up the cmd_auth source to make it more managable.
2300
075d7932 23012006-10-04 Alex Schumann <rubin@afternet.org>
2302
2303 * src/chanserv.c: remove redundant 'none' from empty llists
2304
c74bf46b 23052006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eca6aa4f 2306
2307 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
2308 over with odelcookie now.
2309
c74bf46b 23102006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
10fb34f6 2311
2312 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
2313 in a channel and a user auths in the channel, the user will not
2314 receive autoop etc if they have it enabled in uset.
2315
23162006-10-03 Alex Schumann <rubin@afternet.org>
e6dce34c 2317
2318 * src/opserv.c: Check for connect timer entries before adding new
2319 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
2320
c74bf46b 23212006-09-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
95adb209 2322
2323 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
2324 by him.
2325
c74bf46b 23262006-09-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
dd019452 2327
2328 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
2329 happening before autohide. Let me know if its still happening before
2330 autohide.
2331
2332 * src/chanserv.help: Updated the AUTOJOIN bit.
2333
5b66c0c2 23342006-09-13 Alex Schumann <rubin@afternet.org>
2335
2336 * src/chanserv.help: improved the help listing for the info command,
2337 and information help category.
2338
c74bf46b 23392006-09-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
14f0e274 2340
2341 * src/mod-memoserv.c: Fixed crash bug.
2342
2343 * src/spamserv.c: Ignore opers.
2344
c74bf46b 23452006-08-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4a2a9a4e 2346
2347 * README: tweaks.
2348
c74bf46b 23492006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
73bcd46c 2350
2351 * src/chanserv.help: Tweaked a , to .
2352
c74bf46b 23532006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ffd8a4c9 2354
2355 * src/opserv.help: Removed privs menu so we can release a tarball.
2356
90e75ffd 23572006-08-25 Alex Schumann <rubin@afternet.org>
2358
2359 * src/chanserv.c: fix uset reply for halfops
2360
2361 * src/nickserv.help: document the 'b' account flag
2362
c74bf46b 23632006-08-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f16ad9e7 2364
2365 * x3.conf.example: Added hidden host style option and key options
2366 for style 2.
2367
2368 * src/hosthiding.h: Remove KEY #defines.
2369
2370 * src/hosthiding.c: Set the keys only once using the conf values.
2371
2372 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
2373 of standard hidden hosts if style is 2.
2374
2375 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
2376 of standard hidden hosts if style is 2.
2377
2378 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
2379 hostname (unresolved). This is how Nefarious works.
2380
2381 * src/tools.c: Generate hidden hosts off crypt hosts instead
2382 of standard hidden hosts if style is 2.
2383
c74bf46b 23842006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cd25f2e9 2385
2386 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
2387
2388 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
2389
2390 * src/proto.h: irc_svsjoin decelerations.
2391
2392 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
2393 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
2394 an SJ it will be handled properly as a JOIN. Did the same for
2395 SVSPART.
2396
c74bf46b 23972006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a45018b2 2398
2399 * src/spamserv.c: Fixed the +k issue with spamserv.
2400
c74bf46b 24012006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6c34bb5a 2402
2403 * src/opserv.c: Added PRIVSET Command.
2404
2405 * src/opserv.help: Added PRIVSET Command. Plus contents for the
2406 privs section.
2407
2408 * src/proto.h: irc_privs deceleration.
2409
2410 * src/proto-p10.c: Fixed a compile issue plus added functions for
2411 setting and checking privs.
2412
c74bf46b 24132006-08-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
89d871d8 2414
2415 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
2416
2417 * src/hash.h: Priv declerations.
2418
2419 * src/opserv.c: Show privs in WHOIS output.
2420
2421 * src/proto.h: client_report_privs decleration.
2422
2423 * src/proto-p10.c: Handle PRIV only for type 6 servers.
2424
90e75ffd 24252006-08-19 Alex Schumann <rubin@afternet.org>
2426
2427 * src/authserv.c: document the oset flag +b in help (hide from staff
2428 command.)
2429
33741441 24302006-08-19 Alex Schumann <rubin@afternet.org>
2431
2432 * src/chanserv.c: added reply command, which responds similar to calc,
2433 but with any message. (for use with bindings)
2434
2435 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
2436 are replaced with the target command's calling user's account, nick,
2437 and numnick respectively. This and the above allows things like:
2438 BIND x3 account x3.reply your account is $a or
2439 BIND x3 kickme x3.kick $n $1-
2440 more to come, maybe, later.
2441
37d706b7 24422006-08-01 Alex Schumann <rubin@afternet.org>
2443
2444 * src/modcmd.c: Added OSI certification message to VERSION command
2445
c74bf46b 24462006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
01a5e8c8 2447
2448 * x3.conf.example: Redid part of the geoip summary.
2449
c74bf46b 24502006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1ad7ac15 2451
2452 * src/opserv.c: If we have a city, latitude and longitude returned
2453 then show a map url. Some results have no city but a latitude and
2454 a longitude. The coordinates are useless in this case and most
2455 people would know where the country is around abouts.
2456
c74bf46b 24572006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
58528547 2458
2459 * src/hash.c: Speed up city and country lookups significantly.
2460 Just slow for the first read but once thats done the rest is fast.
2461
c74bf46b 24622006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3a4fdc79 2463
2464 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
2465 I dont know if this will work for sure as i cant reproduce it. But
2466 my theory is that once the user is kicked the mode node is dropped.
2467 Users without modes should still return a valid mode node.
2468
c74bf46b 24692006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5678501c 2470
2471 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
2472 if a giveownership command was issued in a channel with no owners.
2473
c74bf46b 24742006-08-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
21f6caee 2475
2476 * configure: Regenerated.
2477
2478 * configure.in: Added checks for GeoIP headers and libs.
2479
2480 * x3.conf.example: Add in 2 options for the dat filenames of the
2481 city and country files. If not specified then no geoip data
2482 will be checked.
2483
2484 * src/config.h.in: Regenerated.
2485
2486 * src/hash.c: Created a function to check the geoip info from the
2487 dat files.
2488
2489 * src/hash.h: Decelerations plus added entries to the userNode
2490 struct.
2491
2492 * src/opserv.c: Display the GeoIP information in WHOIS.
2493
2494 * src/proto-p10.c: Call the new geoip data collection function
2495 towards the end of AddUser.
2496
c74bf46b 24972006-08-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a2dbccef 2498
2499 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
2500
4d69a3b1 25012006-08-01 Alex Schumann <rubin@afternet.org>
2502
2503 * src/chanserv.c: Add automode 6, to just voice everyone with access.
2504 Idea by daniel (thx)
2505
c74bf46b 25062006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2507
2508 * This message is apart of the below one, its just seperate so
2509 it doesnt get lost amongst the below messages.
2510
2511 * src/global.c: Fixed a warning.
2512
c74bf46b 25132006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2514
2515 * configure: Removed bahamut support, didnt even work.
2516
2517 * configure.in: Removed bahamut support, didnt even work.
2518
2519 * INSTALL: Removed bahamut support, didnt even work.
2520
2521 * x3.conf.example: Removed bahamut support, didnt even work.
2522
2523 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
2524
2525 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
2526 work.
2527
2528 * src/config.h.in: Removed bahamut support, didnt even work.
2529
2530 * src/gline.c: Removed bahamut support, didnt even work.
2531
2532 * src/hash.h: Removed bahamut support, didnt even work.
2533
2534 * src/nickserv.c: Removed bahamut support, didnt even work.
2535
2536 * src/nickserv.h: Removed bahamut support, didnt even work.
2537
2538 * src/Makefile.am: Removed bahamut support, didnt even work.
2539
2540 * src/Makefile.in: Removed bahamut support, didnt even work.
2541
2542 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
2543
2544 * src/shun.c: Removed bahamut support, didnt even work.
2545
c74bf46b 25462006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
57692f5e 2547
2548 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
2549 spamserv.c, nickserv.c.
2550
2551 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
2552
2553 * src/nickserv.c: Changed global_message uses to global_message_arg's.
2554
2555 * src/opserv.c: Changed global_message uses to global_message_arg's.
2556
2557 * src/spamserv.c: Changed global_message uses to global_message_arg's.
2558
c74bf46b 25592006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09a3057c 2560
2561 * src/chanserv.c: Changed global_message uses to global_message_arg's.
2562
2563 * src/global.c: Added language strings for chanserv.c
2564
c74bf46b 25652006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4d99495c 2566
2567 * src/global.c: Make sure we arnt sending duplicate messages in
2568 some cases.
2569
c74bf46b 25702006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
985d4109 2571
2572 * src/x3.conf.example: Removed the targets option.
2573
2574 * src/global.c: Wrote new function that will global message users
2575 and/or opers and/or helpers messages in their own langauge. The
2576 strings are set either in language files or in the global.c message
2577 struct. This allows us to send defcon notices to people and they
2578 will get them in their own language if they have it set.
2579
2580 * src/global.h: global_message_args decleration.
2581
2582 * src/opserv.c: Removed targets option for defcon as its too hard
2583 to send messages to people in channels if the people have different
2584 language settings.
2585
c74bf46b 25862006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d8b9cb7c 2587
2588 * src/opserv.c: TODO stuff.
2589
c74bf46b 25902006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0272358e 2591
2592 * x3.conf.example: Added SHUN setting for DEFCON.
2593
2594 * doc/DEFCON: Added SHUN setting for DEFCON.
2595
2596 * src/opserv.c: Moved the gline check to here. Also added a SHUN
2597 check.
2598
2599 * src/opserv.h: Added SHUN setting for DEFCON.
2600
2601 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
2602
c74bf46b 26032006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
08895577 2604
2605 * x3.conf.example: Added new Defcon system settings
2606
2607 * doc/DEFCON: Anope's Defcon doc adapted for X3.
2608
2609 * src/chanserv.c: Block mode changes and channel registrations if
2610 required.
2611
2612 * src/mod-memoserv.c: Block new memos if required.
2613
2614 * src/nickserv.c: Block nick registrations if required.
2615
2616 * src/opserv.c: Added in defcon system, uses some of the anope code.
2617 Most tho is from scratch.
2618
2619 * src/opserv.h: Defcon declerations.
2620
2621 * src/opserv.help: Added DEFCON entry.
2622
2623 * src/proto-p10.c: If required gline new clients, also if required
2624 kill new clients.
2625
35305a49 26262006-07-29 Alex Schumann <rubin@afternet.org>
2627
2628 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
2629 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
2630 not comfortable running 'make install' on libtre from ./configure.
2631 This violates what the user expects in a way that can harm the system.
2632 Changed how the libtre checks work and provided easy-to-use install
0754f993 2633 script. -fix link stage
35305a49 2634
2635 * rx/Makefile.in: fix autotools warning(s)
2636
babc1c07 26372006-07-28 Alex Schumann <rubin@afternet.org>
2638
2639 * src/nickserv.help: add odelcookie to help oper
2640
31543e44 2641 * x3.conf.example: update & improve x3.conf.example description of
2642 extended_accounts setting.
2643
964abe6b 26442006-07-26 Alex Schumann <rubin@afternet.org>
2645
2646 * src/opserv.c: Fix crash when doing reroute if routing isnt
ce9266cf 2647 configured. | Voice discovered that the error message for addplan fail
2648 was typeo'd so not showing.
964abe6b 2649
20517d48 2650 * src/opserv.help: slight changes to routing help.
2651
2652 * src/chanserv.c: let non-staff see when channels were registered with
2653 .info
2654
d9d33535 26552006-07-24 Alex Schumann <rubin@afternet.org>
2656
2657 * src/proto-p10.c: dont burst channels with 0 users in them (which
2658 were created by alert discrims, most likely)
2659
26602006-07-23 Alex Schumann <rubin@afternet.org>
2661
2662 * x3.conf.example: Added chanserv "modes" to example - use to control
2663 what usermodes chanserv gets. Mainly for setting +d or not, if you
2664 have nef 1.0 'b:' lines setup.
2665
c74bf46b 26662006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bae4525d 2667
2668 * src/nickserv.c: If theres no title set then the default title
2669 will therefore be the first part of hidden_host in x3.conf.example,
2670 so for consistency with opt_fakehost we will print this.
2671
c74bf46b 26722006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
88b0672a 2673
2674 * src/nickserv.c: The reason why theres no arg rubin is that
2675 if you want to print the fakehost then u dont specify an arg.
2676 This tells opt_fakehost to set fake to the current fakehost
2677 and pass it on to be printed.
2678
bf93ca8d 26792006-07-23 Alex Schumann <rubin@afternet.org>
2680
116d100f 2681 * src/nickserv.c: Add config file regex fakehost test + sanity
574bfc14 2682 checking in title as well (fixed).
bf93ca8d 2683
8108185c 2684 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
2685 instead of argv[2]==null since argv's dont get set null.
2686
c74bf46b 26872006-07-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eb43ca8c 2688
2689 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
2690
2691 * src/proto-p10.c: Host in topic supports sethost and fakehost
2692 now.
2693
47956fc5 26942006-07-21 Alex Schumann <rubin@afternet.org>
2695
2696 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
2697 irc_connect, and added callbacks to handle connect failures and
2698 successes. (All prep for auto routing system)
0520d39a 2699
47956fc5 2700 * src/proto.h: Added support for irc_wallop, irc_squit,
2701 irc_connect, and added callbacks to handle connect failures and
2702 successes. (All prep for auto routing system)
0520d39a 2703
dd1fc2a3 2704 * src/opserv.help: Help entries for auto routing system + fix typeo in
2705 routing example
0520d39a 2706
47956fc5 2707 * src/hash.h: New structs for auto routing system
0520d39a 2708
da0c436d 2709 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
2710 error message to debug message.
0520d39a 2711
47956fc5 2712 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
0520d39a 2713
47956fc5 2714 * src/modcmd.c: added 'routing' main command alias.
2715
c74bf46b 27162006-07-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5006460e 2717
2718 * x3.conf.example: Added host_in_topic option for sending full
2719 nick!user@host if its enabled. Default to one as Nefarious is
2720 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
2721 you have this enabled on X3 and not on your Nefarious server.
2722
2723 * src/proto-p10.c: Make use of host_in_topic.
2724
c092fcad 27252006-07-13 Alex Schumann <rubin@afternet.org>
2726
2727 * src/opserv.c: make the bot reply from the nick you /msg in all
2728 cases, if commands are bound to a different bot.
2729
2730 * src/nickserv.c: make the bot reply from the nick you /msg in all
2731 cases, if commands are bound to a different bot.
2732
2733 * src/chanserv.c: make the bot reply from the nick you /msg in all
2734 cases, if commands are bound to a different bot.
2735
2736 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
2737 msg, not the defined memoserv bot, if commands are aliased to other
2738 bots. This may also fix the crash bug playa reported at
2739 http://www.unrealgamers.net/forums/index.php?showtopic=138
2740
be3d31e0 27412006-07-11 Alex Schumann <rubin@afternet.org>
2742
75ef8cdc 2743 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
2744 and some x3 topic functions.
2745
be3d31e0 2746 * x3.conf.example: Improved server/type setting documentation,
2747 and changed default to 5.
2748
0c0adfe0 27492006-07-11 Alex Schumann <rubin@afternet.org>
2750
2751 * src/opserv.c: fixed silent alerts not getting picked up from db file
2752 on read/load.
2753
827ecd60 27542006-07-11 Alex Schumann <rubin@afternet.org>
2755
df5f6070 2756 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
2757 when adding an invalid jupe servername or numeric.
2758 this closes bug number 1513510.
2759
827ecd60 2760 * src/modcmd.c: if pubcmd is set higher than your level, only respond
2761 with the denied msg if the command was actually found. this closes bug
2762 number 1509382.
2763
22d5d8cf 27642006-07-10 Alex Schumann <rubin@afternet.org>
2765
2766 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
2767 non-logged-in user (null pointer)
2768
3f5b8801 27692006-07-09 Alex Schumann <rubin@afternet.org>
2770
2771 * src/nickserv.c: fixed bug where unignores were getting sent to the
2772 user multiple times, instead of to each online nick once.
2773
d07e3fff 27742006-07-09 Alex Schumann <rubin@afternet.org>
2775
f0b5157b 2776 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
b6599cc2 2777 spot. Ugh, messed up the fix. Trying again :)
d07e3fff 2778
c74bf46b 27792006-07-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5f1600ab 2780
2781 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
2782 If the target is ignoring the person inviting them then the invite
2783 is denied.
2784
a76bcc6a 27852006-07-07 Alex Schumann <rubin@afternet.org>
2786
2787 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
2788 memoserv most easily seen when sending short memos. Rewrote the flag
2789 handling part of memo send to correct it.
2790
18757dc0 27912006-07-05 Alex Schumann <rubin@afternet.org>
2792
2793 * src/helpfile.c: pLaYa pointed out the table code row count is off by
2794 one. Fixed.
2795
c74bf46b 27962006-06-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5b1166fd 2797
2798 * configure: Regenerated.
2799
2800 * configure.in: Make use of TRE regexp library. Its more powerful
2801 than the standard library (http://laurikari.net/tre/index.html).
2802 Im also pondering adding services side regexp bans, X3 would
2803 probably required a channel flag called say advanced that can
2804 only be set by the owner. If enabled then regexp bans can be
2805 used. I also added an output saying what modules are enabled,
2806 what protocol is enabled, what malloc is choosen and if debugging
2807 is enabled. Just a bit of a message as the user will of seen
2808 programs just finish compiling and he/she/it may think it
2809 was X3 compiling, but it was just TRE compiling. They still need
2810 to compile X3.
2811
2812 * src/config.h.in: Regenerated.
2813
2814 * src/Makefile.am: Tweak for TRE.
2815
2816 * src/Makefile.in: Regenerated.
2817
2818 * src/nickserv.c: Use the new regex.h Im sure -I includes get
2819 called before system includes like /usr/include.
2820
2821 * src/opserv.c: Use the new regex.h Im sure -I includes get
2822 called before system includes like /usr/include.
2823
2824 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
2825 compile this just before configure finishes up. Sits around
2826 470KB, rather than another 2.5MB if i TRE untarred. I suppose
2827 i could get it down a bit more using Bzip but there are some
2828 boxes out there still without bzip.
2829
c74bf46b 28302006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b4a47ca 2831
2832 * src/mod-memoserv.c: Better history implementation. A seperate
2833 table is used for history entries. Entries contain the same
2834 fields as the memo table except for the message, read, and flags.
2835 Entries are only removed from the history db when they get
2836 expired by do_expire (older than message_expire). Also fixed
2837 up a issue with STATUS. On AfterNET we were getting huge large
2838 for the amount of memos. I now realise it was reading the amount
2839 of users. It now reads the proper amount of memos. I also a count
2840 for history entries.
2841
2842 * src/mod-memoserv.help: EXPIRE handles history and memos now.
2843
c74bf46b 28442006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
35ca8140 2845
2846 * src/mod-memoserv.c: Make use of ignore lists when trying to
2847 send memos.
2848
c74bf46b 28492006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6546e922 2850
2851 * src/spamserv.c: Crash fix (finally). Been meaning to do this
2852 for a while now.
2853
a8370a20 28542006-06-23 Alex Schumann <rubin@afternet.org>
2855
2856 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
2857 src/modcmd.c, src/nickserv.c: Improvements to
2858 table output and help display.
2859
2860 * src/mod-memoserv.c: fix segfault
2861
28622006-06-23 Alex Schumann <rubin@afternet.org>
6c3ce3bb 2863
2864 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
2865 fix it and re-apply if you want it..
2866
2867 * src/chanserv.h: Backing out the bantype patch.
2868
2869 * src/chanserv.help: Backing out the bantype patch.
2870
c74bf46b 28712006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8cfd8013 2872
2873 * src/mod-memoserv.c: Fixed a bug.
2874
c74bf46b 28752006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cbc5a1a4 2876
2877 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
2878 if the recipient deletes the memo it will not be listed in the
2879 HISTORY list.
2880
2881 * src/mod-memoserv.help: HISTORY entry.
2882
c74bf46b 28832006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2a951803 2884
2885 * src/mod-memoserv.c: Added new flags, see below.
2886
2887 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
2888 added flags for always ignoring read reciepts and always sending
2889 read reciepts.
2890
c74bf46b 28912006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f2e592d3 2892
2893 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
2894 that you have sent, aslong as they have not been read yet.
2895
2896 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
2897 recipient to read reciept stuff.
2898
c74bf46b 28992006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
34a9e19a 2900
2901 * src/mod-memoserv.c: Redid the db stuff, it now writes users
2902 settings and memos to the memoserv database.
2903
c74bf46b 29042006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
512d7958 2905
2906 * src/mod-memoserv.c: Small bug fix.
2907
c74bf46b 29082006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
82794e1b 2909
2910 * src/mod-memoserv.c: Added read recipient support via SEND using
2911 -r as a flag. Messages with requested read recipients have a (r)
2912 shown beside the sender nick in LIST. People can ignore a read
2913 recipient using -i when reading the message via READ. Its all
2914 in the help file.
2915
2916 * src/mod-memoserv.help: Added read recipient relevent bits.
2917
2918 * src/opserv.help: Added halfopping functions.
2919
c74bf46b 29202006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acb6d53d 2921
2922 * src/x3.conf.example: Forgot a ;.
2923
c74bf46b 29242006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8692672 2925
2926 * src/mod-memoserv.c: Make use of SET LIMIT.
2927
c74bf46b 29282006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d9abe201 2929
2930 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
2931
c74bf46b 29322006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8138c9f 2933
2934 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
2935
c74bf46b 29362006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acf3c6d5 2937
2938 * x3.conf.example: Max limit for Memoserv LIMIT option.
2939
2940 * src/hash.h: Fixed halfops issue.
2941
2942 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
2943 amount of memos you can have. This does not do anything yet as
2944 im committing the half ops fix now. This code is fine it just
2945 allows you to adjust the limit for now.
2946
c74bf46b 29472006-06-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e3e5ba49 2948
2949 * x3.conf.example: Commented out SpamServ module as there are bugs
2950 and i cant give a definate date as to when i can fix it. Im not
2951 home much these days.
2952
2953 * src/mod-memoserv.c: Redid the SET code using some whatnet code
2954 by wasted. Tweaked here and there. Also added some formatting in
2955 LIST and SET like chanserv SET. Oh and MemoServ will join
2956 autojoin_channels if MemoServ is in a seperate nickname.
2957
2958 * src/mod-memoserv.help: Added OSET and done some tweaking.
2959
2960 * src/nickserv.c: Allow the use of get_victim_oper outside of
2961 nickserv.c.
2962
2963 * src/nickserv.h: Allow the use of get_victim_oper outside of
2964 nickserv.c.
2965
b3052f71 29662006-06-07 Alex Schumann <rubin@afternet.org>
2967
2968 * src/chanserv.help: Added a couple set helps that were missing.
e1443247 2969
2970 * src/helpfile.c: fix missing space in multi-column table output such
2971 as /msg opserv commands * (with nickserv tablewidth setting >60)
b3052f71 2972
1c5f6697 29732006-06-06 Alex Schumann <rubin@afternet.org>
2974
e3e5ba49 2975 * src/opserv.c: Change how addalert silence works, so that its a
2976 parameter instead of an action, and also works with trace now.
2977
1c5f6697 2978 * x3.conf.example: Added a config setting of level needed to use
2979 'silent yes' in trace/addalert.
2980
d762299d 29812006-06-04 Alex Schumann <rubin@afternet.org>
2982
2983 * src/nickserv.c: Fix oregister
2984
7293d1d3 2985 * src/nickserv.help: Update help for oregister
2986
c74bf46b 29872006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a6a4707e 2988
2989 * src/proto-p10.c: Properly handle incomming manual silences.
2990
c74bf46b 29912006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
668dc38e 2992
2993 * src/common.h: pretty_mask etc declerations.
2994
2995 * src/nickserv.c: Parse the mask through pretty_mask before adding
2996 it. Normal ircd side silences go through this, this just keeps
2997 things looking the same and if a user tries to remove a silence
2998 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
2999
3000 * src/proto-p10.c: Send a + if adding a silence.
3001
3002 * src/tools.c: pretty_mask and one other function for reformatting
3003 a hostname so its pretty :) from IRCu.
3004
92fac64c 30052006-06-04 Alex Schumann <rubin@afternet.org>
668dc38e 3006
92fac64c 3007 * src/nickserv.c: Send silences to every nick of a handle, not the
3008 nick that did the command.
3009
c74bf46b 30102006-06-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3ec42e29 3011
3012 * src/main.c: Moved spamserv initilization to after chanserv.
3013
3014 * src/spamserv.c: Read the db earlier.
3015
c74bf46b 30162006-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
63c95a47 3017
3018 * configure: Regenerated.
3019
3020 * configure.in: Bumped version and changed list email.
3021
3022 * x3.example.conf: Added SpamServ options.
3023
3024 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
3025
3026 * src/chanserv.h: Declerations
3027
3028 * src/main.c: Init the new SpamServ service.
3029
3030 * src/Makefile.am: Added SpamServ files.
3031
3032 * src/Makefile.in: Regenerated
3033
3034 * src/modcmd.c: Added SpamServ to REBINDALL.
3035
3036 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
3037
3038 * src/proto-common.c: Make sure SpamServ gets notices.
3039
3040 * src/spamserv.c: New service that checks for spamming, floods etc.
3041 Requires an oper to register it to a channel for it to work.
3042
3043 * src/spamserv.h: Decelerations.
3044
3045 * src/spamserv.help: Help entries for SpamServ.
3046
c74bf46b 30472006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fe32eb19 3048
3049 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3050
3051 * src/chanserv.c: Added selectable bantypes.
3052
3053 * src/chanserv.h: Added selectable bantypes.
3054
3055 * src/chanserv.help: Added help entries.
3056
c74bf46b 30572006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0b587959 3058
3059 * src/nickserv.c: Added user option ADVANCED, when we add more
3060 advanced commands users will need to set this to see the options
3061 in help. Further work in helpfile is still needed afaik. This is
3062 just the basics.
3063
3064 * src/nickserv.h: Advanced option declerations.
3065
3066 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
3067 Seems no one added that when they added the AUTOHIDE option.
3068
c74bf46b 30692006-05-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7637f48f 3070
3071 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3072
3073 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
3074 and denied_fakehost_words. Also dropped refresh_period for chanserv
3075 set resync.
3076
3077 * src/chanserv.c: Added god_timeout, disable god mode automatically
3078 when the period times out. Also added a new set option- resync, auto
3079 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
3080
3081 * src/chanserv.help: Added entry for SET RESYNC.
3082
3083 * src/global.c: Join global into autojoin_channels if enabled.
3084
3085 * src/main.c: Some tweaking for autojoin_channels.
3086
3087 * src/mod-memoserv.c: If a user has memos and notify on login
3088 enabled then only display the notify notice on login and not
3089 during a netburst.
3090
3091 * src/mod-track.c: Quashed a warning.
3092
3093 * src/modcmd.c: Added functions for god_timeout. Also added wasted
3094 to VERSION output for credits for these features.
3095
3096 * src/nickserv.c: Added denied_fakehost_words, deny the words set
3097 there if an oper trys to use them in a fakehost. Also autojoin
3098 chanserv if enabled into autojoin_channels.
3099
3100 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
3101 after a drone attack. Also join opserv and reserved nicks into
3102 autojoin_channels if opserv/reserved is enabled.
3103
3104 * src/opserv.help: Added entry for REFRESHMAX.
3105
0779bbcf 31062006-05-25 Alex Schumann <rubin@afternet.org>
3107
b5c80c61 3108 * src/proto-p10.c: make non-existant server type setting not crash x3.
3109
0779bbcf 3110 * src/nickserv.help: Added newby tip to authserv registration
3111 help (about < and >)
3112
3113 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
3114 deref null kicker)
3115
c74bf46b 31162006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
56958740 3117
3118 * src/chanserv.c: Set SWHOIS's when a user auths.
3119
3120 * src/hosthiding.c: Fixed a segfault.
3121
3122 * src/nickserv.c: Epithets now use SWHOIS.
3123
3124 * src/proto.h: Declerations for irc_swhois.
3125
3126 * src/proto-p10.c: Handle SWHOIS's.
3127
c74bf46b 31282006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
68b75482 3129
3130 * src/hash.h: Bumped SOCKIPLEN
3131
3132 * src/hosthiding.c: Functions to crypt IPv6 addresses.
3133
3134 * src/hosthiding.h: IPv6 function declerations.
3135
3136 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
3137 with the ipv6 crypting function.
3138
c74bf46b 31392006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
37ef8ee3 3140
3141 * src/hash.h: Bits needed for other type of host hiding.
3142
3143 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
3144
3145 * src/hosthiding.c: This will generated crypted style 2 Nefarious
3146 hidden hosts and ips. Currently they are just displayed in O3
3147 WHOIS. Im yet to expand this.
3148
3149 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
3150
3151 * src/Makefile.in: Regenerated.
3152
3153 * src/opserv.c: Display crypted hosts n ips in WHOIS.
3154
3155 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
3156 save them in user->crypthost user->cryptip.
3157
c74bf46b 31582006-05-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c02cd944 3159
5177fd21 3160 * src/chanserv.c: Set ignores when you authenticate.
c02cd944 3161
5177fd21 3162 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
3163 Used for centralized silence list management. Currently set ignores
3164 can be viewed in ACCOUNTINFO for via ircd SILENCE.
3165
3166 * src/nickserv.h: Declerations.
3167
3168 * src/nickserv.help: Added help entries for above commands.
3169
3170 * src/proto.h: Declerations.
3171
3172 * src/proto-p10.c: Functions to handle silences
c02cd944 3173
d9896a83 31742006-05-18 Alex Schumann <rubin@afternet.org>
3175
b34a7505 3176 * src/proto-p10.c: Fixed up the track module a bit more
d9896a83 3177
b34a7505 3178 * src/hash.c: Fixed up the track module a bit more, including
3179 reporting correctly when X3 kicks someone. This should affect mrsnoopy
3180 as well, hopefully wont cause any bugs.
d9896a83 3181
e5c85987 3182 * src/mod-track.c: Fixed up the track module a bit more - made track
3183 all/none work
d9896a83 3184
b34a7505 31852006-05-18 Alex Schumann <rubin@afternet.org>
3186
3187 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
3188
3189 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
3190
3191 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
3192
3193 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
d9896a83 3194
31952006-05-18 Alex Schumann <rubin@afternet.org>
3196
b34a7505 3197 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
12673a59 3198 in.
3199
b34a7505 3200 * src/mod-track.c: some cleanups and textual changes, to make the commands
12673a59 3201 slightly more user friendly.
3202
c74bf46b 32032006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5177fd21 3204
3205 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
3206
3207 * src/x3.conf.example.: adding 050 'type' to server config (rubin
3208 fixed missing ';' and changelog entries)
3209
c74bf46b 32102006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f6c7c603 3211
3212 * Most files: Heh i cant be bothered listing all files, see websvn
3213 if you want specific files. I just added a new tracking module, its
3214 just like snoop except it targets specified users. The actual
3215 commit is in the previous revision, i just forgot to update this to
3216 tick over the svn version in version output.
3217
c74bf46b 32182006-05-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
697f4c9a 3219
2f61d1d7 3220 * Most files: Major update off the new release of srvx 1.3.1. Also
3221 seeing as the new updates dont all have changelog entries ive dropped
3222 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
697f4c9a 3223
2f61d1d7 32242006-03-20 Alex Schumann <rubin@afternet.org>
697f4c9a 3225
2f61d1d7 3226 * src/chanserv.c: core fix; check if theres a handle_info before looking
3227 at style...
697f4c9a 3228
2f61d1d7 3229 * src/helpfile.c: core fix; check if theres a handle_info before looking
3230 at style...
697f4c9a 3231
2f61d1d7 32322006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3233
2f61d1d7 3234 * src/chanserv.c: more clean style changes
697f4c9a 3235
2f61d1d7 32362006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3237
2f61d1d7 3238 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
3239 and dhp1080 made me do it) Needs lots of work to remove ----
3240 headers for 'clean' setting.
697f4c9a 3241
2f61d1d7 3242 * src/helpfile.c: Added nickserv 'style' stetting back.
697f4c9a 3243
2f61d1d7 3244 * src/nickserv.help: Added help for set style.
697f4c9a 3245
2f61d1d7 3246 * src/mod-helpserv.c: make style affect table outputs.
697f4c9a 3247
2f61d1d7 3248 * src/nickserv.c: Added nickserv 'style' setting back.
697f4c9a 3249
2f61d1d7 3250 * src/nickserv.h: Added nickserve 'style' setting back.
697f4c9a 3251
2f61d1d7 32522006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3253
2f61d1d7 3254 * src/proto-p10.c: Added conf setting for extended_accounts for
3255 backward compatability with stock undernet ircd.
dee9951d 3256
2f61d1d7 3257 * x3.conf.example: Added conf setting for extended_accounts for
3258 backward compatability with stock undernet ircd.
dee9951d 3259
2f61d1d7 32602006-03-06 Alex Schumann <rubin@afternet.org>
3261
3262 * src/opserv.help: Added missing trace criteria to help,
3263 and fixed up a few other bits of help around that topic.
dee9951d 3264
2f61d1d7 32652006-01-16 Alex Schumann <rubin@afternet.org>
dee9951d 3266
2f61d1d7 3267 * src/tools.c: created an email valididty function
dee9951d 3268
2f61d1d7 3269 * src/nickserv.c: check valididty of email better
dee9951d 3270
2f61d1d7 3271 * src/sendmail.c: check validity of email better
dee9951d 3272
2f61d1d7 32732006-01-06 Alex Schumann <rubin@afternet.org>
dee9951d 3274
2f61d1d7 3275 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
3276 to a different bot, eg chanserv, and to reply from the correct nickname.
3277 also a bunch of whitespace changes
dee9951d 3278
2f61d1d7 3279 * src/nickserv.c: begin work on making nickserv commands bind without
3280 responding from the wrong nick. also a bunch of whitespace changes
dee9951d 3281
2f61d1d7 3282 * src/hash.h: whitespace
dee9951d 3283
2f61d1d7 3284 * src/opserv.help: improved QUERY helpfile. (though command itself still
3285 has bugs)
dee9951d 3286
2f61d1d7 32872005-12-14 Alex Schumann <rubin@afternet.org>
dee9951d 3288
2f61d1d7 3289 * src/chanserv.help: added set bantimeout help
dee9951d 3290
2f61d1d7 32912005-11-08 Alex Schumann <rubin@afternet.org>
dee9951d 3292
2f61d1d7 3293 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
3294 aliases properly.
697f4c9a 3295
2f61d1d7 3296 * src/modcmd.help: Added note about escaping spaces to modcmd help.
697f4c9a 3297
2f61d1d7 3298 * src/nickserv.help: Improved help files
697f4c9a 3299
2f61d1d7 3300 * src/chanserv.help: Improved help files
697f4c9a 3301
2f61d1d7 33022005-10-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3303
2f61d1d7 3304 * src/proto-p10.c: ignore remote /lusers
697f4c9a 3305
2f61d1d7 33062005-09-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3307
2f61d1d7 3308 * src/global.c: Changed motd header style
697f4c9a 3309
2f61d1d7 3310 * src/nickserv.help: Improved directions for getting and using
3311 accounts.
697f4c9a 3312
2f61d1d7 3313 * src/chanserv.help: Improved directions for getting and using
3314 accounts.
b336c8db 3315
2f61d1d7 33162005-08-13 Alex Schumann <rubin@afternet.org>
b336c8db 3317
2f61d1d7 3318 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
3319 some *@* protection.
b336c8db 3320
2f61d1d7 3321 * src/tools.c: added function to detect an overmask (too general)
b336c8db 3322
2f61d1d7 3323 * src/common.h: added function to detect an overmask (too general)
b336c8db 3324
2f61d1d7 33252005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3326
2f61d1d7 3327 * src/chanserv.c: Modified resync to work accourding to automode
3328 setting, and fixed a buffer overflow problem.
0d16e639 3329
2f61d1d7 3330 * src/chanserv.help: updated set automode and rsync help.
0d16e639 3331
2f61d1d7 3332 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
3333 sets +x on AUTH.
0d16e639 3334
2f61d1d7 3335 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
3336 sets +x on AUTH.
0d16e639 3337
2f61d1d7 33382005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3339
2f61d1d7 3340 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
3341 of 'voice' setting. + Rewording setting help
0d16e639 3342
2f61d1d7 3343 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
3344 of 'voice' setting.
0d16e639 3345
2f61d1d7 3346 * src/chanserv.help: Added help for automode. + Rewording setting help
0d16e639 3347
2f61d1d7 33482005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3349
2f61d1d7 3350 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3351
2f61d1d7 3352 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
0d16e639 3353
2f61d1d7 3354 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3355
2f61d1d7 3356 * src/nickserv.c: Added option to have authserv oper/admin people with
3357 opserv access. (Life4Christ)
0d16e639 3358
2f61d1d7 3359 * src/opserv.c: Added admin_level config option
3360
3361 * src/opserv.h: Added admin_level config option
0d16e639 3362
2f61d1d7 33632005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3364
2f61d1d7 3365 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
3366 command) when nef* bug sends the +o twice. ++fix bug in patch
0d16e639 3367
2f61d1d7 33682005-08-09 Alex Schumann <rubin@afternet.org>
0d16e639 3369
2f61d1d7 3370 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
0d16e639 3371
2f61d1d7 33722005-08-08 Alex Schumann <rubin@afternet.org>
0d16e639 3373
2f61d1d7 3374 * src/chanserv.c: Added banTimeout feature to .set
0d16e639 3375
2f61d1d7 3376 * src/chanserv.h: added banTimeout feature to .set
0d16e639 3377
2f61d1d7 3378 * src/recdb.c: Added some better error catching in database_get_data()
0d16e639 3379
2f61d1d7 3380 * src/proto-common.h: tabs
0d16e639 3381
2f61d1d7 3382 * x3.conf.example: added bantimeout to default set list, and ban
3383 timeout frequency config setting.
0d16e639 3384
2f61d1d7 33852005-08-04 Alex Schumann <rubin@afternet.org>
0d16e639 3386
2f61d1d7 3387 * src/chanserv.c: Changed kick protected message to one without %s or
3388 $b because the kick function doesnt support replacements.
0d16e639 3389
2f61d1d7 3390 * src/tools.c: fixed spelling error in comment.
0d16e639 3391
2f61d1d7 33922005-07-28 Alex Schumann <rubin@afternet.org>
0d16e639 3393
2f61d1d7 3394 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
3395 one)
0d16e639 3396
2f61d1d7 3397 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
3398 whining.
0d16e639 3399
2f61d1d7 34002005-07-26 Alex Schumann <rubin@afternet.org>
0d16e639 3401
2f61d1d7 3402 * x3.conf.example: Updated from live afternet file and improved help
3403 and layout. Added vim directive to set syntax type.
0d16e639 3404
2f61d1d7 3405 * src/chanserv.c: ported x2's 8ball in, and improved it.
0d16e639 3406
2f61d1d7 3407 * src/math.c: Added osiris' hack to do_math for supporting
3408 2(10) and 2pi etc. Improved it to handle pi2 also.
0d16e639 3409
2f61d1d7 3410 * src/chanserv.help: updated 8ball help and added 'myaccess' to
3411 information help index.
0d16e639 3412
2f61d1d7 34132005-07-18 Alex Schumann <rubin@afternet.org>
d76ed9a9 3414
2f61d1d7 3415 * src/proto-p10.c: added +L awareness
d76ed9a9 3416
2f61d1d7 3417 * src/hash.h: added +L awareness
d76ed9a9 3418
2f61d1d7 3419 * src/chanserv.help: changed set ctcpreaction help
d76ed9a9 3420
c74bf46b 34212005-07-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d76ed9a9 3422
2f61d1d7 3423 * src/modcmd.h: Lets make some functions global.
d76ed9a9 3424
2f61d1d7 3425 * src/modcmd.c: Log hostmasks no matter what.
d76ed9a9 3426
2f61d1d7 3427 * src/log.c: Lookup commands if they are from OpServ in the log.
3428 If they match channel specific commands like OP, DEOP, etc then
3429 we will display them in a LAST command (assuming the person doing
3430 the LAST is an oper). Normal clients wont see commands that have
3431 been performed by OpServ.
d76ed9a9 3432
2f61d1d7 34332005-07-15 Alex Schumann <rubin@afternet.org>
d76ed9a9 3434
2f61d1d7 3435 * src/chanserv.c: Changed around ctcpreaction setting so it:
3436 a) doesnt crash.
3437 b) doesnt kick userlist members ever
3438 c) has only 1 setting needed to control it
3439 * src/chanserv.h: removed some old oplevel stuff.
d76ed9a9 3440
2f61d1d7 34412005-07-14 Alex Schumann <rubin@afternet.org>
d76ed9a9 3442
2f61d1d7 3443 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
3444 remove errors from log. Fixed problem with missing break; in
3445 channel mode c parsing (reed).
d76ed9a9 3446
2f61d1d7 3447 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
3448
3449 * src/log.c: Changed channel log target to send PRIVMSG instead of
3450 NOTICE. (Ghozer)
3451
c74bf46b 34522005-05-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3453
3454 * configure: Regenerated.
3455
3456 * configure.in: Added checks for tgmath.h.
3457
3458 * src/chanserv.c: Added new command LAST, from X2. Similar to
3459 EVENTS except its file based. Bear in mind you dont have to use
3460 both. You can bind what you want to use. Commented out zoot_list
3461 as its not in use, just a warning fix.
3462
3463 * src/hash.c: Warning fix.
3464
3465 * src/log.h: Misc defines.
3466
3467 * src/log.c: Logging functions from X2.
3468
3469 * src/math.c: If tgmath.h doesnt exist then include some other
3470 files that contain the functions we require.
3471
3472 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
3473
3474 * src/proto-p10.c: Added chanserv.h #include to squash a small
3475 compile error. Made X3 understand MARK's to a small point. Fixed
3476 a small parsing bug with exempts.
3477
34782005-07-06 Alex Schumann <rubin@afternet.org>
3479
3480 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
3481
3482 * src/opserv.c: Fixed an awkward output of trace count etc.
3483
34842005-06-22 Alex Schumann <rubin@afternet.org>
3485 * src/chanserv.help: Improved DURATION help
3486
3487 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
3488 a better average.
3489
34902005-05-27 Alex Schumann <rubin@afternet.org>
3491
3492 * src/chanserv.c: Improved usability of register command, fixed
3493 unregister reply.
3494
3495 * src/chanserv.help: Improved usability of register command
3496
34972005-05-27 Alex Schumann <rubin@afternet.org>
3498
3499 * src/chanserv.c: Resync working now
3500
35012005-05-27 Reed Loden <reed@reedloden.com>
3502
3503 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
3504 grammar issues in the message send to pending users. Fixed a
3505 problem with some of the resync code.
3506
35072005-05-27 Alex Schumann <rubin@afternet.org>
3508
3509 * src/chanserv.c: make pending add check if the person is already on
3510 the userlist before re-adding them (thx exec & reed for noticing this)
3511 Fix capitalisation of I in pending notice.
3512
35132005-05-18 Alex Schumann <rubin@afternet.org>
3514
3515 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
3516 working, and pointed me to the opserv helpfiles command, which shows
3517 what services search what help files. This fixes the help command to
3518 search that list as it should. Still need to modify the 'default'
3519 helpfile search bindigs because I dont think chanserv should respond
3520 to help from opserv's db, etc. See opserv's 'helpfiles' command.
3521
3522 * src/modcmd.help: clarified 'helpfiles' help.
3523
35242005-05-18 Alex Schumann <rubin@afternet.org>
3525
3526 * src/helpfile.c: make send_help() return true/false and not send
3527 errors so svccmd_send_help can 'take control' of things.
3528
3529 * src/modcmd.c: Fixed up the help system (again) / find aliased
3530 commands help if none exists. / Display no help for that command on
3531 commands (instead of topic)
3532
3533 * src/modcmd.h: Fixed up the help system (again)
3534
3535 * src/global.c: Fixed syntax display
3536
3537 * src/chanserv.help: Removed =---= formatting, fixed a few things.
3538 *spelling ++more spelling (thx reed)
3539
3540 * src/nickserv.help: Removed =---= formatting, fixed a few things.
3541 *spelling ++more spelling (thx reed)
3542
3543 * src/opserv.help: Removed =---= formatting, fixed a few things.
3544 ++spelling (thx reed)
3545
3546 * src/global.help: simplified index
3547
3548 * src/nickserv.c: Changed message users get when their email is
3549 already used for an account, fixed syntax help
3550
3551 * src/opserv.c: fixed syntax help
3552
35532005-05-16 Alex Schumann <rubin@afternet.org>
3554
3555 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
3556 the help file.
3557
35582005-05-04 Alex Schumann <rubin@afternet.org>
3559
3560 * src/modcmd.c: added a 'rebindall' command to assist with
3561 upgrades and changes which change command bindings.
3562
3563 * src/modcmd.help: modified help to reflect above
3564
3565 * src/opserv.help: modified help to reflect above
3566
3567 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
3568 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
3569 between channel bans (+b) and x3 remembered bans (lamers)
3570
3571 * src/chanserv.help: modified help to reflect above
3572
3573 * UPGRADE: added use of rebindall to upgrade instructions
3574
35752005-05-04 Alex Schumann <rubin@afternet.org>
3576
3577 * src/chanserv.c: added an 'adduser pending' feature, where if
3578 someone isn't authed x3 will ask them to /auth or register, and then
3579 automatically finish adding them to the channel when they do.
3580 Fixed email bug with adduser pending
3581
3582 * src/chanserv.h: adduser pending
3583
3584 * src/hash.c: adduser pending
3585
3586 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
3587
3588 * src/nickserv.c: adduser pending cleanup and activation code,
3589 Arch sync (Avoid losing channel information when
3590 replacing an account using the mergedb command.)
3591
3592 * src/proto-p10.c: adduser pending cleanup code
3593
3594 * src/nickserv.help: improved set and register help
3595
35962005-05-04 Alex Schumann <rubin@afternet.org>
3597
3598 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
3599 negitive). Added set voice to provide control over use of voice.
3600 Implimented a basic chanserv db version control system for upgrading
3601 seamlessly.
3602
3603 * src/chanserv.help: adjusted help to reflect voice and uset autoop
3604 changes.
3605
3606 * src/hash.h: updated ssz comment from z to Z
3607
3608 * src/modcmd.help: rewrote BIND help
3609
3610 * src/proto-p10.c: Added Z (sslonly) support back in
3611
3612 * UPGRADE: created file to document upgrading procedures
3613
36142005-04-23 Alex Schumann <rubin@afternet.org>
3615 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
3616 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
3617 topicmask to be an on or off setting, uninfluenced by enftopic.
3618 Added feature to use mask on /topic in addition to ,topic sets.
3619 Removed special consideration for ircops in protect_user()
3620
3621 * src/chanserv.help: updated documentation to reflect the new and
3622 much simpler topicmask feature, and removed op/voice levels.
3623
3624 * src/nickserv.c: added tailing 'end of' line for accountinfo
3625 for non-opers too.
3626
3627 * src/modcmd.c: tweaked alias notification for help and breef help.
3628
36292005-04-20 Alex Schumann <rubin@afternet.org>
3630
3631 * src/proto-common.c: removing +d. needs to be a config option
3632 or something.
3633
3634 * src/nickserv.help: modified main help reply of authserv
3635
3636 * src/nickserv.c: added title, epithet, and fakehost to oset listing
3637
3638 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
3639 totally redesigned though.
3640
36412005-04-15 Alex Schumann <rubin@afternet.org>
3642
3643 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
3644 at the same time. The whole block needs to be if/else instead of
3645 switch though, to be cleaner.
3646
3647 * src/nickserv.help: added fakehost and title options to help oset.
3648
3649 * src/nickserv.c: removed 'style' setting. (was not being used in
3650 code anyway)
3651
c74bf46b 36522005-04-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3653
3654 * src/proto-p10.c: Reinstated +d usermode.
3655
36562005-03-30 Alex Schumann <rubin@afternet.org>
3657
3658 * src/chanserv.c: Fixed unban.
3659
3660 * x3.conf.example: added note in snoop config that improper
3661 setting for bots nick will cause segfault.
3662
36632005-03-22 Alex Schumann <rubin@afternet.org>
3664
3665 * x3.conf.example: added sethost/fakehost settings to conf
3666
36672005-03-19 Alex Schumann <rubin@afternet.org>
3668
3669 * chanserv.c: Changed style of command outputs, added userlevel back
3670 to users list.
3671
3672 * opserv.c: Changed style of command outputs, removed warn feature
3673
3674 * tools.c: shortened duration string lengths
3675
3676 * main.c: shortened duration string lengths
3677
3678 * sendmail.c: Changed style of stats email
3679
36802005-03-18 Alex Schumann <rubin@afternet.org>
3681
3682 * Changed breef to brief...
3683
3684 * chanserv.c: Changed to access level names instead of numbers.
3685
36862005-03-17 Alex Schumann <rubin@afternet.org>
3687
3688
3689 * src/opserv.c: Improved readability of trace print output
3690
3691 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
3692 a little.
3693
3694 * src/helpfile.c: Improved table_send readability (used in lots
3695 of listings including users and stats network etc)
3696
36972005-03-15 Alex Schumann <rubin@afternet.org>
3698
3699 * src/chanserv.c: Improved some syntax error reporting for commands
3700
3701 * src/helpfile.c: Added a 'breef' help function
3702
3703 * src/helpfile.h: Added a 'breef' help function
3704
3705 * src/main.c: Improved some syntax error reporting for commands
3706
3707 * src/modcmd.c: Improved some syntax error reporting for commands
3708
3709 * src/modcmd.h: Improved some syntax error reporting for commands
3710
37112005-03-15 Reed Loden <reed@reedloden.com>
3712
3713 * Synchronization with srvx--devo--1.3--patch-19.
3714
37152005-03-12 Alex Schumann <rubin@afternet.org>
3716
3717 * src/common.h, src/opserv.h: more SRVX->X3 fixes
3718
3719 * opserv.c: fixed SRVX defines to X3
3720
3721 * src/nickserv.c: Applied patch to bring up to date with
3722 local uncommitted changes on afternets srvx2 tree. improved
3723 cookie gen code and removed /play from cookie messages.
3724
3725 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
3726 bunch more places.
3727
c74bf46b 37282005-03-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3729
3730 * nickserv.help: Added odelcookie section.
3731
3732 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
3733 cookies.
3734
3735 * src/md5.c: Cleaned up compile warnings.
3736
3737 * src/nickserv.help: Added odelcookie section.
3738
3739***********************************************************************/
3740
3741#define CVS_VERSION "$Id$"
d76ed9a9 3742