]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
add extra parameter to channel_mode_func
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
2f61d1d7 1/***********************************************************************
ca3486a2 2X3 ChangeLog
9c88eebe 3
ee8c50bd 42009-11-24 Henrik Stuart <evilnet@hstuart.dk>
5
6 * src/nickserv.h src/proto-common.c: add extra parameter to
7 reg_channel_mode_func and channel_mode_func_t.
8
9 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
10 fixes due to channel_mode_func change.
11
91667658 122009-11-24 Henrik Stuart <evilnet@hstuart.dk>
13
14 * src/hash.c src/hash.h: add extra parameter to reg_kick_func and
15 kick_func_t.
16
17 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
18 fixes due to kick_func change.
19
63637aea 202009-11-24 Henrik Stuart <evilnet@hstuart.dk>
21
22 * src/hash.c src/hash.h: add extra parameter to reg_part_func,
23 unreg_part_func, and part_func_t.
24
25 * src/chanserv.c src/mod-snoop.c src/mod-helpserv.c src/spamserv.c
26 src/mod-track.c: collateral evolution fixes due to part_func change.
27
282009-11-24 Henrik Stuart <evilnet@hstuart.dk>
1898d8ea 29
30 * src/hash.c src/hash.h: add extra parameter to reg_del_channel_func and
31 del_channel_func_t.
32
33 * src/opserv.c src/proto-p10.c: collateral evolution fixes due to
34 del_channel_func change.
35
736517fb 362009-11-23 Matthew Beeching <jobe@mdbnet.co.uk>
37
38 * src/nickserv.c: Removed 2 nonsensical spaces in
39 *NickServ.accountinfo output for "Karma"
40
2693aadd 412009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
42
43 * src/nickserv.c: Fix for bug allowing the use of odelcookie
44 to result in an account's password changing when it shouldn't.
45
29545775 462009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
47
48 * src/nickserv.c: Added fix for LDAP password not being updated
49 on odelcookie where account password is changed anyway.
50
f3aff201 512009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
52
53 * src/x3ldap.c: Updated OpServ level in LDAP feature to remove
54 the attribute when 0 instead of setting it to 0
55
56 * src/x3ldap.h: Updated OpServ level in LDAP feature to remove
57 the attribute when 0 instead of setting it to 0
58
59 * src/nickserv.c: Updated OpServ level in LDAP feature to remove
60 the attribute when 0 instead of setting it to 0
61
75fcdcad 622009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
63
64 * src/x3ldap.c: Fix for bug allowing accounts in LDAP to
65 authenticate to unactivated accounts.
66
67 * src/nickserv.c: Fix for bug allowing accounts in LDAP to
68 authenticate to unactivated accounts.
69
ba4b4d51 702009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
71
72 * src/proto-p10.c: Added support for MARK SSLCLIFP.
73
74 * src/hash.h: Added support for MARK SSLCLIFP.
75
76 * src/opserv.c: Added SSLCLIFP mark to cmd_whois.
77
2dddcd74 782009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
79
80 * src/nickserv.c: Fix for crash in cmd_oregister due to incorrect
81 parameter counts.
82
85e88703 832009-11-15 Matthew Beeching <jobe@mdbnet.co.uk>
84
85 * src/hosthiding.c: Fix for crash bug in make_virthost() when host
86 name doesnt have a '.' in it.
87
63c0b8ad 882009-11-15 Henrik Stuart <evilnet@hstuart.dk>
89
90 * src/hash.c: fix variable set for registering nick change functions.
91
50c7ed1b 922009-11-14 Matthew Beeching <jobe@mdbnet.co.uk>
93
94 * src/nickserv.c: Fix for bug #2869968 (*NickServ.oregister allowing
95 invalid handles)
96
157ce145 972009-11-01 Henrik Stuart <evilnet@hstuart.dk>
98
99 * src/hash.h src/hash.c: add extra parameter to new_channel_func_t and
100 reg_new_channel_func.
101
102 * src/chanserv.c src/opserv.c: add extra NULL argument/parameter to
103 reflect change in hash.
104
50dafce8 1052009-11-01 Henrik Stuart <evilnet@hstuart.dk>
106
107 * src/nickserv.h src/nickserv.c: add extra parameter to
108 handle_merge_func_t and reg_handle_merge_func.
109
110 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
111 in nickserv.
112
99c332f8 1132009-11-01 Henrik Stuart <evilnet@hstuart.dk>
114
115 * src/nickserv.h src/nickserv.c: add extra parameter to allowauth_func_t
116 and reg_allowauth_func.
117
118 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
119 in nickserv.
120
c8b793cb 1212009-11-01 Henrik Stuart <evilnet@hstuart.dk>
122
123 * src/nickserv.h src/nickserv.c: add extra parameter to failpw_func_t and
124 reg_failpw_func.
125
126 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
127 in nickserv.
128
5a2c7cf6 1292009-11-01 Henrik Stuart <evilnet@hstuart.dk>
130
131 * src/hash.h src/hash.c: add extra parameter to topic_func_t and
132 reg_topic_func.
133
134 * src/chanserv.c src/mod-python.c: add extra NULL argument/parameter to
135 reflect change in hash.
136
1c14af0b 1372009-11-01 Henrik Stuart <evilnet@hstuart.dk>
138
139 * src/proto.h src/proto-common.c: add extra parameter to chanmsg_func_t
140 and reg_chanmsg_func.
141
142 * src/chanserv.c src/modcmd.c: add extra NULL argument/parameter to
143 reflect change in proto.
144
3070719a 1452009-10-31 Henrik Stuart <evilnet@hstuart.dk>
146
147 * src/nickserv.h src/nickserv.c: add extra parameter to
148 handle_rename_func_t and reg_handle_rename func.
149
150 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: add extra NULL
151 argument/parameter to reflect change in nickserv.
152
2732298d 1532009-10-30 Henrik Stuart <evilnet@hstuart.dk>
154
155 * src/mod-snoop.c src/mod-helpserv.c src/mod-sockcheck.c src/mod-track.c:
156 fix missed NULL argument/parameter additions from earlier commits.
157
fb38e2bc 1582009-10-30 Henrik Stuart <evilnet@hstuart.dk>
159
160 * src/hash.h src/hash.c: add extra parameter to join_func_t and
161 reg_join_func.
162
163 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c: add extra
164 NULL argument/parameter to reflect change in hash.
165
63189c10 1662009-10-30 Henrik Stuart <evilnet@hstuart.dk>
167
168 * src/hash.h src/hash.c: add extra parameter to nick_change_func_t and
169 reg_nick_change_func. Also fix memory leaks from not freeing extras lists
170 for some callback routines.
171
172 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c
173 src/nickserv.c src/modcmd.c: add extra NULL argument/parameter to reflect
174 change in hash.
175
176 * src/proto-p10.c: fix logic for calling call_new_user_funcs.
177
e9b00805 1782009-10-30 Henrik Stuart <evilnet@hstuart.dk>
179
180 * src/proto.h: add extra parameter to reg_oper_func and oper_func_t.
181
182 * src/global.c: add extra NULL argument parameter to reflect changes.
183
184 * src/proto-common.c: add extra parameter to implementation of
185 reg_oper_func and reflect the extra parameter in call_oper_funcs.
186
187 * src/proto-p10.c: free storage for extra parameters.
188
a6bcc929 1892009-10-28 Henrik Stuart <evilnet@hstuart.dk>
190
191 * src/hash.h src/hash.c: add extra parameter to del_user_func_t,
192 reg_del_user_func, and unreg_del_user_func. Add new call_del_user_funcs
193 function to abstract hash internals from outside callers.
194
195 * src/opserv.c src/mod-python.c src/spamserv.c src/nickserv.c: add extra
196 NULL argument(parameter to reflect change in hash.
197
198 * src/proto-p10.c: use call_del_user_funcs instead of interfacing with
199 hash.c internals directly. Remove unused code due to this change.
200
201 * src/proto-common.c: remove reference to hash internals.
202
35ea100f 2032009-10-28 Matthew Beeching <jobe@mdbnet.co.uk>
204
205 * src/x3ldap.c: Added ldap_do_oslevel() to set OpServ access level in
206 LDAP.
207
208 * src/x3ldap.h: Added ldap_do_oslevel() to set OpServ access level in
209 LDAP.
210
211 * src/nickserv.c: Added configuration option for OpServ access level
212 LDAP attribute name and call to ldap_do_oslevel() on access level
213 change.
214
215 * src/nickserv.h: Added configuration option for OpServ access level
216 LDAP attribute name.
217
218 * x3.conf.example: Added configuration option for OpServ access level
219 LDAP attribute name.
220
f0fb2e2d 2212009-10-27 Henrik Stuart <evilnet@hstuart.dk>
222
223 * src/hash.h src/hash.c: add extra parameter to new_user_func_t and
224 reg_new_user_func. Add new call_new_user_funcs function to abstract hash
225 internals from outside callers.
226
227 * src/proto-p10.c: use call_new_user_funcs instead of interfacing with
228 hash.c internals directly. Remove unused code due to this change.
229
230 * src/global.c src/opserv.c src/mod-python.c src/spamserv.c
231 src/nickserv.c: add extra NULL argument/parameter to reflect change in
232 hash.
233
234 * src/proto-common.c: remove reference to hash internals.
235
9d59f196 2362009-10-27 Henrik Stuart <evilnet@hstuart.dk>
237
238 * src/hash.h: add extra parameter to server_link_func_t and
f0fb2e2d 239 reg_server_link_func. Add new call_server_link_funcs function to abstract
9d59f196 240 hash internals from outside callers.
241
242 * src/proto-p10.c: call call_server_link_funcs rather than interfacing
243 directly with hash.c internals.
244
245 * src/chanserv.c: add extra NULL-argument/parameter to server link
246 handler.
247
248 * src/hash.c: add extra parameter to reg_server_link_func and introduce
249 call_server_link_funcs to shield external callers from the functionality.
250
251 * src/proto-common.c: remove extern definitions for the hash.c structures
252 for the server link callback structure.
253
254 * src/mod-python.c: add extra NULL-argument/parameter to server link
255 handler.
256
44960d6c 2572009-10-27 Henrik Stuart <evilnet@hstuart.dk>
258
259 * src/mod-python.c: remove unused code.
260
0ad6b4a5 2612009-10-27 Henrik Stuart <evilnet@hstuart.dk>
262
263 * src/nickserv.c: marked cmd possibly unused to silence warning.
264
6ae87c77 2652009-10-27 Henrik Stuart <evilnet@hstuart.dk>
266
267 * src/nickserv.h: make auto_oper_privs and auto_admin_privs const.
268
269 * src/proto.h: make privs const in irc_raw_privs.
270
271 * src/proto-p10.c: make privs const in irc_raw_privs.
272
2732009-10-27 Henrik Stuart <evilnet@hstuart.dk>
d5182ae2 274
275 * src/global.c: remove unused code.
276
69517d70 2772009-10-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
278
279 * src/nickserv.c: Send privs out when auto opering clients. These are
280 controlled for now via auto_oper_privs/auto_admin_privs in the nickserv
281 section within x3.conf. In the future we will look at account specific
282 privs.
283
284 * src/proto.h: Added irc_raw_privs and client_modify_priv_by_name.
285
286 * src/proto-p10.c: Added irc_raw_privs.
287
288 * src/tools.c: Added R extended ban.
289
43b43d56 2902009-10-12 Henrik Stuart <evilnet@hstuart.dk>
291
292 * src/mod-python.c: add python_handle_topic and refactor
293 emb_get_channel.
294
295 * src/plugins/__init__.py: add empty topic handler function to
296 Plugin class.
297
298 * src/modpython.py: add topic handler function.
299
9c7f11c2 3002009-10-12 Henrik Stuart <evilnet@hstuart.dk>
301
302 * src/mod-python.c: add python_handle_del_user.
303
304 * src/plugins/__init__.py: add empty del_user handler function to
305 Plugin class.
306
307 * src/modpython.py: add del_user handler function.
308
0a585d7e 3092009-10-12 Henrik Stuart <evilnet@hstuart.dk>
310
311 * src/mod-python.c: refactor python_handle_nick_change.
312
313 * src/plugins/__init__.py: add empty nick_change handler function to
314 Plugin class.
315
316 * src/modpython.py: refactor nick_change to use new plugin
317 system.
318
30814f13 3192009-10-12 Henrik Stuart <evilnet@hstuart.dk>
320
321 * src/plugins/__init__.py: refactor plugin instantiation logic.
322
c9b009fe 3232009-10-12 Henrik Stuart <evilnet@hstuart.dk>
324
325 * src/mod-python.c: refactor python_handle_new_user.
326
327 * src/modpython.py: refactor new_user handler to use new plugin
328 system.
329
330 * src/plugins/__init__.py: add empty new_user handler function to
331 Plugin class.
332
1ad8c8df 3332009-10-12 Henrik Stuart <evilnet@hstuart.dk>
334
335 * src/mod-python.c: refactor python_handle_server_link to be more
336 Pythonic.
337
338 * src/modpython.py: rename old plugins class to plugins_ and use a
339 more general plugin system.
340
341 * src/plugins/__init__.py: extend with plugin base-class and
342 recursive plugin load logic.
343
94a73df0 3442009-10-12 Henrik Stuart <evilnet@hstuart.dk>
345
346 * src/mod-python.c: add emb_service_register function.
347
1e7b511d 3482009-10-12 Henrik Stuart <evilnet@hstuart.dk>
349
350 * src/mod-python.c: add emb_adduser function.
351
7304cfdc 3522009-10-12 Henrik Stuart <evilnet@hstuart.dk>
353
354 * src/mod-python.c: add emb_svsjoin function.
355
f20f0ab5 3562009-10-12 Henrik Stuart <evilnet@hstuart.dk>
357
358 * src/mod-python.c: add emb_svsquit function.
359
360 * src/proto.h: observe proper const-ness in irc_svsquit function.
361
362 * src/proto-p10.c: observe proper const-ness in irc_svsquit function.
363
15df606d 3642009-10-12 Henrik Stuart <evilnet@hstuart.dk>
365
366 * src/mod-python.c: add emb_svsnick function.
367
5661f28e 3682009-10-12 Henrik Stuart <evilnet@hstuart.dk>
369
370 * src/mod-python.c: refactor doc-strings for extension methods to separate
371 variables. Minor code changes that modify function return values/types to
372 be more uniform.
373
86d0ebc4 3742009-10-12 Henrik Stuart <evilnet@hstuart.dk>
375
376 * src/mod-python.c: add emb_fakehost function.
377
26d745b2 3782009-10-12 Henrik Stuart <evilnet@hstuart.dk>
379
380 * src/mod-python.c: add emb_user_mode function.
381
b778caa0 3822009-10-12 Henrik Stuart <evilnet@hstuart.dk>
383
384 * src/mod-python.c: add emb_channel_mode function.
385
8d455e8b 3862009-10-11 Henrik Stuart <evilnet@hstuart.dk>
387
388 * src/mod-python.c: remember to increase reference count of Py_None.
389
749f0565 3902009-10-11 Henrik Stuart <evilnet@hstuart.dk>
391
392 * src/mod-python.c: add emb_kick function.
393
2bee6a6e 3942009-10-11 Henrik Stuart <evilnet@hstuart.dk>
395
396 * src/mod-python.c: add emb_get_config function.
397
3f218269 3982009-10-09 Henrik Stuart <evilnet@hstuart.dk>
399
400 * src/mod-python.c: add emb_timeq_del function.
401
8f206d22 4022009-10-09 Henrik Stuart <evilnet@hstuart.dk>
403
404 * src/mod-python.c: add emb_timeq_add function.
405
4062009-10-07 Henrik Stuart <evilnet@hstuart.dk>
b39754f7 407
408 * src/mod-python.c: refactor dict_t construction logic.
409
c9f7b679 4102009-10-07 Henrik Stuart <evilnet@hstuart.dk>
411
412 * src/mod-python.c: improve error logic for emb_get_channel.
413
92fb809b 4142009-10-06 Henrik Stuart <evilnet@hstuart.dk>
415
416 * src/mod-python.c: refactor modeList conversion into separate function.
417
ee6f1c82 4182009-10-06 Henrik Stuart <evilnet@hstuart.dk>
419
420 * src/mod-python.c: refactor out common error cleanup logic.
421
39d37f27 4222009-10-06 Henrik Stuart <evilnet@hstuart.dk>
423
424 * src/mod-python.c: add emb_get_accounts function and refactor some
425 common logic into a single routine.
426
427 * src/nickserv.h src/nickserv.c: make nickserv_handle_dict externally
428 available.
429
0076604e 4302009-10-06 Henrik Stuart <evilnet@hstuart.dk>
431
432 * src/mod-python.c: add emb_kill function.
433
82089e3f 4342009-10-06 Henrik Stuart <evilnet@hstuart.dk>
435
436 * src/mod-python.c: improve error logic for pyobj_from_usernode.
437
318ec177 4382009-10-06 Henrik Stuart <evilnet@hstuart.dk>
439
440 * src/mod-python.c: improve error logic for emb_get_servers.
441
d12756d7 4422009-10-06 Henrik Stuart <evilnet@hstuart.dk>
443
444 * src/mod-python.c: improve error logic for emb_get_channels.
445
5345ea76 4462009-10-06 Henrik Stuart <evilnet@hstuart.dk>
447
448 * src/mod-python.c: improve error logic for emb_get_users.
449
d8f8d3b6 4502009-10-06 Henrik Stuart <evilnet@hstuart.dk>
451
452 * src/mod-python.c: add emb_get_server function and require P10.
453
dcc1df5e 4542009-10-06 Henrik Stuart <evilnet@hstuart.dk>
455
456 * src/mod-python.c: add emb_get_servers function.
457
f0e11521 4582009-10-06 Henrik Stuart <evilnet@hstuart.dk>
459
460 * src/mod-python.c: fix a bunch of typos
461
cc0b2b7f 4622009-10-05 Henrik Stuart <evilnet@hstuart.dk>
463
464 * src/mod-python.c: add emb_get_channels function.
465
6d94ce8b 4662009-10-05 Henrik Stuart <evilnet@hstuart.dk>
467
468 * src/mod-python.c: add emb_get_users function.
469
5b2b1df2 4702009-10-05 Henrik Stuart <evilnet@hstuart.dk>
471
472 * src/mod-python.c: raise exception on failure in emb_get_account.
473
3f24e818 4742009-10-05 Henrik Stuart <evilnet@hstuart.dk>
475
476 * src/mod-python.c: raise exception on unknown channel in emb_get_channel
477
66f68f65 4782009-10-05 Henrik Stuart <evilnet@hstuart.dk>
479
480 * src/mod-python.c: make emb_send_target_notice more resilient toward
481 erroneous input and raise exceptions on failures.
482
e7af1e12 4832009-10-05 Henrik Stuart <evilnet@hstuart.dk>
484
485 * src/mod-python.c: make emb_send_target_privmsg more resilient toward
486 erroneous input and raise exceptions on failures.
487
a957511b 4882009-10-05 Henrik Stuart <evilnet@hstuart.dk>
489
490 * src/mod-python.c: make emb_dump raise exception on failure.
491
54d2fd3d 4922009-10-05 Henrik Stuart <evilnet@hstuart.dk>
493
494 * src/mod-python.c: set exception on error path in emb_get_user.
495
bfdfd1c3 4962009-10-05 Henrik Stuart <evilnet@hstuart.dk>
497
498 * src/mod-python.c: extract userNode to Python dictionary conversion for
499 future use in handlers.
500
bc2f52df 5012009-10-05 Henrik Stuart <evilnet@hstuart.dk>
502
503 * src/mod-python.c: do not leak handler objects
504
ed8d873c 5052009-10-05 Henrik Stuart <evilnet@hstuart.dk>
506
507 * src/mod-python.c: add support for specifying main module in x3.conf
508
50d61a79 5092009-10-05 Henrik Stuart <evilnet@hstuart.dk>
510
511 * src/mod-python.c: Expose Python services module as _svc to follow normal
512 Python naming conventions for C extensions.
513
14897e8c 5142009-10-05 Henrik Stuart <evilnet@hstuart.dk>
515
516 * src/mod-python.c: Remove unused function.
517
46f628b1 5182009-10-05 Henrik Stuart <evilnet@hstuart.dk>
519
520 * src/mod-python.c: Generalise cmd_run to handle arbitrary statements.
521
8994c9a1 5222009-10-05 Henrik Stuart <evilnet@hstuart.dk>
523
524 * src/main-common.c: Initialise opserv before other services.
525
1ccb8f6e 5262009-09-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
527
528 * Srvx sync. Author: Michael Poole.
529
530 * src/recdb.c (explain_failure): When MAIN_LOG is NULL, report to stderr.
531
57fdf922 5322009-09-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
533
534 * Srvx sync. Author: Michael Poole.
535
536 * src/chanserv.c (handle_part): Allow the current user to be considered for
537 channels other than the channel being /part'ed.
538
539 * src/modcmd.c (modcmd_saxdb_write): Write bot modes to the database.
540 (modcmd_load_bots): Read them out and use them.
541
542 * src/opserv.c (cmd_whois): Use irc_user_mode_chars() here too.
543
544 * src/opserv.help (INVITE): Document this command.
545
546 * src/proto.h (irc_user_modes): Declare.
547 (irc_user_mode_chars): Likewise.
548
549 * src/proto-common.c (irc_user_modes): Define.
550
551 * src/proto-p10.c (irc_user_mode_chars): Define.
552 (irc_user): Use irc_user_mode_chars() instead of open-coding it.
553
7b3aa3a8 5542009-08-21 Matthew Beeching <jobe@mdbnet.co.uk>
555
556 * src/nickserv.c: Fix for a crash bug when using LOC with LDAP
557 where LDAP account exists and AuthServ account does not
558
5a61e83f 5592009-08-20 Matthew Beeching <jobe@mdbnet.co.uk>
560
561 * src/opserv.help: Fixed a typo in ROUTING EXAMPLE
562
72971fc8 5632009-08-17 Matthew Beeching <jobe@mdbnet.co.uk>
564
565 * src/nickserv.c: Added NSMSG_RECLAIM_HOWTO describing how to
566 AUTH when warned that the nick being used is registered
567
53b62ed9 5682009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
569
570 * src/proto.h: Added declaration fo irc_privmsg_user
571
572 * src/opserv.c: Added privmsg and notice trace actions
573
574 * src/opserv.help: Added privmsg and notice trace actions
575
5762009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
4b2dcc0d 577
578 * src/proto-p10.c: ignore SPAMFILTER messages
579
e9df2b7d 5802009-08-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
581
582 * Srvx sync. Author: Michael Poole.
583
584 * configure.in: (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value
585 (specifically, 1).
586 (HAVE_STRUCT_ADDRINFO): Likewise.
587
588 * src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because
589 that can make kevent() return -1/ENOENT.
590 (ioset_kevent_update): We need to try to EV_DELETE here instead.
591 (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR.
592
593 * src/Makefile.am (EXTRA_x3_SOURCES): Include mod-blacklist.c.
594
595 * src/sar.c (ipv4_pton): Set the sockaddr length field when it exists.
596 (ipv6_pton): Likewise.
597
18c739ab 5982009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
412ba860 599
600 * src/proto-common.c: Fix to allow trigger (in channel) commands
601 to work in unregistered channels
602
63e4abc0 6032009-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
604
605 * src/sar.c: Fix for typo in previous commit
606
d6a00e9a 6072009-07-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
608
609 * src/sar.c: Commented out an warning message.
610
fe08d345 6112009-07-29 Matthew Beeching <jobe@mdbnet.co.uk>
612
613 * src/nickserv.c: Fix for minor auth bug
614
bb869923 6152009-07-23 Matthew Beeching <jobe@mdbnet.co.uk>
616
617 * src/nickserv.help: Minor spelling correction
618
e7fe8840 6192009-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
620
621 * src/nickserv.c: Fix for NickServ AUTH bug with only password
622 being supplied
623
393a3e56 6242009-07-16 Matthew Beeching <jobe@mdbnet.co.uk>
625
626 * src/nickserv.c: Added support for NickServ with LDAP enabled
627
38c4bf0a 6282009-07-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
629
630 * src/chanserv.c: Crash fix with the spin command for hosts with
631 a long length.
632
aa8c38ad 6332009-07-05 Matthew Beeching <jobe@mdbnet.co.uk>
634
635 * src/chanserv.c: Fix for crash on ChanServ.UNSUSPEND
636
9ceee393
J
6372009-06-27 Matthew Beeching <jobe@mdbnet.co.uk>
638
639 * src/modcmd.c: Fix for bug #2813183
640
995043b4 6412009-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
642
643 * src/chanserv.c: Removed lastmod from gline and shun. (from the
644 srvx merge)
645
646 * src/gline.c: Removed lastmod from gline and shun. (from the srvx
647 merge)
648
649 * src/gline.h: Removed lastmod from gline and shun. (from the srvx
650 merge)
651
652 * src/mod-blacklist.c: Removed lastmod from gline and shun. (from
653 the srvx merge)
654
655 * src/mod-sockcheck.c: Removed lastmod from gline and shun. (from
656 the srvx merge)
657
658 * src/opserv.c: Removed lastmod from gline and shun. (from the srvx
659 erge)
660
661 * src/proto-p10.c: Removed lastmod from gline and shun. (from the srvx
662 merge)
663
664 * src/shun.c: Removed lastmod from gline and shun. (from the srvx merge)
665
666 * src/shun.h: Removed lastmod from gline and shun. (from the srvx merge)
667
668 * src/spamserv.c: Removed lastmod from gline and shun. (from the srvx
669 merge)
670
5671e5c2 6712009-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
672
673 * src/proto-p10.c: Bug fix for SF Bug #2801434.
674
c9aeceb5 6752009-06-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
676
677 * src/hash.h: Updated client PRIVS.
678
679 * src/proto-p10.c: Updated client PRIVS.
680
2e9062b9 6812009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
682
683 * src/tools.c: Re done the extended channel ban code so that it works
684 like the ircd code.
685
95b9d0bc 6862009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
687
688 * src/tools.c: Return -1 with invalid extended bans.
689
3b7fa78b 6902009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
691
692 * src/chanserv.c: Tweak the ban functions to allow invalid bans to
693 be picked up.
694
695 * src/tools.c: Return -1 with invalid extended bans.
696
277ad996 6972009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
698
699 * src/chanserv.c: Updated user_matches_glob.
700
701 * src/common.h: Updated user_matches_glob.
702
703 * src/mod-memoserv.c: Updated user_matches_glob.
704
705 * src/nickserv.c: Updated user_matches_glob.
706
707 * src/opserv.c Updated user_matches_glob.
708
709 * src/tools.c: Added support for shared channel bans (j). As well as
710 quiet bans. Although these are handled ircd side.
711
80ca5a69 7122009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
713
714 * src/tools.c: Extended channel ban support. As well as text and
715 nick change bans, however these 2 are just ignored as they are
716 handled ircd side.
717
634d32a3 7182009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
719
720 * src/tools.c: Extended account ban support.
721
8062bfc3 7222009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
723
724 * src/chanserv.c: Basic extended ban support.
725
726 * src/tools.c: Basic extended ban support.
727
463e23c9 7282009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
729
730 * src/chanserv.c: Fixed up SF bug #2799155.
731
732 * src/modcmd.c: Fixed up an issue where missing args was coming up
733 when it shouldnt.
734
be2c97a5 7352009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
736
737 * GPL 3 and svn propset updates.
738
37c8e812 7392009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
740
741 * src/main.c: Added spamserv.h #include.
742
743 * src/main-common.c: Woops forgot to init spamserv.
744
745 * src/spamserv.c: Fixed up AddLocalUser.
746
ee25b1b2 7472009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
748
749 * src/chanserv.c: Small fix with CSMSG_SET_UNREVIEWED.
750
51e05af8 7512009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
752
753 * src/hash.c: Couple of tweaks.
754
755 * src/proto-common.c: Fix for triggers not working with forwards as well as
756 off channel services.
757
7553c653 7582009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
759
760 * src/chanserv.c: Fixed a crash with setting a .set option with an invalid
761 option.
762
763 * src/mail-smtp.c: Added missing file.
764
1136f709 7652009-05-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
766
767 * Major update to bring X3 in line with the latest SRVX commit. Please see
768 UPGRADE. Credits go to the SRVX team.
769
7702009-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39b3b541 771
772 * src/proto-p10.c: Ignore stats headers.
773
413fd8ea 7742009-05-08 Henrik Stuart <evilnet@hstuart.dk>
775
776 * src/mod-python.c: generalised cmd_run to process file_input productions.
777
ef5e0305 7782009-05-06 Henrik Stuart <evilnet@hstuart.dk>
779
780 * src/mod-python.c: generalised PYTHONPATH environment setting to
781 not explicitly set Alex's home directory.
782
10be9be0 7832009-05-05 Henrik Stuart <evilnet@hstuart.dk>
784
785 * src/proto-p10.c: introduced irc_sno for SNO messages. Removed broken
786 auto_oper on LOC support.
787
788 * src/proto.h: introduced irc_sno for SNO messages.
789
790 * src/nickserv.c: added registered authentication function to handle
791 auto_oper on LOC.
792
6e1142b2 7932009-05-04 Alex Schumann <rubin@afternet.org>
f746eca3 794
795 * src/chanserv.c: julien and polo noticed a crash during channel register. Fixed
796
797 * x3.conf.example: fix typeo in default channel regex. Thanks again to julien for noticing this.
798
9c88eebe 7992009-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
800
801 * src/proto-p10.c: Update PRIV handling code for the latest
802 nefarious 1.3 changes.
803
50220e57 8042009-02-27 Alex Schumann <rubin@afternet.org>
805
806 * src/proto-p10.c: Patch from muer to support auto-oper for LOC
807 connections too.
2cfebbe2 808
0ab7b4bc 8092009-01-31 Alex Schumann <rubin@afternet.org>
810
811 * src/chanserv.c: change server link handlers to return an int
812
813 * src/hash.h: change server link handlers to return an int
814
815 * src/plugins/annoy/plugin.py: add some debug code for testing new
816 hooks
817
818 * src/modpython.py: support for new hooks server_link, nick_change,
819 and new_user
820
821 * src/mod-python.c: support for new hooks server_link, nick_change,
822 and new_user
823
da4f9236 8242009-01-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
825
826 * src/opserv.c: Warning fix.
827
828 * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
829
0c33848c 8302009-01-27 Alex Schumann <rubin@afternet.org>
831
832 * src/modpython.py: Comment out debug printing
833
834 * src/plugins/hangman: New example plugin: Hangman game
835
b7594203 8362009-01-27 Alex Schumann <rubin@afternet.org>
837
838 * src/opserv.c: Fix a hole Sindacious found, where alerts on account
839 don't trigger because they arent looked for during/after auth.
840
039a6658 8412009-01-26 Alex Schumann <rubin@afternet.org>
842
843 * src/plugins/annoy/plugin.py: more test code
844
845 * src/mod-python.c: added emb_get_info, silenced warnings, and stub
846 TODO comments for all the handlers and emb functions we need to
847 create. search for TODO and lend a hand! :)
848
0bcdc113 8492009-01-26 Alex Schumann <rubin@afternet.org>
850
851 * src/plugins/annoy/plugin.py: new version of test plugin
852
8532009-01-25 Alex Schumann <rubin@afternet.org>
d68e1d8a 854
855 * Makefile.am: forgot to copy modpython.py where it goes.
856
07559983 8572009-01-24 Alex Schumann <rubin@afternet.org>
858
859 * src/mod-python.c: added plugin hook to log to x3 logs, and worked
860 out the basics of callback registration.
861
862 * src/modpython.py: x3 logging hook and new callback registration
863
864 * Makefile.am: install modpython.py and plugins/ during make install
865
866 * install-r.sh: shell script to do recursive copy with exclusions
867
cbfd323c 8682009-01-23 Alex Schumann <rubin@afternet.org>
869
e0f76584 870 * src/mod-python.c: refactor to use class-based hook manager. Seems to
4c216694 871 run now. Also added better comments.
cbfd323c 872
4c216694 873 * src/modpython.py: refactored into classes. Seems to run now. Cleaned
874 up a bit.
cbfd323c 875
57e3ccf6 8762008-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
877
878 * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
879
8802009-01-04 Alex Schumann <rubin@afternet.org>
2045ae25 881
882 * src/nickserv.c: fix access change bug when using ldap but not
883 ldap_oper_group_dn.
884
06742a38 8852009-01-01 Matthew Beeching <jobe@mdbnet.co.uk>
886
887 * languages/README.txt: Changed validate_lang.pl to validate.pl
888
889 * languages/validate.pl: Set executable
890
891 * languages/lang_export.sh: Set executable
892
b45fd7d7 8932008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
894
895 * src/chanserv.c: SF feature 1476390. Added nodelete option to
896 MERGE.
897
898 * src/chanserv.help: SF feature 1476390. Added nodelete option
899 to MERGE.
900
f21ec816 9012008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
902
903 * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
904 the channel flag to the register command. Also removed the
905 helping flag.
906
4648ded2 9072008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
908
909 * src/hash.c: SF feature 2353183. Made X3 aware of +a.
910
911 * src/hash.h: SF feature 2353183. Made X3 aware of +a.
912
40c18c28 9132008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
914
915 * src/global.c: Added RCHANNELS which will send notices to all
916 registered channels. Also changed CHANNELS to notice all channels
917 instead of registered ones only.
918
919 * src/global.h: Added RCHANNELS.
920
921 * src/global.help: Added RCHANNELS target.
922
42c38d42 9232008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
924
925 * src/global.c: Added AUTHED target.
926
927 * src/global.h: Added AUTHED target.
928
083fb96b 9292008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
930
931 * src/opserv.c: Store when alerts were last triggered.
932
d3abe0df 9332008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
934
935 * x3.conf.example: Added valid_channel_regex.
936
937 * src/chanserv.c: Added valid_channel_regex.
938
a837dcf5 9392008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
940
941 * src/chanserv.c: Warning fixes.
942
943 * src/proto-p10.c: Warning fixes.
944
4cb36ef0 9452008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
946
947 * configure: Regenerated.
948
949 * configure.in: Added math.h check.
950
951 * rx/Makefile.in: Regenerated.
952
953 * src/chanserv.c: Warning fixes.
954
955 * src/config.h.in: Regenerated.
956
957 * src/Makefile.in: Regenerated.
958
959 * src/math.c: Warning fixes.
960
961 * src/nickserv.c: Warning fixes.
962
963 * src/opserv.c: Warning fixes.
964
965 * src/proto-p10.c: Warning fixes.
966
0e859bd9 9672008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
968
969 * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices
970 with a string will now show the invalid string rather than 0.
971
2f7421b5 9722008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
973
974 * src/nickserv.c: Fix for SF bug #2420339. Password change emails
975 will not have the first time part in the email. Email change emails
976 will have them though.
977
97e51197 9782008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
979
980 * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
981 when dynlimit disabled.
982
cad8f3a7 9832008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
984
985 * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
986
9a50a1a2 9872008-11-30 Matthew Beeching <jobe@mdbnet.co.uk>
988
989 * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
990
d4e0f0c4 9912008-11-25 Alex Schumann <rubin@afternet.org>
992
993 * src/mod-python.c: call run function instead of using
994 pyrun_simplestring. Set global info for simple reply() to have what it
995 needs to run.
996
997 * src/modpython.py: new name as - interferes with module loading.
998 added reply() function
999
8d670803 10002008-11-22 Alex Schumann <rubin@afternet.org>
1001
1002 * src/mod-python.c: Added ability to query info about nick or channel
1003 name
1004
a2c8c575 10052008-11-16 Alex Schumann <rubin@afternet.org>
1006
1007 * src/mod-python.c: filled in some missing pieces.
1008
1009 * src/mod-python.py: more demo code for testing
1010
50ca1f0c 10112008-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
1012
1013 * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
1014
10152008-11-16 Alex Schumann <rubin@afternet.org>
caf97651 1016
a2c8c575 1017 * src/mod-python.c: further work on building basic bits of this
caf97651 1018
a2c8c575 1019 * src/mod-python.py: first pass at what will be the base python script.
caf97651 1020
50ca1f0c 10212008-11-13 Alex Schumann <rubin@afternet.org>
0b350353 1022
a2c8c575 1023 * src/modcmd.c: remove python tests (moved to mod-python.c)
0b350353 1024
a2c8c575 1025 * src/mod-python.c: initial template based on memoserv
0b350353 1026
14c04a50 10272008-11-12 Matthew Beeching <jobe@mdbnet.co.uk>
1028
1029 * tools/db.php: Added sample DB parser script
1030
2f65da8f 10312008-11-06 Alex Schumann <rubin@afternet.org>
1032
a2c8c575 1033 * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
2f65da8f 1034 Begin work on embedding python.
1035
56b83e80 10362008-11-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1037
1038 * src/proto-p10.c: Fixes for SGLINE and SSHUN. As well as a fix for
1039 bug 2173687 (PRIVS part of it is already fixed on trunk).
1040
5f6a98a7 10412008-10-24 Matthew Beeching <jobe@mdbnet.co.uk>
1042
1043 * src/chanserv.help: Minor spelling mistake "change" instead of
1044 "change"
1045
6221421c 10462008-10-10 Matthew Beeching <jobe@mdbnet.co.uk>
1047
1048 * src/opserv.c: Fix for crash on OpServ SVSPART where the
1049 channel specified does not exist.
1050
f2a8c1ea 10512008-09-30 Matthew Beeching <jobe@mdbnet.co.uk>
1052
1053 * src/nickserv.c: Prevent automatic registration of dissallowed
1054 nicks when registering an account
1055
a6fa0035 10562008-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
1057
1058 * src/chanserv.c: Fix for <trigger>shoot telling you to use
1059 .roulette instead of <trigger>roulette
1060
59b38cc0 10612008-09-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1062
1063 * src/proto-p10.c: SGLINE and SSHUN support some stuff coming
1064 soon in Nefarious.
1065
2a4ca4f5 10662008-09-07 Matthew Beeching <jobe@mdbnet.co.uk>
1067
1068 * src/chanserv.c: Changed PEON to PAL
1069
1070 * src/chanserv.help: Changed PEON to PAL
1071
1072 * src/modcmd.c: Changed PEON to PAL
1073
1074 * docs/access-levels.txt: Changed PEON to PAL
1075
1076 * languages/de/chanserv.help: Changed PEON to PAL
1077
1078 * languages/en_GB/chanserv.help: Changed PEON to PAL
1079
055f3f30 10802008-09-06 Matthew Beeching <jobe@mdbnet.co.uk>
1081
1082 * src/proto-p10.c: Added new PRIV_*'s to privtab
1083
1084 * src/mod-snoop.c: Added support for channel mode +h
1085
1086 * src/hash.h: #define's for missing PRIV_*'s
1087
6ff42e24 10882008-09-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1089
1090 * src/chanserv.c: Fixed an issue with OPCHAN and channels using off
1091 channel.
1092
df21b43d 10932008-08-19 Alex Schumann <rubin@afternet.org>
19c83de8 1094
1095 * src/chanserv.c: fix a bug in the default wheel spin settings if they
1096 were not in the config file, x3 would core.
1097
92f63dd4 10982008-07-21 Neil SPierling <sirvulcan@sirvulcan.co.nz>
1099
1100 * src/chanserv.c: Turn the kick ban all chans spin action into a
1101 timed ban (5 minutes). Also seperated the setting of the ban from
1102 the stripping of ohv. If Nefarious has halfops disabled then trying
1103 to strip the modes and set the ban results in the numeric being set
1104 as the ban. This will need to be fixed in nefarious.
1105
b08a5f8b 11062008-07-20 Alex Schumann <rubin@afternet.org>
1107
8deb31d3 1108 * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch.
b08a5f8b 1109
1110 * src/config.h: bump trunk to 1.7
1111
74ac2349 11122008-07-19 Alex Schumann <rubin@afternet.org>
1113
5e6460e4 1114 * src/proto-p10.c: dont print warning on uping to a jupe. added
1115 irc_svsquit() function
1116
1117 * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual
1118 spins to be enabled in x3.conf and make it easy to add new ones or
1119 change likelyhoods.
1120
1121 * src/proto.h: added irc_svsquit() prototype
1122
1123 * src/x3.conf.example: wheel action example configs
74ac2349 1124
a218fded 11252008-07-18 Alex Schumann <rubin@afternet.org>
1126
1127 * src/proto-p10.c: set lastmod time to current time when sending
1128 glines, otherwise ircd wont burst them later.
1129
1130 * src/modcmd.c: break credits out to its own command, and add svn
1131 version string to ctcp version reply.
1132
625ccd4e 11332008-07-02 Matthew Beeching <jobe@mdbnet.co.uk>
1134
1135 * src/proto-p10.c: Added missing PRIV_*'s to privtab
1136
1137 * src/hash.h: #define's for missing PRIV_*'s
1138
17d4a698 11392008-06-23 Alex Schumann <rubin@afternet.org>
1140
c64a32cb 1141 * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the
1142 clone before its auto-removed, x3 crashes. Thanks tyler and jigsy.
1143
11442008-06-23 Alex Schumann <rubin@afternet.org>
1145
1146 * src/nickserv.c: make opserv access level required to be in oper ldap
17d4a698 1147 group configurable.
1148
1149 * src/nickserv.h: make opserv access level required to be in oper ldap
1150 group configurable.
1151
18006b5c 11522008-06-12 Alex Schumann <rubin@afternet.org>
1153
1154 * src/nickserv.c: fix login-on-connect logic problem when ldap libs
1155 are present but ldap is not in use.
1156
cf8bedff 11572008-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1158
1159 * src/chanserv.c: Fixed a small bug with SVSNickChange.
1160
1161 * src/hash.h: Added buttaknife's patch which allows modes to be
1162 searched for using opserv trace. Also Fixed a small bug with
1163 SVSNickChange.
1164
1165 * src/hash.c: Fixed a small bug with SVSNickChange.
1166
1167 * src/opserv.c: Added buttaknife's patch which allows modes to
1168 be searched for using opserv trace.
1169
1170 * src/proto-p10.c: Added buttaknife's patch which allows modes
1171 to be searched for using opserv trace.
1172
04cb4dfc 11732008-04-10 Alex Schumann <rubin@afternet.org>
1174
1175 * src/nickserv.c: Fix wrong param count check in oset password
1176
fba880b8 11772008-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1178
1179 * src/chanserv.c: Fixed a bug with x3 not handling kills properly.
1180
1181 * src/opserv.c: Fixed a bug with x3 not handling kills properly.
1182
7dd05763 11832008-04-02 Alex Schumann <rubin@afternet.org>
1184
fba880b8 1185 * src/proto-p10.c: Provisional code for LOC account hostmask validation
7dd05763 1186
fba880b8 1187 * src/nickserv.c: Provisional code for LOC account hostmask validation
7dd05763 1188
90746c83 11892008-04-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1190
1191 * configure: Regenerated.
1192
1193 * configure.in: Bumped up trunk version for X3.
1194
1c76f1b4 11952008-03-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1196
1197 * src/proto-p10.c: Ignore SNO messages.
1198
0bd0bef6 11992008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1200
1201 * configure: Regenerated.
1202
1203 * configure.in: Fixed up a typo spotted by Sakkath.
1204
1205 * x3.conf.example: Fixed up a typo spotted by Sakkath.
1206
e91c6c1e 12072008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1208
1209 * src/chanserv.c: If Nefarious 1.2.0 is in use then use SVSQUIT to
1210 fake a connection reset by peer quit if spin 1 comes up.
1211
12122008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ea54b136 1213
1214 * src/chanserv.c: Only allow logged in people to use spin.
1215
e91c6c1e 12162008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b404335b 1217
e03ec3dc 1218 * src/chanserv.c: Added lamepart function so that spin can be used
1219 on Nefarious 1.1.
1220
e91c6c1e 12212008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e03ec3dc 1222
1223 * src/chanserv.c: Added the wheel of misfortune. This will only
b404335b 1224 work with Nefarious 1.2.0. You can upgrade X3 now even if you are
1225 running 1.1. Also fixed up some roulette/shoot bugs.
1226
e03ec3dc 1227 * src/hash.h: Function to change nicknames in X3 when using SVSNICK.
b404335b 1228
e03ec3dc 1229 * src/hash.c: Function to change nicknames in X3 when using SVSNICK.
b404335b 1230
87708af4 12312008-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1232
1233 * src/chanserv.c: Added roulette command.
1234
1235 * src/chanserv.h: Added roulette command.
1236
1237 * src/mod-memoserv.c: Added email sending functionality when
1238 new memos are sent.
1239
74328623 12402008-03-24 Alex Schumann <rubin@afternet.org>
1241
1242 * src/nickserv.c: fix 1 param auth for ldap libs available but not
1243 enabled, case. Thanks jobe.
1244
964a842d 12452008-03-11 Alex Schumann <rubin@afternet.org>
1246
1247 * src/opserv.c: Add svsnick command
1248
1249 * src/opserv.help: add help for svsnick and improve menu a bit
1250
1251 * src/nickserv.c: re-enable 1 param auth if not using ldap.
1252
8fb4e4be 12532008-03-02 Alex Schumann <rubin@afternet.org>
1254
1255 * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv
1256 kill/reconnect segfault)
1257
763de701 12582007-07-31 Alex Schumann <rubin@afternet.org>
1259
1260 * src/proto-p10.c: ignore ALIST messages
1261
684c56b9 12622007-05-08 Alex Schumann <rubin@afternet.org>
1263
1264 * src/nickserv.c: fix authentication bug with ldap by temporarily
1265 removing account-less authentication.
1266
1267 * src/nickserv.help: fix help file to reflect change
1268
12692007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7e49d01c 1270
1271 * src/mod-webtv.c: Allow opers to override required_mark. Also added
1272 SJOIN (undocumented) so opers can join IRC into channels where its
1273 needed as WebTV can only message clients in channels they are in.
1274
a01701f8 12752007-06-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1276
1277 * src/mod-webtv.c: Added JOIN and PART.
1278
1279 * src/mod-webtv.help: Added JOIN and PART.
1280
684c56b9 12812007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b15cddea 1282
1283 * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf
1284 config options, required_mark and valid_marks.
1285
1286 * src/mod-webtv.help: Added INDEX, NICK, and WHOIS.
1287
684c56b9 12882007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2784452e 1289
1290 * configure: Run autogen.sh.
1291
1292 * configure.in: Tweaks for google core dumper 1.1.
1293
1294 * x3.conf.example: Basic webtv module section.
1295
1296 * src/config.h.in: Run autogen.sh.
1297
1298 * src/Makefile.am: Run autogen.sh.
1299
1300 * src/Makefile.in: Run autogen.sh.
1301
1302 * src/mod-webtv.c: Basic module for now. (Does nothing so dont
1303 bother compiling in).
1304
1305 * src/mod-webtv.help: Empty help file for webtv module.
1306
1307 * tools/core_install.sh: Update google core dumper to 1.1.
1308
1309 * tools/coredumper.tar.gz: Update google core dumper to 1.1.
1310
684c56b9 13112007-05-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc06f607 1312
1313 * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am).
1314 This will stop the "Unable to find user irc.servername.com whose mark
1315 is changing." messages. When a user reconnects and an existing exempt
1316 is on the network for the user, their lastseen time is sent out to
1317 all the servers. This quick fix moves the user checking part to
1318 the relevant part of the function that actually uses users.
1319
8ce9df05 13202007-05-04 Alex Schumann <rubin@afternet.org>
1321
1322 * src/chanserv.c: fixed problem with giveownership logs where the
1323 previous owners handle could reference a free'd string.
1324
d5faccba 13252007-04-24 Alex Schumann <rubin@afternet.org>
1326
1327 * src/nickserv.c: add missing ifdef for inldap search.
1328
b96027ad 13292007-04-22 Alex Schumann <rubin@afternet.org>
1330
1331 * src/nickserv.c: change authserv search accountmask to just account.
1332 added inldap search criteria. added add2ldap search target.
1333
87677bd8 1334 * src/nickserv.help: added help for ldap searching. + only add2ldap if
1335 all the info is there.
b96027ad 1336
41a3556d 1337 * src/x3ldap.c: clean up of some error messages/handling. + add a byte
87677bd8 1338 to password malloc to maybe solve a core problem? + fix an error
1339 checking option.
b96027ad 1340
eb9bf540 13412007-04-21 Alex Schumann <rubin@afternet.org>
1342 * src/nickserv.c: remove some un-needed errors with duplicate
1343 add/deletes in ldap
1344
ddcb3eb3 13452007-04-21 Alex Schumann <rubin@afternet.org>
1346
1347 * src/nickserv.c: fix bug with register_user from loc causing core
1348
bec5dd26 13492007-04-20 Alex Schumann <rubin@afternet.org>
1350
1351 * src/x3ldap.c: support for ldaps (ssl/tls) was added. ldap_host and
1352 ldap_port changed to ldap_uri.
1353
1354 * src/nickserv.c: fixed LOC bugs with accounts that exist in ldap but
1355 not x3 not being created. changed to ldap_uri config instead of
1356 host/port
1357
1358 * src/nickserv.h: changed to ldap_uri
1359
1360 * x3.conf.example: changed to ldap_uri
1361
3b29d086 13622007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1363
1364 * README: testing.
1365
e0bcaf30 13662007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1367
1368 * INSTALL: Another test.
1369
ed7ac86b 13702007-04-08 Alex Schumann <rubin@afternet.org>
1371
1372 * src/chanserv.c: fix for a core when adding kill alert for numchans 1
1373
69566a5b 13742007-04-06 Alex Schumann <rubin@afternet.org>
1375
1376 * src/chanserv.help: added Jigsy's mode help MODE CHANNEL and MODE
1377 USER
1378
c74bf46b 13792007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1380
1381 * ChangeLog: Email update.
1382
2cfebbe2 13832007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1384
1385 * src/AUTHORS: Email update, mostly for CIA commit testing.
1117fc5a 1386
e661b9c3 13872007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1388
1389 * src/helpfile.c: Added colour support $k.
1390
c5b279ed 13912007-03-20 Alex Schumann <rubin@afternet.org>
1392
1393 * src/nickserv.c: ButtaS2sLore sent in this patch to fix the default
1394 style when registering new users.
1395
dc46f772 13962007-03-20 Alex Schumann <rubin@afternet.org>
1397
1398 * src/nickserv.c: applied patch from playa which fixes the nickname
1399 valid checks when registering a nick.
1400
af16f748 14012007-03-20 Alex Schumann <rubin@afternet.org>
1402
1403 * src/nickserv.c: fix trying to do ldap when not enabled during
3c607a5f 1404 cmd_register + also with cmd_unregister
af16f748 1405
5aef35cf 14062007-03-20 Alex Schumann <rubin@afternet.org>
1407
1408 * src/opserv.c: fix for stats alerts filtering
1409
1410 * src/chanserv.c: dont kick lamers if they are currently exempt (+e)
1411
1412 * src/x3ldap.c: fix ldap error code to string
1413
1414 * src/nickserv.c: (comment to add LOC logging)
1415
a6bb184f 14162007-02-26 Alex Schumann <rubin@afternet.org>
1417
1418 * src/nickserv.c: fix bug with LOC logic and ldap.
1419
d6ef86e3 14202007-02-13 Alex Schumann <rubin@afternet.org>
1421
1422 * src/nickserv.c: Fix bugs with ldap cookies. Fix opt_password
1423 warning/crash potential
1424
14252007-02-13 Alex Schumann <rubin@afternet.org>
f19aa016 1426
8dc17ddf 1427 * src/x3ldap.c: Fix double-hashing of passwords when using ldap and
1428 resetpass cookie system.
1429
1430 * src/nickserv.c: Fix double-hashing of passwords when using ldap and
1431 resetpass cookie system. Fix incorrect terms in ldap email error
1432 message.
1433
14342007-02-12 Alex Schumann <rubin@afternet.org>
1435
1436 * src/x3ldap.c: fix ldap_delete not binding first, so causing
a40080a2 1437 access denied sometimes.
1438
14392007-02-12 Alex Schumann <rubin@afternet.org>
1440
1441 * x3.conf.example: fix ldap config example so it actually works
f19aa016 1442
acb142f0 14432007-02-12 Alex Schumann <rubin@afternet.org>
1444
1445 * src/nickserv.h: lowercase account name setting
1446
1447 * x3.conf.example: lowercase account name setting
1448
1449 * src/nickservc: only lowercase account names if the option is set.
1450
d6b0769f 14512007-02-12 Alex Schumann <rubin@afternet.org>
1452
1453 * src/tools.c: adding ircd_strtolower() func
1454
1455 * src/common.h: adding ircd_strtolower() func
1456
82b7b0d8 1457 * src/nickserv.c: force accounts to lowercase at all inputs. ++fix
e0ee1ed8 1458 warning ++fix another
d6b0769f 1459
a3ad3ee3 14602007-02-11 Alex Schumann <rubin@afternet.org>
1461
1462 * src/nickserv.c: fixed a bunch of ldap result value check bugs
1463
8a729617 14642007-02-11 Alex Schumann <rubin@afternet.org>
1465
1466 * src/opserv.c: Added oper group support to ldap
1467
1468 * src/x3ldap.c: Added group support to ldap. Fixed set email bug
1469
1470 * src/x3ldap.h: Added group support to ldap.
1471
1472 * src/nickserv.c: Added group support to ldap
1473
1474 * src/nickserv.h: Added group support to ldap
1475
c74bf46b 14762007-02-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
03fa9256 1477
1478 * tools/ldap/ldap_convert.php: Fixes after more testing.
1479
24e9e6c3 14802007-02-09 Alex Schumann <rubin@afternet.org>
1481
1482 * src/x3ldap.c: addid search function to get users email address from
1483 ldap
1484
1485 * src/x3ldap.h: func defs for search
1486
1487 * src/nicserv.c: update local copy of email address when they log
8dc06852 1488 in via ldap. fix memory leak.
24e9e6c3 1489
4b8ccfeb 14902007-02-08 Alex Schumann <rubin@afternet.org>
1491
1492 * src/x3ldap.c: cleaning up and switching adduser to use the new
1493 crypted password scheme.
1494
1495 * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP
1496 not defined, uncovered some warnings etc.
1497
c814d8cd 14982007-02-08 Alex Schumann <rubin@afternet.org>
1499
1500 * src/nickserv.c: Filling in ldap support for all password related
1501 operations: cmd_pass, loc_auth, etc.
1502
c74bf46b 15032007-02-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6cba6239 1504
1505 * tools/ldap/ldap_convert.php: Few tweaks.
1506
15072007-02-08 Alex Schumann <rubin@afternet.org>
1508
1509 * tools/ldap/inetorganon.schema: Scheme for ldap.
1510
1511 * tools/ldap/ldap_convert.php: Conversion script for converting
1512 x3 users to the ldap server.
1513
73d4cc91 15142007-02-07 Alex Schumann <rubin@afternet.org>
1515
1516 * configure.in: adding compile/configure support for ssl libs (not
1517 yet needed)
1518
1519 * configure: updated from above.
1520
1521 * src/config.h.in: adding compile/configure support for ssl libs (not
1522 yet needed)
1523
1524 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
1525 in config file.
1526
1527 * src/x3ldap.h: ldap crypted password pain. Support for object classes
1528 in config file.
1529
1530 * src/nickserv.c: change password in ldap when its changed in
1531 nickserv. Support for object classes in config file.
1532
1533 * src/nickserv.h: support for object classes in conf file
1534
a5a8a781 15352007-02-07 Alex Schumann <rubin@afternet.org>
1536
1537 * src/x3ldap.c: improve error result feedback
1538
fc012087 1539 * src/nickserv.c: improve error result feedback (oops, fix for if
1540 ldap_enable is 0)
a5a8a781 1541
ea02341b 15422007-02-07 Alex Schumann <rubin@afternet.org>
1543
1544 * src/x3ldap.c: ldap_add functionality
1545
1546 * src/x3ldap.h: ldap_add functionality
1547
1548 * src/nickserv.h: ldap_add functionality
1549
1550 * src/nickserv.c: ldap_add functionality
1551
1552 * x3.conf.example: ldap_add functionality
1553
8da89711 15542007-02-06 Alex Schumann <rubin@afternet.org>
1555
39edf54a 1556 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
1557 and sanity checks.
8da89711 1558
39edf54a 1559 * configure.in: Better ldap library handling **oops ** helps to
1560 actually have -lldap in LIBS...
db9a9a8a 1561
39edf54a 1562 * configure: regenerated from above ** **
1563
1564 * x3.conf.example: tweaked ldap settings
1565
1566 * src/nickserv.h: remove ldap config settings if not compiled in
1567
1568 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
1569 logins working.
8da89711 1570
c74bf46b 15712007-02-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
50895889 1572
1573 * src/x3ldap.c: Added GPL header, also change the printf's to
1574 log_module's as per one of the todo comments.
1575
1576 * src/x3ldap.h: Added GPL header.
1577
e15f42a4 15782007-02-05 Alex Schumann <rubin@afternet.org>
1579
1580 * src/nickserv.c: fix non-compile without ldap problem
1581
e166c31b 15822007-02-05 Alex Schumann <rubin@afternet.org>
1583
1584 * src/x3ldap.c: Beginnings of ldap authentication support
1585
1586 * src/x3ldap.h: Beginnings of ldap authentication support
1587
1588 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
1589
1590 * src/nickserv.c: Beginnings of ldap authentication support
1591
1592 * x3.conf.example: ldap config settings
1593
1594 * src/md5.c: remove old debugging printf() code
1595
1596 * src/configure.in: add --enable-ldap support to configure
1597
1598 * configure: rebuilt from above
1599
1600 * src/Makefile.am: add --enable-ldap support to configure
1601
1602 * src/Makefile.in: rebuilt from above
1603
1604
c74bf46b 16052007-02-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b2fd1d25 1606
1607 * src/hash.c: Bug fix for bug #1651561.
1608
c74bf46b 16092007-02-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2bd99739 1610
1611 * src/nickserv.c: Fixed bug #1649326.
1612
cf33840c 16132007-01-28 Alex Schumann <rubin@afternet.org>
1614
1615 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
1616 nick, and someone sends a memo, send them the memo from memoserv, if
1617 there is a memoserv (not chanserv). Also, make the mini-help prompts
1618 more generic, for when they come from another bot besides memoserv.
1619
c74bf46b 16202007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
956ee72d 1621
1622 * src/proto-p10.c: RPING support.
1623
c74bf46b 16242007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8f9e3388 1625
1626 * src/proto-p10.c: This will hide annoying rping/rping error messages
1627 from the o3 alert channel when denora is linked. Will write proper
1628 functions when i figure out how rping n rpong works.
1629
c74bf46b 16302007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ad3104a4 1631
1632 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
1633 we need to free kNode before removing the entry. Fixed a nasty
1634 glibc core.
1635
cc1705aa 16362007-01-12 Alex Schumann <rubin@afternet.org>
1637
1638 * src/mod-helpserv.c: This module is coded very poorly, with lots of
1639 newby c mistakes with pointers and malloc and whatnot. This fixes some
1640 small part of that so that user commands work again, and to reduce
1641 confusion. It needs a LOT more work to be what I would consider
1642 safe..
1643
c74bf46b 16442007-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c9ec8867 1645
1646 * src/spamserv.c: Horrible but it will do, i need to rewrite
1647 the flag system.
1648
1649 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
1650 badreaction being linked up.
1651
1652 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
1653
b532a93e 16542007-01-10 Alex Schumann <rubin@afternet.org>
1655
1656 * src/log.c: commented out impossible assertion which makes x3 core on
1657 fatal errors instead of exit cleanly.
1658
9cfdef25 16592007-01-10 Alex Schumann <rubin@afternet.org>
1660
1661 * src/mod-helpserv.c: fix strncpy problem
1662
c74bf46b 16632007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e993296 1664
1665 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
1666 checkrestrictions alerts.
1667
1668 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
1669
c74bf46b 16702007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3da28d8e 1671
1672 * configure: Regenerated.
1673
1674 * configure.in: Added HAVE_HELPSERV.
1675
1676 * x3.conf.example: Seems theres been a hidden prefix option to
1677 allow users to use helpserv commands (ones for users not helpers).
1678
1679 * src/config.h.in: Added HAVE_HELPSERV.
1680
1681 * src/mod-helpserv.c: Made helpserv more useable:
1682
1683 * Added CLOSEREQ for users to close their current request.
1684
1685 * Added SHOWREQ for users to show their current req (equiv of SHOW).
1686
1687 * Added JoinTotal, if ON then when a helper joins the channel they
1688 will be sent a notice of the total UNASSIGNED requests.
1689
1690 * Added AlertNew, if ON then when a user opens a new help request
1691 all helpers will be alerted.
1692
1693 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
1694 bots.
1695
1696 * Added $i replacer for HelpServ SET's, changes $i to a valid
1697 request id. If no iq exists for another bot uses $i then all
1698 that is displayed is $i.
1699
1700 * Changed the USERCMD function type from void to int so that we
1701 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
1702 function.
1703
1704 * Seeing as helpserv does its help slightly different i added in the
1705 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
1706 output looks the same.
1707
1708 * Addded usercmd_helpserv for to access USERINDEX.
1709
1710 * Allow users to use HELP even without an open request.
1711
1712 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
1713 Also added a USERINDEX. Plus added help for the above things i
1714 added to helpserv
1715
1716 * src/modcmd.c: Adjusted years.
1717
50ea69b0 17182007-01-03 Alex Schumann <rubin@afternet.org>
1719
1720 * src/opserv.c: fix crash in ctcp version checkin
1721
0c8d17fe 17222007-01-01 Alex Schumann <rubin@afternet.org>
1723
1724 * x3.conf.example: Fixed set_shows which didnt get updated a while
1725 back.
1726
c74bf46b 17272006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ee37b347 1728
1729 * src/spamserv.c: Try this, tho sizeof worked fine for me with
1730 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
1731
c74bf46b 17322006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a674c5d3 1733
1734 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
1735 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
1736
1737 * src/spamserv.h: Added caps scanning functionality.
1738
1739 * src/spamserv.help Added caps scanning help
1740
c74bf46b 17412006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
9e5e441d 1742
1743 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
1744
c74bf46b 17452006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2e4e27fe 1746
1747 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
1748 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
1749 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
1750 the specified levels will be exempt. All levels default to
1751 UL_OP (200) at first.
1752
1753 * src/spamserv.h: Added new except variables.
1754
1755 * src/spamserv.help: Added new sections for the new except SET
1756 options, plus removed the level lines for now.
1757
c74bf46b 17582006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
179a14f6 1759
1760 * Merry Christmas! :)
1761
1762 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
1763 with setting exceptlevel.
1764
9a8aa132 17652006-12-24 Alex Schumann <rubin@afternet.org>
1766
1767 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
1768 nickname.
1769
c74bf46b 17702006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc436744 1771
1772 * Merry Christmas! :)
1773
1774 * This completes RFE 1577823.
1775
1776 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
1777 excepts all people who are opped etc. Only people above this level
1778 will be immune now. Defaults to 300 for channels without the option
1779
1780 * src/spamserv.h: Added exceptlevel.
1781
1782 * src/spamserv.help: Added EXCEPTLEVEL.
1783
c74bf46b 17842006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
19c200c1 1785
1786 * Merry Christmas! :)
1787
1788 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
1789
1790 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
1791 and LISTTRUST added.
1792
8de34abd 17932006-12-20 Alex Schumann <rubin@afternet.org>
1794
1795 * src/Makefile.in: undo temp fix
1796
1797 * src/opserv.c: perm fix to HAVE_TRACK define problems
1798
1799 * src/configure.in: perm fix to HAVE_TRACK define problems
1800
1801 * src/config.h.in: perm fix to HAVE_TRACK define problems
1802
c74bf46b 18032006-12-21 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d3919a0d 1804
1805 * src/Makefile.in: Temp fix.
1806
2c00fbc2 18072006-12-20 Alex Schumann <rubin@afternet.org>
1808
1809 * src/proto-p10.c: added full mark support including as a trace
1810 criteria.
1811
1812 * src/opserv.c: added full mark support including as a trace
1813 criteria.
1814
1815 * src/hash.h: added full mark support including as a trace
1816 criteria.
1817
1818 * src/opserv.help: documented the 'marked' criteria in trace.
1819
6cf5f880 18202006-12-20 Alex Schumann <rubin@afternet.org>
7b0150f8 1821
1822 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
1823 commands. (such as delpeon of a user with non-standard peon level)
1824
6cf5f880 1825 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
1826 crash with service rename, and probably many other problems.
1827
1828 * src/mod-track.c: fixing memory problems, and the broken set command.
1829 Track may be stable now, needs large scale testing.
dd42e7fc 1830
c74bf46b 18312006-12-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
847f5770 1832
1833 * src/chanserv.help: Opps that will teach me for cut n pasting.
1834 Adjusted duration line for CLVL help. Users are not removed after
1835 the duration they are reverted back to their previous access
1836 level.
1837
c74bf46b 18382006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
27fa6acf 1839
1840 * src/chanserv.c: check the ircd side ban list too
1841
1842 * src/opserv.c: Fixed a small bug, woops.
1843
c74bf46b 18442006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5aa400d2 1845
1846 * src/chanserv.c: Added trace_check_bans, cut down version of
1847 check_bans for checkrestrictions
1848
1849 * src/chanserv.h: Declare trace_check_bans.
1850
1851 * src/opserv.c: Added addalert/trace option checkrestrictions. When
1852 using SVSJOIN as an action this option will check the ban lists, invite
1853 keys and limits of the target channel and if any match or exist (invite
1854 etc) then the SVSJOIN wont go through
1855
1856 * src/opserv.help: Added information about checkrestrictions.
1857
c74bf46b 18582006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09741492 1859
1860 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
1861
1862 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
1863 and lastlevel.
1864
1865 * src/chanserv.help: Added information about timed clvls.
1866
e766ec7c 18672006-12-18 Alex Schumann <rubin@afternet.org>
1868
1869 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
1870 instead of notice, when you get new memos. Fixed a buffer overrun with
1871 memo ids.
1872
1873 * src/mod-memoserv.help: fix-up help for settings.
1874
c74bf46b 18752006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fd20b142 1876
1877 * src/chanserv.c: New feature, channel managers can now add people
1878 with a duration. After the duration expires the person will be
1879 automatically removed and deoped.
1880
1881 * src/chanserv.h: Added expiry.
1882
1883 * src/chanserv.help: Added information about timed accesses.
1884
1885 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
1886 specified.
1887
c74bf46b 18882006-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
537128ea 1889
1890 * src/proto-p10.c: Reverted one of my line changes.
1891
c74bf46b 18922006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e8f92d55 1893
1894 * src/opserv.c: Fixed up a couple of $b errors.
1895
c74bf46b 18962006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b6b5e2f 1897
1898 * src/chanserv.c: Woops forgot to init the channel mode change.
1899
1900 * src/chanserv.h: Tweak to check_bans.
1901
1902 * src/proto-p10.c: Add some sanity checks plus moved the +x to
1903 after the CMD_FAKEHOST otherwise if the person auths then gets
1904 marked they will cause 2 Registered quits on the IRCd. Only one
1905 will happen now.
1906
c74bf46b 19072006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c99dcaf6 1908
1909 * src/chanserv.c: Added function check_bans to check bans in a
1910 specific channel when needed (see below).
1911
1912 * src/chanserv.h: check_bans deceleration.
1913
1914 * src/proto-p10.c: First of all we dont need a handle_info when
1915 checking for IsHiddenHost, the IRCd takes care of this. Made it
1916 so we copy the fakehost into user->fakehost so X3 can check
1917 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
1918 we need to recheck the users bans just in case a person has
1919 lamer'ed the marked hostname.
1920
d82cf2f0 19212006-12-12 Alex Schumann <rubin@afternet.org>
1922
1923 * configure.in: making google core lib optional
1924
1925 * configure: regenerated
1926
1927 * src/proto-p10.c: added support for sending nefarious marks
1928
1929 * src/proto.h: prototype for irc_mark
1930
1931 * src/opserv.help: documented new mark support. Also documented the
1932 svsjoin and svspart commands as they were missing.
1933
1934 * src/hash.h: added MARKLEN define
1935
1936 * src/opserv.c: added mark command as well as mark support in trace
1937 and addalert.
1938
c74bf46b 19392006-12-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8b2ad8d 1940
1941 * configure: Regenerated.
1942
1943 * configure.in: Add support for google core dumper. Plus updated
1944 tre to 0.7.5.
1945
1946 * Makefile.in: Regenerated.
1947
1948 * rx/Makefile.in: Regenerated.
1949
1950 * src/config.h.in: Regenerated.
1951
1952 * src/Makefile.in: Regenerated.
1953
1954 * tools/core_install.sh: Just like tre_install.sh. This installs
1955 the core dumper.
1956
1957 * tools/coredumper.tar.gz: Google core dumper 0.2.
1958 http://sourceforge.net/projects/goog-coredumper/
1959
1960 * tools/tre_install.sh: Updated version to 0.7.5
1961
1962 * tools/tre.tar.gz: Updated tre to 0.7.5.
1963
283cfa83 19642006-12-10 Alex Schumann <rubin@afternet.org>
1965
1966 * src/opserv.c: fix debug message left at wrong level ("checking
1967 reroute()")
1968
9079d26c 19692006-12-09 Alex Schumann <rubin@afternet.org>
1970
1971 * src/opserv.c: bugfixes to autorouting timer code
5c6bff84 1972 improved stats routing to clean up & take an argument
9079d26c 1973
1974 * src/opserv.h: bugfixes to autorouting timer code
1975
5c6bff84 1976 * src/opserv.help: document new stats routing syntax
1977
9079d26c 1978 * src/timeq.c: added some usefull (commented out) debugging code for
1979 figuring out timer problems.
1980
1981 * src/timerq.h: added some usefull (commented out) debugging code for
1982 figuring out timer problems.
1983
5c6bff84 1984 * src/proto-p10.c: cleanup/improve eob autorouting init
1985
da5b7dfc 19862006-12-08 Alex Schumann <rubin@afternet.org>
1987
1988 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
1989
1990 * src/proto-p10.c: moving version reply storage here, adding webTV
1991 no_notice support (automatiaclly dont send notices if version reply
1992 says its a webtv user since they cant SEE notices. (other clients to
1993 add?)) note, this needs a version query alert to get the version from
1994 them.
1995
1996 * src/helpfile.c: honor the no_notices user bit
1997
1998 * src/hash.h: add no_notices user bit
1999
8709474a 20002006-12-07 Alex Schumann <rubin@afternet.org>
2001
eaf715f1 2002 * src/opserv.c: Add filter ability to stats alerts + fixup
8709474a 2003
eaf715f1 2004 * src/opserv.help: document filter feature of stats alerts + fixup
8709474a 2005
7a278540 20062006-12-02 Alex Schumann <rubin@afternet.org>
2007
2008 * src/chanserv.c: fix to levels command (- were missing)
2009
2010 * src/tools.c: fix warning
2011
2012 * src/common.h: fix warning
2013
2014 * src/chanserv.help: update online help url, changed help general to
2015 use new $! command char replacement code.
2016
2017 * src/hash.c: fix warning when geoip is off
2018
2019 * src/helpfile.c: add new '$!' code for chanserv's current trigger
2020 char in help files
2021
11d3c79b 20222006-12-01 Alex Schumann <rubin@afternet.org>
2023
2024 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
2025 on users of non-standard access level such as 201. Fixed this by
2026 changing mdelop and friends to work on the range of access levels.
c9bf23fe 2027 Added a LEVELS command.
2028
2029 * src/chanserv.h: corrected PEON access defines such that 1-150 is
2030 peon instead of 100-150 with 1-99 being undefined.
2031
2032 * src/chanserv.help: help for new LEVELS command
2033
2034 * src/helpfile.c: Improved table functions so that it automatically
2035 right-justifies numerical columns.
2036
2037 * src/tools.c: Added helper functions str_is_number and msnprintf (an
2038 auto-mallocing printf function)
2039
2040 * src/common.h: defines and defines for msnprintf and str_is_number
2041
11d3c79b 2042
23b7ec6e 20432006-11-30 Alex Schumann <rubin@afternet.org>
2044
2045 * src/chanserv.c: Modified .myaccess such that if you give it your own
2046 account when you are not a helper, it still works. (Requested by
2047 Jigsy)
2048
2049 * src/nickserv.help: Corrected the help file to feed oregister based
2050 on email_required instead of email_enabled
2051
d9ffe0e7 2052 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
2053 causes crash in set if no title) thanks xanjunior
2054
c74bf46b 20552006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4b44eb0f 2056
2057 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
2058 opserv WHOIS from another service (when bound), the channels reply
2059 would come from o3 instead of that service.
2060
c74bf46b 20612006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39c1a4ef 2062
2063 * src/opserv.c: Added in SVSPART alert/traces.
2064
2065 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
2066
2067 * src/proto.h: Added in decleration for svspart.
2068
2069 * src/proto-p10.c: Extend current SVSPART functionality so that we
2070 can send them with traces etc.
2071
a62ba70c 20722006-10-14 Alex Schumann <rubin@afternet.org>
2073
2074 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
2075 in svsjoin alerts. Cleanup old silent code fragments left over. Check
2076 for missing chantarget in alerts also.
2077
0e08a8e0 20782006-10-12 Alex Schumann <rubin@afternet.org>
2079
2080 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
2081 setup x3 to version only users matching a criteria, and then another
2082 alert to do someting based on the version reply. This should be
2083 usefull for finding bots etc. Or, for example, you can make all xchat
2084 people join #xchat, or all mirc join #mirc etc.
2085 Also, there is a fix in here for SVSJOIN which i hadn't gotten
2086 everything working with.
2087
2088 * src/proto-p10.c: added privmsg_user and version_user functions
2089
2090 * src/proto.h: added privmsg_user and version_user function
2091 declerations
2092
2093 * src/hash.h: added version_reply variable to users
2094
2095
2096
c408f18a 20972006-10-12 Alex Schumann <rubin@afternet.org>
2098
2099 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
2100 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
2101 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
2102 or send all level3 users to a perticular channel on connection, etc.
2103
ff5f1ab2 21042006-10-12 Alex Schumann <rubin@afternet.org>
2105
2106 * src/chanserv.c: Make lamers not affect users on the userlist above
2107 inviteme level in the channel. (why kb users who can .uba and
2108 .inviteme back in?)
2109
c74bf46b 21102006-10-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e7eaa91 2111
2112 * src/spamserv.c: Ignore those with access (if the options are
2113 disabled- scanchanops, scanhalfops, scanvoiced.
2114
ffb204b6 21152006-10-08 Alex Schumann <rubin@afternet.org>
1e7eaa91 2116
ffb204b6 2117 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
2118 autojoin. Not really a great solution. Instead, move auth_handler
3c83701b 2119 funcs to be called after stamping etc. thx to Buttaknife for this
2120 solution.
ffb204b6 2121
2122 * src/nickserv.c: move auth_func calls to after stamping, and
2123 commented up the cmd_auth source to make it more managable.
2124
075d7932 21252006-10-04 Alex Schumann <rubin@afternet.org>
2126
2127 * src/chanserv.c: remove redundant 'none' from empty llists
2128
c74bf46b 21292006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eca6aa4f 2130
2131 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
2132 over with odelcookie now.
2133
c74bf46b 21342006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
10fb34f6 2135
2136 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
2137 in a channel and a user auths in the channel, the user will not
2138 receive autoop etc if they have it enabled in uset.
2139
21402006-10-03 Alex Schumann <rubin@afternet.org>
e6dce34c 2141
2142 * src/opserv.c: Check for connect timer entries before adding new
2143 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
2144
c74bf46b 21452006-09-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
95adb209 2146
2147 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
2148 by him.
2149
c74bf46b 21502006-09-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
dd019452 2151
2152 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
2153 happening before autohide. Let me know if its still happening before
2154 autohide.
2155
2156 * src/chanserv.help: Updated the AUTOJOIN bit.
2157
5b66c0c2 21582006-09-13 Alex Schumann <rubin@afternet.org>
2159
2160 * src/chanserv.help: improved the help listing for the info command,
2161 and information help category.
2162
c74bf46b 21632006-09-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
14f0e274 2164
2165 * src/mod-memoserv.c: Fixed crash bug.
2166
2167 * src/spamserv.c: Ignore opers.
2168
c74bf46b 21692006-08-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4a2a9a4e 2170
2171 * README: tweaks.
2172
c74bf46b 21732006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
73bcd46c 2174
2175 * src/chanserv.help: Tweaked a , to .
2176
c74bf46b 21772006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ffd8a4c9 2178
2179 * src/opserv.help: Removed privs menu so we can release a tarball.
2180
90e75ffd 21812006-08-25 Alex Schumann <rubin@afternet.org>
2182
2183 * src/chanserv.c: fix uset reply for halfops
2184
2185 * src/nickserv.help: document the 'b' account flag
2186
c74bf46b 21872006-08-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f16ad9e7 2188
2189 * x3.conf.example: Added hidden host style option and key options
2190 for style 2.
2191
2192 * src/hosthiding.h: Remove KEY #defines.
2193
2194 * src/hosthiding.c: Set the keys only once using the conf values.
2195
2196 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
2197 of standard hidden hosts if style is 2.
2198
2199 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
2200 of standard hidden hosts if style is 2.
2201
2202 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
2203 hostname (unresolved). This is how Nefarious works.
2204
2205 * src/tools.c: Generate hidden hosts off crypt hosts instead
2206 of standard hidden hosts if style is 2.
2207
c74bf46b 22082006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cd25f2e9 2209
2210 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
2211
2212 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
2213
2214 * src/proto.h: irc_svsjoin decelerations.
2215
2216 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
2217 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
2218 an SJ it will be handled properly as a JOIN. Did the same for
2219 SVSPART.
2220
c74bf46b 22212006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a45018b2 2222
2223 * src/spamserv.c: Fixed the +k issue with spamserv.
2224
c74bf46b 22252006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6c34bb5a 2226
2227 * src/opserv.c: Added PRIVSET Command.
2228
2229 * src/opserv.help: Added PRIVSET Command. Plus contents for the
2230 privs section.
2231
2232 * src/proto.h: irc_privs deceleration.
2233
2234 * src/proto-p10.c: Fixed a compile issue plus added functions for
2235 setting and checking privs.
2236
c74bf46b 22372006-08-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
89d871d8 2238
2239 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
2240
2241 * src/hash.h: Priv declerations.
2242
2243 * src/opserv.c: Show privs in WHOIS output.
2244
2245 * src/proto.h: client_report_privs decleration.
2246
2247 * src/proto-p10.c: Handle PRIV only for type 6 servers.
2248
90e75ffd 22492006-08-19 Alex Schumann <rubin@afternet.org>
2250
2251 * src/authserv.c: document the oset flag +b in help (hide from staff
2252 command.)
2253
33741441 22542006-08-19 Alex Schumann <rubin@afternet.org>
2255
2256 * src/chanserv.c: added reply command, which responds similar to calc,
2257 but with any message. (for use with bindings)
2258
2259 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
2260 are replaced with the target command's calling user's account, nick,
2261 and numnick respectively. This and the above allows things like:
2262 BIND x3 account x3.reply your account is $a or
2263 BIND x3 kickme x3.kick $n $1-
2264 more to come, maybe, later.
2265
37d706b7 22662006-08-01 Alex Schumann <rubin@afternet.org>
2267
2268 * src/modcmd.c: Added OSI certification message to VERSION command
2269
c74bf46b 22702006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
01a5e8c8 2271
2272 * x3.conf.example: Redid part of the geoip summary.
2273
c74bf46b 22742006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1ad7ac15 2275
2276 * src/opserv.c: If we have a city, latitude and longitude returned
2277 then show a map url. Some results have no city but a latitude and
2278 a longitude. The coordinates are useless in this case and most
2279 people would know where the country is around abouts.
2280
c74bf46b 22812006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
58528547 2282
2283 * src/hash.c: Speed up city and country lookups significantly.
2284 Just slow for the first read but once thats done the rest is fast.
2285
c74bf46b 22862006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3a4fdc79 2287
2288 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
2289 I dont know if this will work for sure as i cant reproduce it. But
2290 my theory is that once the user is kicked the mode node is dropped.
2291 Users without modes should still return a valid mode node.
2292
c74bf46b 22932006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5678501c 2294
2295 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
2296 if a giveownership command was issued in a channel with no owners.
2297
c74bf46b 22982006-08-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
21f6caee 2299
2300 * configure: Regenerated.
2301
2302 * configure.in: Added checks for GeoIP headers and libs.
2303
2304 * x3.conf.example: Add in 2 options for the dat filenames of the
2305 city and country files. If not specified then no geoip data
2306 will be checked.
2307
2308 * src/config.h.in: Regenerated.
2309
2310 * src/hash.c: Created a function to check the geoip info from the
2311 dat files.
2312
2313 * src/hash.h: Decelerations plus added entries to the userNode
2314 struct.
2315
2316 * src/opserv.c: Display the GeoIP information in WHOIS.
2317
2318 * src/proto-p10.c: Call the new geoip data collection function
2319 towards the end of AddUser.
2320
c74bf46b 23212006-08-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a2dbccef 2322
2323 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
2324
4d69a3b1 23252006-08-01 Alex Schumann <rubin@afternet.org>
2326
2327 * src/chanserv.c: Add automode 6, to just voice everyone with access.
2328 Idea by daniel (thx)
2329
c74bf46b 23302006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2331
2332 * This message is apart of the below one, its just seperate so
2333 it doesnt get lost amongst the below messages.
2334
2335 * src/global.c: Fixed a warning.
2336
c74bf46b 23372006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2338
2339 * configure: Removed bahamut support, didnt even work.
2340
2341 * configure.in: Removed bahamut support, didnt even work.
2342
2343 * INSTALL: Removed bahamut support, didnt even work.
2344
2345 * x3.conf.example: Removed bahamut support, didnt even work.
2346
2347 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
2348
2349 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
2350 work.
2351
2352 * src/config.h.in: Removed bahamut support, didnt even work.
2353
2354 * src/gline.c: Removed bahamut support, didnt even work.
2355
2356 * src/hash.h: Removed bahamut support, didnt even work.
2357
2358 * src/nickserv.c: Removed bahamut support, didnt even work.
2359
2360 * src/nickserv.h: Removed bahamut support, didnt even work.
2361
2362 * src/Makefile.am: Removed bahamut support, didnt even work.
2363
2364 * src/Makefile.in: Removed bahamut support, didnt even work.
2365
2366 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
2367
2368 * src/shun.c: Removed bahamut support, didnt even work.
2369
c74bf46b 23702006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
57692f5e 2371
2372 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
2373 spamserv.c, nickserv.c.
2374
2375 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
2376
2377 * src/nickserv.c: Changed global_message uses to global_message_arg's.
2378
2379 * src/opserv.c: Changed global_message uses to global_message_arg's.
2380
2381 * src/spamserv.c: Changed global_message uses to global_message_arg's.
2382
c74bf46b 23832006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09a3057c 2384
2385 * src/chanserv.c: Changed global_message uses to global_message_arg's.
2386
2387 * src/global.c: Added language strings for chanserv.c
2388
c74bf46b 23892006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4d99495c 2390
2391 * src/global.c: Make sure we arnt sending duplicate messages in
2392 some cases.
2393
c74bf46b 23942006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
985d4109 2395
2396 * src/x3.conf.example: Removed the targets option.
2397
2398 * src/global.c: Wrote new function that will global message users
2399 and/or opers and/or helpers messages in their own langauge. The
2400 strings are set either in language files or in the global.c message
2401 struct. This allows us to send defcon notices to people and they
2402 will get them in their own language if they have it set.
2403
2404 * src/global.h: global_message_args decleration.
2405
2406 * src/opserv.c: Removed targets option for defcon as its too hard
2407 to send messages to people in channels if the people have different
2408 language settings.
2409
c74bf46b 24102006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d8b9cb7c 2411
2412 * src/opserv.c: TODO stuff.
2413
c74bf46b 24142006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0272358e 2415
2416 * x3.conf.example: Added SHUN setting for DEFCON.
2417
2418 * doc/DEFCON: Added SHUN setting for DEFCON.
2419
2420 * src/opserv.c: Moved the gline check to here. Also added a SHUN
2421 check.
2422
2423 * src/opserv.h: Added SHUN setting for DEFCON.
2424
2425 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
2426
c74bf46b 24272006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
08895577 2428
2429 * x3.conf.example: Added new Defcon system settings
2430
2431 * doc/DEFCON: Anope's Defcon doc adapted for X3.
2432
2433 * src/chanserv.c: Block mode changes and channel registrations if
2434 required.
2435
2436 * src/mod-memoserv.c: Block new memos if required.
2437
2438 * src/nickserv.c: Block nick registrations if required.
2439
2440 * src/opserv.c: Added in defcon system, uses some of the anope code.
2441 Most tho is from scratch.
2442
2443 * src/opserv.h: Defcon declerations.
2444
2445 * src/opserv.help: Added DEFCON entry.
2446
2447 * src/proto-p10.c: If required gline new clients, also if required
2448 kill new clients.
2449
35305a49 24502006-07-29 Alex Schumann <rubin@afternet.org>
2451
2452 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
2453 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
2454 not comfortable running 'make install' on libtre from ./configure.
2455 This violates what the user expects in a way that can harm the system.
2456 Changed how the libtre checks work and provided easy-to-use install
0754f993 2457 script. -fix link stage
35305a49 2458
2459 * rx/Makefile.in: fix autotools warning(s)
2460
babc1c07 24612006-07-28 Alex Schumann <rubin@afternet.org>
2462
2463 * src/nickserv.help: add odelcookie to help oper
2464
31543e44 2465 * x3.conf.example: update & improve x3.conf.example description of
2466 extended_accounts setting.
2467
964abe6b 24682006-07-26 Alex Schumann <rubin@afternet.org>
2469
2470 * src/opserv.c: Fix crash when doing reroute if routing isnt
ce9266cf 2471 configured. | Voice discovered that the error message for addplan fail
2472 was typeo'd so not showing.
964abe6b 2473
20517d48 2474 * src/opserv.help: slight changes to routing help.
2475
2476 * src/chanserv.c: let non-staff see when channels were registered with
2477 .info
2478
d9d33535 24792006-07-24 Alex Schumann <rubin@afternet.org>
2480
2481 * src/proto-p10.c: dont burst channels with 0 users in them (which
2482 were created by alert discrims, most likely)
2483
24842006-07-23 Alex Schumann <rubin@afternet.org>
2485
2486 * x3.conf.example: Added chanserv "modes" to example - use to control
2487 what usermodes chanserv gets. Mainly for setting +d or not, if you
2488 have nef 1.0 'b:' lines setup.
2489
c74bf46b 24902006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bae4525d 2491
2492 * src/nickserv.c: If theres no title set then the default title
2493 will therefore be the first part of hidden_host in x3.conf.example,
2494 so for consistency with opt_fakehost we will print this.
2495
c74bf46b 24962006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
88b0672a 2497
2498 * src/nickserv.c: The reason why theres no arg rubin is that
2499 if you want to print the fakehost then u dont specify an arg.
2500 This tells opt_fakehost to set fake to the current fakehost
2501 and pass it on to be printed.
2502
bf93ca8d 25032006-07-23 Alex Schumann <rubin@afternet.org>
2504
116d100f 2505 * src/nickserv.c: Add config file regex fakehost test + sanity
574bfc14 2506 checking in title as well (fixed).
bf93ca8d 2507
8108185c 2508 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
2509 instead of argv[2]==null since argv's dont get set null.
2510
c74bf46b 25112006-07-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eb43ca8c 2512
2513 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
2514
2515 * src/proto-p10.c: Host in topic supports sethost and fakehost
2516 now.
2517
47956fc5 25182006-07-21 Alex Schumann <rubin@afternet.org>
2519
2520 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
2521 irc_connect, and added callbacks to handle connect failures and
2522 successes. (All prep for auto routing system)
0520d39a 2523
47956fc5 2524 * src/proto.h: Added support for irc_wallop, irc_squit,
2525 irc_connect, and added callbacks to handle connect failures and
2526 successes. (All prep for auto routing system)
0520d39a 2527
dd1fc2a3 2528 * src/opserv.help: Help entries for auto routing system + fix typeo in
2529 routing example
0520d39a 2530
47956fc5 2531 * src/hash.h: New structs for auto routing system
0520d39a 2532
da0c436d 2533 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
2534 error message to debug message.
0520d39a 2535
47956fc5 2536 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
0520d39a 2537
47956fc5 2538 * src/modcmd.c: added 'routing' main command alias.
2539
c74bf46b 25402006-07-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5006460e 2541
2542 * x3.conf.example: Added host_in_topic option for sending full
2543 nick!user@host if its enabled. Default to one as Nefarious is
2544 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
2545 you have this enabled on X3 and not on your Nefarious server.
2546
2547 * src/proto-p10.c: Make use of host_in_topic.
2548
c092fcad 25492006-07-13 Alex Schumann <rubin@afternet.org>
2550
2551 * src/opserv.c: make the bot reply from the nick you /msg in all
2552 cases, if commands are bound to a different bot.
2553
2554 * src/nickserv.c: make the bot reply from the nick you /msg in all
2555 cases, if commands are bound to a different bot.
2556
2557 * src/chanserv.c: make the bot reply from the nick you /msg in all
2558 cases, if commands are bound to a different bot.
2559
2560 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
2561 msg, not the defined memoserv bot, if commands are aliased to other
2562 bots. This may also fix the crash bug playa reported at
2563 http://www.unrealgamers.net/forums/index.php?showtopic=138
2564
be3d31e0 25652006-07-11 Alex Schumann <rubin@afternet.org>
2566
75ef8cdc 2567 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
2568 and some x3 topic functions.
2569
be3d31e0 2570 * x3.conf.example: Improved server/type setting documentation,
2571 and changed default to 5.
2572
0c0adfe0 25732006-07-11 Alex Schumann <rubin@afternet.org>
2574
2575 * src/opserv.c: fixed silent alerts not getting picked up from db file
2576 on read/load.
2577
827ecd60 25782006-07-11 Alex Schumann <rubin@afternet.org>
2579
df5f6070 2580 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
2581 when adding an invalid jupe servername or numeric.
2582 this closes bug number 1513510.
2583
827ecd60 2584 * src/modcmd.c: if pubcmd is set higher than your level, only respond
2585 with the denied msg if the command was actually found. this closes bug
2586 number 1509382.
2587
22d5d8cf 25882006-07-10 Alex Schumann <rubin@afternet.org>
2589
2590 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
2591 non-logged-in user (null pointer)
2592
3f5b8801 25932006-07-09 Alex Schumann <rubin@afternet.org>
2594
2595 * src/nickserv.c: fixed bug where unignores were getting sent to the
2596 user multiple times, instead of to each online nick once.
2597
d07e3fff 25982006-07-09 Alex Schumann <rubin@afternet.org>
2599
f0b5157b 2600 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
b6599cc2 2601 spot. Ugh, messed up the fix. Trying again :)
d07e3fff 2602
c74bf46b 26032006-07-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5f1600ab 2604
2605 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
2606 If the target is ignoring the person inviting them then the invite
2607 is denied.
2608
a76bcc6a 26092006-07-07 Alex Schumann <rubin@afternet.org>
2610
2611 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
2612 memoserv most easily seen when sending short memos. Rewrote the flag
2613 handling part of memo send to correct it.
2614
18757dc0 26152006-07-05 Alex Schumann <rubin@afternet.org>
2616
2617 * src/helpfile.c: pLaYa pointed out the table code row count is off by
2618 one. Fixed.
2619
c74bf46b 26202006-06-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5b1166fd 2621
2622 * configure: Regenerated.
2623
2624 * configure.in: Make use of TRE regexp library. Its more powerful
2625 than the standard library (http://laurikari.net/tre/index.html).
2626 Im also pondering adding services side regexp bans, X3 would
2627 probably required a channel flag called say advanced that can
2628 only be set by the owner. If enabled then regexp bans can be
2629 used. I also added an output saying what modules are enabled,
2630 what protocol is enabled, what malloc is choosen and if debugging
2631 is enabled. Just a bit of a message as the user will of seen
2632 programs just finish compiling and he/she/it may think it
2633 was X3 compiling, but it was just TRE compiling. They still need
2634 to compile X3.
2635
2636 * src/config.h.in: Regenerated.
2637
2638 * src/Makefile.am: Tweak for TRE.
2639
2640 * src/Makefile.in: Regenerated.
2641
2642 * src/nickserv.c: Use the new regex.h Im sure -I includes get
2643 called before system includes like /usr/include.
2644
2645 * src/opserv.c: Use the new regex.h Im sure -I includes get
2646 called before system includes like /usr/include.
2647
2648 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
2649 compile this just before configure finishes up. Sits around
2650 470KB, rather than another 2.5MB if i TRE untarred. I suppose
2651 i could get it down a bit more using Bzip but there are some
2652 boxes out there still without bzip.
2653
c74bf46b 26542006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b4a47ca 2655
2656 * src/mod-memoserv.c: Better history implementation. A seperate
2657 table is used for history entries. Entries contain the same
2658 fields as the memo table except for the message, read, and flags.
2659 Entries are only removed from the history db when they get
2660 expired by do_expire (older than message_expire). Also fixed
2661 up a issue with STATUS. On AfterNET we were getting huge large
2662 for the amount of memos. I now realise it was reading the amount
2663 of users. It now reads the proper amount of memos. I also a count
2664 for history entries.
2665
2666 * src/mod-memoserv.help: EXPIRE handles history and memos now.
2667
c74bf46b 26682006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
35ca8140 2669
2670 * src/mod-memoserv.c: Make use of ignore lists when trying to
2671 send memos.
2672
c74bf46b 26732006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6546e922 2674
2675 * src/spamserv.c: Crash fix (finally). Been meaning to do this
2676 for a while now.
2677
a8370a20 26782006-06-23 Alex Schumann <rubin@afternet.org>
2679
2680 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
2681 src/modcmd.c, src/nickserv.c: Improvements to
2682 table output and help display.
2683
2684 * src/mod-memoserv.c: fix segfault
2685
26862006-06-23 Alex Schumann <rubin@afternet.org>
6c3ce3bb 2687
2688 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
2689 fix it and re-apply if you want it..
2690
2691 * src/chanserv.h: Backing out the bantype patch.
2692
2693 * src/chanserv.help: Backing out the bantype patch.
2694
c74bf46b 26952006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8cfd8013 2696
2697 * src/mod-memoserv.c: Fixed a bug.
2698
c74bf46b 26992006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cbc5a1a4 2700
2701 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
2702 if the recipient deletes the memo it will not be listed in the
2703 HISTORY list.
2704
2705 * src/mod-memoserv.help: HISTORY entry.
2706
c74bf46b 27072006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2a951803 2708
2709 * src/mod-memoserv.c: Added new flags, see below.
2710
2711 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
2712 added flags for always ignoring read reciepts and always sending
2713 read reciepts.
2714
c74bf46b 27152006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f2e592d3 2716
2717 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
2718 that you have sent, aslong as they have not been read yet.
2719
2720 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
2721 recipient to read reciept stuff.
2722
c74bf46b 27232006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
34a9e19a 2724
2725 * src/mod-memoserv.c: Redid the db stuff, it now writes users
2726 settings and memos to the memoserv database.
2727
c74bf46b 27282006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
512d7958 2729
2730 * src/mod-memoserv.c: Small bug fix.
2731
c74bf46b 27322006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
82794e1b 2733
2734 * src/mod-memoserv.c: Added read recipient support via SEND using
2735 -r as a flag. Messages with requested read recipients have a (r)
2736 shown beside the sender nick in LIST. People can ignore a read
2737 recipient using -i when reading the message via READ. Its all
2738 in the help file.
2739
2740 * src/mod-memoserv.help: Added read recipient relevent bits.
2741
2742 * src/opserv.help: Added halfopping functions.
2743
c74bf46b 27442006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acb6d53d 2745
2746 * src/x3.conf.example: Forgot a ;.
2747
c74bf46b 27482006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8692672 2749
2750 * src/mod-memoserv.c: Make use of SET LIMIT.
2751
c74bf46b 27522006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d9abe201 2753
2754 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
2755
c74bf46b 27562006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8138c9f 2757
2758 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
2759
c74bf46b 27602006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acf3c6d5 2761
2762 * x3.conf.example: Max limit for Memoserv LIMIT option.
2763
2764 * src/hash.h: Fixed halfops issue.
2765
2766 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
2767 amount of memos you can have. This does not do anything yet as
2768 im committing the half ops fix now. This code is fine it just
2769 allows you to adjust the limit for now.
2770
c74bf46b 27712006-06-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e3e5ba49 2772
2773 * x3.conf.example: Commented out SpamServ module as there are bugs
2774 and i cant give a definate date as to when i can fix it. Im not
2775 home much these days.
2776
2777 * src/mod-memoserv.c: Redid the SET code using some whatnet code
2778 by wasted. Tweaked here and there. Also added some formatting in
2779 LIST and SET like chanserv SET. Oh and MemoServ will join
2780 autojoin_channels if MemoServ is in a seperate nickname.
2781
2782 * src/mod-memoserv.help: Added OSET and done some tweaking.
2783
2784 * src/nickserv.c: Allow the use of get_victim_oper outside of
2785 nickserv.c.
2786
2787 * src/nickserv.h: Allow the use of get_victim_oper outside of
2788 nickserv.c.
2789
b3052f71 27902006-06-07 Alex Schumann <rubin@afternet.org>
2791
2792 * src/chanserv.help: Added a couple set helps that were missing.
e1443247 2793
2794 * src/helpfile.c: fix missing space in multi-column table output such
2795 as /msg opserv commands * (with nickserv tablewidth setting >60)
b3052f71 2796
1c5f6697 27972006-06-06 Alex Schumann <rubin@afternet.org>
2798
e3e5ba49 2799 * src/opserv.c: Change how addalert silence works, so that its a
2800 parameter instead of an action, and also works with trace now.
2801
1c5f6697 2802 * x3.conf.example: Added a config setting of level needed to use
2803 'silent yes' in trace/addalert.
2804
d762299d 28052006-06-04 Alex Schumann <rubin@afternet.org>
2806
2807 * src/nickserv.c: Fix oregister
2808
7293d1d3 2809 * src/nickserv.help: Update help for oregister
2810
c74bf46b 28112006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a6a4707e 2812
2813 * src/proto-p10.c: Properly handle incomming manual silences.
2814
c74bf46b 28152006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
668dc38e 2816
2817 * src/common.h: pretty_mask etc declerations.
2818
2819 * src/nickserv.c: Parse the mask through pretty_mask before adding
2820 it. Normal ircd side silences go through this, this just keeps
2821 things looking the same and if a user tries to remove a silence
2822 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
2823
2824 * src/proto-p10.c: Send a + if adding a silence.
2825
2826 * src/tools.c: pretty_mask and one other function for reformatting
2827 a hostname so its pretty :) from IRCu.
2828
92fac64c 28292006-06-04 Alex Schumann <rubin@afternet.org>
668dc38e 2830
92fac64c 2831 * src/nickserv.c: Send silences to every nick of a handle, not the
2832 nick that did the command.
2833
c74bf46b 28342006-06-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3ec42e29 2835
2836 * src/main.c: Moved spamserv initilization to after chanserv.
2837
2838 * src/spamserv.c: Read the db earlier.
2839
c74bf46b 28402006-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
63c95a47 2841
2842 * configure: Regenerated.
2843
2844 * configure.in: Bumped version and changed list email.
2845
2846 * x3.example.conf: Added SpamServ options.
2847
2848 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
2849
2850 * src/chanserv.h: Declerations
2851
2852 * src/main.c: Init the new SpamServ service.
2853
2854 * src/Makefile.am: Added SpamServ files.
2855
2856 * src/Makefile.in: Regenerated
2857
2858 * src/modcmd.c: Added SpamServ to REBINDALL.
2859
2860 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
2861
2862 * src/proto-common.c: Make sure SpamServ gets notices.
2863
2864 * src/spamserv.c: New service that checks for spamming, floods etc.
2865 Requires an oper to register it to a channel for it to work.
2866
2867 * src/spamserv.h: Decelerations.
2868
2869 * src/spamserv.help: Help entries for SpamServ.
2870
c74bf46b 28712006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fe32eb19 2872
2873 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
2874
2875 * src/chanserv.c: Added selectable bantypes.
2876
2877 * src/chanserv.h: Added selectable bantypes.
2878
2879 * src/chanserv.help: Added help entries.
2880
c74bf46b 28812006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0b587959 2882
2883 * src/nickserv.c: Added user option ADVANCED, when we add more
2884 advanced commands users will need to set this to see the options
2885 in help. Further work in helpfile is still needed afaik. This is
2886 just the basics.
2887
2888 * src/nickserv.h: Advanced option declerations.
2889
2890 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
2891 Seems no one added that when they added the AUTOHIDE option.
2892
c74bf46b 28932006-05-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7637f48f 2894
2895 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
2896
2897 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
2898 and denied_fakehost_words. Also dropped refresh_period for chanserv
2899 set resync.
2900
2901 * src/chanserv.c: Added god_timeout, disable god mode automatically
2902 when the period times out. Also added a new set option- resync, auto
2903 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
2904
2905 * src/chanserv.help: Added entry for SET RESYNC.
2906
2907 * src/global.c: Join global into autojoin_channels if enabled.
2908
2909 * src/main.c: Some tweaking for autojoin_channels.
2910
2911 * src/mod-memoserv.c: If a user has memos and notify on login
2912 enabled then only display the notify notice on login and not
2913 during a netburst.
2914
2915 * src/mod-track.c: Quashed a warning.
2916
2917 * src/modcmd.c: Added functions for god_timeout. Also added wasted
2918 to VERSION output for credits for these features.
2919
2920 * src/nickserv.c: Added denied_fakehost_words, deny the words set
2921 there if an oper trys to use them in a fakehost. Also autojoin
2922 chanserv if enabled into autojoin_channels.
2923
2924 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
2925 after a drone attack. Also join opserv and reserved nicks into
2926 autojoin_channels if opserv/reserved is enabled.
2927
2928 * src/opserv.help: Added entry for REFRESHMAX.
2929
0779bbcf 29302006-05-25 Alex Schumann <rubin@afternet.org>
2931
b5c80c61 2932 * src/proto-p10.c: make non-existant server type setting not crash x3.
2933
0779bbcf 2934 * src/nickserv.help: Added newby tip to authserv registration
2935 help (about < and >)
2936
2937 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
2938 deref null kicker)
2939
c74bf46b 29402006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
56958740 2941
2942 * src/chanserv.c: Set SWHOIS's when a user auths.
2943
2944 * src/hosthiding.c: Fixed a segfault.
2945
2946 * src/nickserv.c: Epithets now use SWHOIS.
2947
2948 * src/proto.h: Declerations for irc_swhois.
2949
2950 * src/proto-p10.c: Handle SWHOIS's.
2951
c74bf46b 29522006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
68b75482 2953
2954 * src/hash.h: Bumped SOCKIPLEN
2955
2956 * src/hosthiding.c: Functions to crypt IPv6 addresses.
2957
2958 * src/hosthiding.h: IPv6 function declerations.
2959
2960 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
2961 with the ipv6 crypting function.
2962
c74bf46b 29632006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
37ef8ee3 2964
2965 * src/hash.h: Bits needed for other type of host hiding.
2966
2967 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
2968
2969 * src/hosthiding.c: This will generated crypted style 2 Nefarious
2970 hidden hosts and ips. Currently they are just displayed in O3
2971 WHOIS. Im yet to expand this.
2972
2973 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
2974
2975 * src/Makefile.in: Regenerated.
2976
2977 * src/opserv.c: Display crypted hosts n ips in WHOIS.
2978
2979 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
2980 save them in user->crypthost user->cryptip.
2981
c74bf46b 29822006-05-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c02cd944 2983
5177fd21 2984 * src/chanserv.c: Set ignores when you authenticate.
c02cd944 2985
5177fd21 2986 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
2987 Used for centralized silence list management. Currently set ignores
2988 can be viewed in ACCOUNTINFO for via ircd SILENCE.
2989
2990 * src/nickserv.h: Declerations.
2991
2992 * src/nickserv.help: Added help entries for above commands.
2993
2994 * src/proto.h: Declerations.
2995
2996 * src/proto-p10.c: Functions to handle silences
c02cd944 2997
d9896a83 29982006-05-18 Alex Schumann <rubin@afternet.org>
2999
b34a7505 3000 * src/proto-p10.c: Fixed up the track module a bit more
d9896a83 3001
b34a7505 3002 * src/hash.c: Fixed up the track module a bit more, including
3003 reporting correctly when X3 kicks someone. This should affect mrsnoopy
3004 as well, hopefully wont cause any bugs.
d9896a83 3005
e5c85987 3006 * src/mod-track.c: Fixed up the track module a bit more - made track
3007 all/none work
d9896a83 3008
b34a7505 30092006-05-18 Alex Schumann <rubin@afternet.org>
3010
3011 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
3012
3013 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
3014
3015 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
3016
3017 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
d9896a83 3018
30192006-05-18 Alex Schumann <rubin@afternet.org>
3020
b34a7505 3021 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
12673a59 3022 in.
3023
b34a7505 3024 * src/mod-track.c: some cleanups and textual changes, to make the commands
12673a59 3025 slightly more user friendly.
3026
c74bf46b 30272006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5177fd21 3028
3029 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
3030
3031 * src/x3.conf.example.: adding 050 'type' to server config (rubin
3032 fixed missing ';' and changelog entries)
3033
c74bf46b 30342006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f6c7c603 3035
3036 * Most files: Heh i cant be bothered listing all files, see websvn
3037 if you want specific files. I just added a new tracking module, its
3038 just like snoop except it targets specified users. The actual
3039 commit is in the previous revision, i just forgot to update this to
3040 tick over the svn version in version output.
3041
c74bf46b 30422006-05-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
697f4c9a 3043
2f61d1d7 3044 * Most files: Major update off the new release of srvx 1.3.1. Also
3045 seeing as the new updates dont all have changelog entries ive dropped
3046 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
697f4c9a 3047
2f61d1d7 30482006-03-20 Alex Schumann <rubin@afternet.org>
697f4c9a 3049
2f61d1d7 3050 * src/chanserv.c: core fix; check if theres a handle_info before looking
3051 at style...
697f4c9a 3052
2f61d1d7 3053 * src/helpfile.c: core fix; check if theres a handle_info before looking
3054 at style...
697f4c9a 3055
2f61d1d7 30562006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3057
2f61d1d7 3058 * src/chanserv.c: more clean style changes
697f4c9a 3059
2f61d1d7 30602006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3061
2f61d1d7 3062 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
3063 and dhp1080 made me do it) Needs lots of work to remove ----
3064 headers for 'clean' setting.
697f4c9a 3065
2f61d1d7 3066 * src/helpfile.c: Added nickserv 'style' stetting back.
697f4c9a 3067
2f61d1d7 3068 * src/nickserv.help: Added help for set style.
697f4c9a 3069
2f61d1d7 3070 * src/mod-helpserv.c: make style affect table outputs.
697f4c9a 3071
2f61d1d7 3072 * src/nickserv.c: Added nickserv 'style' setting back.
697f4c9a 3073
2f61d1d7 3074 * src/nickserv.h: Added nickserve 'style' setting back.
697f4c9a 3075
2f61d1d7 30762006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3077
2f61d1d7 3078 * src/proto-p10.c: Added conf setting for extended_accounts for
3079 backward compatability with stock undernet ircd.
dee9951d 3080
2f61d1d7 3081 * x3.conf.example: Added conf setting for extended_accounts for
3082 backward compatability with stock undernet ircd.
dee9951d 3083
2f61d1d7 30842006-03-06 Alex Schumann <rubin@afternet.org>
3085
3086 * src/opserv.help: Added missing trace criteria to help,
3087 and fixed up a few other bits of help around that topic.
dee9951d 3088
2f61d1d7 30892006-01-16 Alex Schumann <rubin@afternet.org>
dee9951d 3090
2f61d1d7 3091 * src/tools.c: created an email valididty function
dee9951d 3092
2f61d1d7 3093 * src/nickserv.c: check valididty of email better
dee9951d 3094
2f61d1d7 3095 * src/sendmail.c: check validity of email better
dee9951d 3096
2f61d1d7 30972006-01-06 Alex Schumann <rubin@afternet.org>
dee9951d 3098
2f61d1d7 3099 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
3100 to a different bot, eg chanserv, and to reply from the correct nickname.
3101 also a bunch of whitespace changes
dee9951d 3102
2f61d1d7 3103 * src/nickserv.c: begin work on making nickserv commands bind without
3104 responding from the wrong nick. also a bunch of whitespace changes
dee9951d 3105
2f61d1d7 3106 * src/hash.h: whitespace
dee9951d 3107
2f61d1d7 3108 * src/opserv.help: improved QUERY helpfile. (though command itself still
3109 has bugs)
dee9951d 3110
2f61d1d7 31112005-12-14 Alex Schumann <rubin@afternet.org>
dee9951d 3112
2f61d1d7 3113 * src/chanserv.help: added set bantimeout help
dee9951d 3114
2f61d1d7 31152005-11-08 Alex Schumann <rubin@afternet.org>
dee9951d 3116
2f61d1d7 3117 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
3118 aliases properly.
697f4c9a 3119
2f61d1d7 3120 * src/modcmd.help: Added note about escaping spaces to modcmd help.
697f4c9a 3121
2f61d1d7 3122 * src/nickserv.help: Improved help files
697f4c9a 3123
2f61d1d7 3124 * src/chanserv.help: Improved help files
697f4c9a 3125
2f61d1d7 31262005-10-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3127
2f61d1d7 3128 * src/proto-p10.c: ignore remote /lusers
697f4c9a 3129
2f61d1d7 31302005-09-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3131
2f61d1d7 3132 * src/global.c: Changed motd header style
697f4c9a 3133
2f61d1d7 3134 * src/nickserv.help: Improved directions for getting and using
3135 accounts.
697f4c9a 3136
2f61d1d7 3137 * src/chanserv.help: Improved directions for getting and using
3138 accounts.
b336c8db 3139
2f61d1d7 31402005-08-13 Alex Schumann <rubin@afternet.org>
b336c8db 3141
2f61d1d7 3142 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
3143 some *@* protection.
b336c8db 3144
2f61d1d7 3145 * src/tools.c: added function to detect an overmask (too general)
b336c8db 3146
2f61d1d7 3147 * src/common.h: added function to detect an overmask (too general)
b336c8db 3148
2f61d1d7 31492005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3150
2f61d1d7 3151 * src/chanserv.c: Modified resync to work accourding to automode
3152 setting, and fixed a buffer overflow problem.
0d16e639 3153
2f61d1d7 3154 * src/chanserv.help: updated set automode and rsync help.
0d16e639 3155
2f61d1d7 3156 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
3157 sets +x on AUTH.
0d16e639 3158
2f61d1d7 3159 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
3160 sets +x on AUTH.
0d16e639 3161
2f61d1d7 31622005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3163
2f61d1d7 3164 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
3165 of 'voice' setting. + Rewording setting help
0d16e639 3166
2f61d1d7 3167 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
3168 of 'voice' setting.
0d16e639 3169
2f61d1d7 3170 * src/chanserv.help: Added help for automode. + Rewording setting help
0d16e639 3171
2f61d1d7 31722005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3173
2f61d1d7 3174 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3175
2f61d1d7 3176 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
0d16e639 3177
2f61d1d7 3178 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3179
2f61d1d7 3180 * src/nickserv.c: Added option to have authserv oper/admin people with
3181 opserv access. (Life4Christ)
0d16e639 3182
2f61d1d7 3183 * src/opserv.c: Added admin_level config option
3184
3185 * src/opserv.h: Added admin_level config option
0d16e639 3186
2f61d1d7 31872005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3188
2f61d1d7 3189 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
3190 command) when nef* bug sends the +o twice. ++fix bug in patch
0d16e639 3191
2f61d1d7 31922005-08-09 Alex Schumann <rubin@afternet.org>
0d16e639 3193
2f61d1d7 3194 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
0d16e639 3195
2f61d1d7 31962005-08-08 Alex Schumann <rubin@afternet.org>
0d16e639 3197
2f61d1d7 3198 * src/chanserv.c: Added banTimeout feature to .set
0d16e639 3199
2f61d1d7 3200 * src/chanserv.h: added banTimeout feature to .set
0d16e639 3201
2f61d1d7 3202 * src/recdb.c: Added some better error catching in database_get_data()
0d16e639 3203
2f61d1d7 3204 * src/proto-common.h: tabs
0d16e639 3205
2f61d1d7 3206 * x3.conf.example: added bantimeout to default set list, and ban
3207 timeout frequency config setting.
0d16e639 3208
2f61d1d7 32092005-08-04 Alex Schumann <rubin@afternet.org>
0d16e639 3210
2f61d1d7 3211 * src/chanserv.c: Changed kick protected message to one without %s or
3212 $b because the kick function doesnt support replacements.
0d16e639 3213
2f61d1d7 3214 * src/tools.c: fixed spelling error in comment.
0d16e639 3215
2f61d1d7 32162005-07-28 Alex Schumann <rubin@afternet.org>
0d16e639 3217
2f61d1d7 3218 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
3219 one)
0d16e639 3220
2f61d1d7 3221 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
3222 whining.
0d16e639 3223
2f61d1d7 32242005-07-26 Alex Schumann <rubin@afternet.org>
0d16e639 3225
2f61d1d7 3226 * x3.conf.example: Updated from live afternet file and improved help
3227 and layout. Added vim directive to set syntax type.
0d16e639 3228
2f61d1d7 3229 * src/chanserv.c: ported x2's 8ball in, and improved it.
0d16e639 3230
2f61d1d7 3231 * src/math.c: Added osiris' hack to do_math for supporting
3232 2(10) and 2pi etc. Improved it to handle pi2 also.
0d16e639 3233
2f61d1d7 3234 * src/chanserv.help: updated 8ball help and added 'myaccess' to
3235 information help index.
0d16e639 3236
2f61d1d7 32372005-07-18 Alex Schumann <rubin@afternet.org>
d76ed9a9 3238
2f61d1d7 3239 * src/proto-p10.c: added +L awareness
d76ed9a9 3240
2f61d1d7 3241 * src/hash.h: added +L awareness
d76ed9a9 3242
2f61d1d7 3243 * src/chanserv.help: changed set ctcpreaction help
d76ed9a9 3244
c74bf46b 32452005-07-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d76ed9a9 3246
2f61d1d7 3247 * src/modcmd.h: Lets make some functions global.
d76ed9a9 3248
2f61d1d7 3249 * src/modcmd.c: Log hostmasks no matter what.
d76ed9a9 3250
2f61d1d7 3251 * src/log.c: Lookup commands if they are from OpServ in the log.
3252 If they match channel specific commands like OP, DEOP, etc then
3253 we will display them in a LAST command (assuming the person doing
3254 the LAST is an oper). Normal clients wont see commands that have
3255 been performed by OpServ.
d76ed9a9 3256
2f61d1d7 32572005-07-15 Alex Schumann <rubin@afternet.org>
d76ed9a9 3258
2f61d1d7 3259 * src/chanserv.c: Changed around ctcpreaction setting so it:
3260 a) doesnt crash.
3261 b) doesnt kick userlist members ever
3262 c) has only 1 setting needed to control it
3263 * src/chanserv.h: removed some old oplevel stuff.
d76ed9a9 3264
2f61d1d7 32652005-07-14 Alex Schumann <rubin@afternet.org>
d76ed9a9 3266
2f61d1d7 3267 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
3268 remove errors from log. Fixed problem with missing break; in
3269 channel mode c parsing (reed).
d76ed9a9 3270
2f61d1d7 3271 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
3272
3273 * src/log.c: Changed channel log target to send PRIVMSG instead of
3274 NOTICE. (Ghozer)
3275
c74bf46b 32762005-05-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3277
3278 * configure: Regenerated.
3279
3280 * configure.in: Added checks for tgmath.h.
3281
3282 * src/chanserv.c: Added new command LAST, from X2. Similar to
3283 EVENTS except its file based. Bear in mind you dont have to use
3284 both. You can bind what you want to use. Commented out zoot_list
3285 as its not in use, just a warning fix.
3286
3287 * src/hash.c: Warning fix.
3288
3289 * src/log.h: Misc defines.
3290
3291 * src/log.c: Logging functions from X2.
3292
3293 * src/math.c: If tgmath.h doesnt exist then include some other
3294 files that contain the functions we require.
3295
3296 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
3297
3298 * src/proto-p10.c: Added chanserv.h #include to squash a small
3299 compile error. Made X3 understand MARK's to a small point. Fixed
3300 a small parsing bug with exempts.
3301
33022005-07-06 Alex Schumann <rubin@afternet.org>
3303
3304 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
3305
3306 * src/opserv.c: Fixed an awkward output of trace count etc.
3307
33082005-06-22 Alex Schumann <rubin@afternet.org>
3309 * src/chanserv.help: Improved DURATION help
3310
3311 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
3312 a better average.
3313
33142005-05-27 Alex Schumann <rubin@afternet.org>
3315
3316 * src/chanserv.c: Improved usability of register command, fixed
3317 unregister reply.
3318
3319 * src/chanserv.help: Improved usability of register command
3320
33212005-05-27 Alex Schumann <rubin@afternet.org>
3322
3323 * src/chanserv.c: Resync working now
3324
33252005-05-27 Reed Loden <reed@reedloden.com>
3326
3327 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
3328 grammar issues in the message send to pending users. Fixed a
3329 problem with some of the resync code.
3330
33312005-05-27 Alex Schumann <rubin@afternet.org>
3332
3333 * src/chanserv.c: make pending add check if the person is already on
3334 the userlist before re-adding them (thx exec & reed for noticing this)
3335 Fix capitalisation of I in pending notice.
3336
33372005-05-18 Alex Schumann <rubin@afternet.org>
3338
3339 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
3340 working, and pointed me to the opserv helpfiles command, which shows
3341 what services search what help files. This fixes the help command to
3342 search that list as it should. Still need to modify the 'default'
3343 helpfile search bindigs because I dont think chanserv should respond
3344 to help from opserv's db, etc. See opserv's 'helpfiles' command.
3345
3346 * src/modcmd.help: clarified 'helpfiles' help.
3347
33482005-05-18 Alex Schumann <rubin@afternet.org>
3349
3350 * src/helpfile.c: make send_help() return true/false and not send
3351 errors so svccmd_send_help can 'take control' of things.
3352
3353 * src/modcmd.c: Fixed up the help system (again) / find aliased
3354 commands help if none exists. / Display no help for that command on
3355 commands (instead of topic)
3356
3357 * src/modcmd.h: Fixed up the help system (again)
3358
3359 * src/global.c: Fixed syntax display
3360
3361 * src/chanserv.help: Removed =---= formatting, fixed a few things.
3362 *spelling ++more spelling (thx reed)
3363
3364 * src/nickserv.help: Removed =---= formatting, fixed a few things.
3365 *spelling ++more spelling (thx reed)
3366
3367 * src/opserv.help: Removed =---= formatting, fixed a few things.
3368 ++spelling (thx reed)
3369
3370 * src/global.help: simplified index
3371
3372 * src/nickserv.c: Changed message users get when their email is
3373 already used for an account, fixed syntax help
3374
3375 * src/opserv.c: fixed syntax help
3376
33772005-05-16 Alex Schumann <rubin@afternet.org>
3378
3379 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
3380 the help file.
3381
33822005-05-04 Alex Schumann <rubin@afternet.org>
3383
3384 * src/modcmd.c: added a 'rebindall' command to assist with
3385 upgrades and changes which change command bindings.
3386
3387 * src/modcmd.help: modified help to reflect above
3388
3389 * src/opserv.help: modified help to reflect above
3390
3391 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
3392 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
3393 between channel bans (+b) and x3 remembered bans (lamers)
3394
3395 * src/chanserv.help: modified help to reflect above
3396
3397 * UPGRADE: added use of rebindall to upgrade instructions
3398
33992005-05-04 Alex Schumann <rubin@afternet.org>
3400
3401 * src/chanserv.c: added an 'adduser pending' feature, where if
3402 someone isn't authed x3 will ask them to /auth or register, and then
3403 automatically finish adding them to the channel when they do.
3404 Fixed email bug with adduser pending
3405
3406 * src/chanserv.h: adduser pending
3407
3408 * src/hash.c: adduser pending
3409
3410 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
3411
3412 * src/nickserv.c: adduser pending cleanup and activation code,
3413 Arch sync (Avoid losing channel information when
3414 replacing an account using the mergedb command.)
3415
3416 * src/proto-p10.c: adduser pending cleanup code
3417
3418 * src/nickserv.help: improved set and register help
3419
34202005-05-04 Alex Schumann <rubin@afternet.org>
3421
3422 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
3423 negitive). Added set voice to provide control over use of voice.
3424 Implimented a basic chanserv db version control system for upgrading
3425 seamlessly.
3426
3427 * src/chanserv.help: adjusted help to reflect voice and uset autoop
3428 changes.
3429
3430 * src/hash.h: updated ssz comment from z to Z
3431
3432 * src/modcmd.help: rewrote BIND help
3433
3434 * src/proto-p10.c: Added Z (sslonly) support back in
3435
3436 * UPGRADE: created file to document upgrading procedures
3437
34382005-04-23 Alex Schumann <rubin@afternet.org>
3439 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
3440 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
3441 topicmask to be an on or off setting, uninfluenced by enftopic.
3442 Added feature to use mask on /topic in addition to ,topic sets.
3443 Removed special consideration for ircops in protect_user()
3444
3445 * src/chanserv.help: updated documentation to reflect the new and
3446 much simpler topicmask feature, and removed op/voice levels.
3447
3448 * src/nickserv.c: added tailing 'end of' line for accountinfo
3449 for non-opers too.
3450
3451 * src/modcmd.c: tweaked alias notification for help and breef help.
3452
34532005-04-20 Alex Schumann <rubin@afternet.org>
3454
3455 * src/proto-common.c: removing +d. needs to be a config option
3456 or something.
3457
3458 * src/nickserv.help: modified main help reply of authserv
3459
3460 * src/nickserv.c: added title, epithet, and fakehost to oset listing
3461
3462 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
3463 totally redesigned though.
3464
34652005-04-15 Alex Schumann <rubin@afternet.org>
3466
3467 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
3468 at the same time. The whole block needs to be if/else instead of
3469 switch though, to be cleaner.
3470
3471 * src/nickserv.help: added fakehost and title options to help oset.
3472
3473 * src/nickserv.c: removed 'style' setting. (was not being used in
3474 code anyway)
3475
c74bf46b 34762005-04-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3477
3478 * src/proto-p10.c: Reinstated +d usermode.
3479
34802005-03-30 Alex Schumann <rubin@afternet.org>
3481
3482 * src/chanserv.c: Fixed unban.
3483
3484 * x3.conf.example: added note in snoop config that improper
3485 setting for bots nick will cause segfault.
3486
34872005-03-22 Alex Schumann <rubin@afternet.org>
3488
3489 * x3.conf.example: added sethost/fakehost settings to conf
3490
34912005-03-19 Alex Schumann <rubin@afternet.org>
3492
3493 * chanserv.c: Changed style of command outputs, added userlevel back
3494 to users list.
3495
3496 * opserv.c: Changed style of command outputs, removed warn feature
3497
3498 * tools.c: shortened duration string lengths
3499
3500 * main.c: shortened duration string lengths
3501
3502 * sendmail.c: Changed style of stats email
3503
35042005-03-18 Alex Schumann <rubin@afternet.org>
3505
3506 * Changed breef to brief...
3507
3508 * chanserv.c: Changed to access level names instead of numbers.
3509
35102005-03-17 Alex Schumann <rubin@afternet.org>
3511
3512
3513 * src/opserv.c: Improved readability of trace print output
3514
3515 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
3516 a little.
3517
3518 * src/helpfile.c: Improved table_send readability (used in lots
3519 of listings including users and stats network etc)
3520
35212005-03-15 Alex Schumann <rubin@afternet.org>
3522
3523 * src/chanserv.c: Improved some syntax error reporting for commands
3524
3525 * src/helpfile.c: Added a 'breef' help function
3526
3527 * src/helpfile.h: Added a 'breef' help function
3528
3529 * src/main.c: Improved some syntax error reporting for commands
3530
3531 * src/modcmd.c: Improved some syntax error reporting for commands
3532
3533 * src/modcmd.h: Improved some syntax error reporting for commands
3534
35352005-03-15 Reed Loden <reed@reedloden.com>
3536
3537 * Synchronization with srvx--devo--1.3--patch-19.
3538
35392005-03-12 Alex Schumann <rubin@afternet.org>
3540
3541 * src/common.h, src/opserv.h: more SRVX->X3 fixes
3542
3543 * opserv.c: fixed SRVX defines to X3
3544
3545 * src/nickserv.c: Applied patch to bring up to date with
3546 local uncommitted changes on afternets srvx2 tree. improved
3547 cookie gen code and removed /play from cookie messages.
3548
3549 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
3550 bunch more places.
3551
c74bf46b 35522005-03-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3553
3554 * nickserv.help: Added odelcookie section.
3555
3556 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
3557 cookies.
3558
3559 * src/md5.c: Cleaned up compile warnings.
3560
3561 * src/nickserv.help: Added odelcookie section.
3562
3563***********************************************************************/
3564
3565#define CVS_VERSION "$Id$"
d76ed9a9 3566