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