]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
Added nick expiration support (disabled by default)
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
2f61d1d7 1/***********************************************************************
ca3486a2 2X3 ChangeLog
c73514ea 3
ae275267
MB
42010-05-11 Matthew Beeching <jobe@mdbnet.co.uk>
5
6 * src/nickserv.c: Added nick expiration support.
7
8 * src/nickserv.h: Added nick expiration support.
9
10 * x3.conf.example: Added nick expiration support.
11
886bca7c
MB
122010-05-06 Matthew Beeching <jobe@mdbnet.co.uk>
13
14 * src/nickserv.c: Added SET action for SEARCH.
15
16 * src/nickserv.help: Added SET action for SEARCH.
17
73ac2ca6
MB
182010-05-06 Matthew Beeching <jobe@mdbnet.co.uk>
19
20 * src/nickserv.c: Added NickServ search title criteria.
21
22 * src/nickserv.help: Added NickServ search title criteria.
23
ec8177c5
MB
242010-04-29 Matthew Beeching <jobe@mdbnet.co.uk>
25
26 * src/opserv.c: Minor typo in previous commit where returning 0
27 when it should have been 1 from opserv_join_check().
28
7e3e9ac5
MB
292010-04-29 Matthew Beeching <jobe@mdbnet.co.uk>
30
31 * src/opserv.c: Fix for possible bug in opserv_join_check().
32
4ce83531
MB
332010-04-23 Matthew Beeching <jobe@mdbnet.co.uk>
34
35 * src/log.c: Modified X3.last to only show host and ident to
36 opers.
37
9665da36
AS
382010-03-15 Matthew Beeching <jobe@mdbnet.co.uk>
39
40 * ChangeLog: Abusing to figure out mercurial a bit.
41
bdddfe43 422010-03-13 Matthew Beeching <jobe@mdbnet.co.uk>
43
44 * src/hash.h: Changed HOSTLEN to match Nefarious.
45
7da677be 462010-03-03 Matthew Beeching <jobe@mdbnet.co.uk>
47
48 * src/proto-p10.c: Fixed bug in P10 B64 IPv6 parsing where the
49 entire IPv6 IP after the :: was ommited.
50
e10feb7a 512010-02-27 Matthew Beeching <jobe@mdbnet.co.uk>
52
53 * src/proto-p10.c: Added message handlers for ZLINE and REMOVE
54 to ignore both messages
55
7f9e40bf 562010-02-05 Matthew Beeching <jobe@mdbnet.co.uk>
57
58 * src/nickserv.help: Fix for a minor documentation error where $S
59 was used instead of $N.
60
38bff5f0 612010-01-14 Matthew Beeching <jobe@mdbnet.co.uk>
62
63 * src/nickserv.c: Added support for LDAP auth registering initial
64 nick when nick registration is enabled.
65
8536ac6b 662010-01-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
67
68 * Srvx sync. Author: Michael Poole.
69
70 * src/ioset.c (ioset_listen): Linux -- reasonably -- requires that
71 SO_REUSEADDR be set on a socket before binding it to an in-use socket.
72 So do that.
73
74 * src/sar.c: Convert "struct sockaddr_storage" to "void *" to comply
75 with C99's strict(er) aliasing rules. Allocate off the stack or
76 heap, as appropriate. Add new function sar_free_nameserver() to
77 clean up the heap-allocated data.
78
c550ac9a 792010-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
80
81 * src/chanserv.c: 8ball will now accept "what colour".
82
1dfca92d 832009-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
84
85 * x3.conf.example: Added type 8 for Nefarious 1.3.0.
86
87 * src/proto-p10.c: Only use the old cloak.c code if type 7 is given.
88 If type 8 is given then the cloaked hosts are picked up during burst
89 (+cC)
90
e2f17d6e 912009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
92
93 * src/log.c: Revert message type to 5.
94
72d5504b 952009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
96
97 * src/mod-track.c: Fixed a crash with net rider kicks.
98
38377e02 992009-12-12 Alex Schumann <rubin@afternet.org>
100
101 src/x3ldap.c: Fix crash bug with ldap adding users. Deal with some warnings.
102
103 src/x3ldap.h: Deal with some warnings.
104
af40e58b 1052009-12-09 Henrik Stuart <evilnet@hstuart.dk>
106
107 src/mod-python.c: add support for module_register.
108
07021002 1092009-12-09 Henrik Stuart <evilnet@hstuart.dk>
110
111 src/mod-python.c: add support for log_register_type.
112
c3915bdc 1132009-12-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
114
115 src/nickserv.c: Shuffle the auto oper functions around to fix a
116 desync issue.
117
118 src/proto-p10.c: Ignore PRIV_NONE within the first 5 seconds of
119 a client's connection. Temp fix for now.
120
3c4b9ee3 1212009-12-06 Matthew Beeching <jobe@mdbnet.co.uk>
122
123 * src/chanserv.c: Removed seemingly unnecessary "cannot invite"
124 warning from chan_opt_automode.
125
c73514ea 1262009-12-02 Matthew Beeching <jobe@mdbnet.co.uk>
127
128 * src/nickserv.c: Added merging SSL fingerprint lists during
129 account merging.
9c88eebe 130
890866b0 1312009-12-01 Matthew Beeching <jobe@mdbnet.co.uk>
132
133 * src/opserv.c: Added ADDALERT reactions noticeuser and msguser
134 to go with trace reactions notice and privmsg.
135
d57dba72 1362009-11-29 Matthew Beeching <jobe@mdbnmet.co.uk>
137
138 * src/nickserv.c: Rewrote parts of loc_auth() to get it working
139 the same as cmd_auth() with regards to SSL fingerprint support.
140
c03536b5 1412009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
142
143 * src/nickserv.c: Small tweak.
144
1679a283 1452009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
146
1f459b76 147 * src/nickserv.c: Small tweak to the password checks with sslfp LOC.
148
1492009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1679a283 150 * src/nickserv.c: Added SSL fingerprint support to LOC.
151
152 * src/nickserv.h: Added sslfp to loc_auth.
153
154 * src/proto-p10.c: Added support for the new S loc auth type.
155
2fa83595 1562008-11-28 Matthew Beeching <jobe@mdbnmet.co.uk>
157
158 * src/nickserv.help: Added help for ADDSSLFP, DELSSLFP, OADDSSLFP
159 and ODELSSLFP
160
161 * src/nickserv.c: Added support for SSL fingerprint authentication.
162
163 * src/nickserv.h: Added support for SSL fingerprint authentication.
164
7acc75ee 1652009-11-28 Matthew Beeching <jobe@mdbnet.co.uk>
166
167 * src/mod-memoserv.c: Fix for bug where MemoServ is created as a
168 local bot but not registered as a service on first startup.
169
6fee1be7 1702009-11-26 Matthew Beeching <jobe@mdbnet.co.uk>
171
172 * src/chanserv.c: Fixed a missing ',' in cmd_myaccess output.
173
30874d66 1742009-11-26 Henrik Stuart <evilnet@hstuart.dk>
175
176 * src/common.h src/main-common.c: add extra parameter to reg_exit_func and
177 exit_func_t.
178
179 * src/proto-p10.c src/mod-qserver.c src/chanserv.c src/mod-snoop.c
180 src/hash.c src/helpfile.c src/gline.c src/global.c src/mod-helpserv.c
181 src/opserv.c src/timeq.c src/saxdb.c src/modcmd.c src/saxdb.h
182 src/mod-sockcheck.c src/shun.c src/mod-python.c src/spamserv.c
183 src/mail-common.c src/mod-memoserv.c src/mod-track.c src/log.c src/ioset.c
184 src/nickserv.c src/main.c src/sar.c: collateral evolution fixes due to
185 exit_func change.
186
62a2e0a9 1872009-11-26 Henrik Stuart <evilnet@hstuart.dk>
188
189 * src/proto-common.c: fix typo in malloc variable name.
190
d77556d0 1912009-11-26 Henrik Stuart <evilnet@hstuart.dk>
192
193 * src/modcmd.h src/modcmd.c: add extra parameter to reg_svccmd_unbind_func
194 and svccmd_unbind_func_t.
195
196 * src/chanserv.c: collateral evolution fixes due to svccmd_unbind_func
197 change.
198
f14b32b8 1992009-11-24 Henrik Stuart <evilnet@hstuart.dk>
200
201 * src/proto.h src/proto-common.c: add extra parameter to
202 reg_mode_change_func and mode_change_func_t.
203
204 * src/chanserv.c: collateral evolution fixes due to mode_change_func
205 change.
206
974d3831 2072009-11-24 Henrik Stuart <evilnet@hstuart.dk>
208
209 * src/nickserv.h src/nickserv.c: add extra parameter to reg_unreg_func and
210 unreg_func_t.
211
212 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: collateral
213 evolution fixes due to unreg_func change.
214
81ac4787 2152009-11-24 Henrik Stuart <evilnet@hstuart.dk>
216
217 * src/nickserv.h src/nickserv.c: add extra parameter to reg_auth_func and
218 auth_func_t.
219
220 * src/chanserv.c src/mod-snoop.c src/global.c src/mod-helpserv.c
221 src/opserv.c src/mod-memoserv.c src/mod-track.c: collateral evolution
222 fixes due to auth_func change.
223
3a196bdb 2242009-11-24 Henrik Stuart <evilnet@hstuart.dk>
225
226 * src/nickserv.h src/proto-common.c: add extra parameter to
227 reg_user_mode_func and user_mode_func_t.
228
229 * src/mod-snoop.c src/mod-track.c: collateral evolution fixes due to
230 user_mode_func change.
231
ee8c50bd 2322009-11-24 Henrik Stuart <evilnet@hstuart.dk>
233
234 * src/nickserv.h src/proto-common.c: add extra parameter to
235 reg_channel_mode_func and channel_mode_func_t.
236
237 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
238 fixes due to channel_mode_func change.
239
91667658 2402009-11-24 Henrik Stuart <evilnet@hstuart.dk>
241
242 * src/hash.c src/hash.h: add extra parameter to reg_kick_func and
243 kick_func_t.
244
245 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
246 fixes due to kick_func change.
247
63637aea 2482009-11-24 Henrik Stuart <evilnet@hstuart.dk>
249
250 * src/hash.c src/hash.h: add extra parameter to reg_part_func,
251 unreg_part_func, and part_func_t.
252
253 * src/chanserv.c src/mod-snoop.c src/mod-helpserv.c src/spamserv.c
254 src/mod-track.c: collateral evolution fixes due to part_func change.
255
2562009-11-24 Henrik Stuart <evilnet@hstuart.dk>
1898d8ea 257
258 * src/hash.c src/hash.h: add extra parameter to reg_del_channel_func and
259 del_channel_func_t.
260
261 * src/opserv.c src/proto-p10.c: collateral evolution fixes due to
262 del_channel_func change.
263
736517fb 2642009-11-23 Matthew Beeching <jobe@mdbnet.co.uk>
265
266 * src/nickserv.c: Removed 2 nonsensical spaces in
267 *NickServ.accountinfo output for "Karma"
268
2693aadd 2692009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
270
271 * src/nickserv.c: Fix for bug allowing the use of odelcookie
272 to result in an account's password changing when it shouldn't.
273
29545775 2742009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
275
276 * src/nickserv.c: Added fix for LDAP password not being updated
277 on odelcookie where account password is changed anyway.
278
f3aff201 2792009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
280
281 * src/x3ldap.c: Updated OpServ level in LDAP feature to remove
282 the attribute when 0 instead of setting it to 0
283
284 * src/x3ldap.h: Updated OpServ level in LDAP feature to remove
285 the attribute when 0 instead of setting it to 0
286
287 * src/nickserv.c: Updated OpServ level in LDAP feature to remove
288 the attribute when 0 instead of setting it to 0
289
75fcdcad 2902009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
291
292 * src/x3ldap.c: Fix for bug allowing accounts in LDAP to
293 authenticate to unactivated accounts.
294
295 * src/nickserv.c: Fix for bug allowing accounts in LDAP to
296 authenticate to unactivated accounts.
297
ba4b4d51 2982009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
299
300 * src/proto-p10.c: Added support for MARK SSLCLIFP.
301
302 * src/hash.h: Added support for MARK SSLCLIFP.
303
304 * src/opserv.c: Added SSLCLIFP mark to cmd_whois.
305
2dddcd74 3062009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
307
308 * src/nickserv.c: Fix for crash in cmd_oregister due to incorrect
309 parameter counts.
310
85e88703 3112009-11-15 Matthew Beeching <jobe@mdbnet.co.uk>
312
313 * src/hosthiding.c: Fix for crash bug in make_virthost() when host
314 name doesnt have a '.' in it.
315
63c0b8ad 3162009-11-15 Henrik Stuart <evilnet@hstuart.dk>
317
318 * src/hash.c: fix variable set for registering nick change functions.
319
50c7ed1b 3202009-11-14 Matthew Beeching <jobe@mdbnet.co.uk>
321
322 * src/nickserv.c: Fix for bug #2869968 (*NickServ.oregister allowing
323 invalid handles)
324
157ce145 3252009-11-01 Henrik Stuart <evilnet@hstuart.dk>
326
327 * src/hash.h src/hash.c: add extra parameter to new_channel_func_t and
328 reg_new_channel_func.
329
330 * src/chanserv.c src/opserv.c: add extra NULL argument/parameter to
331 reflect change in hash.
332
50dafce8 3332009-11-01 Henrik Stuart <evilnet@hstuart.dk>
334
335 * src/nickserv.h src/nickserv.c: add extra parameter to
336 handle_merge_func_t and reg_handle_merge_func.
337
338 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
339 in nickserv.
340
99c332f8 3412009-11-01 Henrik Stuart <evilnet@hstuart.dk>
342
343 * src/nickserv.h src/nickserv.c: add extra parameter to allowauth_func_t
344 and reg_allowauth_func.
345
346 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
347 in nickserv.
348
c8b793cb 3492009-11-01 Henrik Stuart <evilnet@hstuart.dk>
350
351 * src/nickserv.h src/nickserv.c: add extra parameter to failpw_func_t and
352 reg_failpw_func.
353
354 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
355 in nickserv.
356
5a2c7cf6 3572009-11-01 Henrik Stuart <evilnet@hstuart.dk>
358
359 * src/hash.h src/hash.c: add extra parameter to topic_func_t and
360 reg_topic_func.
361
362 * src/chanserv.c src/mod-python.c: add extra NULL argument/parameter to
363 reflect change in hash.
364
1c14af0b 3652009-11-01 Henrik Stuart <evilnet@hstuart.dk>
366
367 * src/proto.h src/proto-common.c: add extra parameter to chanmsg_func_t
368 and reg_chanmsg_func.
369
370 * src/chanserv.c src/modcmd.c: add extra NULL argument/parameter to
371 reflect change in proto.
372
3070719a 3732009-10-31 Henrik Stuart <evilnet@hstuart.dk>
374
375 * src/nickserv.h src/nickserv.c: add extra parameter to
376 handle_rename_func_t and reg_handle_rename func.
377
378 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: add extra NULL
379 argument/parameter to reflect change in nickserv.
380
2732298d 3812009-10-30 Henrik Stuart <evilnet@hstuart.dk>
382
383 * src/mod-snoop.c src/mod-helpserv.c src/mod-sockcheck.c src/mod-track.c:
384 fix missed NULL argument/parameter additions from earlier commits.
385
fb38e2bc 3862009-10-30 Henrik Stuart <evilnet@hstuart.dk>
387
388 * src/hash.h src/hash.c: add extra parameter to join_func_t and
389 reg_join_func.
390
391 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c: add extra
392 NULL argument/parameter to reflect change in hash.
393
63189c10 3942009-10-30 Henrik Stuart <evilnet@hstuart.dk>
395
396 * src/hash.h src/hash.c: add extra parameter to nick_change_func_t and
397 reg_nick_change_func. Also fix memory leaks from not freeing extras lists
398 for some callback routines.
399
400 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c
401 src/nickserv.c src/modcmd.c: add extra NULL argument/parameter to reflect
402 change in hash.
403
404 * src/proto-p10.c: fix logic for calling call_new_user_funcs.
405
e9b00805 4062009-10-30 Henrik Stuart <evilnet@hstuart.dk>
407
408 * src/proto.h: add extra parameter to reg_oper_func and oper_func_t.
409
410 * src/global.c: add extra NULL argument parameter to reflect changes.
411
412 * src/proto-common.c: add extra parameter to implementation of
413 reg_oper_func and reflect the extra parameter in call_oper_funcs.
414
415 * src/proto-p10.c: free storage for extra parameters.
416
a6bcc929 4172009-10-28 Henrik Stuart <evilnet@hstuart.dk>
418
419 * src/hash.h src/hash.c: add extra parameter to del_user_func_t,
420 reg_del_user_func, and unreg_del_user_func. Add new call_del_user_funcs
421 function to abstract hash internals from outside callers.
422
423 * src/opserv.c src/mod-python.c src/spamserv.c src/nickserv.c: add extra
424 NULL argument(parameter to reflect change in hash.
425
426 * src/proto-p10.c: use call_del_user_funcs instead of interfacing with
427 hash.c internals directly. Remove unused code due to this change.
428
429 * src/proto-common.c: remove reference to hash internals.
430
35ea100f 4312009-10-28 Matthew Beeching <jobe@mdbnet.co.uk>
432
433 * src/x3ldap.c: Added ldap_do_oslevel() to set OpServ access level in
434 LDAP.
435
436 * src/x3ldap.h: Added ldap_do_oslevel() to set OpServ access level in
437 LDAP.
438
439 * src/nickserv.c: Added configuration option for OpServ access level
440 LDAP attribute name and call to ldap_do_oslevel() on access level
441 change.
442
443 * src/nickserv.h: Added configuration option for OpServ access level
444 LDAP attribute name.
445
446 * x3.conf.example: Added configuration option for OpServ access level
447 LDAP attribute name.
448
f0fb2e2d 4492009-10-27 Henrik Stuart <evilnet@hstuart.dk>
450
451 * src/hash.h src/hash.c: add extra parameter to new_user_func_t and
452 reg_new_user_func. Add new call_new_user_funcs function to abstract hash
453 internals from outside callers.
454
455 * src/proto-p10.c: use call_new_user_funcs instead of interfacing with
456 hash.c internals directly. Remove unused code due to this change.
457
458 * src/global.c src/opserv.c src/mod-python.c src/spamserv.c
459 src/nickserv.c: add extra NULL argument/parameter to reflect change in
460 hash.
461
462 * src/proto-common.c: remove reference to hash internals.
463
9d59f196 4642009-10-27 Henrik Stuart <evilnet@hstuart.dk>
465
466 * src/hash.h: add extra parameter to server_link_func_t and
f0fb2e2d 467 reg_server_link_func. Add new call_server_link_funcs function to abstract
9d59f196 468 hash internals from outside callers.
469
470 * src/proto-p10.c: call call_server_link_funcs rather than interfacing
471 directly with hash.c internals.
472
473 * src/chanserv.c: add extra NULL-argument/parameter to server link
474 handler.
475
476 * src/hash.c: add extra parameter to reg_server_link_func and introduce
477 call_server_link_funcs to shield external callers from the functionality.
478
479 * src/proto-common.c: remove extern definitions for the hash.c structures
480 for the server link callback structure.
481
482 * src/mod-python.c: add extra NULL-argument/parameter to server link
483 handler.
484
44960d6c 4852009-10-27 Henrik Stuart <evilnet@hstuart.dk>
486
487 * src/mod-python.c: remove unused code.
488
0ad6b4a5 4892009-10-27 Henrik Stuart <evilnet@hstuart.dk>
490
491 * src/nickserv.c: marked cmd possibly unused to silence warning.
492
6ae87c77 4932009-10-27 Henrik Stuart <evilnet@hstuart.dk>
494
495 * src/nickserv.h: make auto_oper_privs and auto_admin_privs const.
496
497 * src/proto.h: make privs const in irc_raw_privs.
498
499 * src/proto-p10.c: make privs const in irc_raw_privs.
500
5012009-10-27 Henrik Stuart <evilnet@hstuart.dk>
d5182ae2 502
503 * src/global.c: remove unused code.
504
69517d70 5052009-10-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
506
507 * src/nickserv.c: Send privs out when auto opering clients. These are
508 controlled for now via auto_oper_privs/auto_admin_privs in the nickserv
509 section within x3.conf. In the future we will look at account specific
510 privs.
511
512 * src/proto.h: Added irc_raw_privs and client_modify_priv_by_name.
513
514 * src/proto-p10.c: Added irc_raw_privs.
515
516 * src/tools.c: Added R extended ban.
517
43b43d56 5182009-10-12 Henrik Stuart <evilnet@hstuart.dk>
519
520 * src/mod-python.c: add python_handle_topic and refactor
521 emb_get_channel.
522
523 * src/plugins/__init__.py: add empty topic handler function to
524 Plugin class.
525
526 * src/modpython.py: add topic handler function.
527
9c7f11c2 5282009-10-12 Henrik Stuart <evilnet@hstuart.dk>
529
530 * src/mod-python.c: add python_handle_del_user.
531
532 * src/plugins/__init__.py: add empty del_user handler function to
533 Plugin class.
534
535 * src/modpython.py: add del_user handler function.
536
0a585d7e 5372009-10-12 Henrik Stuart <evilnet@hstuart.dk>
538
539 * src/mod-python.c: refactor python_handle_nick_change.
540
541 * src/plugins/__init__.py: add empty nick_change handler function to
542 Plugin class.
543
544 * src/modpython.py: refactor nick_change to use new plugin
545 system.
546
30814f13 5472009-10-12 Henrik Stuart <evilnet@hstuart.dk>
548
549 * src/plugins/__init__.py: refactor plugin instantiation logic.
550
c9b009fe 5512009-10-12 Henrik Stuart <evilnet@hstuart.dk>
552
553 * src/mod-python.c: refactor python_handle_new_user.
554
555 * src/modpython.py: refactor new_user handler to use new plugin
556 system.
557
558 * src/plugins/__init__.py: add empty new_user handler function to
559 Plugin class.
560
1ad8c8df 5612009-10-12 Henrik Stuart <evilnet@hstuart.dk>
562
563 * src/mod-python.c: refactor python_handle_server_link to be more
564 Pythonic.
565
566 * src/modpython.py: rename old plugins class to plugins_ and use a
567 more general plugin system.
568
569 * src/plugins/__init__.py: extend with plugin base-class and
570 recursive plugin load logic.
571
94a73df0 5722009-10-12 Henrik Stuart <evilnet@hstuart.dk>
573
574 * src/mod-python.c: add emb_service_register function.
575
1e7b511d 5762009-10-12 Henrik Stuart <evilnet@hstuart.dk>
577
578 * src/mod-python.c: add emb_adduser function.
579
7304cfdc 5802009-10-12 Henrik Stuart <evilnet@hstuart.dk>
581
582 * src/mod-python.c: add emb_svsjoin function.
583
f20f0ab5 5842009-10-12 Henrik Stuart <evilnet@hstuart.dk>
585
586 * src/mod-python.c: add emb_svsquit function.
587
588 * src/proto.h: observe proper const-ness in irc_svsquit function.
589
590 * src/proto-p10.c: observe proper const-ness in irc_svsquit function.
591
15df606d 5922009-10-12 Henrik Stuart <evilnet@hstuart.dk>
593
594 * src/mod-python.c: add emb_svsnick function.
595
5661f28e 5962009-10-12 Henrik Stuart <evilnet@hstuart.dk>
597
598 * src/mod-python.c: refactor doc-strings for extension methods to separate
599 variables. Minor code changes that modify function return values/types to
600 be more uniform.
601
86d0ebc4 6022009-10-12 Henrik Stuart <evilnet@hstuart.dk>
603
604 * src/mod-python.c: add emb_fakehost function.
605
26d745b2 6062009-10-12 Henrik Stuart <evilnet@hstuart.dk>
607
608 * src/mod-python.c: add emb_user_mode function.
609
b778caa0 6102009-10-12 Henrik Stuart <evilnet@hstuart.dk>
611
612 * src/mod-python.c: add emb_channel_mode function.
613
8d455e8b 6142009-10-11 Henrik Stuart <evilnet@hstuart.dk>
615
616 * src/mod-python.c: remember to increase reference count of Py_None.
617
749f0565 6182009-10-11 Henrik Stuart <evilnet@hstuart.dk>
619
620 * src/mod-python.c: add emb_kick function.
621
2bee6a6e 6222009-10-11 Henrik Stuart <evilnet@hstuart.dk>
623
624 * src/mod-python.c: add emb_get_config function.
625
3f218269 6262009-10-09 Henrik Stuart <evilnet@hstuart.dk>
627
628 * src/mod-python.c: add emb_timeq_del function.
629
8f206d22 6302009-10-09 Henrik Stuart <evilnet@hstuart.dk>
631
632 * src/mod-python.c: add emb_timeq_add function.
633
6342009-10-07 Henrik Stuart <evilnet@hstuart.dk>
b39754f7 635
636 * src/mod-python.c: refactor dict_t construction logic.
637
c9f7b679 6382009-10-07 Henrik Stuart <evilnet@hstuart.dk>
639
640 * src/mod-python.c: improve error logic for emb_get_channel.
641
92fb809b 6422009-10-06 Henrik Stuart <evilnet@hstuart.dk>
643
644 * src/mod-python.c: refactor modeList conversion into separate function.
645
ee6f1c82 6462009-10-06 Henrik Stuart <evilnet@hstuart.dk>
647
648 * src/mod-python.c: refactor out common error cleanup logic.
649
39d37f27 6502009-10-06 Henrik Stuart <evilnet@hstuart.dk>
651
652 * src/mod-python.c: add emb_get_accounts function and refactor some
653 common logic into a single routine.
654
655 * src/nickserv.h src/nickserv.c: make nickserv_handle_dict externally
656 available.
657
0076604e 6582009-10-06 Henrik Stuart <evilnet@hstuart.dk>
659
660 * src/mod-python.c: add emb_kill function.
661
82089e3f 6622009-10-06 Henrik Stuart <evilnet@hstuart.dk>
663
664 * src/mod-python.c: improve error logic for pyobj_from_usernode.
665
318ec177 6662009-10-06 Henrik Stuart <evilnet@hstuart.dk>
667
668 * src/mod-python.c: improve error logic for emb_get_servers.
669
d12756d7 6702009-10-06 Henrik Stuart <evilnet@hstuart.dk>
671
672 * src/mod-python.c: improve error logic for emb_get_channels.
673
5345ea76 6742009-10-06 Henrik Stuart <evilnet@hstuart.dk>
675
676 * src/mod-python.c: improve error logic for emb_get_users.
677
d8f8d3b6 6782009-10-06 Henrik Stuart <evilnet@hstuart.dk>
679
680 * src/mod-python.c: add emb_get_server function and require P10.
681
dcc1df5e 6822009-10-06 Henrik Stuart <evilnet@hstuart.dk>
683
684 * src/mod-python.c: add emb_get_servers function.
685
f0e11521 6862009-10-06 Henrik Stuart <evilnet@hstuart.dk>
687
688 * src/mod-python.c: fix a bunch of typos
689
cc0b2b7f 6902009-10-05 Henrik Stuart <evilnet@hstuart.dk>
691
692 * src/mod-python.c: add emb_get_channels function.
693
6d94ce8b 6942009-10-05 Henrik Stuart <evilnet@hstuart.dk>
695
696 * src/mod-python.c: add emb_get_users function.
697
5b2b1df2 6982009-10-05 Henrik Stuart <evilnet@hstuart.dk>
699
700 * src/mod-python.c: raise exception on failure in emb_get_account.
701
3f24e818 7022009-10-05 Henrik Stuart <evilnet@hstuart.dk>
703
704 * src/mod-python.c: raise exception on unknown channel in emb_get_channel
705
66f68f65 7062009-10-05 Henrik Stuart <evilnet@hstuart.dk>
707
708 * src/mod-python.c: make emb_send_target_notice more resilient toward
709 erroneous input and raise exceptions on failures.
710
e7af1e12 7112009-10-05 Henrik Stuart <evilnet@hstuart.dk>
712
713 * src/mod-python.c: make emb_send_target_privmsg more resilient toward
714 erroneous input and raise exceptions on failures.
715
a957511b 7162009-10-05 Henrik Stuart <evilnet@hstuart.dk>
717
718 * src/mod-python.c: make emb_dump raise exception on failure.
719
54d2fd3d 7202009-10-05 Henrik Stuart <evilnet@hstuart.dk>
721
722 * src/mod-python.c: set exception on error path in emb_get_user.
723
bfdfd1c3 7242009-10-05 Henrik Stuart <evilnet@hstuart.dk>
725
726 * src/mod-python.c: extract userNode to Python dictionary conversion for
727 future use in handlers.
728
bc2f52df 7292009-10-05 Henrik Stuart <evilnet@hstuart.dk>
730
731 * src/mod-python.c: do not leak handler objects
732
ed8d873c 7332009-10-05 Henrik Stuart <evilnet@hstuart.dk>
734
735 * src/mod-python.c: add support for specifying main module in x3.conf
736
50d61a79 7372009-10-05 Henrik Stuart <evilnet@hstuart.dk>
738
739 * src/mod-python.c: Expose Python services module as _svc to follow normal
740 Python naming conventions for C extensions.
741
14897e8c 7422009-10-05 Henrik Stuart <evilnet@hstuart.dk>
743
744 * src/mod-python.c: Remove unused function.
745
46f628b1 7462009-10-05 Henrik Stuart <evilnet@hstuart.dk>
747
748 * src/mod-python.c: Generalise cmd_run to handle arbitrary statements.
749
8994c9a1 7502009-10-05 Henrik Stuart <evilnet@hstuart.dk>
751
752 * src/main-common.c: Initialise opserv before other services.
753
1ccb8f6e 7542009-09-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
755
756 * Srvx sync. Author: Michael Poole.
757
758 * src/recdb.c (explain_failure): When MAIN_LOG is NULL, report to stderr.
759
57fdf922 7602009-09-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
761
762 * Srvx sync. Author: Michael Poole.
763
764 * src/chanserv.c (handle_part): Allow the current user to be considered for
765 channels other than the channel being /part'ed.
766
767 * src/modcmd.c (modcmd_saxdb_write): Write bot modes to the database.
768 (modcmd_load_bots): Read them out and use them.
769
770 * src/opserv.c (cmd_whois): Use irc_user_mode_chars() here too.
771
772 * src/opserv.help (INVITE): Document this command.
773
774 * src/proto.h (irc_user_modes): Declare.
775 (irc_user_mode_chars): Likewise.
776
777 * src/proto-common.c (irc_user_modes): Define.
778
779 * src/proto-p10.c (irc_user_mode_chars): Define.
780 (irc_user): Use irc_user_mode_chars() instead of open-coding it.
781
7b3aa3a8 7822009-08-21 Matthew Beeching <jobe@mdbnet.co.uk>
783
784 * src/nickserv.c: Fix for a crash bug when using LOC with LDAP
785 where LDAP account exists and AuthServ account does not
786
5a61e83f 7872009-08-20 Matthew Beeching <jobe@mdbnet.co.uk>
788
789 * src/opserv.help: Fixed a typo in ROUTING EXAMPLE
790
72971fc8 7912009-08-17 Matthew Beeching <jobe@mdbnet.co.uk>
792
793 * src/nickserv.c: Added NSMSG_RECLAIM_HOWTO describing how to
794 AUTH when warned that the nick being used is registered
795
53b62ed9 7962009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
797
798 * src/proto.h: Added declaration fo irc_privmsg_user
799
800 * src/opserv.c: Added privmsg and notice trace actions
801
802 * src/opserv.help: Added privmsg and notice trace actions
803
8042009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
4b2dcc0d 805
806 * src/proto-p10.c: ignore SPAMFILTER messages
807
e9df2b7d 8082009-08-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
809
810 * Srvx sync. Author: Michael Poole.
811
812 * configure.in: (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value
813 (specifically, 1).
814 (HAVE_STRUCT_ADDRINFO): Likewise.
815
816 * src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because
817 that can make kevent() return -1/ENOENT.
818 (ioset_kevent_update): We need to try to EV_DELETE here instead.
819 (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR.
820
821 * src/Makefile.am (EXTRA_x3_SOURCES): Include mod-blacklist.c.
822
823 * src/sar.c (ipv4_pton): Set the sockaddr length field when it exists.
824 (ipv6_pton): Likewise.
825
18c739ab 8262009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
412ba860 827
828 * src/proto-common.c: Fix to allow trigger (in channel) commands
829 to work in unregistered channels
830
63e4abc0 8312009-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
832
833 * src/sar.c: Fix for typo in previous commit
834
d6a00e9a 8352009-07-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
836
837 * src/sar.c: Commented out an warning message.
838
fe08d345 8392009-07-29 Matthew Beeching <jobe@mdbnet.co.uk>
840
841 * src/nickserv.c: Fix for minor auth bug
842
bb869923 8432009-07-23 Matthew Beeching <jobe@mdbnet.co.uk>
844
845 * src/nickserv.help: Minor spelling correction
846
e7fe8840 8472009-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
848
849 * src/nickserv.c: Fix for NickServ AUTH bug with only password
850 being supplied
851
393a3e56 8522009-07-16 Matthew Beeching <jobe@mdbnet.co.uk>
853
854 * src/nickserv.c: Added support for NickServ with LDAP enabled
855
38c4bf0a 8562009-07-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
857
858 * src/chanserv.c: Crash fix with the spin command for hosts with
859 a long length.
860
aa8c38ad 8612009-07-05 Matthew Beeching <jobe@mdbnet.co.uk>
862
863 * src/chanserv.c: Fix for crash on ChanServ.UNSUSPEND
864
9ceee393
J
8652009-06-27 Matthew Beeching <jobe@mdbnet.co.uk>
866
867 * src/modcmd.c: Fix for bug #2813183
868
995043b4 8692009-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
870
871 * src/chanserv.c: Removed lastmod from gline and shun. (from the
872 srvx merge)
873
874 * src/gline.c: Removed lastmod from gline and shun. (from the srvx
875 merge)
876
877 * src/gline.h: Removed lastmod from gline and shun. (from the srvx
878 merge)
879
880 * src/mod-blacklist.c: Removed lastmod from gline and shun. (from
881 the srvx merge)
882
883 * src/mod-sockcheck.c: Removed lastmod from gline and shun. (from
884 the srvx merge)
885
886 * src/opserv.c: Removed lastmod from gline and shun. (from the srvx
887 erge)
888
889 * src/proto-p10.c: Removed lastmod from gline and shun. (from the srvx
890 merge)
891
892 * src/shun.c: Removed lastmod from gline and shun. (from the srvx merge)
893
894 * src/shun.h: Removed lastmod from gline and shun. (from the srvx merge)
895
896 * src/spamserv.c: Removed lastmod from gline and shun. (from the srvx
897 merge)
898
5671e5c2 8992009-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
900
901 * src/proto-p10.c: Bug fix for SF Bug #2801434.
902
c9aeceb5 9032009-06-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
904
905 * src/hash.h: Updated client PRIVS.
906
907 * src/proto-p10.c: Updated client PRIVS.
908
2e9062b9 9092009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
910
911 * src/tools.c: Re done the extended channel ban code so that it works
912 like the ircd code.
913
95b9d0bc 9142009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
915
916 * src/tools.c: Return -1 with invalid extended bans.
917
3b7fa78b 9182009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
919
920 * src/chanserv.c: Tweak the ban functions to allow invalid bans to
921 be picked up.
922
923 * src/tools.c: Return -1 with invalid extended bans.
924
277ad996 9252009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
926
927 * src/chanserv.c: Updated user_matches_glob.
928
929 * src/common.h: Updated user_matches_glob.
930
931 * src/mod-memoserv.c: Updated user_matches_glob.
932
933 * src/nickserv.c: Updated user_matches_glob.
934
935 * src/opserv.c Updated user_matches_glob.
936
937 * src/tools.c: Added support for shared channel bans (j). As well as
938 quiet bans. Although these are handled ircd side.
939
80ca5a69 9402009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
941
942 * src/tools.c: Extended channel ban support. As well as text and
943 nick change bans, however these 2 are just ignored as they are
944 handled ircd side.
945
634d32a3 9462009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
947
948 * src/tools.c: Extended account ban support.
949
8062bfc3 9502009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
951
952 * src/chanserv.c: Basic extended ban support.
953
954 * src/tools.c: Basic extended ban support.
955
463e23c9 9562009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
957
958 * src/chanserv.c: Fixed up SF bug #2799155.
959
960 * src/modcmd.c: Fixed up an issue where missing args was coming up
961 when it shouldnt.
962
be2c97a5 9632009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
964
965 * GPL 3 and svn propset updates.
966
37c8e812 9672009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
968
969 * src/main.c: Added spamserv.h #include.
970
971 * src/main-common.c: Woops forgot to init spamserv.
972
973 * src/spamserv.c: Fixed up AddLocalUser.
974
ee25b1b2 9752009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
976
977 * src/chanserv.c: Small fix with CSMSG_SET_UNREVIEWED.
978
51e05af8 9792009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
980
981 * src/hash.c: Couple of tweaks.
982
983 * src/proto-common.c: Fix for triggers not working with forwards as well as
984 off channel services.
985
7553c653 9862009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
987
988 * src/chanserv.c: Fixed a crash with setting a .set option with an invalid
989 option.
990
991 * src/mail-smtp.c: Added missing file.
992
1136f709 9932009-05-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
994
995 * Major update to bring X3 in line with the latest SRVX commit. Please see
996 UPGRADE. Credits go to the SRVX team.
997
9982009-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39b3b541 999
1000 * src/proto-p10.c: Ignore stats headers.
1001
413fd8ea 10022009-05-08 Henrik Stuart <evilnet@hstuart.dk>
1003
1004 * src/mod-python.c: generalised cmd_run to process file_input productions.
1005
ef5e0305 10062009-05-06 Henrik Stuart <evilnet@hstuart.dk>
1007
1008 * src/mod-python.c: generalised PYTHONPATH environment setting to
1009 not explicitly set Alex's home directory.
1010
10be9be0 10112009-05-05 Henrik Stuart <evilnet@hstuart.dk>
1012
1013 * src/proto-p10.c: introduced irc_sno for SNO messages. Removed broken
1014 auto_oper on LOC support.
1015
1016 * src/proto.h: introduced irc_sno for SNO messages.
1017
1018 * src/nickserv.c: added registered authentication function to handle
1019 auto_oper on LOC.
1020
6e1142b2 10212009-05-04 Alex Schumann <rubin@afternet.org>
f746eca3 1022
1023 * src/chanserv.c: julien and polo noticed a crash during channel register. Fixed
1024
1025 * x3.conf.example: fix typeo in default channel regex. Thanks again to julien for noticing this.
1026
9c88eebe 10272009-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1028
1029 * src/proto-p10.c: Update PRIV handling code for the latest
1030 nefarious 1.3 changes.
1031
50220e57 10322009-02-27 Alex Schumann <rubin@afternet.org>
1033
1034 * src/proto-p10.c: Patch from muer to support auto-oper for LOC
1035 connections too.
2cfebbe2 1036
0ab7b4bc 10372009-01-31 Alex Schumann <rubin@afternet.org>
1038
1039 * src/chanserv.c: change server link handlers to return an int
1040
1041 * src/hash.h: change server link handlers to return an int
1042
1043 * src/plugins/annoy/plugin.py: add some debug code for testing new
1044 hooks
1045
1046 * src/modpython.py: support for new hooks server_link, nick_change,
1047 and new_user
1048
1049 * src/mod-python.c: support for new hooks server_link, nick_change,
1050 and new_user
1051
da4f9236 10522009-01-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1053
1054 * src/opserv.c: Warning fix.
1055
1056 * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
1057
0c33848c 10582009-01-27 Alex Schumann <rubin@afternet.org>
1059
1060 * src/modpython.py: Comment out debug printing
1061
1062 * src/plugins/hangman: New example plugin: Hangman game
1063
b7594203 10642009-01-27 Alex Schumann <rubin@afternet.org>
1065
1066 * src/opserv.c: Fix a hole Sindacious found, where alerts on account
1067 don't trigger because they arent looked for during/after auth.
1068
039a6658 10692009-01-26 Alex Schumann <rubin@afternet.org>
1070
1071 * src/plugins/annoy/plugin.py: more test code
1072
1073 * src/mod-python.c: added emb_get_info, silenced warnings, and stub
1074 TODO comments for all the handlers and emb functions we need to
1075 create. search for TODO and lend a hand! :)
1076
0bcdc113 10772009-01-26 Alex Schumann <rubin@afternet.org>
1078
1079 * src/plugins/annoy/plugin.py: new version of test plugin
1080
10812009-01-25 Alex Schumann <rubin@afternet.org>
d68e1d8a 1082
1083 * Makefile.am: forgot to copy modpython.py where it goes.
1084
07559983 10852009-01-24 Alex Schumann <rubin@afternet.org>
1086
1087 * src/mod-python.c: added plugin hook to log to x3 logs, and worked
1088 out the basics of callback registration.
1089
1090 * src/modpython.py: x3 logging hook and new callback registration
1091
1092 * Makefile.am: install modpython.py and plugins/ during make install
1093
1094 * install-r.sh: shell script to do recursive copy with exclusions
1095
cbfd323c 10962009-01-23 Alex Schumann <rubin@afternet.org>
1097
e0f76584 1098 * src/mod-python.c: refactor to use class-based hook manager. Seems to
4c216694 1099 run now. Also added better comments.
cbfd323c 1100
4c216694 1101 * src/modpython.py: refactored into classes. Seems to run now. Cleaned
1102 up a bit.
cbfd323c 1103
57e3ccf6 11042008-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1105
1106 * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
1107
11082009-01-04 Alex Schumann <rubin@afternet.org>
2045ae25 1109
1110 * src/nickserv.c: fix access change bug when using ldap but not
1111 ldap_oper_group_dn.
1112
06742a38 11132009-01-01 Matthew Beeching <jobe@mdbnet.co.uk>
1114
1115 * languages/README.txt: Changed validate_lang.pl to validate.pl
1116
1117 * languages/validate.pl: Set executable
1118
1119 * languages/lang_export.sh: Set executable
1120
b45fd7d7 11212008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1122
1123 * src/chanserv.c: SF feature 1476390. Added nodelete option to
1124 MERGE.
1125
1126 * src/chanserv.help: SF feature 1476390. Added nodelete option
1127 to MERGE.
1128
f21ec816 11292008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1130
1131 * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
1132 the channel flag to the register command. Also removed the
1133 helping flag.
1134
4648ded2 11352008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1136
1137 * src/hash.c: SF feature 2353183. Made X3 aware of +a.
1138
1139 * src/hash.h: SF feature 2353183. Made X3 aware of +a.
1140
40c18c28 11412008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1142
1143 * src/global.c: Added RCHANNELS which will send notices to all
1144 registered channels. Also changed CHANNELS to notice all channels
1145 instead of registered ones only.
1146
1147 * src/global.h: Added RCHANNELS.
1148
1149 * src/global.help: Added RCHANNELS target.
1150
42c38d42 11512008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1152
1153 * src/global.c: Added AUTHED target.
1154
1155 * src/global.h: Added AUTHED target.
1156
083fb96b 11572008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1158
1159 * src/opserv.c: Store when alerts were last triggered.
1160
d3abe0df 11612008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1162
1163 * x3.conf.example: Added valid_channel_regex.
1164
1165 * src/chanserv.c: Added valid_channel_regex.
1166
a837dcf5 11672008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1168
1169 * src/chanserv.c: Warning fixes.
1170
1171 * src/proto-p10.c: Warning fixes.
1172
4cb36ef0 11732008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1174
1175 * configure: Regenerated.
1176
1177 * configure.in: Added math.h check.
1178
1179 * rx/Makefile.in: Regenerated.
1180
1181 * src/chanserv.c: Warning fixes.
1182
1183 * src/config.h.in: Regenerated.
1184
1185 * src/Makefile.in: Regenerated.
1186
1187 * src/math.c: Warning fixes.
1188
1189 * src/nickserv.c: Warning fixes.
1190
1191 * src/opserv.c: Warning fixes.
1192
1193 * src/proto-p10.c: Warning fixes.
1194
0e859bd9 11952008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1196
1197 * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices
1198 with a string will now show the invalid string rather than 0.
1199
2f7421b5 12002008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1201
1202 * src/nickserv.c: Fix for SF bug #2420339. Password change emails
1203 will not have the first time part in the email. Email change emails
1204 will have them though.
1205
97e51197 12062008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1207
1208 * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
1209 when dynlimit disabled.
1210
cad8f3a7 12112008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1212
1213 * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
1214
9a50a1a2 12152008-11-30 Matthew Beeching <jobe@mdbnet.co.uk>
1216
1217 * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
1218
d4e0f0c4 12192008-11-25 Alex Schumann <rubin@afternet.org>
1220
1221 * src/mod-python.c: call run function instead of using
1222 pyrun_simplestring. Set global info for simple reply() to have what it
1223 needs to run.
1224
1225 * src/modpython.py: new name as - interferes with module loading.
1226 added reply() function
1227
8d670803 12282008-11-22 Alex Schumann <rubin@afternet.org>
1229
1230 * src/mod-python.c: Added ability to query info about nick or channel
1231 name
1232
a2c8c575 12332008-11-16 Alex Schumann <rubin@afternet.org>
1234
1235 * src/mod-python.c: filled in some missing pieces.
1236
1237 * src/mod-python.py: more demo code for testing
1238
50ca1f0c 12392008-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
1240
1241 * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
1242
12432008-11-16 Alex Schumann <rubin@afternet.org>
caf97651 1244
a2c8c575 1245 * src/mod-python.c: further work on building basic bits of this
caf97651 1246
a2c8c575 1247 * src/mod-python.py: first pass at what will be the base python script.
caf97651 1248
50ca1f0c 12492008-11-13 Alex Schumann <rubin@afternet.org>
0b350353 1250
a2c8c575 1251 * src/modcmd.c: remove python tests (moved to mod-python.c)
0b350353 1252
a2c8c575 1253 * src/mod-python.c: initial template based on memoserv
0b350353 1254
14c04a50 12552008-11-12 Matthew Beeching <jobe@mdbnet.co.uk>
1256
1257 * tools/db.php: Added sample DB parser script
1258
2f65da8f 12592008-11-06 Alex Schumann <rubin@afternet.org>
1260
a2c8c575 1261 * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
2f65da8f 1262 Begin work on embedding python.
1263
56b83e80 12642008-11-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1265
1266 * src/proto-p10.c: Fixes for SGLINE and SSHUN. As well as a fix for
1267 bug 2173687 (PRIVS part of it is already fixed on trunk).
1268
5f6a98a7 12692008-10-24 Matthew Beeching <jobe@mdbnet.co.uk>
1270
1271 * src/chanserv.help: Minor spelling mistake "change" instead of
1272 "change"
1273
6221421c 12742008-10-10 Matthew Beeching <jobe@mdbnet.co.uk>
1275
1276 * src/opserv.c: Fix for crash on OpServ SVSPART where the
1277 channel specified does not exist.
1278
f2a8c1ea 12792008-09-30 Matthew Beeching <jobe@mdbnet.co.uk>
1280
1281 * src/nickserv.c: Prevent automatic registration of dissallowed
1282 nicks when registering an account
1283
a6fa0035 12842008-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
1285
1286 * src/chanserv.c: Fix for <trigger>shoot telling you to use
1287 .roulette instead of <trigger>roulette
1288
59b38cc0 12892008-09-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1290
1291 * src/proto-p10.c: SGLINE and SSHUN support some stuff coming
1292 soon in Nefarious.
1293
2a4ca4f5 12942008-09-07 Matthew Beeching <jobe@mdbnet.co.uk>
1295
1296 * src/chanserv.c: Changed PEON to PAL
1297
1298 * src/chanserv.help: Changed PEON to PAL
1299
1300 * src/modcmd.c: Changed PEON to PAL
1301
1302 * docs/access-levels.txt: Changed PEON to PAL
1303
1304 * languages/de/chanserv.help: Changed PEON to PAL
1305
1306 * languages/en_GB/chanserv.help: Changed PEON to PAL
1307
055f3f30 13082008-09-06 Matthew Beeching <jobe@mdbnet.co.uk>
1309
1310 * src/proto-p10.c: Added new PRIV_*'s to privtab
1311
1312 * src/mod-snoop.c: Added support for channel mode +h
1313
1314 * src/hash.h: #define's for missing PRIV_*'s
1315
6ff42e24 13162008-09-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1317
1318 * src/chanserv.c: Fixed an issue with OPCHAN and channels using off
1319 channel.
1320
df21b43d 13212008-08-19 Alex Schumann <rubin@afternet.org>
19c83de8 1322
1323 * src/chanserv.c: fix a bug in the default wheel spin settings if they
1324 were not in the config file, x3 would core.
1325
92f63dd4 13262008-07-21 Neil SPierling <sirvulcan@sirvulcan.co.nz>
1327
1328 * src/chanserv.c: Turn the kick ban all chans spin action into a
1329 timed ban (5 minutes). Also seperated the setting of the ban from
1330 the stripping of ohv. If Nefarious has halfops disabled then trying
1331 to strip the modes and set the ban results in the numeric being set
1332 as the ban. This will need to be fixed in nefarious.
1333
b08a5f8b 13342008-07-20 Alex Schumann <rubin@afternet.org>
1335
8deb31d3 1336 * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch.
b08a5f8b 1337
1338 * src/config.h: bump trunk to 1.7
1339
74ac2349 13402008-07-19 Alex Schumann <rubin@afternet.org>
1341
5e6460e4 1342 * src/proto-p10.c: dont print warning on uping to a jupe. added
1343 irc_svsquit() function
1344
1345 * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual
1346 spins to be enabled in x3.conf and make it easy to add new ones or
1347 change likelyhoods.
1348
1349 * src/proto.h: added irc_svsquit() prototype
1350
1351 * src/x3.conf.example: wheel action example configs
74ac2349 1352
a218fded 13532008-07-18 Alex Schumann <rubin@afternet.org>
1354
1355 * src/proto-p10.c: set lastmod time to current time when sending
1356 glines, otherwise ircd wont burst them later.
1357
1358 * src/modcmd.c: break credits out to its own command, and add svn
1359 version string to ctcp version reply.
1360
625ccd4e 13612008-07-02 Matthew Beeching <jobe@mdbnet.co.uk>
1362
1363 * src/proto-p10.c: Added missing PRIV_*'s to privtab
1364
1365 * src/hash.h: #define's for missing PRIV_*'s
1366
17d4a698 13672008-06-23 Alex Schumann <rubin@afternet.org>
1368
c64a32cb 1369 * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the
1370 clone before its auto-removed, x3 crashes. Thanks tyler and jigsy.
1371
13722008-06-23 Alex Schumann <rubin@afternet.org>
1373
1374 * src/nickserv.c: make opserv access level required to be in oper ldap
17d4a698 1375 group configurable.
1376
1377 * src/nickserv.h: make opserv access level required to be in oper ldap
1378 group configurable.
1379
18006b5c 13802008-06-12 Alex Schumann <rubin@afternet.org>
1381
1382 * src/nickserv.c: fix login-on-connect logic problem when ldap libs
1383 are present but ldap is not in use.
1384
cf8bedff 13852008-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1386
1387 * src/chanserv.c: Fixed a small bug with SVSNickChange.
1388
1389 * src/hash.h: Added buttaknife's patch which allows modes to be
1390 searched for using opserv trace. Also Fixed a small bug with
1391 SVSNickChange.
1392
1393 * src/hash.c: Fixed a small bug with SVSNickChange.
1394
1395 * src/opserv.c: Added buttaknife's patch which allows modes to
1396 be searched for using opserv trace.
1397
1398 * src/proto-p10.c: Added buttaknife's patch which allows modes
1399 to be searched for using opserv trace.
1400
04cb4dfc 14012008-04-10 Alex Schumann <rubin@afternet.org>
1402
1403 * src/nickserv.c: Fix wrong param count check in oset password
1404
fba880b8 14052008-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1406
1407 * src/chanserv.c: Fixed a bug with x3 not handling kills properly.
1408
1409 * src/opserv.c: Fixed a bug with x3 not handling kills properly.
1410
7dd05763 14112008-04-02 Alex Schumann <rubin@afternet.org>
1412
fba880b8 1413 * src/proto-p10.c: Provisional code for LOC account hostmask validation
7dd05763 1414
fba880b8 1415 * src/nickserv.c: Provisional code for LOC account hostmask validation
7dd05763 1416
90746c83 14172008-04-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1418
1419 * configure: Regenerated.
1420
1421 * configure.in: Bumped up trunk version for X3.
1422
1c76f1b4 14232008-03-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1424
1425 * src/proto-p10.c: Ignore SNO messages.
1426
0bd0bef6 14272008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1428
1429 * configure: Regenerated.
1430
1431 * configure.in: Fixed up a typo spotted by Sakkath.
1432
1433 * x3.conf.example: Fixed up a typo spotted by Sakkath.
1434
e91c6c1e 14352008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1436
1437 * src/chanserv.c: If Nefarious 1.2.0 is in use then use SVSQUIT to
1438 fake a connection reset by peer quit if spin 1 comes up.
1439
14402008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ea54b136 1441
1442 * src/chanserv.c: Only allow logged in people to use spin.
1443
e91c6c1e 14442008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b404335b 1445
e03ec3dc 1446 * src/chanserv.c: Added lamepart function so that spin can be used
1447 on Nefarious 1.1.
1448
e91c6c1e 14492008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e03ec3dc 1450
1451 * src/chanserv.c: Added the wheel of misfortune. This will only
b404335b 1452 work with Nefarious 1.2.0. You can upgrade X3 now even if you are
1453 running 1.1. Also fixed up some roulette/shoot bugs.
1454
e03ec3dc 1455 * src/hash.h: Function to change nicknames in X3 when using SVSNICK.
b404335b 1456
e03ec3dc 1457 * src/hash.c: Function to change nicknames in X3 when using SVSNICK.
b404335b 1458
87708af4 14592008-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1460
1461 * src/chanserv.c: Added roulette command.
1462
1463 * src/chanserv.h: Added roulette command.
1464
1465 * src/mod-memoserv.c: Added email sending functionality when
1466 new memos are sent.
1467
74328623 14682008-03-24 Alex Schumann <rubin@afternet.org>
1469
1470 * src/nickserv.c: fix 1 param auth for ldap libs available but not
1471 enabled, case. Thanks jobe.
1472
964a842d 14732008-03-11 Alex Schumann <rubin@afternet.org>
1474
1475 * src/opserv.c: Add svsnick command
1476
1477 * src/opserv.help: add help for svsnick and improve menu a bit
1478
1479 * src/nickserv.c: re-enable 1 param auth if not using ldap.
1480
8fb4e4be 14812008-03-02 Alex Schumann <rubin@afternet.org>
1482
1483 * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv
1484 kill/reconnect segfault)
1485
763de701 14862007-07-31 Alex Schumann <rubin@afternet.org>
1487
1488 * src/proto-p10.c: ignore ALIST messages
1489
684c56b9 14902007-05-08 Alex Schumann <rubin@afternet.org>
1491
1492 * src/nickserv.c: fix authentication bug with ldap by temporarily
1493 removing account-less authentication.
1494
1495 * src/nickserv.help: fix help file to reflect change
1496
14972007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7e49d01c 1498
1499 * src/mod-webtv.c: Allow opers to override required_mark. Also added
1500 SJOIN (undocumented) so opers can join IRC into channels where its
1501 needed as WebTV can only message clients in channels they are in.
1502
a01701f8 15032007-06-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1504
1505 * src/mod-webtv.c: Added JOIN and PART.
1506
1507 * src/mod-webtv.help: Added JOIN and PART.
1508
684c56b9 15092007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b15cddea 1510
1511 * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf
1512 config options, required_mark and valid_marks.
1513
1514 * src/mod-webtv.help: Added INDEX, NICK, and WHOIS.
1515
684c56b9 15162007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2784452e 1517
1518 * configure: Run autogen.sh.
1519
1520 * configure.in: Tweaks for google core dumper 1.1.
1521
1522 * x3.conf.example: Basic webtv module section.
1523
1524 * src/config.h.in: Run autogen.sh.
1525
1526 * src/Makefile.am: Run autogen.sh.
1527
1528 * src/Makefile.in: Run autogen.sh.
1529
1530 * src/mod-webtv.c: Basic module for now. (Does nothing so dont
1531 bother compiling in).
1532
1533 * src/mod-webtv.help: Empty help file for webtv module.
1534
1535 * tools/core_install.sh: Update google core dumper to 1.1.
1536
1537 * tools/coredumper.tar.gz: Update google core dumper to 1.1.
1538
684c56b9 15392007-05-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc06f607 1540
1541 * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am).
1542 This will stop the "Unable to find user irc.servername.com whose mark
1543 is changing." messages. When a user reconnects and an existing exempt
1544 is on the network for the user, their lastseen time is sent out to
1545 all the servers. This quick fix moves the user checking part to
1546 the relevant part of the function that actually uses users.
1547
8ce9df05 15482007-05-04 Alex Schumann <rubin@afternet.org>
1549
1550 * src/chanserv.c: fixed problem with giveownership logs where the
1551 previous owners handle could reference a free'd string.
1552
d5faccba 15532007-04-24 Alex Schumann <rubin@afternet.org>
1554
1555 * src/nickserv.c: add missing ifdef for inldap search.
1556
b96027ad 15572007-04-22 Alex Schumann <rubin@afternet.org>
1558
1559 * src/nickserv.c: change authserv search accountmask to just account.
1560 added inldap search criteria. added add2ldap search target.
1561
87677bd8 1562 * src/nickserv.help: added help for ldap searching. + only add2ldap if
1563 all the info is there.
b96027ad 1564
41a3556d 1565 * src/x3ldap.c: clean up of some error messages/handling. + add a byte
87677bd8 1566 to password malloc to maybe solve a core problem? + fix an error
1567 checking option.
b96027ad 1568
eb9bf540 15692007-04-21 Alex Schumann <rubin@afternet.org>
1570 * src/nickserv.c: remove some un-needed errors with duplicate
1571 add/deletes in ldap
1572
ddcb3eb3 15732007-04-21 Alex Schumann <rubin@afternet.org>
1574
1575 * src/nickserv.c: fix bug with register_user from loc causing core
1576
bec5dd26 15772007-04-20 Alex Schumann <rubin@afternet.org>
1578
1579 * src/x3ldap.c: support for ldaps (ssl/tls) was added. ldap_host and
1580 ldap_port changed to ldap_uri.
1581
1582 * src/nickserv.c: fixed LOC bugs with accounts that exist in ldap but
1583 not x3 not being created. changed to ldap_uri config instead of
1584 host/port
1585
1586 * src/nickserv.h: changed to ldap_uri
1587
1588 * x3.conf.example: changed to ldap_uri
1589
3b29d086 15902007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1591
1592 * README: testing.
1593
e0bcaf30 15942007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1595
1596 * INSTALL: Another test.
1597
ed7ac86b 15982007-04-08 Alex Schumann <rubin@afternet.org>
1599
1600 * src/chanserv.c: fix for a core when adding kill alert for numchans 1
1601
69566a5b 16022007-04-06 Alex Schumann <rubin@afternet.org>
1603
1604 * src/chanserv.help: added Jigsy's mode help MODE CHANNEL and MODE
1605 USER
1606
c74bf46b 16072007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1608
1609 * ChangeLog: Email update.
1610
2cfebbe2 16112007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1612
1613 * src/AUTHORS: Email update, mostly for CIA commit testing.
1117fc5a 1614
e661b9c3 16152007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1616
1617 * src/helpfile.c: Added colour support $k.
1618
c5b279ed 16192007-03-20 Alex Schumann <rubin@afternet.org>
1620
1621 * src/nickserv.c: ButtaS2sLore sent in this patch to fix the default
1622 style when registering new users.
1623
dc46f772 16242007-03-20 Alex Schumann <rubin@afternet.org>
1625
1626 * src/nickserv.c: applied patch from playa which fixes the nickname
1627 valid checks when registering a nick.
1628
af16f748 16292007-03-20 Alex Schumann <rubin@afternet.org>
1630
1631 * src/nickserv.c: fix trying to do ldap when not enabled during
3c607a5f 1632 cmd_register + also with cmd_unregister
af16f748 1633
5aef35cf 16342007-03-20 Alex Schumann <rubin@afternet.org>
1635
1636 * src/opserv.c: fix for stats alerts filtering
1637
1638 * src/chanserv.c: dont kick lamers if they are currently exempt (+e)
1639
1640 * src/x3ldap.c: fix ldap error code to string
1641
1642 * src/nickserv.c: (comment to add LOC logging)
1643
a6bb184f 16442007-02-26 Alex Schumann <rubin@afternet.org>
1645
1646 * src/nickserv.c: fix bug with LOC logic and ldap.
1647
d6ef86e3 16482007-02-13 Alex Schumann <rubin@afternet.org>
1649
1650 * src/nickserv.c: Fix bugs with ldap cookies. Fix opt_password
1651 warning/crash potential
1652
16532007-02-13 Alex Schumann <rubin@afternet.org>
f19aa016 1654
8dc17ddf 1655 * src/x3ldap.c: Fix double-hashing of passwords when using ldap and
1656 resetpass cookie system.
1657
1658 * src/nickserv.c: Fix double-hashing of passwords when using ldap and
1659 resetpass cookie system. Fix incorrect terms in ldap email error
1660 message.
1661
16622007-02-12 Alex Schumann <rubin@afternet.org>
1663
1664 * src/x3ldap.c: fix ldap_delete not binding first, so causing
a40080a2 1665 access denied sometimes.
1666
16672007-02-12 Alex Schumann <rubin@afternet.org>
1668
1669 * x3.conf.example: fix ldap config example so it actually works
f19aa016 1670
acb142f0 16712007-02-12 Alex Schumann <rubin@afternet.org>
1672
1673 * src/nickserv.h: lowercase account name setting
1674
1675 * x3.conf.example: lowercase account name setting
1676
1677 * src/nickservc: only lowercase account names if the option is set.
1678
d6b0769f 16792007-02-12 Alex Schumann <rubin@afternet.org>
1680
1681 * src/tools.c: adding ircd_strtolower() func
1682
1683 * src/common.h: adding ircd_strtolower() func
1684
82b7b0d8 1685 * src/nickserv.c: force accounts to lowercase at all inputs. ++fix
e0ee1ed8 1686 warning ++fix another
d6b0769f 1687
a3ad3ee3 16882007-02-11 Alex Schumann <rubin@afternet.org>
1689
1690 * src/nickserv.c: fixed a bunch of ldap result value check bugs
1691
8a729617 16922007-02-11 Alex Schumann <rubin@afternet.org>
1693
1694 * src/opserv.c: Added oper group support to ldap
1695
1696 * src/x3ldap.c: Added group support to ldap. Fixed set email bug
1697
1698 * src/x3ldap.h: Added group support to ldap.
1699
1700 * src/nickserv.c: Added group support to ldap
1701
1702 * src/nickserv.h: Added group support to ldap
1703
c74bf46b 17042007-02-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
03fa9256 1705
1706 * tools/ldap/ldap_convert.php: Fixes after more testing.
1707
24e9e6c3 17082007-02-09 Alex Schumann <rubin@afternet.org>
1709
1710 * src/x3ldap.c: addid search function to get users email address from
1711 ldap
1712
1713 * src/x3ldap.h: func defs for search
1714
1715 * src/nicserv.c: update local copy of email address when they log
8dc06852 1716 in via ldap. fix memory leak.
24e9e6c3 1717
4b8ccfeb 17182007-02-08 Alex Schumann <rubin@afternet.org>
1719
1720 * src/x3ldap.c: cleaning up and switching adduser to use the new
1721 crypted password scheme.
1722
1723 * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP
1724 not defined, uncovered some warnings etc.
1725
c814d8cd 17262007-02-08 Alex Schumann <rubin@afternet.org>
1727
1728 * src/nickserv.c: Filling in ldap support for all password related
1729 operations: cmd_pass, loc_auth, etc.
1730
c74bf46b 17312007-02-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6cba6239 1732
1733 * tools/ldap/ldap_convert.php: Few tweaks.
1734
17352007-02-08 Alex Schumann <rubin@afternet.org>
1736
1737 * tools/ldap/inetorganon.schema: Scheme for ldap.
1738
1739 * tools/ldap/ldap_convert.php: Conversion script for converting
1740 x3 users to the ldap server.
1741
73d4cc91 17422007-02-07 Alex Schumann <rubin@afternet.org>
1743
1744 * configure.in: adding compile/configure support for ssl libs (not
1745 yet needed)
1746
1747 * configure: updated from above.
1748
1749 * src/config.h.in: adding compile/configure support for ssl libs (not
1750 yet needed)
1751
1752 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
1753 in config file.
1754
1755 * src/x3ldap.h: ldap crypted password pain. Support for object classes
1756 in config file.
1757
1758 * src/nickserv.c: change password in ldap when its changed in
1759 nickserv. Support for object classes in config file.
1760
1761 * src/nickserv.h: support for object classes in conf file
1762
a5a8a781 17632007-02-07 Alex Schumann <rubin@afternet.org>
1764
1765 * src/x3ldap.c: improve error result feedback
1766
fc012087 1767 * src/nickserv.c: improve error result feedback (oops, fix for if
1768 ldap_enable is 0)
a5a8a781 1769
ea02341b 17702007-02-07 Alex Schumann <rubin@afternet.org>
1771
1772 * src/x3ldap.c: ldap_add functionality
1773
1774 * src/x3ldap.h: ldap_add functionality
1775
1776 * src/nickserv.h: ldap_add functionality
1777
1778 * src/nickserv.c: ldap_add functionality
1779
1780 * x3.conf.example: ldap_add functionality
1781
8da89711 17822007-02-06 Alex Schumann <rubin@afternet.org>
1783
39edf54a 1784 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
1785 and sanity checks.
8da89711 1786
39edf54a 1787 * configure.in: Better ldap library handling **oops ** helps to
1788 actually have -lldap in LIBS...
db9a9a8a 1789
39edf54a 1790 * configure: regenerated from above ** **
1791
1792 * x3.conf.example: tweaked ldap settings
1793
1794 * src/nickserv.h: remove ldap config settings if not compiled in
1795
1796 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
1797 logins working.
8da89711 1798
c74bf46b 17992007-02-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
50895889 1800
1801 * src/x3ldap.c: Added GPL header, also change the printf's to
1802 log_module's as per one of the todo comments.
1803
1804 * src/x3ldap.h: Added GPL header.
1805
e15f42a4 18062007-02-05 Alex Schumann <rubin@afternet.org>
1807
1808 * src/nickserv.c: fix non-compile without ldap problem
1809
e166c31b 18102007-02-05 Alex Schumann <rubin@afternet.org>
1811
1812 * src/x3ldap.c: Beginnings of ldap authentication support
1813
1814 * src/x3ldap.h: Beginnings of ldap authentication support
1815
1816 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
1817
1818 * src/nickserv.c: Beginnings of ldap authentication support
1819
1820 * x3.conf.example: ldap config settings
1821
1822 * src/md5.c: remove old debugging printf() code
1823
1824 * src/configure.in: add --enable-ldap support to configure
1825
1826 * configure: rebuilt from above
1827
1828 * src/Makefile.am: add --enable-ldap support to configure
1829
1830 * src/Makefile.in: rebuilt from above
1831
1832
c74bf46b 18332007-02-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b2fd1d25 1834
1835 * src/hash.c: Bug fix for bug #1651561.
1836
c74bf46b 18372007-02-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2bd99739 1838
1839 * src/nickserv.c: Fixed bug #1649326.
1840
cf33840c 18412007-01-28 Alex Schumann <rubin@afternet.org>
1842
1843 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
1844 nick, and someone sends a memo, send them the memo from memoserv, if
1845 there is a memoserv (not chanserv). Also, make the mini-help prompts
1846 more generic, for when they come from another bot besides memoserv.
1847
c74bf46b 18482007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
956ee72d 1849
1850 * src/proto-p10.c: RPING support.
1851
c74bf46b 18522007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8f9e3388 1853
1854 * src/proto-p10.c: This will hide annoying rping/rping error messages
1855 from the o3 alert channel when denora is linked. Will write proper
1856 functions when i figure out how rping n rpong works.
1857
c74bf46b 18582007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ad3104a4 1859
1860 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
1861 we need to free kNode before removing the entry. Fixed a nasty
1862 glibc core.
1863
cc1705aa 18642007-01-12 Alex Schumann <rubin@afternet.org>
1865
1866 * src/mod-helpserv.c: This module is coded very poorly, with lots of
1867 newby c mistakes with pointers and malloc and whatnot. This fixes some
1868 small part of that so that user commands work again, and to reduce
1869 confusion. It needs a LOT more work to be what I would consider
1870 safe..
1871
c74bf46b 18722007-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c9ec8867 1873
1874 * src/spamserv.c: Horrible but it will do, i need to rewrite
1875 the flag system.
1876
1877 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
1878 badreaction being linked up.
1879
1880 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
1881
b532a93e 18822007-01-10 Alex Schumann <rubin@afternet.org>
1883
1884 * src/log.c: commented out impossible assertion which makes x3 core on
1885 fatal errors instead of exit cleanly.
1886
9cfdef25 18872007-01-10 Alex Schumann <rubin@afternet.org>
1888
1889 * src/mod-helpserv.c: fix strncpy problem
1890
c74bf46b 18912007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e993296 1892
1893 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
1894 checkrestrictions alerts.
1895
1896 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
1897
c74bf46b 18982007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3da28d8e 1899
1900 * configure: Regenerated.
1901
1902 * configure.in: Added HAVE_HELPSERV.
1903
1904 * x3.conf.example: Seems theres been a hidden prefix option to
1905 allow users to use helpserv commands (ones for users not helpers).
1906
1907 * src/config.h.in: Added HAVE_HELPSERV.
1908
1909 * src/mod-helpserv.c: Made helpserv more useable:
1910
1911 * Added CLOSEREQ for users to close their current request.
1912
1913 * Added SHOWREQ for users to show their current req (equiv of SHOW).
1914
1915 * Added JoinTotal, if ON then when a helper joins the channel they
1916 will be sent a notice of the total UNASSIGNED requests.
1917
1918 * Added AlertNew, if ON then when a user opens a new help request
1919 all helpers will be alerted.
1920
1921 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
1922 bots.
1923
1924 * Added $i replacer for HelpServ SET's, changes $i to a valid
1925 request id. If no iq exists for another bot uses $i then all
1926 that is displayed is $i.
1927
1928 * Changed the USERCMD function type from void to int so that we
1929 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
1930 function.
1931
1932 * Seeing as helpserv does its help slightly different i added in the
1933 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
1934 output looks the same.
1935
1936 * Addded usercmd_helpserv for to access USERINDEX.
1937
1938 * Allow users to use HELP even without an open request.
1939
1940 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
1941 Also added a USERINDEX. Plus added help for the above things i
1942 added to helpserv
1943
1944 * src/modcmd.c: Adjusted years.
1945
50ea69b0 19462007-01-03 Alex Schumann <rubin@afternet.org>
1947
1948 * src/opserv.c: fix crash in ctcp version checkin
1949
0c8d17fe 19502007-01-01 Alex Schumann <rubin@afternet.org>
1951
1952 * x3.conf.example: Fixed set_shows which didnt get updated a while
1953 back.
1954
c74bf46b 19552006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ee37b347 1956
1957 * src/spamserv.c: Try this, tho sizeof worked fine for me with
1958 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
1959
c74bf46b 19602006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a674c5d3 1961
1962 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
1963 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
1964
1965 * src/spamserv.h: Added caps scanning functionality.
1966
1967 * src/spamserv.help Added caps scanning help
1968
c74bf46b 19692006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
9e5e441d 1970
1971 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
1972
c74bf46b 19732006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2e4e27fe 1974
1975 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
1976 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
1977 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
1978 the specified levels will be exempt. All levels default to
1979 UL_OP (200) at first.
1980
1981 * src/spamserv.h: Added new except variables.
1982
1983 * src/spamserv.help: Added new sections for the new except SET
1984 options, plus removed the level lines for now.
1985
c74bf46b 19862006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
179a14f6 1987
1988 * Merry Christmas! :)
1989
1990 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
1991 with setting exceptlevel.
1992
9a8aa132 19932006-12-24 Alex Schumann <rubin@afternet.org>
1994
1995 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
1996 nickname.
1997
c74bf46b 19982006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc436744 1999
2000 * Merry Christmas! :)
2001
2002 * This completes RFE 1577823.
2003
2004 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
2005 excepts all people who are opped etc. Only people above this level
2006 will be immune now. Defaults to 300 for channels without the option
2007
2008 * src/spamserv.h: Added exceptlevel.
2009
2010 * src/spamserv.help: Added EXCEPTLEVEL.
2011
c74bf46b 20122006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
19c200c1 2013
2014 * Merry Christmas! :)
2015
2016 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
2017
2018 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
2019 and LISTTRUST added.
2020
8de34abd 20212006-12-20 Alex Schumann <rubin@afternet.org>
2022
2023 * src/Makefile.in: undo temp fix
2024
2025 * src/opserv.c: perm fix to HAVE_TRACK define problems
2026
2027 * src/configure.in: perm fix to HAVE_TRACK define problems
2028
2029 * src/config.h.in: perm fix to HAVE_TRACK define problems
2030
c74bf46b 20312006-12-21 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d3919a0d 2032
2033 * src/Makefile.in: Temp fix.
2034
2c00fbc2 20352006-12-20 Alex Schumann <rubin@afternet.org>
2036
2037 * src/proto-p10.c: added full mark support including as a trace
2038 criteria.
2039
2040 * src/opserv.c: added full mark support including as a trace
2041 criteria.
2042
2043 * src/hash.h: added full mark support including as a trace
2044 criteria.
2045
2046 * src/opserv.help: documented the 'marked' criteria in trace.
2047
6cf5f880 20482006-12-20 Alex Schumann <rubin@afternet.org>
7b0150f8 2049
2050 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
2051 commands. (such as delpeon of a user with non-standard peon level)
2052
6cf5f880 2053 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
2054 crash with service rename, and probably many other problems.
2055
2056 * src/mod-track.c: fixing memory problems, and the broken set command.
2057 Track may be stable now, needs large scale testing.
dd42e7fc 2058
c74bf46b 20592006-12-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
847f5770 2060
2061 * src/chanserv.help: Opps that will teach me for cut n pasting.
2062 Adjusted duration line for CLVL help. Users are not removed after
2063 the duration they are reverted back to their previous access
2064 level.
2065
c74bf46b 20662006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
27fa6acf 2067
2068 * src/chanserv.c: check the ircd side ban list too
2069
2070 * src/opserv.c: Fixed a small bug, woops.
2071
c74bf46b 20722006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5aa400d2 2073
2074 * src/chanserv.c: Added trace_check_bans, cut down version of
2075 check_bans for checkrestrictions
2076
2077 * src/chanserv.h: Declare trace_check_bans.
2078
2079 * src/opserv.c: Added addalert/trace option checkrestrictions. When
2080 using SVSJOIN as an action this option will check the ban lists, invite
2081 keys and limits of the target channel and if any match or exist (invite
2082 etc) then the SVSJOIN wont go through
2083
2084 * src/opserv.help: Added information about checkrestrictions.
2085
c74bf46b 20862006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09741492 2087
2088 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
2089
2090 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
2091 and lastlevel.
2092
2093 * src/chanserv.help: Added information about timed clvls.
2094
e766ec7c 20952006-12-18 Alex Schumann <rubin@afternet.org>
2096
2097 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
2098 instead of notice, when you get new memos. Fixed a buffer overrun with
2099 memo ids.
2100
2101 * src/mod-memoserv.help: fix-up help for settings.
2102
c74bf46b 21032006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fd20b142 2104
2105 * src/chanserv.c: New feature, channel managers can now add people
2106 with a duration. After the duration expires the person will be
2107 automatically removed and deoped.
2108
2109 * src/chanserv.h: Added expiry.
2110
2111 * src/chanserv.help: Added information about timed accesses.
2112
2113 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
2114 specified.
2115
c74bf46b 21162006-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
537128ea 2117
2118 * src/proto-p10.c: Reverted one of my line changes.
2119
c74bf46b 21202006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e8f92d55 2121
2122 * src/opserv.c: Fixed up a couple of $b errors.
2123
c74bf46b 21242006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b6b5e2f 2125
2126 * src/chanserv.c: Woops forgot to init the channel mode change.
2127
2128 * src/chanserv.h: Tweak to check_bans.
2129
2130 * src/proto-p10.c: Add some sanity checks plus moved the +x to
2131 after the CMD_FAKEHOST otherwise if the person auths then gets
2132 marked they will cause 2 Registered quits on the IRCd. Only one
2133 will happen now.
2134
c74bf46b 21352006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c99dcaf6 2136
2137 * src/chanserv.c: Added function check_bans to check bans in a
2138 specific channel when needed (see below).
2139
2140 * src/chanserv.h: check_bans deceleration.
2141
2142 * src/proto-p10.c: First of all we dont need a handle_info when
2143 checking for IsHiddenHost, the IRCd takes care of this. Made it
2144 so we copy the fakehost into user->fakehost so X3 can check
2145 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
2146 we need to recheck the users bans just in case a person has
2147 lamer'ed the marked hostname.
2148
d82cf2f0 21492006-12-12 Alex Schumann <rubin@afternet.org>
2150
2151 * configure.in: making google core lib optional
2152
2153 * configure: regenerated
2154
2155 * src/proto-p10.c: added support for sending nefarious marks
2156
2157 * src/proto.h: prototype for irc_mark
2158
2159 * src/opserv.help: documented new mark support. Also documented the
2160 svsjoin and svspart commands as they were missing.
2161
2162 * src/hash.h: added MARKLEN define
2163
2164 * src/opserv.c: added mark command as well as mark support in trace
2165 and addalert.
2166
c74bf46b 21672006-12-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8b2ad8d 2168
2169 * configure: Regenerated.
2170
2171 * configure.in: Add support for google core dumper. Plus updated
2172 tre to 0.7.5.
2173
2174 * Makefile.in: Regenerated.
2175
2176 * rx/Makefile.in: Regenerated.
2177
2178 * src/config.h.in: Regenerated.
2179
2180 * src/Makefile.in: Regenerated.
2181
2182 * tools/core_install.sh: Just like tre_install.sh. This installs
2183 the core dumper.
2184
2185 * tools/coredumper.tar.gz: Google core dumper 0.2.
2186 http://sourceforge.net/projects/goog-coredumper/
2187
2188 * tools/tre_install.sh: Updated version to 0.7.5
2189
2190 * tools/tre.tar.gz: Updated tre to 0.7.5.
2191
283cfa83 21922006-12-10 Alex Schumann <rubin@afternet.org>
2193
2194 * src/opserv.c: fix debug message left at wrong level ("checking
2195 reroute()")
2196
9079d26c 21972006-12-09 Alex Schumann <rubin@afternet.org>
2198
2199 * src/opserv.c: bugfixes to autorouting timer code
5c6bff84 2200 improved stats routing to clean up & take an argument
9079d26c 2201
2202 * src/opserv.h: bugfixes to autorouting timer code
2203
5c6bff84 2204 * src/opserv.help: document new stats routing syntax
2205
9079d26c 2206 * src/timeq.c: added some usefull (commented out) debugging code for
2207 figuring out timer problems.
2208
2209 * src/timerq.h: added some usefull (commented out) debugging code for
2210 figuring out timer problems.
2211
5c6bff84 2212 * src/proto-p10.c: cleanup/improve eob autorouting init
2213
da5b7dfc 22142006-12-08 Alex Schumann <rubin@afternet.org>
2215
2216 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
2217
2218 * src/proto-p10.c: moving version reply storage here, adding webTV
2219 no_notice support (automatiaclly dont send notices if version reply
2220 says its a webtv user since they cant SEE notices. (other clients to
2221 add?)) note, this needs a version query alert to get the version from
2222 them.
2223
2224 * src/helpfile.c: honor the no_notices user bit
2225
2226 * src/hash.h: add no_notices user bit
2227
8709474a 22282006-12-07 Alex Schumann <rubin@afternet.org>
2229
eaf715f1 2230 * src/opserv.c: Add filter ability to stats alerts + fixup
8709474a 2231
eaf715f1 2232 * src/opserv.help: document filter feature of stats alerts + fixup
8709474a 2233
7a278540 22342006-12-02 Alex Schumann <rubin@afternet.org>
2235
2236 * src/chanserv.c: fix to levels command (- were missing)
2237
2238 * src/tools.c: fix warning
2239
2240 * src/common.h: fix warning
2241
2242 * src/chanserv.help: update online help url, changed help general to
2243 use new $! command char replacement code.
2244
2245 * src/hash.c: fix warning when geoip is off
2246
2247 * src/helpfile.c: add new '$!' code for chanserv's current trigger
2248 char in help files
2249
11d3c79b 22502006-12-01 Alex Schumann <rubin@afternet.org>
2251
2252 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
2253 on users of non-standard access level such as 201. Fixed this by
2254 changing mdelop and friends to work on the range of access levels.
c9bf23fe 2255 Added a LEVELS command.
2256
2257 * src/chanserv.h: corrected PEON access defines such that 1-150 is
2258 peon instead of 100-150 with 1-99 being undefined.
2259
2260 * src/chanserv.help: help for new LEVELS command
2261
2262 * src/helpfile.c: Improved table functions so that it automatically
2263 right-justifies numerical columns.
2264
2265 * src/tools.c: Added helper functions str_is_number and msnprintf (an
2266 auto-mallocing printf function)
2267
2268 * src/common.h: defines and defines for msnprintf and str_is_number
2269
11d3c79b 2270
23b7ec6e 22712006-11-30 Alex Schumann <rubin@afternet.org>
2272
2273 * src/chanserv.c: Modified .myaccess such that if you give it your own
2274 account when you are not a helper, it still works. (Requested by
2275 Jigsy)
2276
2277 * src/nickserv.help: Corrected the help file to feed oregister based
2278 on email_required instead of email_enabled
2279
d9ffe0e7 2280 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
2281 causes crash in set if no title) thanks xanjunior
2282
c74bf46b 22832006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4b44eb0f 2284
2285 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
2286 opserv WHOIS from another service (when bound), the channels reply
2287 would come from o3 instead of that service.
2288
c74bf46b 22892006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39c1a4ef 2290
2291 * src/opserv.c: Added in SVSPART alert/traces.
2292
2293 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
2294
2295 * src/proto.h: Added in decleration for svspart.
2296
2297 * src/proto-p10.c: Extend current SVSPART functionality so that we
2298 can send them with traces etc.
2299
a62ba70c 23002006-10-14 Alex Schumann <rubin@afternet.org>
2301
2302 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
2303 in svsjoin alerts. Cleanup old silent code fragments left over. Check
2304 for missing chantarget in alerts also.
2305
0e08a8e0 23062006-10-12 Alex Schumann <rubin@afternet.org>
2307
2308 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
2309 setup x3 to version only users matching a criteria, and then another
2310 alert to do someting based on the version reply. This should be
2311 usefull for finding bots etc. Or, for example, you can make all xchat
2312 people join #xchat, or all mirc join #mirc etc.
2313 Also, there is a fix in here for SVSJOIN which i hadn't gotten
2314 everything working with.
2315
2316 * src/proto-p10.c: added privmsg_user and version_user functions
2317
2318 * src/proto.h: added privmsg_user and version_user function
2319 declerations
2320
2321 * src/hash.h: added version_reply variable to users
2322
2323
2324
c408f18a 23252006-10-12 Alex Schumann <rubin@afternet.org>
2326
2327 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
2328 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
2329 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
2330 or send all level3 users to a perticular channel on connection, etc.
2331
ff5f1ab2 23322006-10-12 Alex Schumann <rubin@afternet.org>
2333
2334 * src/chanserv.c: Make lamers not affect users on the userlist above
2335 inviteme level in the channel. (why kb users who can .uba and
2336 .inviteme back in?)
2337
c74bf46b 23382006-10-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e7eaa91 2339
2340 * src/spamserv.c: Ignore those with access (if the options are
2341 disabled- scanchanops, scanhalfops, scanvoiced.
2342
ffb204b6 23432006-10-08 Alex Schumann <rubin@afternet.org>
1e7eaa91 2344
ffb204b6 2345 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
2346 autojoin. Not really a great solution. Instead, move auth_handler
3c83701b 2347 funcs to be called after stamping etc. thx to Buttaknife for this
2348 solution.
ffb204b6 2349
2350 * src/nickserv.c: move auth_func calls to after stamping, and
2351 commented up the cmd_auth source to make it more managable.
2352
075d7932 23532006-10-04 Alex Schumann <rubin@afternet.org>
2354
2355 * src/chanserv.c: remove redundant 'none' from empty llists
2356
c74bf46b 23572006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eca6aa4f 2358
2359 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
2360 over with odelcookie now.
2361
c74bf46b 23622006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
10fb34f6 2363
2364 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
2365 in a channel and a user auths in the channel, the user will not
2366 receive autoop etc if they have it enabled in uset.
2367
23682006-10-03 Alex Schumann <rubin@afternet.org>
e6dce34c 2369
2370 * src/opserv.c: Check for connect timer entries before adding new
2371 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
2372
c74bf46b 23732006-09-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
95adb209 2374
2375 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
2376 by him.
2377
c74bf46b 23782006-09-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
dd019452 2379
2380 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
2381 happening before autohide. Let me know if its still happening before
2382 autohide.
2383
2384 * src/chanserv.help: Updated the AUTOJOIN bit.
2385
5b66c0c2 23862006-09-13 Alex Schumann <rubin@afternet.org>
2387
2388 * src/chanserv.help: improved the help listing for the info command,
2389 and information help category.
2390
c74bf46b 23912006-09-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
14f0e274 2392
2393 * src/mod-memoserv.c: Fixed crash bug.
2394
2395 * src/spamserv.c: Ignore opers.
2396
c74bf46b 23972006-08-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4a2a9a4e 2398
2399 * README: tweaks.
2400
c74bf46b 24012006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
73bcd46c 2402
2403 * src/chanserv.help: Tweaked a , to .
2404
c74bf46b 24052006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ffd8a4c9 2406
2407 * src/opserv.help: Removed privs menu so we can release a tarball.
2408
90e75ffd 24092006-08-25 Alex Schumann <rubin@afternet.org>
2410
2411 * src/chanserv.c: fix uset reply for halfops
2412
2413 * src/nickserv.help: document the 'b' account flag
2414
c74bf46b 24152006-08-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f16ad9e7 2416
2417 * x3.conf.example: Added hidden host style option and key options
2418 for style 2.
2419
2420 * src/hosthiding.h: Remove KEY #defines.
2421
2422 * src/hosthiding.c: Set the keys only once using the conf values.
2423
2424 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
2425 of standard hidden hosts if style is 2.
2426
2427 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
2428 of standard hidden hosts if style is 2.
2429
2430 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
2431 hostname (unresolved). This is how Nefarious works.
2432
2433 * src/tools.c: Generate hidden hosts off crypt hosts instead
2434 of standard hidden hosts if style is 2.
2435
c74bf46b 24362006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cd25f2e9 2437
2438 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
2439
2440 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
2441
2442 * src/proto.h: irc_svsjoin decelerations.
2443
2444 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
2445 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
2446 an SJ it will be handled properly as a JOIN. Did the same for
2447 SVSPART.
2448
c74bf46b 24492006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a45018b2 2450
2451 * src/spamserv.c: Fixed the +k issue with spamserv.
2452
c74bf46b 24532006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6c34bb5a 2454
2455 * src/opserv.c: Added PRIVSET Command.
2456
2457 * src/opserv.help: Added PRIVSET Command. Plus contents for the
2458 privs section.
2459
2460 * src/proto.h: irc_privs deceleration.
2461
2462 * src/proto-p10.c: Fixed a compile issue plus added functions for
2463 setting and checking privs.
2464
c74bf46b 24652006-08-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
89d871d8 2466
2467 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
2468
2469 * src/hash.h: Priv declerations.
2470
2471 * src/opserv.c: Show privs in WHOIS output.
2472
2473 * src/proto.h: client_report_privs decleration.
2474
2475 * src/proto-p10.c: Handle PRIV only for type 6 servers.
2476
90e75ffd 24772006-08-19 Alex Schumann <rubin@afternet.org>
2478
2479 * src/authserv.c: document the oset flag +b in help (hide from staff
2480 command.)
2481
33741441 24822006-08-19 Alex Schumann <rubin@afternet.org>
2483
2484 * src/chanserv.c: added reply command, which responds similar to calc,
2485 but with any message. (for use with bindings)
2486
2487 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
2488 are replaced with the target command's calling user's account, nick,
2489 and numnick respectively. This and the above allows things like:
2490 BIND x3 account x3.reply your account is $a or
2491 BIND x3 kickme x3.kick $n $1-
2492 more to come, maybe, later.
2493
37d706b7 24942006-08-01 Alex Schumann <rubin@afternet.org>
2495
2496 * src/modcmd.c: Added OSI certification message to VERSION command
2497
c74bf46b 24982006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
01a5e8c8 2499
2500 * x3.conf.example: Redid part of the geoip summary.
2501
c74bf46b 25022006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1ad7ac15 2503
2504 * src/opserv.c: If we have a city, latitude and longitude returned
2505 then show a map url. Some results have no city but a latitude and
2506 a longitude. The coordinates are useless in this case and most
2507 people would know where the country is around abouts.
2508
c74bf46b 25092006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
58528547 2510
2511 * src/hash.c: Speed up city and country lookups significantly.
2512 Just slow for the first read but once thats done the rest is fast.
2513
c74bf46b 25142006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3a4fdc79 2515
2516 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
2517 I dont know if this will work for sure as i cant reproduce it. But
2518 my theory is that once the user is kicked the mode node is dropped.
2519 Users without modes should still return a valid mode node.
2520
c74bf46b 25212006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5678501c 2522
2523 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
2524 if a giveownership command was issued in a channel with no owners.
2525
c74bf46b 25262006-08-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
21f6caee 2527
2528 * configure: Regenerated.
2529
2530 * configure.in: Added checks for GeoIP headers and libs.
2531
2532 * x3.conf.example: Add in 2 options for the dat filenames of the
2533 city and country files. If not specified then no geoip data
2534 will be checked.
2535
2536 * src/config.h.in: Regenerated.
2537
2538 * src/hash.c: Created a function to check the geoip info from the
2539 dat files.
2540
2541 * src/hash.h: Decelerations plus added entries to the userNode
2542 struct.
2543
2544 * src/opserv.c: Display the GeoIP information in WHOIS.
2545
2546 * src/proto-p10.c: Call the new geoip data collection function
2547 towards the end of AddUser.
2548
c74bf46b 25492006-08-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a2dbccef 2550
2551 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
2552
4d69a3b1 25532006-08-01 Alex Schumann <rubin@afternet.org>
2554
2555 * src/chanserv.c: Add automode 6, to just voice everyone with access.
2556 Idea by daniel (thx)
2557
c74bf46b 25582006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2559
2560 * This message is apart of the below one, its just seperate so
2561 it doesnt get lost amongst the below messages.
2562
2563 * src/global.c: Fixed a warning.
2564
c74bf46b 25652006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2566
2567 * configure: Removed bahamut support, didnt even work.
2568
2569 * configure.in: Removed bahamut support, didnt even work.
2570
2571 * INSTALL: Removed bahamut support, didnt even work.
2572
2573 * x3.conf.example: Removed bahamut support, didnt even work.
2574
2575 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
2576
2577 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
2578 work.
2579
2580 * src/config.h.in: Removed bahamut support, didnt even work.
2581
2582 * src/gline.c: Removed bahamut support, didnt even work.
2583
2584 * src/hash.h: Removed bahamut support, didnt even work.
2585
2586 * src/nickserv.c: Removed bahamut support, didnt even work.
2587
2588 * src/nickserv.h: Removed bahamut support, didnt even work.
2589
2590 * src/Makefile.am: Removed bahamut support, didnt even work.
2591
2592 * src/Makefile.in: Removed bahamut support, didnt even work.
2593
2594 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
2595
2596 * src/shun.c: Removed bahamut support, didnt even work.
2597
c74bf46b 25982006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
57692f5e 2599
2600 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
2601 spamserv.c, nickserv.c.
2602
2603 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
2604
2605 * src/nickserv.c: Changed global_message uses to global_message_arg's.
2606
2607 * src/opserv.c: Changed global_message uses to global_message_arg's.
2608
2609 * src/spamserv.c: Changed global_message uses to global_message_arg's.
2610
c74bf46b 26112006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09a3057c 2612
2613 * src/chanserv.c: Changed global_message uses to global_message_arg's.
2614
2615 * src/global.c: Added language strings for chanserv.c
2616
c74bf46b 26172006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4d99495c 2618
2619 * src/global.c: Make sure we arnt sending duplicate messages in
2620 some cases.
2621
c74bf46b 26222006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
985d4109 2623
2624 * src/x3.conf.example: Removed the targets option.
2625
2626 * src/global.c: Wrote new function that will global message users
2627 and/or opers and/or helpers messages in their own langauge. The
2628 strings are set either in language files or in the global.c message
2629 struct. This allows us to send defcon notices to people and they
2630 will get them in their own language if they have it set.
2631
2632 * src/global.h: global_message_args decleration.
2633
2634 * src/opserv.c: Removed targets option for defcon as its too hard
2635 to send messages to people in channels if the people have different
2636 language settings.
2637
c74bf46b 26382006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d8b9cb7c 2639
2640 * src/opserv.c: TODO stuff.
2641
c74bf46b 26422006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0272358e 2643
2644 * x3.conf.example: Added SHUN setting for DEFCON.
2645
2646 * doc/DEFCON: Added SHUN setting for DEFCON.
2647
2648 * src/opserv.c: Moved the gline check to here. Also added a SHUN
2649 check.
2650
2651 * src/opserv.h: Added SHUN setting for DEFCON.
2652
2653 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
2654
c74bf46b 26552006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
08895577 2656
2657 * x3.conf.example: Added new Defcon system settings
2658
2659 * doc/DEFCON: Anope's Defcon doc adapted for X3.
2660
2661 * src/chanserv.c: Block mode changes and channel registrations if
2662 required.
2663
2664 * src/mod-memoserv.c: Block new memos if required.
2665
2666 * src/nickserv.c: Block nick registrations if required.
2667
2668 * src/opserv.c: Added in defcon system, uses some of the anope code.
2669 Most tho is from scratch.
2670
2671 * src/opserv.h: Defcon declerations.
2672
2673 * src/opserv.help: Added DEFCON entry.
2674
2675 * src/proto-p10.c: If required gline new clients, also if required
2676 kill new clients.
2677
35305a49 26782006-07-29 Alex Schumann <rubin@afternet.org>
2679
2680 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
2681 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
2682 not comfortable running 'make install' on libtre from ./configure.
2683 This violates what the user expects in a way that can harm the system.
2684 Changed how the libtre checks work and provided easy-to-use install
0754f993 2685 script. -fix link stage
35305a49 2686
2687 * rx/Makefile.in: fix autotools warning(s)
2688
babc1c07 26892006-07-28 Alex Schumann <rubin@afternet.org>
2690
2691 * src/nickserv.help: add odelcookie to help oper
2692
31543e44 2693 * x3.conf.example: update & improve x3.conf.example description of
2694 extended_accounts setting.
2695
964abe6b 26962006-07-26 Alex Schumann <rubin@afternet.org>
2697
2698 * src/opserv.c: Fix crash when doing reroute if routing isnt
ce9266cf 2699 configured. | Voice discovered that the error message for addplan fail
2700 was typeo'd so not showing.
964abe6b 2701
20517d48 2702 * src/opserv.help: slight changes to routing help.
2703
2704 * src/chanserv.c: let non-staff see when channels were registered with
2705 .info
2706
d9d33535 27072006-07-24 Alex Schumann <rubin@afternet.org>
2708
2709 * src/proto-p10.c: dont burst channels with 0 users in them (which
2710 were created by alert discrims, most likely)
2711
27122006-07-23 Alex Schumann <rubin@afternet.org>
2713
2714 * x3.conf.example: Added chanserv "modes" to example - use to control
2715 what usermodes chanserv gets. Mainly for setting +d or not, if you
2716 have nef 1.0 'b:' lines setup.
2717
c74bf46b 27182006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bae4525d 2719
2720 * src/nickserv.c: If theres no title set then the default title
2721 will therefore be the first part of hidden_host in x3.conf.example,
2722 so for consistency with opt_fakehost we will print this.
2723
c74bf46b 27242006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
88b0672a 2725
2726 * src/nickserv.c: The reason why theres no arg rubin is that
2727 if you want to print the fakehost then u dont specify an arg.
2728 This tells opt_fakehost to set fake to the current fakehost
2729 and pass it on to be printed.
2730
bf93ca8d 27312006-07-23 Alex Schumann <rubin@afternet.org>
2732
116d100f 2733 * src/nickserv.c: Add config file regex fakehost test + sanity
574bfc14 2734 checking in title as well (fixed).
bf93ca8d 2735
8108185c 2736 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
2737 instead of argv[2]==null since argv's dont get set null.
2738
c74bf46b 27392006-07-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eb43ca8c 2740
2741 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
2742
2743 * src/proto-p10.c: Host in topic supports sethost and fakehost
2744 now.
2745
47956fc5 27462006-07-21 Alex Schumann <rubin@afternet.org>
2747
2748 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
2749 irc_connect, and added callbacks to handle connect failures and
2750 successes. (All prep for auto routing system)
0520d39a 2751
47956fc5 2752 * src/proto.h: Added support for irc_wallop, irc_squit,
2753 irc_connect, and added callbacks to handle connect failures and
2754 successes. (All prep for auto routing system)
0520d39a 2755
dd1fc2a3 2756 * src/opserv.help: Help entries for auto routing system + fix typeo in
2757 routing example
0520d39a 2758
47956fc5 2759 * src/hash.h: New structs for auto routing system
0520d39a 2760
da0c436d 2761 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
2762 error message to debug message.
0520d39a 2763
47956fc5 2764 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
0520d39a 2765
47956fc5 2766 * src/modcmd.c: added 'routing' main command alias.
2767
c74bf46b 27682006-07-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5006460e 2769
2770 * x3.conf.example: Added host_in_topic option for sending full
2771 nick!user@host if its enabled. Default to one as Nefarious is
2772 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
2773 you have this enabled on X3 and not on your Nefarious server.
2774
2775 * src/proto-p10.c: Make use of host_in_topic.
2776
c092fcad 27772006-07-13 Alex Schumann <rubin@afternet.org>
2778
2779 * src/opserv.c: make the bot reply from the nick you /msg in all
2780 cases, if commands are bound to a different bot.
2781
2782 * src/nickserv.c: make the bot reply from the nick you /msg in all
2783 cases, if commands are bound to a different bot.
2784
2785 * src/chanserv.c: make the bot reply from the nick you /msg in all
2786 cases, if commands are bound to a different bot.
2787
2788 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
2789 msg, not the defined memoserv bot, if commands are aliased to other
2790 bots. This may also fix the crash bug playa reported at
2791 http://www.unrealgamers.net/forums/index.php?showtopic=138
2792
be3d31e0 27932006-07-11 Alex Schumann <rubin@afternet.org>
2794
75ef8cdc 2795 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
2796 and some x3 topic functions.
2797
be3d31e0 2798 * x3.conf.example: Improved server/type setting documentation,
2799 and changed default to 5.
2800
0c0adfe0 28012006-07-11 Alex Schumann <rubin@afternet.org>
2802
2803 * src/opserv.c: fixed silent alerts not getting picked up from db file
2804 on read/load.
2805
827ecd60 28062006-07-11 Alex Schumann <rubin@afternet.org>
2807
df5f6070 2808 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
2809 when adding an invalid jupe servername or numeric.
2810 this closes bug number 1513510.
2811
827ecd60 2812 * src/modcmd.c: if pubcmd is set higher than your level, only respond
2813 with the denied msg if the command was actually found. this closes bug
2814 number 1509382.
2815
22d5d8cf 28162006-07-10 Alex Schumann <rubin@afternet.org>
2817
2818 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
2819 non-logged-in user (null pointer)
2820
3f5b8801 28212006-07-09 Alex Schumann <rubin@afternet.org>
2822
2823 * src/nickserv.c: fixed bug where unignores were getting sent to the
2824 user multiple times, instead of to each online nick once.
2825
d07e3fff 28262006-07-09 Alex Schumann <rubin@afternet.org>
2827
f0b5157b 2828 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
b6599cc2 2829 spot. Ugh, messed up the fix. Trying again :)
d07e3fff 2830
c74bf46b 28312006-07-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5f1600ab 2832
2833 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
2834 If the target is ignoring the person inviting them then the invite
2835 is denied.
2836
a76bcc6a 28372006-07-07 Alex Schumann <rubin@afternet.org>
2838
2839 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
2840 memoserv most easily seen when sending short memos. Rewrote the flag
2841 handling part of memo send to correct it.
2842
18757dc0 28432006-07-05 Alex Schumann <rubin@afternet.org>
2844
2845 * src/helpfile.c: pLaYa pointed out the table code row count is off by
2846 one. Fixed.
2847
c74bf46b 28482006-06-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5b1166fd 2849
2850 * configure: Regenerated.
2851
2852 * configure.in: Make use of TRE regexp library. Its more powerful
2853 than the standard library (http://laurikari.net/tre/index.html).
2854 Im also pondering adding services side regexp bans, X3 would
2855 probably required a channel flag called say advanced that can
2856 only be set by the owner. If enabled then regexp bans can be
2857 used. I also added an output saying what modules are enabled,
2858 what protocol is enabled, what malloc is choosen and if debugging
2859 is enabled. Just a bit of a message as the user will of seen
2860 programs just finish compiling and he/she/it may think it
2861 was X3 compiling, but it was just TRE compiling. They still need
2862 to compile X3.
2863
2864 * src/config.h.in: Regenerated.
2865
2866 * src/Makefile.am: Tweak for TRE.
2867
2868 * src/Makefile.in: Regenerated.
2869
2870 * src/nickserv.c: Use the new regex.h Im sure -I includes get
2871 called before system includes like /usr/include.
2872
2873 * src/opserv.c: Use the new regex.h Im sure -I includes get
2874 called before system includes like /usr/include.
2875
2876 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
2877 compile this just before configure finishes up. Sits around
2878 470KB, rather than another 2.5MB if i TRE untarred. I suppose
2879 i could get it down a bit more using Bzip but there are some
2880 boxes out there still without bzip.
2881
c74bf46b 28822006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b4a47ca 2883
2884 * src/mod-memoserv.c: Better history implementation. A seperate
2885 table is used for history entries. Entries contain the same
2886 fields as the memo table except for the message, read, and flags.
2887 Entries are only removed from the history db when they get
2888 expired by do_expire (older than message_expire). Also fixed
2889 up a issue with STATUS. On AfterNET we were getting huge large
2890 for the amount of memos. I now realise it was reading the amount
2891 of users. It now reads the proper amount of memos. I also a count
2892 for history entries.
2893
2894 * src/mod-memoserv.help: EXPIRE handles history and memos now.
2895
c74bf46b 28962006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
35ca8140 2897
2898 * src/mod-memoserv.c: Make use of ignore lists when trying to
2899 send memos.
2900
c74bf46b 29012006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6546e922 2902
2903 * src/spamserv.c: Crash fix (finally). Been meaning to do this
2904 for a while now.
2905
a8370a20 29062006-06-23 Alex Schumann <rubin@afternet.org>
2907
2908 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
2909 src/modcmd.c, src/nickserv.c: Improvements to
2910 table output and help display.
2911
2912 * src/mod-memoserv.c: fix segfault
2913
29142006-06-23 Alex Schumann <rubin@afternet.org>
6c3ce3bb 2915
2916 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
2917 fix it and re-apply if you want it..
2918
2919 * src/chanserv.h: Backing out the bantype patch.
2920
2921 * src/chanserv.help: Backing out the bantype patch.
2922
c74bf46b 29232006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8cfd8013 2924
2925 * src/mod-memoserv.c: Fixed a bug.
2926
c74bf46b 29272006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cbc5a1a4 2928
2929 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
2930 if the recipient deletes the memo it will not be listed in the
2931 HISTORY list.
2932
2933 * src/mod-memoserv.help: HISTORY entry.
2934
c74bf46b 29352006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2a951803 2936
2937 * src/mod-memoserv.c: Added new flags, see below.
2938
2939 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
2940 added flags for always ignoring read reciepts and always sending
2941 read reciepts.
2942
c74bf46b 29432006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f2e592d3 2944
2945 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
2946 that you have sent, aslong as they have not been read yet.
2947
2948 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
2949 recipient to read reciept stuff.
2950
c74bf46b 29512006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
34a9e19a 2952
2953 * src/mod-memoserv.c: Redid the db stuff, it now writes users
2954 settings and memos to the memoserv database.
2955
c74bf46b 29562006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
512d7958 2957
2958 * src/mod-memoserv.c: Small bug fix.
2959
c74bf46b 29602006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
82794e1b 2961
2962 * src/mod-memoserv.c: Added read recipient support via SEND using
2963 -r as a flag. Messages with requested read recipients have a (r)
2964 shown beside the sender nick in LIST. People can ignore a read
2965 recipient using -i when reading the message via READ. Its all
2966 in the help file.
2967
2968 * src/mod-memoserv.help: Added read recipient relevent bits.
2969
2970 * src/opserv.help: Added halfopping functions.
2971
c74bf46b 29722006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acb6d53d 2973
2974 * src/x3.conf.example: Forgot a ;.
2975
c74bf46b 29762006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8692672 2977
2978 * src/mod-memoserv.c: Make use of SET LIMIT.
2979
c74bf46b 29802006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d9abe201 2981
2982 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
2983
c74bf46b 29842006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8138c9f 2985
2986 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
2987
c74bf46b 29882006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acf3c6d5 2989
2990 * x3.conf.example: Max limit for Memoserv LIMIT option.
2991
2992 * src/hash.h: Fixed halfops issue.
2993
2994 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
2995 amount of memos you can have. This does not do anything yet as
2996 im committing the half ops fix now. This code is fine it just
2997 allows you to adjust the limit for now.
2998
c74bf46b 29992006-06-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e3e5ba49 3000
3001 * x3.conf.example: Commented out SpamServ module as there are bugs
3002 and i cant give a definate date as to when i can fix it. Im not
3003 home much these days.
3004
3005 * src/mod-memoserv.c: Redid the SET code using some whatnet code
3006 by wasted. Tweaked here and there. Also added some formatting in
3007 LIST and SET like chanserv SET. Oh and MemoServ will join
3008 autojoin_channels if MemoServ is in a seperate nickname.
3009
3010 * src/mod-memoserv.help: Added OSET and done some tweaking.
3011
3012 * src/nickserv.c: Allow the use of get_victim_oper outside of
3013 nickserv.c.
3014
3015 * src/nickserv.h: Allow the use of get_victim_oper outside of
3016 nickserv.c.
3017
b3052f71 30182006-06-07 Alex Schumann <rubin@afternet.org>
3019
3020 * src/chanserv.help: Added a couple set helps that were missing.
e1443247 3021
3022 * src/helpfile.c: fix missing space in multi-column table output such
3023 as /msg opserv commands * (with nickserv tablewidth setting >60)
b3052f71 3024
1c5f6697 30252006-06-06 Alex Schumann <rubin@afternet.org>
3026
e3e5ba49 3027 * src/opserv.c: Change how addalert silence works, so that its a
3028 parameter instead of an action, and also works with trace now.
3029
1c5f6697 3030 * x3.conf.example: Added a config setting of level needed to use
3031 'silent yes' in trace/addalert.
3032
d762299d 30332006-06-04 Alex Schumann <rubin@afternet.org>
3034
3035 * src/nickserv.c: Fix oregister
3036
7293d1d3 3037 * src/nickserv.help: Update help for oregister
3038
c74bf46b 30392006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a6a4707e 3040
3041 * src/proto-p10.c: Properly handle incomming manual silences.
3042
c74bf46b 30432006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
668dc38e 3044
3045 * src/common.h: pretty_mask etc declerations.
3046
3047 * src/nickserv.c: Parse the mask through pretty_mask before adding
3048 it. Normal ircd side silences go through this, this just keeps
3049 things looking the same and if a user tries to remove a silence
3050 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
3051
3052 * src/proto-p10.c: Send a + if adding a silence.
3053
3054 * src/tools.c: pretty_mask and one other function for reformatting
3055 a hostname so its pretty :) from IRCu.
3056
92fac64c 30572006-06-04 Alex Schumann <rubin@afternet.org>
668dc38e 3058
92fac64c 3059 * src/nickserv.c: Send silences to every nick of a handle, not the
3060 nick that did the command.
3061
c74bf46b 30622006-06-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3ec42e29 3063
3064 * src/main.c: Moved spamserv initilization to after chanserv.
3065
3066 * src/spamserv.c: Read the db earlier.
3067
c74bf46b 30682006-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
63c95a47 3069
3070 * configure: Regenerated.
3071
3072 * configure.in: Bumped version and changed list email.
3073
3074 * x3.example.conf: Added SpamServ options.
3075
3076 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
3077
3078 * src/chanserv.h: Declerations
3079
3080 * src/main.c: Init the new SpamServ service.
3081
3082 * src/Makefile.am: Added SpamServ files.
3083
3084 * src/Makefile.in: Regenerated
3085
3086 * src/modcmd.c: Added SpamServ to REBINDALL.
3087
3088 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
3089
3090 * src/proto-common.c: Make sure SpamServ gets notices.
3091
3092 * src/spamserv.c: New service that checks for spamming, floods etc.
3093 Requires an oper to register it to a channel for it to work.
3094
3095 * src/spamserv.h: Decelerations.
3096
3097 * src/spamserv.help: Help entries for SpamServ.
3098
c74bf46b 30992006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fe32eb19 3100
3101 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3102
3103 * src/chanserv.c: Added selectable bantypes.
3104
3105 * src/chanserv.h: Added selectable bantypes.
3106
3107 * src/chanserv.help: Added help entries.
3108
c74bf46b 31092006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0b587959 3110
3111 * src/nickserv.c: Added user option ADVANCED, when we add more
3112 advanced commands users will need to set this to see the options
3113 in help. Further work in helpfile is still needed afaik. This is
3114 just the basics.
3115
3116 * src/nickserv.h: Advanced option declerations.
3117
3118 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
3119 Seems no one added that when they added the AUTOHIDE option.
3120
c74bf46b 31212006-05-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7637f48f 3122
3123 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3124
3125 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
3126 and denied_fakehost_words. Also dropped refresh_period for chanserv
3127 set resync.
3128
3129 * src/chanserv.c: Added god_timeout, disable god mode automatically
3130 when the period times out. Also added a new set option- resync, auto
3131 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
3132
3133 * src/chanserv.help: Added entry for SET RESYNC.
3134
3135 * src/global.c: Join global into autojoin_channels if enabled.
3136
3137 * src/main.c: Some tweaking for autojoin_channels.
3138
3139 * src/mod-memoserv.c: If a user has memos and notify on login
3140 enabled then only display the notify notice on login and not
3141 during a netburst.
3142
3143 * src/mod-track.c: Quashed a warning.
3144
3145 * src/modcmd.c: Added functions for god_timeout. Also added wasted
3146 to VERSION output for credits for these features.
3147
3148 * src/nickserv.c: Added denied_fakehost_words, deny the words set
3149 there if an oper trys to use them in a fakehost. Also autojoin
3150 chanserv if enabled into autojoin_channels.
3151
3152 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
3153 after a drone attack. Also join opserv and reserved nicks into
3154 autojoin_channels if opserv/reserved is enabled.
3155
3156 * src/opserv.help: Added entry for REFRESHMAX.
3157
0779bbcf 31582006-05-25 Alex Schumann <rubin@afternet.org>
3159
b5c80c61 3160 * src/proto-p10.c: make non-existant server type setting not crash x3.
3161
0779bbcf 3162 * src/nickserv.help: Added newby tip to authserv registration
3163 help (about < and >)
3164
3165 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
3166 deref null kicker)
3167
c74bf46b 31682006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
56958740 3169
3170 * src/chanserv.c: Set SWHOIS's when a user auths.
3171
3172 * src/hosthiding.c: Fixed a segfault.
3173
3174 * src/nickserv.c: Epithets now use SWHOIS.
3175
3176 * src/proto.h: Declerations for irc_swhois.
3177
3178 * src/proto-p10.c: Handle SWHOIS's.
3179
c74bf46b 31802006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
68b75482 3181
3182 * src/hash.h: Bumped SOCKIPLEN
3183
3184 * src/hosthiding.c: Functions to crypt IPv6 addresses.
3185
3186 * src/hosthiding.h: IPv6 function declerations.
3187
3188 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
3189 with the ipv6 crypting function.
3190
c74bf46b 31912006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
37ef8ee3 3192
3193 * src/hash.h: Bits needed for other type of host hiding.
3194
3195 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
3196
3197 * src/hosthiding.c: This will generated crypted style 2 Nefarious
3198 hidden hosts and ips. Currently they are just displayed in O3
3199 WHOIS. Im yet to expand this.
3200
3201 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
3202
3203 * src/Makefile.in: Regenerated.
3204
3205 * src/opserv.c: Display crypted hosts n ips in WHOIS.
3206
3207 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
3208 save them in user->crypthost user->cryptip.
3209
c74bf46b 32102006-05-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c02cd944 3211
5177fd21 3212 * src/chanserv.c: Set ignores when you authenticate.
c02cd944 3213
5177fd21 3214 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
3215 Used for centralized silence list management. Currently set ignores
3216 can be viewed in ACCOUNTINFO for via ircd SILENCE.
3217
3218 * src/nickserv.h: Declerations.
3219
3220 * src/nickserv.help: Added help entries for above commands.
3221
3222 * src/proto.h: Declerations.
3223
3224 * src/proto-p10.c: Functions to handle silences
c02cd944 3225
d9896a83 32262006-05-18 Alex Schumann <rubin@afternet.org>
3227
b34a7505 3228 * src/proto-p10.c: Fixed up the track module a bit more
d9896a83 3229
b34a7505 3230 * src/hash.c: Fixed up the track module a bit more, including
3231 reporting correctly when X3 kicks someone. This should affect mrsnoopy
3232 as well, hopefully wont cause any bugs.
d9896a83 3233
e5c85987 3234 * src/mod-track.c: Fixed up the track module a bit more - made track
3235 all/none work
d9896a83 3236
b34a7505 32372006-05-18 Alex Schumann <rubin@afternet.org>
3238
3239 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
3240
3241 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
3242
3243 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
3244
3245 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
d9896a83 3246
32472006-05-18 Alex Schumann <rubin@afternet.org>
3248
b34a7505 3249 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
12673a59 3250 in.
3251
b34a7505 3252 * src/mod-track.c: some cleanups and textual changes, to make the commands
12673a59 3253 slightly more user friendly.
3254
c74bf46b 32552006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5177fd21 3256
3257 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
3258
3259 * src/x3.conf.example.: adding 050 'type' to server config (rubin
3260 fixed missing ';' and changelog entries)
3261
c74bf46b 32622006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f6c7c603 3263
3264 * Most files: Heh i cant be bothered listing all files, see websvn
3265 if you want specific files. I just added a new tracking module, its
3266 just like snoop except it targets specified users. The actual
3267 commit is in the previous revision, i just forgot to update this to
3268 tick over the svn version in version output.
3269
c74bf46b 32702006-05-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
697f4c9a 3271
2f61d1d7 3272 * Most files: Major update off the new release of srvx 1.3.1. Also
3273 seeing as the new updates dont all have changelog entries ive dropped
3274 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
697f4c9a 3275
2f61d1d7 32762006-03-20 Alex Schumann <rubin@afternet.org>
697f4c9a 3277
2f61d1d7 3278 * src/chanserv.c: core fix; check if theres a handle_info before looking
3279 at style...
697f4c9a 3280
2f61d1d7 3281 * src/helpfile.c: core fix; check if theres a handle_info before looking
3282 at style...
697f4c9a 3283
2f61d1d7 32842006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3285
2f61d1d7 3286 * src/chanserv.c: more clean style changes
697f4c9a 3287
2f61d1d7 32882006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3289
2f61d1d7 3290 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
3291 and dhp1080 made me do it) Needs lots of work to remove ----
3292 headers for 'clean' setting.
697f4c9a 3293
2f61d1d7 3294 * src/helpfile.c: Added nickserv 'style' stetting back.
697f4c9a 3295
2f61d1d7 3296 * src/nickserv.help: Added help for set style.
697f4c9a 3297
2f61d1d7 3298 * src/mod-helpserv.c: make style affect table outputs.
697f4c9a 3299
2f61d1d7 3300 * src/nickserv.c: Added nickserv 'style' setting back.
697f4c9a 3301
2f61d1d7 3302 * src/nickserv.h: Added nickserve 'style' setting back.
697f4c9a 3303
2f61d1d7 33042006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3305
2f61d1d7 3306 * src/proto-p10.c: Added conf setting for extended_accounts for
3307 backward compatability with stock undernet ircd.
dee9951d 3308
2f61d1d7 3309 * x3.conf.example: Added conf setting for extended_accounts for
3310 backward compatability with stock undernet ircd.
dee9951d 3311
2f61d1d7 33122006-03-06 Alex Schumann <rubin@afternet.org>
3313
3314 * src/opserv.help: Added missing trace criteria to help,
3315 and fixed up a few other bits of help around that topic.
dee9951d 3316
2f61d1d7 33172006-01-16 Alex Schumann <rubin@afternet.org>
dee9951d 3318
2f61d1d7 3319 * src/tools.c: created an email valididty function
dee9951d 3320
2f61d1d7 3321 * src/nickserv.c: check valididty of email better
dee9951d 3322
2f61d1d7 3323 * src/sendmail.c: check validity of email better
dee9951d 3324
2f61d1d7 33252006-01-06 Alex Schumann <rubin@afternet.org>
dee9951d 3326
2f61d1d7 3327 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
3328 to a different bot, eg chanserv, and to reply from the correct nickname.
3329 also a bunch of whitespace changes
dee9951d 3330
2f61d1d7 3331 * src/nickserv.c: begin work on making nickserv commands bind without
3332 responding from the wrong nick. also a bunch of whitespace changes
dee9951d 3333
2f61d1d7 3334 * src/hash.h: whitespace
dee9951d 3335
2f61d1d7 3336 * src/opserv.help: improved QUERY helpfile. (though command itself still
3337 has bugs)
dee9951d 3338
2f61d1d7 33392005-12-14 Alex Schumann <rubin@afternet.org>
dee9951d 3340
2f61d1d7 3341 * src/chanserv.help: added set bantimeout help
dee9951d 3342
2f61d1d7 33432005-11-08 Alex Schumann <rubin@afternet.org>
dee9951d 3344
2f61d1d7 3345 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
3346 aliases properly.
697f4c9a 3347
2f61d1d7 3348 * src/modcmd.help: Added note about escaping spaces to modcmd help.
697f4c9a 3349
2f61d1d7 3350 * src/nickserv.help: Improved help files
697f4c9a 3351
2f61d1d7 3352 * src/chanserv.help: Improved help files
697f4c9a 3353
2f61d1d7 33542005-10-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3355
2f61d1d7 3356 * src/proto-p10.c: ignore remote /lusers
697f4c9a 3357
2f61d1d7 33582005-09-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3359
2f61d1d7 3360 * src/global.c: Changed motd header style
697f4c9a 3361
2f61d1d7 3362 * src/nickserv.help: Improved directions for getting and using
3363 accounts.
697f4c9a 3364
2f61d1d7 3365 * src/chanserv.help: Improved directions for getting and using
3366 accounts.
b336c8db 3367
2f61d1d7 33682005-08-13 Alex Schumann <rubin@afternet.org>
b336c8db 3369
2f61d1d7 3370 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
3371 some *@* protection.
b336c8db 3372
2f61d1d7 3373 * src/tools.c: added function to detect an overmask (too general)
b336c8db 3374
2f61d1d7 3375 * src/common.h: added function to detect an overmask (too general)
b336c8db 3376
2f61d1d7 33772005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3378
2f61d1d7 3379 * src/chanserv.c: Modified resync to work accourding to automode
3380 setting, and fixed a buffer overflow problem.
0d16e639 3381
2f61d1d7 3382 * src/chanserv.help: updated set automode and rsync help.
0d16e639 3383
2f61d1d7 3384 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
3385 sets +x on AUTH.
0d16e639 3386
2f61d1d7 3387 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
3388 sets +x on AUTH.
0d16e639 3389
2f61d1d7 33902005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3391
2f61d1d7 3392 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
3393 of 'voice' setting. + Rewording setting help
0d16e639 3394
2f61d1d7 3395 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
3396 of 'voice' setting.
0d16e639 3397
2f61d1d7 3398 * src/chanserv.help: Added help for automode. + Rewording setting help
0d16e639 3399
2f61d1d7 34002005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3401
2f61d1d7 3402 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3403
2f61d1d7 3404 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
0d16e639 3405
2f61d1d7 3406 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3407
2f61d1d7 3408 * src/nickserv.c: Added option to have authserv oper/admin people with
3409 opserv access. (Life4Christ)
0d16e639 3410
2f61d1d7 3411 * src/opserv.c: Added admin_level config option
3412
3413 * src/opserv.h: Added admin_level config option
0d16e639 3414
2f61d1d7 34152005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3416
2f61d1d7 3417 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
3418 command) when nef* bug sends the +o twice. ++fix bug in patch
0d16e639 3419
2f61d1d7 34202005-08-09 Alex Schumann <rubin@afternet.org>
0d16e639 3421
2f61d1d7 3422 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
0d16e639 3423
2f61d1d7 34242005-08-08 Alex Schumann <rubin@afternet.org>
0d16e639 3425
2f61d1d7 3426 * src/chanserv.c: Added banTimeout feature to .set
0d16e639 3427
2f61d1d7 3428 * src/chanserv.h: added banTimeout feature to .set
0d16e639 3429
2f61d1d7 3430 * src/recdb.c: Added some better error catching in database_get_data()
0d16e639 3431
2f61d1d7 3432 * src/proto-common.h: tabs
0d16e639 3433
2f61d1d7 3434 * x3.conf.example: added bantimeout to default set list, and ban
3435 timeout frequency config setting.
0d16e639 3436
2f61d1d7 34372005-08-04 Alex Schumann <rubin@afternet.org>
0d16e639 3438
2f61d1d7 3439 * src/chanserv.c: Changed kick protected message to one without %s or
3440 $b because the kick function doesnt support replacements.
0d16e639 3441
2f61d1d7 3442 * src/tools.c: fixed spelling error in comment.
0d16e639 3443
2f61d1d7 34442005-07-28 Alex Schumann <rubin@afternet.org>
0d16e639 3445
2f61d1d7 3446 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
3447 one)
0d16e639 3448
2f61d1d7 3449 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
3450 whining.
0d16e639 3451
2f61d1d7 34522005-07-26 Alex Schumann <rubin@afternet.org>
0d16e639 3453
2f61d1d7 3454 * x3.conf.example: Updated from live afternet file and improved help
3455 and layout. Added vim directive to set syntax type.
0d16e639 3456
2f61d1d7 3457 * src/chanserv.c: ported x2's 8ball in, and improved it.
0d16e639 3458
2f61d1d7 3459 * src/math.c: Added osiris' hack to do_math for supporting
3460 2(10) and 2pi etc. Improved it to handle pi2 also.
0d16e639 3461
2f61d1d7 3462 * src/chanserv.help: updated 8ball help and added 'myaccess' to
3463 information help index.
0d16e639 3464
2f61d1d7 34652005-07-18 Alex Schumann <rubin@afternet.org>
d76ed9a9 3466
2f61d1d7 3467 * src/proto-p10.c: added +L awareness
d76ed9a9 3468
2f61d1d7 3469 * src/hash.h: added +L awareness
d76ed9a9 3470
2f61d1d7 3471 * src/chanserv.help: changed set ctcpreaction help
d76ed9a9 3472
c74bf46b 34732005-07-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d76ed9a9 3474
2f61d1d7 3475 * src/modcmd.h: Lets make some functions global.
d76ed9a9 3476
2f61d1d7 3477 * src/modcmd.c: Log hostmasks no matter what.
d76ed9a9 3478
2f61d1d7 3479 * src/log.c: Lookup commands if they are from OpServ in the log.
3480 If they match channel specific commands like OP, DEOP, etc then
3481 we will display them in a LAST command (assuming the person doing
3482 the LAST is an oper). Normal clients wont see commands that have
3483 been performed by OpServ.
d76ed9a9 3484
2f61d1d7 34852005-07-15 Alex Schumann <rubin@afternet.org>
d76ed9a9 3486
2f61d1d7 3487 * src/chanserv.c: Changed around ctcpreaction setting so it:
3488 a) doesnt crash.
3489 b) doesnt kick userlist members ever
3490 c) has only 1 setting needed to control it
3491 * src/chanserv.h: removed some old oplevel stuff.
d76ed9a9 3492
2f61d1d7 34932005-07-14 Alex Schumann <rubin@afternet.org>
d76ed9a9 3494
2f61d1d7 3495 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
3496 remove errors from log. Fixed problem with missing break; in
3497 channel mode c parsing (reed).
d76ed9a9 3498
2f61d1d7 3499 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
3500
3501 * src/log.c: Changed channel log target to send PRIVMSG instead of
3502 NOTICE. (Ghozer)
3503
c74bf46b 35042005-05-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3505
3506 * configure: Regenerated.
3507
3508 * configure.in: Added checks for tgmath.h.
3509
3510 * src/chanserv.c: Added new command LAST, from X2. Similar to
3511 EVENTS except its file based. Bear in mind you dont have to use
3512 both. You can bind what you want to use. Commented out zoot_list
3513 as its not in use, just a warning fix.
3514
3515 * src/hash.c: Warning fix.
3516
3517 * src/log.h: Misc defines.
3518
3519 * src/log.c: Logging functions from X2.
3520
3521 * src/math.c: If tgmath.h doesnt exist then include some other
3522 files that contain the functions we require.
3523
3524 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
3525
3526 * src/proto-p10.c: Added chanserv.h #include to squash a small
3527 compile error. Made X3 understand MARK's to a small point. Fixed
3528 a small parsing bug with exempts.
3529
35302005-07-06 Alex Schumann <rubin@afternet.org>
3531
3532 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
3533
3534 * src/opserv.c: Fixed an awkward output of trace count etc.
3535
35362005-06-22 Alex Schumann <rubin@afternet.org>
3537 * src/chanserv.help: Improved DURATION help
3538
3539 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
3540 a better average.
3541
35422005-05-27 Alex Schumann <rubin@afternet.org>
3543
3544 * src/chanserv.c: Improved usability of register command, fixed
3545 unregister reply.
3546
3547 * src/chanserv.help: Improved usability of register command
3548
35492005-05-27 Alex Schumann <rubin@afternet.org>
3550
3551 * src/chanserv.c: Resync working now
3552
35532005-05-27 Reed Loden <reed@reedloden.com>
3554
3555 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
3556 grammar issues in the message send to pending users. Fixed a
3557 problem with some of the resync code.
3558
35592005-05-27 Alex Schumann <rubin@afternet.org>
3560
3561 * src/chanserv.c: make pending add check if the person is already on
3562 the userlist before re-adding them (thx exec & reed for noticing this)
3563 Fix capitalisation of I in pending notice.
3564
35652005-05-18 Alex Schumann <rubin@afternet.org>
3566
3567 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
3568 working, and pointed me to the opserv helpfiles command, which shows
3569 what services search what help files. This fixes the help command to
3570 search that list as it should. Still need to modify the 'default'
3571 helpfile search bindigs because I dont think chanserv should respond
3572 to help from opserv's db, etc. See opserv's 'helpfiles' command.
3573
3574 * src/modcmd.help: clarified 'helpfiles' help.
3575
35762005-05-18 Alex Schumann <rubin@afternet.org>
3577
3578 * src/helpfile.c: make send_help() return true/false and not send
3579 errors so svccmd_send_help can 'take control' of things.
3580
3581 * src/modcmd.c: Fixed up the help system (again) / find aliased
3582 commands help if none exists. / Display no help for that command on
3583 commands (instead of topic)
3584
3585 * src/modcmd.h: Fixed up the help system (again)
3586
3587 * src/global.c: Fixed syntax display
3588
3589 * src/chanserv.help: Removed =---= formatting, fixed a few things.
3590 *spelling ++more spelling (thx reed)
3591
3592 * src/nickserv.help: Removed =---= formatting, fixed a few things.
3593 *spelling ++more spelling (thx reed)
3594
3595 * src/opserv.help: Removed =---= formatting, fixed a few things.
3596 ++spelling (thx reed)
3597
3598 * src/global.help: simplified index
3599
3600 * src/nickserv.c: Changed message users get when their email is
3601 already used for an account, fixed syntax help
3602
3603 * src/opserv.c: fixed syntax help
3604
36052005-05-16 Alex Schumann <rubin@afternet.org>
3606
3607 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
3608 the help file.
3609
36102005-05-04 Alex Schumann <rubin@afternet.org>
3611
3612 * src/modcmd.c: added a 'rebindall' command to assist with
3613 upgrades and changes which change command bindings.
3614
3615 * src/modcmd.help: modified help to reflect above
3616
3617 * src/opserv.help: modified help to reflect above
3618
3619 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
3620 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
3621 between channel bans (+b) and x3 remembered bans (lamers)
3622
3623 * src/chanserv.help: modified help to reflect above
3624
3625 * UPGRADE: added use of rebindall to upgrade instructions
3626
36272005-05-04 Alex Schumann <rubin@afternet.org>
3628
3629 * src/chanserv.c: added an 'adduser pending' feature, where if
3630 someone isn't authed x3 will ask them to /auth or register, and then
3631 automatically finish adding them to the channel when they do.
3632 Fixed email bug with adduser pending
3633
3634 * src/chanserv.h: adduser pending
3635
3636 * src/hash.c: adduser pending
3637
3638 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
3639
3640 * src/nickserv.c: adduser pending cleanup and activation code,
3641 Arch sync (Avoid losing channel information when
3642 replacing an account using the mergedb command.)
3643
3644 * src/proto-p10.c: adduser pending cleanup code
3645
3646 * src/nickserv.help: improved set and register help
3647
36482005-05-04 Alex Schumann <rubin@afternet.org>
3649
3650 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
3651 negitive). Added set voice to provide control over use of voice.
3652 Implimented a basic chanserv db version control system for upgrading
3653 seamlessly.
3654
3655 * src/chanserv.help: adjusted help to reflect voice and uset autoop
3656 changes.
3657
3658 * src/hash.h: updated ssz comment from z to Z
3659
3660 * src/modcmd.help: rewrote BIND help
3661
3662 * src/proto-p10.c: Added Z (sslonly) support back in
3663
3664 * UPGRADE: created file to document upgrading procedures
3665
36662005-04-23 Alex Schumann <rubin@afternet.org>
3667 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
3668 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
3669 topicmask to be an on or off setting, uninfluenced by enftopic.
3670 Added feature to use mask on /topic in addition to ,topic sets.
3671 Removed special consideration for ircops in protect_user()
3672
3673 * src/chanserv.help: updated documentation to reflect the new and
3674 much simpler topicmask feature, and removed op/voice levels.
3675
3676 * src/nickserv.c: added tailing 'end of' line for accountinfo
3677 for non-opers too.
3678
3679 * src/modcmd.c: tweaked alias notification for help and breef help.
3680
36812005-04-20 Alex Schumann <rubin@afternet.org>
3682
3683 * src/proto-common.c: removing +d. needs to be a config option
3684 or something.
3685
3686 * src/nickserv.help: modified main help reply of authserv
3687
3688 * src/nickserv.c: added title, epithet, and fakehost to oset listing
3689
3690 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
3691 totally redesigned though.
3692
36932005-04-15 Alex Schumann <rubin@afternet.org>
3694
3695 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
3696 at the same time. The whole block needs to be if/else instead of
3697 switch though, to be cleaner.
3698
3699 * src/nickserv.help: added fakehost and title options to help oset.
3700
3701 * src/nickserv.c: removed 'style' setting. (was not being used in
3702 code anyway)
3703
c74bf46b 37042005-04-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3705
3706 * src/proto-p10.c: Reinstated +d usermode.
3707
37082005-03-30 Alex Schumann <rubin@afternet.org>
3709
3710 * src/chanserv.c: Fixed unban.
3711
3712 * x3.conf.example: added note in snoop config that improper
3713 setting for bots nick will cause segfault.
3714
37152005-03-22 Alex Schumann <rubin@afternet.org>
3716
3717 * x3.conf.example: added sethost/fakehost settings to conf
3718
37192005-03-19 Alex Schumann <rubin@afternet.org>
3720
3721 * chanserv.c: Changed style of command outputs, added userlevel back
3722 to users list.
3723
3724 * opserv.c: Changed style of command outputs, removed warn feature
3725
3726 * tools.c: shortened duration string lengths
3727
3728 * main.c: shortened duration string lengths
3729
3730 * sendmail.c: Changed style of stats email
3731
37322005-03-18 Alex Schumann <rubin@afternet.org>
3733
3734 * Changed breef to brief...
3735
3736 * chanserv.c: Changed to access level names instead of numbers.
3737
37382005-03-17 Alex Schumann <rubin@afternet.org>
3739
3740
3741 * src/opserv.c: Improved readability of trace print output
3742
3743 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
3744 a little.
3745
3746 * src/helpfile.c: Improved table_send readability (used in lots
3747 of listings including users and stats network etc)
3748
37492005-03-15 Alex Schumann <rubin@afternet.org>
3750
3751 * src/chanserv.c: Improved some syntax error reporting for commands
3752
3753 * src/helpfile.c: Added a 'breef' help function
3754
3755 * src/helpfile.h: Added a 'breef' help function
3756
3757 * src/main.c: Improved some syntax error reporting for commands
3758
3759 * src/modcmd.c: Improved some syntax error reporting for commands
3760
3761 * src/modcmd.h: Improved some syntax error reporting for commands
3762
37632005-03-15 Reed Loden <reed@reedloden.com>
3764
3765 * Synchronization with srvx--devo--1.3--patch-19.
3766
37672005-03-12 Alex Schumann <rubin@afternet.org>
3768
3769 * src/common.h, src/opserv.h: more SRVX->X3 fixes
3770
3771 * opserv.c: fixed SRVX defines to X3
3772
3773 * src/nickserv.c: Applied patch to bring up to date with
3774 local uncommitted changes on afternets srvx2 tree. improved
3775 cookie gen code and removed /play from cookie messages.
3776
3777 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
3778 bunch more places.
3779
c74bf46b 37802005-03-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3781
3782 * nickserv.help: Added odelcookie section.
3783
3784 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
3785 cookies.
3786
3787 * src/md5.c: Cleaned up compile warnings.
3788
3789 * src/nickserv.help: Added odelcookie section.
3790
3791***********************************************************************/
3792
3793#define CVS_VERSION "$Id$"
d76ed9a9 3794