]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
this should be with last commit
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
2f61d1d7 1/***********************************************************************
ca3486a2 2X3 ChangeLog
c73514ea 3
af40e58b 42009-12-09 Henrik Stuart <evilnet@hstuart.dk>
5
6 src/mod-python.c: add support for module_register.
7
07021002 82009-12-09 Henrik Stuart <evilnet@hstuart.dk>
9
10 src/mod-python.c: add support for log_register_type.
11
c3915bdc 122009-12-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
13
14 src/nickserv.c: Shuffle the auto oper functions around to fix a
15 desync issue.
16
17 src/proto-p10.c: Ignore PRIV_NONE within the first 5 seconds of
18 a client's connection. Temp fix for now.
19
3c4b9ee3 202009-12-06 Matthew Beeching <jobe@mdbnet.co.uk>
21
22 * src/chanserv.c: Removed seemingly unnecessary "cannot invite"
23 warning from chan_opt_automode.
24
c73514ea 252009-12-02 Matthew Beeching <jobe@mdbnet.co.uk>
26
27 * src/nickserv.c: Added merging SSL fingerprint lists during
28 account merging.
9c88eebe 29
890866b0 302009-12-01 Matthew Beeching <jobe@mdbnet.co.uk>
31
32 * src/opserv.c: Added ADDALERT reactions noticeuser and msguser
33 to go with trace reactions notice and privmsg.
34
d57dba72 352009-11-29 Matthew Beeching <jobe@mdbnmet.co.uk>
36
37 * src/nickserv.c: Rewrote parts of loc_auth() to get it working
38 the same as cmd_auth() with regards to SSL fingerprint support.
39
c03536b5 402009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
41
42 * src/nickserv.c: Small tweak.
43
1679a283 442009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
45
1f459b76 46 * src/nickserv.c: Small tweak to the password checks with sslfp LOC.
47
482009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1679a283 49 * src/nickserv.c: Added SSL fingerprint support to LOC.
50
51 * src/nickserv.h: Added sslfp to loc_auth.
52
53 * src/proto-p10.c: Added support for the new S loc auth type.
54
2fa83595 552008-11-28 Matthew Beeching <jobe@mdbnmet.co.uk>
56
57 * src/nickserv.help: Added help for ADDSSLFP, DELSSLFP, OADDSSLFP
58 and ODELSSLFP
59
60 * src/nickserv.c: Added support for SSL fingerprint authentication.
61
62 * src/nickserv.h: Added support for SSL fingerprint authentication.
63
7acc75ee 642009-11-28 Matthew Beeching <jobe@mdbnet.co.uk>
65
66 * src/mod-memoserv.c: Fix for bug where MemoServ is created as a
67 local bot but not registered as a service on first startup.
68
6fee1be7 692009-11-26 Matthew Beeching <jobe@mdbnet.co.uk>
70
71 * src/chanserv.c: Fixed a missing ',' in cmd_myaccess output.
72
30874d66 732009-11-26 Henrik Stuart <evilnet@hstuart.dk>
74
75 * src/common.h src/main-common.c: add extra parameter to reg_exit_func and
76 exit_func_t.
77
78 * src/proto-p10.c src/mod-qserver.c src/chanserv.c src/mod-snoop.c
79 src/hash.c src/helpfile.c src/gline.c src/global.c src/mod-helpserv.c
80 src/opserv.c src/timeq.c src/saxdb.c src/modcmd.c src/saxdb.h
81 src/mod-sockcheck.c src/shun.c src/mod-python.c src/spamserv.c
82 src/mail-common.c src/mod-memoserv.c src/mod-track.c src/log.c src/ioset.c
83 src/nickserv.c src/main.c src/sar.c: collateral evolution fixes due to
84 exit_func change.
85
62a2e0a9 862009-11-26 Henrik Stuart <evilnet@hstuart.dk>
87
88 * src/proto-common.c: fix typo in malloc variable name.
89
d77556d0 902009-11-26 Henrik Stuart <evilnet@hstuart.dk>
91
92 * src/modcmd.h src/modcmd.c: add extra parameter to reg_svccmd_unbind_func
93 and svccmd_unbind_func_t.
94
95 * src/chanserv.c: collateral evolution fixes due to svccmd_unbind_func
96 change.
97
f14b32b8 982009-11-24 Henrik Stuart <evilnet@hstuart.dk>
99
100 * src/proto.h src/proto-common.c: add extra parameter to
101 reg_mode_change_func and mode_change_func_t.
102
103 * src/chanserv.c: collateral evolution fixes due to mode_change_func
104 change.
105
974d3831 1062009-11-24 Henrik Stuart <evilnet@hstuart.dk>
107
108 * src/nickserv.h src/nickserv.c: add extra parameter to reg_unreg_func and
109 unreg_func_t.
110
111 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: collateral
112 evolution fixes due to unreg_func change.
113
81ac4787 1142009-11-24 Henrik Stuart <evilnet@hstuart.dk>
115
116 * src/nickserv.h src/nickserv.c: add extra parameter to reg_auth_func and
117 auth_func_t.
118
119 * src/chanserv.c src/mod-snoop.c src/global.c src/mod-helpserv.c
120 src/opserv.c src/mod-memoserv.c src/mod-track.c: collateral evolution
121 fixes due to auth_func change.
122
3a196bdb 1232009-11-24 Henrik Stuart <evilnet@hstuart.dk>
124
125 * src/nickserv.h src/proto-common.c: add extra parameter to
126 reg_user_mode_func and user_mode_func_t.
127
128 * src/mod-snoop.c src/mod-track.c: collateral evolution fixes due to
129 user_mode_func change.
130
ee8c50bd 1312009-11-24 Henrik Stuart <evilnet@hstuart.dk>
132
133 * src/nickserv.h src/proto-common.c: add extra parameter to
134 reg_channel_mode_func and channel_mode_func_t.
135
136 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
137 fixes due to channel_mode_func change.
138
91667658 1392009-11-24 Henrik Stuart <evilnet@hstuart.dk>
140
141 * src/hash.c src/hash.h: add extra parameter to reg_kick_func and
142 kick_func_t.
143
144 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
145 fixes due to kick_func change.
146
63637aea 1472009-11-24 Henrik Stuart <evilnet@hstuart.dk>
148
149 * src/hash.c src/hash.h: add extra parameter to reg_part_func,
150 unreg_part_func, and part_func_t.
151
152 * src/chanserv.c src/mod-snoop.c src/mod-helpserv.c src/spamserv.c
153 src/mod-track.c: collateral evolution fixes due to part_func change.
154
1552009-11-24 Henrik Stuart <evilnet@hstuart.dk>
1898d8ea 156
157 * src/hash.c src/hash.h: add extra parameter to reg_del_channel_func and
158 del_channel_func_t.
159
160 * src/opserv.c src/proto-p10.c: collateral evolution fixes due to
161 del_channel_func change.
162
736517fb 1632009-11-23 Matthew Beeching <jobe@mdbnet.co.uk>
164
165 * src/nickserv.c: Removed 2 nonsensical spaces in
166 *NickServ.accountinfo output for "Karma"
167
2693aadd 1682009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
169
170 * src/nickserv.c: Fix for bug allowing the use of odelcookie
171 to result in an account's password changing when it shouldn't.
172
29545775 1732009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
174
175 * src/nickserv.c: Added fix for LDAP password not being updated
176 on odelcookie where account password is changed anyway.
177
f3aff201 1782009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
179
180 * src/x3ldap.c: Updated OpServ level in LDAP feature to remove
181 the attribute when 0 instead of setting it to 0
182
183 * src/x3ldap.h: Updated OpServ level in LDAP feature to remove
184 the attribute when 0 instead of setting it to 0
185
186 * src/nickserv.c: Updated OpServ level in LDAP feature to remove
187 the attribute when 0 instead of setting it to 0
188
75fcdcad 1892009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
190
191 * src/x3ldap.c: Fix for bug allowing accounts in LDAP to
192 authenticate to unactivated accounts.
193
194 * src/nickserv.c: Fix for bug allowing accounts in LDAP to
195 authenticate to unactivated accounts.
196
ba4b4d51 1972009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
198
199 * src/proto-p10.c: Added support for MARK SSLCLIFP.
200
201 * src/hash.h: Added support for MARK SSLCLIFP.
202
203 * src/opserv.c: Added SSLCLIFP mark to cmd_whois.
204
2dddcd74 2052009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
206
207 * src/nickserv.c: Fix for crash in cmd_oregister due to incorrect
208 parameter counts.
209
85e88703 2102009-11-15 Matthew Beeching <jobe@mdbnet.co.uk>
211
212 * src/hosthiding.c: Fix for crash bug in make_virthost() when host
213 name doesnt have a '.' in it.
214
63c0b8ad 2152009-11-15 Henrik Stuart <evilnet@hstuart.dk>
216
217 * src/hash.c: fix variable set for registering nick change functions.
218
50c7ed1b 2192009-11-14 Matthew Beeching <jobe@mdbnet.co.uk>
220
221 * src/nickserv.c: Fix for bug #2869968 (*NickServ.oregister allowing
222 invalid handles)
223
157ce145 2242009-11-01 Henrik Stuart <evilnet@hstuart.dk>
225
226 * src/hash.h src/hash.c: add extra parameter to new_channel_func_t and
227 reg_new_channel_func.
228
229 * src/chanserv.c src/opserv.c: add extra NULL argument/parameter to
230 reflect change in hash.
231
50dafce8 2322009-11-01 Henrik Stuart <evilnet@hstuart.dk>
233
234 * src/nickserv.h src/nickserv.c: add extra parameter to
235 handle_merge_func_t and reg_handle_merge_func.
236
237 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
238 in nickserv.
239
99c332f8 2402009-11-01 Henrik Stuart <evilnet@hstuart.dk>
241
242 * src/nickserv.h src/nickserv.c: add extra parameter to allowauth_func_t
243 and reg_allowauth_func.
244
245 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
246 in nickserv.
247
c8b793cb 2482009-11-01 Henrik Stuart <evilnet@hstuart.dk>
249
250 * src/nickserv.h src/nickserv.c: add extra parameter to failpw_func_t and
251 reg_failpw_func.
252
253 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
254 in nickserv.
255
5a2c7cf6 2562009-11-01 Henrik Stuart <evilnet@hstuart.dk>
257
258 * src/hash.h src/hash.c: add extra parameter to topic_func_t and
259 reg_topic_func.
260
261 * src/chanserv.c src/mod-python.c: add extra NULL argument/parameter to
262 reflect change in hash.
263
1c14af0b 2642009-11-01 Henrik Stuart <evilnet@hstuart.dk>
265
266 * src/proto.h src/proto-common.c: add extra parameter to chanmsg_func_t
267 and reg_chanmsg_func.
268
269 * src/chanserv.c src/modcmd.c: add extra NULL argument/parameter to
270 reflect change in proto.
271
3070719a 2722009-10-31 Henrik Stuart <evilnet@hstuart.dk>
273
274 * src/nickserv.h src/nickserv.c: add extra parameter to
275 handle_rename_func_t and reg_handle_rename func.
276
277 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: add extra NULL
278 argument/parameter to reflect change in nickserv.
279
2732298d 2802009-10-30 Henrik Stuart <evilnet@hstuart.dk>
281
282 * src/mod-snoop.c src/mod-helpserv.c src/mod-sockcheck.c src/mod-track.c:
283 fix missed NULL argument/parameter additions from earlier commits.
284
fb38e2bc 2852009-10-30 Henrik Stuart <evilnet@hstuart.dk>
286
287 * src/hash.h src/hash.c: add extra parameter to join_func_t and
288 reg_join_func.
289
290 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c: add extra
291 NULL argument/parameter to reflect change in hash.
292
63189c10 2932009-10-30 Henrik Stuart <evilnet@hstuart.dk>
294
295 * src/hash.h src/hash.c: add extra parameter to nick_change_func_t and
296 reg_nick_change_func. Also fix memory leaks from not freeing extras lists
297 for some callback routines.
298
299 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c
300 src/nickserv.c src/modcmd.c: add extra NULL argument/parameter to reflect
301 change in hash.
302
303 * src/proto-p10.c: fix logic for calling call_new_user_funcs.
304
e9b00805 3052009-10-30 Henrik Stuart <evilnet@hstuart.dk>
306
307 * src/proto.h: add extra parameter to reg_oper_func and oper_func_t.
308
309 * src/global.c: add extra NULL argument parameter to reflect changes.
310
311 * src/proto-common.c: add extra parameter to implementation of
312 reg_oper_func and reflect the extra parameter in call_oper_funcs.
313
314 * src/proto-p10.c: free storage for extra parameters.
315
a6bcc929 3162009-10-28 Henrik Stuart <evilnet@hstuart.dk>
317
318 * src/hash.h src/hash.c: add extra parameter to del_user_func_t,
319 reg_del_user_func, and unreg_del_user_func. Add new call_del_user_funcs
320 function to abstract hash internals from outside callers.
321
322 * src/opserv.c src/mod-python.c src/spamserv.c src/nickserv.c: add extra
323 NULL argument(parameter to reflect change in hash.
324
325 * src/proto-p10.c: use call_del_user_funcs instead of interfacing with
326 hash.c internals directly. Remove unused code due to this change.
327
328 * src/proto-common.c: remove reference to hash internals.
329
35ea100f 3302009-10-28 Matthew Beeching <jobe@mdbnet.co.uk>
331
332 * src/x3ldap.c: Added ldap_do_oslevel() to set OpServ access level in
333 LDAP.
334
335 * src/x3ldap.h: Added ldap_do_oslevel() to set OpServ access level in
336 LDAP.
337
338 * src/nickserv.c: Added configuration option for OpServ access level
339 LDAP attribute name and call to ldap_do_oslevel() on access level
340 change.
341
342 * src/nickserv.h: Added configuration option for OpServ access level
343 LDAP attribute name.
344
345 * x3.conf.example: Added configuration option for OpServ access level
346 LDAP attribute name.
347
f0fb2e2d 3482009-10-27 Henrik Stuart <evilnet@hstuart.dk>
349
350 * src/hash.h src/hash.c: add extra parameter to new_user_func_t and
351 reg_new_user_func. Add new call_new_user_funcs function to abstract hash
352 internals from outside callers.
353
354 * src/proto-p10.c: use call_new_user_funcs instead of interfacing with
355 hash.c internals directly. Remove unused code due to this change.
356
357 * src/global.c src/opserv.c src/mod-python.c src/spamserv.c
358 src/nickserv.c: add extra NULL argument/parameter to reflect change in
359 hash.
360
361 * src/proto-common.c: remove reference to hash internals.
362
9d59f196 3632009-10-27 Henrik Stuart <evilnet@hstuart.dk>
364
365 * src/hash.h: add extra parameter to server_link_func_t and
f0fb2e2d 366 reg_server_link_func. Add new call_server_link_funcs function to abstract
9d59f196 367 hash internals from outside callers.
368
369 * src/proto-p10.c: call call_server_link_funcs rather than interfacing
370 directly with hash.c internals.
371
372 * src/chanserv.c: add extra NULL-argument/parameter to server link
373 handler.
374
375 * src/hash.c: add extra parameter to reg_server_link_func and introduce
376 call_server_link_funcs to shield external callers from the functionality.
377
378 * src/proto-common.c: remove extern definitions for the hash.c structures
379 for the server link callback structure.
380
381 * src/mod-python.c: add extra NULL-argument/parameter to server link
382 handler.
383
44960d6c 3842009-10-27 Henrik Stuart <evilnet@hstuart.dk>
385
386 * src/mod-python.c: remove unused code.
387
0ad6b4a5 3882009-10-27 Henrik Stuart <evilnet@hstuart.dk>
389
390 * src/nickserv.c: marked cmd possibly unused to silence warning.
391
6ae87c77 3922009-10-27 Henrik Stuart <evilnet@hstuart.dk>
393
394 * src/nickserv.h: make auto_oper_privs and auto_admin_privs const.
395
396 * src/proto.h: make privs const in irc_raw_privs.
397
398 * src/proto-p10.c: make privs const in irc_raw_privs.
399
4002009-10-27 Henrik Stuart <evilnet@hstuart.dk>
d5182ae2 401
402 * src/global.c: remove unused code.
403
69517d70 4042009-10-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
405
406 * src/nickserv.c: Send privs out when auto opering clients. These are
407 controlled for now via auto_oper_privs/auto_admin_privs in the nickserv
408 section within x3.conf. In the future we will look at account specific
409 privs.
410
411 * src/proto.h: Added irc_raw_privs and client_modify_priv_by_name.
412
413 * src/proto-p10.c: Added irc_raw_privs.
414
415 * src/tools.c: Added R extended ban.
416
43b43d56 4172009-10-12 Henrik Stuart <evilnet@hstuart.dk>
418
419 * src/mod-python.c: add python_handle_topic and refactor
420 emb_get_channel.
421
422 * src/plugins/__init__.py: add empty topic handler function to
423 Plugin class.
424
425 * src/modpython.py: add topic handler function.
426
9c7f11c2 4272009-10-12 Henrik Stuart <evilnet@hstuart.dk>
428
429 * src/mod-python.c: add python_handle_del_user.
430
431 * src/plugins/__init__.py: add empty del_user handler function to
432 Plugin class.
433
434 * src/modpython.py: add del_user handler function.
435
0a585d7e 4362009-10-12 Henrik Stuart <evilnet@hstuart.dk>
437
438 * src/mod-python.c: refactor python_handle_nick_change.
439
440 * src/plugins/__init__.py: add empty nick_change handler function to
441 Plugin class.
442
443 * src/modpython.py: refactor nick_change to use new plugin
444 system.
445
30814f13 4462009-10-12 Henrik Stuart <evilnet@hstuart.dk>
447
448 * src/plugins/__init__.py: refactor plugin instantiation logic.
449
c9b009fe 4502009-10-12 Henrik Stuart <evilnet@hstuart.dk>
451
452 * src/mod-python.c: refactor python_handle_new_user.
453
454 * src/modpython.py: refactor new_user handler to use new plugin
455 system.
456
457 * src/plugins/__init__.py: add empty new_user handler function to
458 Plugin class.
459
1ad8c8df 4602009-10-12 Henrik Stuart <evilnet@hstuart.dk>
461
462 * src/mod-python.c: refactor python_handle_server_link to be more
463 Pythonic.
464
465 * src/modpython.py: rename old plugins class to plugins_ and use a
466 more general plugin system.
467
468 * src/plugins/__init__.py: extend with plugin base-class and
469 recursive plugin load logic.
470
94a73df0 4712009-10-12 Henrik Stuart <evilnet@hstuart.dk>
472
473 * src/mod-python.c: add emb_service_register function.
474
1e7b511d 4752009-10-12 Henrik Stuart <evilnet@hstuart.dk>
476
477 * src/mod-python.c: add emb_adduser function.
478
7304cfdc 4792009-10-12 Henrik Stuart <evilnet@hstuart.dk>
480
481 * src/mod-python.c: add emb_svsjoin function.
482
f20f0ab5 4832009-10-12 Henrik Stuart <evilnet@hstuart.dk>
484
485 * src/mod-python.c: add emb_svsquit function.
486
487 * src/proto.h: observe proper const-ness in irc_svsquit function.
488
489 * src/proto-p10.c: observe proper const-ness in irc_svsquit function.
490
15df606d 4912009-10-12 Henrik Stuart <evilnet@hstuart.dk>
492
493 * src/mod-python.c: add emb_svsnick function.
494
5661f28e 4952009-10-12 Henrik Stuart <evilnet@hstuart.dk>
496
497 * src/mod-python.c: refactor doc-strings for extension methods to separate
498 variables. Minor code changes that modify function return values/types to
499 be more uniform.
500
86d0ebc4 5012009-10-12 Henrik Stuart <evilnet@hstuart.dk>
502
503 * src/mod-python.c: add emb_fakehost function.
504
26d745b2 5052009-10-12 Henrik Stuart <evilnet@hstuart.dk>
506
507 * src/mod-python.c: add emb_user_mode function.
508
b778caa0 5092009-10-12 Henrik Stuart <evilnet@hstuart.dk>
510
511 * src/mod-python.c: add emb_channel_mode function.
512
8d455e8b 5132009-10-11 Henrik Stuart <evilnet@hstuart.dk>
514
515 * src/mod-python.c: remember to increase reference count of Py_None.
516
749f0565 5172009-10-11 Henrik Stuart <evilnet@hstuart.dk>
518
519 * src/mod-python.c: add emb_kick function.
520
2bee6a6e 5212009-10-11 Henrik Stuart <evilnet@hstuart.dk>
522
523 * src/mod-python.c: add emb_get_config function.
524
3f218269 5252009-10-09 Henrik Stuart <evilnet@hstuart.dk>
526
527 * src/mod-python.c: add emb_timeq_del function.
528
8f206d22 5292009-10-09 Henrik Stuart <evilnet@hstuart.dk>
530
531 * src/mod-python.c: add emb_timeq_add function.
532
5332009-10-07 Henrik Stuart <evilnet@hstuart.dk>
b39754f7 534
535 * src/mod-python.c: refactor dict_t construction logic.
536
c9f7b679 5372009-10-07 Henrik Stuart <evilnet@hstuart.dk>
538
539 * src/mod-python.c: improve error logic for emb_get_channel.
540
92fb809b 5412009-10-06 Henrik Stuart <evilnet@hstuart.dk>
542
543 * src/mod-python.c: refactor modeList conversion into separate function.
544
ee6f1c82 5452009-10-06 Henrik Stuart <evilnet@hstuart.dk>
546
547 * src/mod-python.c: refactor out common error cleanup logic.
548
39d37f27 5492009-10-06 Henrik Stuart <evilnet@hstuart.dk>
550
551 * src/mod-python.c: add emb_get_accounts function and refactor some
552 common logic into a single routine.
553
554 * src/nickserv.h src/nickserv.c: make nickserv_handle_dict externally
555 available.
556
0076604e 5572009-10-06 Henrik Stuart <evilnet@hstuart.dk>
558
559 * src/mod-python.c: add emb_kill function.
560
82089e3f 5612009-10-06 Henrik Stuart <evilnet@hstuart.dk>
562
563 * src/mod-python.c: improve error logic for pyobj_from_usernode.
564
318ec177 5652009-10-06 Henrik Stuart <evilnet@hstuart.dk>
566
567 * src/mod-python.c: improve error logic for emb_get_servers.
568
d12756d7 5692009-10-06 Henrik Stuart <evilnet@hstuart.dk>
570
571 * src/mod-python.c: improve error logic for emb_get_channels.
572
5345ea76 5732009-10-06 Henrik Stuart <evilnet@hstuart.dk>
574
575 * src/mod-python.c: improve error logic for emb_get_users.
576
d8f8d3b6 5772009-10-06 Henrik Stuart <evilnet@hstuart.dk>
578
579 * src/mod-python.c: add emb_get_server function and require P10.
580
dcc1df5e 5812009-10-06 Henrik Stuart <evilnet@hstuart.dk>
582
583 * src/mod-python.c: add emb_get_servers function.
584
f0e11521 5852009-10-06 Henrik Stuart <evilnet@hstuart.dk>
586
587 * src/mod-python.c: fix a bunch of typos
588
cc0b2b7f 5892009-10-05 Henrik Stuart <evilnet@hstuart.dk>
590
591 * src/mod-python.c: add emb_get_channels function.
592
6d94ce8b 5932009-10-05 Henrik Stuart <evilnet@hstuart.dk>
594
595 * src/mod-python.c: add emb_get_users function.
596
5b2b1df2 5972009-10-05 Henrik Stuart <evilnet@hstuart.dk>
598
599 * src/mod-python.c: raise exception on failure in emb_get_account.
600
3f24e818 6012009-10-05 Henrik Stuart <evilnet@hstuart.dk>
602
603 * src/mod-python.c: raise exception on unknown channel in emb_get_channel
604
66f68f65 6052009-10-05 Henrik Stuart <evilnet@hstuart.dk>
606
607 * src/mod-python.c: make emb_send_target_notice more resilient toward
608 erroneous input and raise exceptions on failures.
609
e7af1e12 6102009-10-05 Henrik Stuart <evilnet@hstuart.dk>
611
612 * src/mod-python.c: make emb_send_target_privmsg more resilient toward
613 erroneous input and raise exceptions on failures.
614
a957511b 6152009-10-05 Henrik Stuart <evilnet@hstuart.dk>
616
617 * src/mod-python.c: make emb_dump raise exception on failure.
618
54d2fd3d 6192009-10-05 Henrik Stuart <evilnet@hstuart.dk>
620
621 * src/mod-python.c: set exception on error path in emb_get_user.
622
bfdfd1c3 6232009-10-05 Henrik Stuart <evilnet@hstuart.dk>
624
625 * src/mod-python.c: extract userNode to Python dictionary conversion for
626 future use in handlers.
627
bc2f52df 6282009-10-05 Henrik Stuart <evilnet@hstuart.dk>
629
630 * src/mod-python.c: do not leak handler objects
631
ed8d873c 6322009-10-05 Henrik Stuart <evilnet@hstuart.dk>
633
634 * src/mod-python.c: add support for specifying main module in x3.conf
635
50d61a79 6362009-10-05 Henrik Stuart <evilnet@hstuart.dk>
637
638 * src/mod-python.c: Expose Python services module as _svc to follow normal
639 Python naming conventions for C extensions.
640
14897e8c 6412009-10-05 Henrik Stuart <evilnet@hstuart.dk>
642
643 * src/mod-python.c: Remove unused function.
644
46f628b1 6452009-10-05 Henrik Stuart <evilnet@hstuart.dk>
646
647 * src/mod-python.c: Generalise cmd_run to handle arbitrary statements.
648
8994c9a1 6492009-10-05 Henrik Stuart <evilnet@hstuart.dk>
650
651 * src/main-common.c: Initialise opserv before other services.
652
1ccb8f6e 6532009-09-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
654
655 * Srvx sync. Author: Michael Poole.
656
657 * src/recdb.c (explain_failure): When MAIN_LOG is NULL, report to stderr.
658
57fdf922 6592009-09-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
660
661 * Srvx sync. Author: Michael Poole.
662
663 * src/chanserv.c (handle_part): Allow the current user to be considered for
664 channels other than the channel being /part'ed.
665
666 * src/modcmd.c (modcmd_saxdb_write): Write bot modes to the database.
667 (modcmd_load_bots): Read them out and use them.
668
669 * src/opserv.c (cmd_whois): Use irc_user_mode_chars() here too.
670
671 * src/opserv.help (INVITE): Document this command.
672
673 * src/proto.h (irc_user_modes): Declare.
674 (irc_user_mode_chars): Likewise.
675
676 * src/proto-common.c (irc_user_modes): Define.
677
678 * src/proto-p10.c (irc_user_mode_chars): Define.
679 (irc_user): Use irc_user_mode_chars() instead of open-coding it.
680
7b3aa3a8 6812009-08-21 Matthew Beeching <jobe@mdbnet.co.uk>
682
683 * src/nickserv.c: Fix for a crash bug when using LOC with LDAP
684 where LDAP account exists and AuthServ account does not
685
5a61e83f 6862009-08-20 Matthew Beeching <jobe@mdbnet.co.uk>
687
688 * src/opserv.help: Fixed a typo in ROUTING EXAMPLE
689
72971fc8 6902009-08-17 Matthew Beeching <jobe@mdbnet.co.uk>
691
692 * src/nickserv.c: Added NSMSG_RECLAIM_HOWTO describing how to
693 AUTH when warned that the nick being used is registered
694
53b62ed9 6952009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
696
697 * src/proto.h: Added declaration fo irc_privmsg_user
698
699 * src/opserv.c: Added privmsg and notice trace actions
700
701 * src/opserv.help: Added privmsg and notice trace actions
702
7032009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
4b2dcc0d 704
705 * src/proto-p10.c: ignore SPAMFILTER messages
706
e9df2b7d 7072009-08-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
708
709 * Srvx sync. Author: Michael Poole.
710
711 * configure.in: (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value
712 (specifically, 1).
713 (HAVE_STRUCT_ADDRINFO): Likewise.
714
715 * src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because
716 that can make kevent() return -1/ENOENT.
717 (ioset_kevent_update): We need to try to EV_DELETE here instead.
718 (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR.
719
720 * src/Makefile.am (EXTRA_x3_SOURCES): Include mod-blacklist.c.
721
722 * src/sar.c (ipv4_pton): Set the sockaddr length field when it exists.
723 (ipv6_pton): Likewise.
724
18c739ab 7252009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
412ba860 726
727 * src/proto-common.c: Fix to allow trigger (in channel) commands
728 to work in unregistered channels
729
63e4abc0 7302009-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
731
732 * src/sar.c: Fix for typo in previous commit
733
d6a00e9a 7342009-07-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
735
736 * src/sar.c: Commented out an warning message.
737
fe08d345 7382009-07-29 Matthew Beeching <jobe@mdbnet.co.uk>
739
740 * src/nickserv.c: Fix for minor auth bug
741
bb869923 7422009-07-23 Matthew Beeching <jobe@mdbnet.co.uk>
743
744 * src/nickserv.help: Minor spelling correction
745
e7fe8840 7462009-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
747
748 * src/nickserv.c: Fix for NickServ AUTH bug with only password
749 being supplied
750
393a3e56 7512009-07-16 Matthew Beeching <jobe@mdbnet.co.uk>
752
753 * src/nickserv.c: Added support for NickServ with LDAP enabled
754
38c4bf0a 7552009-07-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
756
757 * src/chanserv.c: Crash fix with the spin command for hosts with
758 a long length.
759
aa8c38ad 7602009-07-05 Matthew Beeching <jobe@mdbnet.co.uk>
761
762 * src/chanserv.c: Fix for crash on ChanServ.UNSUSPEND
763
9ceee393
J
7642009-06-27 Matthew Beeching <jobe@mdbnet.co.uk>
765
766 * src/modcmd.c: Fix for bug #2813183
767
995043b4 7682009-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
769
770 * src/chanserv.c: Removed lastmod from gline and shun. (from the
771 srvx merge)
772
773 * src/gline.c: Removed lastmod from gline and shun. (from the srvx
774 merge)
775
776 * src/gline.h: Removed lastmod from gline and shun. (from the srvx
777 merge)
778
779 * src/mod-blacklist.c: Removed lastmod from gline and shun. (from
780 the srvx merge)
781
782 * src/mod-sockcheck.c: Removed lastmod from gline and shun. (from
783 the srvx merge)
784
785 * src/opserv.c: Removed lastmod from gline and shun. (from the srvx
786 erge)
787
788 * src/proto-p10.c: Removed lastmod from gline and shun. (from the srvx
789 merge)
790
791 * src/shun.c: Removed lastmod from gline and shun. (from the srvx merge)
792
793 * src/shun.h: Removed lastmod from gline and shun. (from the srvx merge)
794
795 * src/spamserv.c: Removed lastmod from gline and shun. (from the srvx
796 merge)
797
5671e5c2 7982009-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
799
800 * src/proto-p10.c: Bug fix for SF Bug #2801434.
801
c9aeceb5 8022009-06-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
803
804 * src/hash.h: Updated client PRIVS.
805
806 * src/proto-p10.c: Updated client PRIVS.
807
2e9062b9 8082009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
809
810 * src/tools.c: Re done the extended channel ban code so that it works
811 like the ircd code.
812
95b9d0bc 8132009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
814
815 * src/tools.c: Return -1 with invalid extended bans.
816
3b7fa78b 8172009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
818
819 * src/chanserv.c: Tweak the ban functions to allow invalid bans to
820 be picked up.
821
822 * src/tools.c: Return -1 with invalid extended bans.
823
277ad996 8242009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
825
826 * src/chanserv.c: Updated user_matches_glob.
827
828 * src/common.h: Updated user_matches_glob.
829
830 * src/mod-memoserv.c: Updated user_matches_glob.
831
832 * src/nickserv.c: Updated user_matches_glob.
833
834 * src/opserv.c Updated user_matches_glob.
835
836 * src/tools.c: Added support for shared channel bans (j). As well as
837 quiet bans. Although these are handled ircd side.
838
80ca5a69 8392009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
840
841 * src/tools.c: Extended channel ban support. As well as text and
842 nick change bans, however these 2 are just ignored as they are
843 handled ircd side.
844
634d32a3 8452009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
846
847 * src/tools.c: Extended account ban support.
848
8062bfc3 8492009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
850
851 * src/chanserv.c: Basic extended ban support.
852
853 * src/tools.c: Basic extended ban support.
854
463e23c9 8552009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
856
857 * src/chanserv.c: Fixed up SF bug #2799155.
858
859 * src/modcmd.c: Fixed up an issue where missing args was coming up
860 when it shouldnt.
861
be2c97a5 8622009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
863
864 * GPL 3 and svn propset updates.
865
37c8e812 8662009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
867
868 * src/main.c: Added spamserv.h #include.
869
870 * src/main-common.c: Woops forgot to init spamserv.
871
872 * src/spamserv.c: Fixed up AddLocalUser.
873
ee25b1b2 8742009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
875
876 * src/chanserv.c: Small fix with CSMSG_SET_UNREVIEWED.
877
51e05af8 8782009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
879
880 * src/hash.c: Couple of tweaks.
881
882 * src/proto-common.c: Fix for triggers not working with forwards as well as
883 off channel services.
884
7553c653 8852009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
886
887 * src/chanserv.c: Fixed a crash with setting a .set option with an invalid
888 option.
889
890 * src/mail-smtp.c: Added missing file.
891
1136f709 8922009-05-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
893
894 * Major update to bring X3 in line with the latest SRVX commit. Please see
895 UPGRADE. Credits go to the SRVX team.
896
8972009-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39b3b541 898
899 * src/proto-p10.c: Ignore stats headers.
900
413fd8ea 9012009-05-08 Henrik Stuart <evilnet@hstuart.dk>
902
903 * src/mod-python.c: generalised cmd_run to process file_input productions.
904
ef5e0305 9052009-05-06 Henrik Stuart <evilnet@hstuart.dk>
906
907 * src/mod-python.c: generalised PYTHONPATH environment setting to
908 not explicitly set Alex's home directory.
909
10be9be0 9102009-05-05 Henrik Stuart <evilnet@hstuart.dk>
911
912 * src/proto-p10.c: introduced irc_sno for SNO messages. Removed broken
913 auto_oper on LOC support.
914
915 * src/proto.h: introduced irc_sno for SNO messages.
916
917 * src/nickserv.c: added registered authentication function to handle
918 auto_oper on LOC.
919
6e1142b2 9202009-05-04 Alex Schumann <rubin@afternet.org>
f746eca3 921
922 * src/chanserv.c: julien and polo noticed a crash during channel register. Fixed
923
924 * x3.conf.example: fix typeo in default channel regex. Thanks again to julien for noticing this.
925
9c88eebe 9262009-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
927
928 * src/proto-p10.c: Update PRIV handling code for the latest
929 nefarious 1.3 changes.
930
50220e57 9312009-02-27 Alex Schumann <rubin@afternet.org>
932
933 * src/proto-p10.c: Patch from muer to support auto-oper for LOC
934 connections too.
2cfebbe2 935
0ab7b4bc 9362009-01-31 Alex Schumann <rubin@afternet.org>
937
938 * src/chanserv.c: change server link handlers to return an int
939
940 * src/hash.h: change server link handlers to return an int
941
942 * src/plugins/annoy/plugin.py: add some debug code for testing new
943 hooks
944
945 * src/modpython.py: support for new hooks server_link, nick_change,
946 and new_user
947
948 * src/mod-python.c: support for new hooks server_link, nick_change,
949 and new_user
950
da4f9236 9512009-01-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
952
953 * src/opserv.c: Warning fix.
954
955 * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
956
0c33848c 9572009-01-27 Alex Schumann <rubin@afternet.org>
958
959 * src/modpython.py: Comment out debug printing
960
961 * src/plugins/hangman: New example plugin: Hangman game
962
b7594203 9632009-01-27 Alex Schumann <rubin@afternet.org>
964
965 * src/opserv.c: Fix a hole Sindacious found, where alerts on account
966 don't trigger because they arent looked for during/after auth.
967
039a6658 9682009-01-26 Alex Schumann <rubin@afternet.org>
969
970 * src/plugins/annoy/plugin.py: more test code
971
972 * src/mod-python.c: added emb_get_info, silenced warnings, and stub
973 TODO comments for all the handlers and emb functions we need to
974 create. search for TODO and lend a hand! :)
975
0bcdc113 9762009-01-26 Alex Schumann <rubin@afternet.org>
977
978 * src/plugins/annoy/plugin.py: new version of test plugin
979
9802009-01-25 Alex Schumann <rubin@afternet.org>
d68e1d8a 981
982 * Makefile.am: forgot to copy modpython.py where it goes.
983
07559983 9842009-01-24 Alex Schumann <rubin@afternet.org>
985
986 * src/mod-python.c: added plugin hook to log to x3 logs, and worked
987 out the basics of callback registration.
988
989 * src/modpython.py: x3 logging hook and new callback registration
990
991 * Makefile.am: install modpython.py and plugins/ during make install
992
993 * install-r.sh: shell script to do recursive copy with exclusions
994
cbfd323c 9952009-01-23 Alex Schumann <rubin@afternet.org>
996
e0f76584 997 * src/mod-python.c: refactor to use class-based hook manager. Seems to
4c216694 998 run now. Also added better comments.
cbfd323c 999
4c216694 1000 * src/modpython.py: refactored into classes. Seems to run now. Cleaned
1001 up a bit.
cbfd323c 1002
57e3ccf6 10032008-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1004
1005 * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
1006
10072009-01-04 Alex Schumann <rubin@afternet.org>
2045ae25 1008
1009 * src/nickserv.c: fix access change bug when using ldap but not
1010 ldap_oper_group_dn.
1011
06742a38 10122009-01-01 Matthew Beeching <jobe@mdbnet.co.uk>
1013
1014 * languages/README.txt: Changed validate_lang.pl to validate.pl
1015
1016 * languages/validate.pl: Set executable
1017
1018 * languages/lang_export.sh: Set executable
1019
b45fd7d7 10202008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1021
1022 * src/chanserv.c: SF feature 1476390. Added nodelete option to
1023 MERGE.
1024
1025 * src/chanserv.help: SF feature 1476390. Added nodelete option
1026 to MERGE.
1027
f21ec816 10282008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1029
1030 * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
1031 the channel flag to the register command. Also removed the
1032 helping flag.
1033
4648ded2 10342008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1035
1036 * src/hash.c: SF feature 2353183. Made X3 aware of +a.
1037
1038 * src/hash.h: SF feature 2353183. Made X3 aware of +a.
1039
40c18c28 10402008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1041
1042 * src/global.c: Added RCHANNELS which will send notices to all
1043 registered channels. Also changed CHANNELS to notice all channels
1044 instead of registered ones only.
1045
1046 * src/global.h: Added RCHANNELS.
1047
1048 * src/global.help: Added RCHANNELS target.
1049
42c38d42 10502008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1051
1052 * src/global.c: Added AUTHED target.
1053
1054 * src/global.h: Added AUTHED target.
1055
083fb96b 10562008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1057
1058 * src/opserv.c: Store when alerts were last triggered.
1059
d3abe0df 10602008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1061
1062 * x3.conf.example: Added valid_channel_regex.
1063
1064 * src/chanserv.c: Added valid_channel_regex.
1065
a837dcf5 10662008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1067
1068 * src/chanserv.c: Warning fixes.
1069
1070 * src/proto-p10.c: Warning fixes.
1071
4cb36ef0 10722008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1073
1074 * configure: Regenerated.
1075
1076 * configure.in: Added math.h check.
1077
1078 * rx/Makefile.in: Regenerated.
1079
1080 * src/chanserv.c: Warning fixes.
1081
1082 * src/config.h.in: Regenerated.
1083
1084 * src/Makefile.in: Regenerated.
1085
1086 * src/math.c: Warning fixes.
1087
1088 * src/nickserv.c: Warning fixes.
1089
1090 * src/opserv.c: Warning fixes.
1091
1092 * src/proto-p10.c: Warning fixes.
1093
0e859bd9 10942008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1095
1096 * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices
1097 with a string will now show the invalid string rather than 0.
1098
2f7421b5 10992008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1100
1101 * src/nickserv.c: Fix for SF bug #2420339. Password change emails
1102 will not have the first time part in the email. Email change emails
1103 will have them though.
1104
97e51197 11052008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1106
1107 * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
1108 when dynlimit disabled.
1109
cad8f3a7 11102008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1111
1112 * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
1113
9a50a1a2 11142008-11-30 Matthew Beeching <jobe@mdbnet.co.uk>
1115
1116 * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
1117
d4e0f0c4 11182008-11-25 Alex Schumann <rubin@afternet.org>
1119
1120 * src/mod-python.c: call run function instead of using
1121 pyrun_simplestring. Set global info for simple reply() to have what it
1122 needs to run.
1123
1124 * src/modpython.py: new name as - interferes with module loading.
1125 added reply() function
1126
8d670803 11272008-11-22 Alex Schumann <rubin@afternet.org>
1128
1129 * src/mod-python.c: Added ability to query info about nick or channel
1130 name
1131
a2c8c575 11322008-11-16 Alex Schumann <rubin@afternet.org>
1133
1134 * src/mod-python.c: filled in some missing pieces.
1135
1136 * src/mod-python.py: more demo code for testing
1137
50ca1f0c 11382008-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
1139
1140 * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
1141
11422008-11-16 Alex Schumann <rubin@afternet.org>
caf97651 1143
a2c8c575 1144 * src/mod-python.c: further work on building basic bits of this
caf97651 1145
a2c8c575 1146 * src/mod-python.py: first pass at what will be the base python script.
caf97651 1147
50ca1f0c 11482008-11-13 Alex Schumann <rubin@afternet.org>
0b350353 1149
a2c8c575 1150 * src/modcmd.c: remove python tests (moved to mod-python.c)
0b350353 1151
a2c8c575 1152 * src/mod-python.c: initial template based on memoserv
0b350353 1153
14c04a50 11542008-11-12 Matthew Beeching <jobe@mdbnet.co.uk>
1155
1156 * tools/db.php: Added sample DB parser script
1157
2f65da8f 11582008-11-06 Alex Schumann <rubin@afternet.org>
1159
a2c8c575 1160 * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
2f65da8f 1161 Begin work on embedding python.
1162
56b83e80 11632008-11-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1164
1165 * src/proto-p10.c: Fixes for SGLINE and SSHUN. As well as a fix for
1166 bug 2173687 (PRIVS part of it is already fixed on trunk).
1167
5f6a98a7 11682008-10-24 Matthew Beeching <jobe@mdbnet.co.uk>
1169
1170 * src/chanserv.help: Minor spelling mistake "change" instead of
1171 "change"
1172
6221421c 11732008-10-10 Matthew Beeching <jobe@mdbnet.co.uk>
1174
1175 * src/opserv.c: Fix for crash on OpServ SVSPART where the
1176 channel specified does not exist.
1177
f2a8c1ea 11782008-09-30 Matthew Beeching <jobe@mdbnet.co.uk>
1179
1180 * src/nickserv.c: Prevent automatic registration of dissallowed
1181 nicks when registering an account
1182
a6fa0035 11832008-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
1184
1185 * src/chanserv.c: Fix for <trigger>shoot telling you to use
1186 .roulette instead of <trigger>roulette
1187
59b38cc0 11882008-09-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1189
1190 * src/proto-p10.c: SGLINE and SSHUN support some stuff coming
1191 soon in Nefarious.
1192
2a4ca4f5 11932008-09-07 Matthew Beeching <jobe@mdbnet.co.uk>
1194
1195 * src/chanserv.c: Changed PEON to PAL
1196
1197 * src/chanserv.help: Changed PEON to PAL
1198
1199 * src/modcmd.c: Changed PEON to PAL
1200
1201 * docs/access-levels.txt: Changed PEON to PAL
1202
1203 * languages/de/chanserv.help: Changed PEON to PAL
1204
1205 * languages/en_GB/chanserv.help: Changed PEON to PAL
1206
055f3f30 12072008-09-06 Matthew Beeching <jobe@mdbnet.co.uk>
1208
1209 * src/proto-p10.c: Added new PRIV_*'s to privtab
1210
1211 * src/mod-snoop.c: Added support for channel mode +h
1212
1213 * src/hash.h: #define's for missing PRIV_*'s
1214
6ff42e24 12152008-09-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1216
1217 * src/chanserv.c: Fixed an issue with OPCHAN and channels using off
1218 channel.
1219
df21b43d 12202008-08-19 Alex Schumann <rubin@afternet.org>
19c83de8 1221
1222 * src/chanserv.c: fix a bug in the default wheel spin settings if they
1223 were not in the config file, x3 would core.
1224
92f63dd4 12252008-07-21 Neil SPierling <sirvulcan@sirvulcan.co.nz>
1226
1227 * src/chanserv.c: Turn the kick ban all chans spin action into a
1228 timed ban (5 minutes). Also seperated the setting of the ban from
1229 the stripping of ohv. If Nefarious has halfops disabled then trying
1230 to strip the modes and set the ban results in the numeric being set
1231 as the ban. This will need to be fixed in nefarious.
1232
b08a5f8b 12332008-07-20 Alex Schumann <rubin@afternet.org>
1234
8deb31d3 1235 * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch.
b08a5f8b 1236
1237 * src/config.h: bump trunk to 1.7
1238
74ac2349 12392008-07-19 Alex Schumann <rubin@afternet.org>
1240
5e6460e4 1241 * src/proto-p10.c: dont print warning on uping to a jupe. added
1242 irc_svsquit() function
1243
1244 * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual
1245 spins to be enabled in x3.conf and make it easy to add new ones or
1246 change likelyhoods.
1247
1248 * src/proto.h: added irc_svsquit() prototype
1249
1250 * src/x3.conf.example: wheel action example configs
74ac2349 1251
a218fded 12522008-07-18 Alex Schumann <rubin@afternet.org>
1253
1254 * src/proto-p10.c: set lastmod time to current time when sending
1255 glines, otherwise ircd wont burst them later.
1256
1257 * src/modcmd.c: break credits out to its own command, and add svn
1258 version string to ctcp version reply.
1259
625ccd4e 12602008-07-02 Matthew Beeching <jobe@mdbnet.co.uk>
1261
1262 * src/proto-p10.c: Added missing PRIV_*'s to privtab
1263
1264 * src/hash.h: #define's for missing PRIV_*'s
1265
17d4a698 12662008-06-23 Alex Schumann <rubin@afternet.org>
1267
c64a32cb 1268 * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the
1269 clone before its auto-removed, x3 crashes. Thanks tyler and jigsy.
1270
12712008-06-23 Alex Schumann <rubin@afternet.org>
1272
1273 * src/nickserv.c: make opserv access level required to be in oper ldap
17d4a698 1274 group configurable.
1275
1276 * src/nickserv.h: make opserv access level required to be in oper ldap
1277 group configurable.
1278
18006b5c 12792008-06-12 Alex Schumann <rubin@afternet.org>
1280
1281 * src/nickserv.c: fix login-on-connect logic problem when ldap libs
1282 are present but ldap is not in use.
1283
cf8bedff 12842008-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1285
1286 * src/chanserv.c: Fixed a small bug with SVSNickChange.
1287
1288 * src/hash.h: Added buttaknife's patch which allows modes to be
1289 searched for using opserv trace. Also Fixed a small bug with
1290 SVSNickChange.
1291
1292 * src/hash.c: Fixed a small bug with SVSNickChange.
1293
1294 * src/opserv.c: Added buttaknife's patch which allows modes to
1295 be searched for using opserv trace.
1296
1297 * src/proto-p10.c: Added buttaknife's patch which allows modes
1298 to be searched for using opserv trace.
1299
04cb4dfc 13002008-04-10 Alex Schumann <rubin@afternet.org>
1301
1302 * src/nickserv.c: Fix wrong param count check in oset password
1303
fba880b8 13042008-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1305
1306 * src/chanserv.c: Fixed a bug with x3 not handling kills properly.
1307
1308 * src/opserv.c: Fixed a bug with x3 not handling kills properly.
1309
7dd05763 13102008-04-02 Alex Schumann <rubin@afternet.org>
1311
fba880b8 1312 * src/proto-p10.c: Provisional code for LOC account hostmask validation
7dd05763 1313
fba880b8 1314 * src/nickserv.c: Provisional code for LOC account hostmask validation
7dd05763 1315
90746c83 13162008-04-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1317
1318 * configure: Regenerated.
1319
1320 * configure.in: Bumped up trunk version for X3.
1321
1c76f1b4 13222008-03-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1323
1324 * src/proto-p10.c: Ignore SNO messages.
1325
0bd0bef6 13262008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1327
1328 * configure: Regenerated.
1329
1330 * configure.in: Fixed up a typo spotted by Sakkath.
1331
1332 * x3.conf.example: Fixed up a typo spotted by Sakkath.
1333
e91c6c1e 13342008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1335
1336 * src/chanserv.c: If Nefarious 1.2.0 is in use then use SVSQUIT to
1337 fake a connection reset by peer quit if spin 1 comes up.
1338
13392008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ea54b136 1340
1341 * src/chanserv.c: Only allow logged in people to use spin.
1342
e91c6c1e 13432008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b404335b 1344
e03ec3dc 1345 * src/chanserv.c: Added lamepart function so that spin can be used
1346 on Nefarious 1.1.
1347
e91c6c1e 13482008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e03ec3dc 1349
1350 * src/chanserv.c: Added the wheel of misfortune. This will only
b404335b 1351 work with Nefarious 1.2.0. You can upgrade X3 now even if you are
1352 running 1.1. Also fixed up some roulette/shoot bugs.
1353
e03ec3dc 1354 * src/hash.h: Function to change nicknames in X3 when using SVSNICK.
b404335b 1355
e03ec3dc 1356 * src/hash.c: Function to change nicknames in X3 when using SVSNICK.
b404335b 1357
87708af4 13582008-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1359
1360 * src/chanserv.c: Added roulette command.
1361
1362 * src/chanserv.h: Added roulette command.
1363
1364 * src/mod-memoserv.c: Added email sending functionality when
1365 new memos are sent.
1366
74328623 13672008-03-24 Alex Schumann <rubin@afternet.org>
1368
1369 * src/nickserv.c: fix 1 param auth for ldap libs available but not
1370 enabled, case. Thanks jobe.
1371
964a842d 13722008-03-11 Alex Schumann <rubin@afternet.org>
1373
1374 * src/opserv.c: Add svsnick command
1375
1376 * src/opserv.help: add help for svsnick and improve menu a bit
1377
1378 * src/nickserv.c: re-enable 1 param auth if not using ldap.
1379
8fb4e4be 13802008-03-02 Alex Schumann <rubin@afternet.org>
1381
1382 * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv
1383 kill/reconnect segfault)
1384
763de701 13852007-07-31 Alex Schumann <rubin@afternet.org>
1386
1387 * src/proto-p10.c: ignore ALIST messages
1388
684c56b9 13892007-05-08 Alex Schumann <rubin@afternet.org>
1390
1391 * src/nickserv.c: fix authentication bug with ldap by temporarily
1392 removing account-less authentication.
1393
1394 * src/nickserv.help: fix help file to reflect change
1395
13962007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7e49d01c 1397
1398 * src/mod-webtv.c: Allow opers to override required_mark. Also added
1399 SJOIN (undocumented) so opers can join IRC into channels where its
1400 needed as WebTV can only message clients in channels they are in.
1401
a01701f8 14022007-06-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1403
1404 * src/mod-webtv.c: Added JOIN and PART.
1405
1406 * src/mod-webtv.help: Added JOIN and PART.
1407
684c56b9 14082007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b15cddea 1409
1410 * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf
1411 config options, required_mark and valid_marks.
1412
1413 * src/mod-webtv.help: Added INDEX, NICK, and WHOIS.
1414
684c56b9 14152007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2784452e 1416
1417 * configure: Run autogen.sh.
1418
1419 * configure.in: Tweaks for google core dumper 1.1.
1420
1421 * x3.conf.example: Basic webtv module section.
1422
1423 * src/config.h.in: Run autogen.sh.
1424
1425 * src/Makefile.am: Run autogen.sh.
1426
1427 * src/Makefile.in: Run autogen.sh.
1428
1429 * src/mod-webtv.c: Basic module for now. (Does nothing so dont
1430 bother compiling in).
1431
1432 * src/mod-webtv.help: Empty help file for webtv module.
1433
1434 * tools/core_install.sh: Update google core dumper to 1.1.
1435
1436 * tools/coredumper.tar.gz: Update google core dumper to 1.1.
1437
684c56b9 14382007-05-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc06f607 1439
1440 * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am).
1441 This will stop the "Unable to find user irc.servername.com whose mark
1442 is changing." messages. When a user reconnects and an existing exempt
1443 is on the network for the user, their lastseen time is sent out to
1444 all the servers. This quick fix moves the user checking part to
1445 the relevant part of the function that actually uses users.
1446
8ce9df05 14472007-05-04 Alex Schumann <rubin@afternet.org>
1448
1449 * src/chanserv.c: fixed problem with giveownership logs where the
1450 previous owners handle could reference a free'd string.
1451
d5faccba 14522007-04-24 Alex Schumann <rubin@afternet.org>
1453
1454 * src/nickserv.c: add missing ifdef for inldap search.
1455
b96027ad 14562007-04-22 Alex Schumann <rubin@afternet.org>
1457
1458 * src/nickserv.c: change authserv search accountmask to just account.
1459 added inldap search criteria. added add2ldap search target.
1460
87677bd8 1461 * src/nickserv.help: added help for ldap searching. + only add2ldap if
1462 all the info is there.
b96027ad 1463
41a3556d 1464 * src/x3ldap.c: clean up of some error messages/handling. + add a byte
87677bd8 1465 to password malloc to maybe solve a core problem? + fix an error
1466 checking option.
b96027ad 1467
eb9bf540 14682007-04-21 Alex Schumann <rubin@afternet.org>
1469 * src/nickserv.c: remove some un-needed errors with duplicate
1470 add/deletes in ldap
1471
ddcb3eb3 14722007-04-21 Alex Schumann <rubin@afternet.org>
1473
1474 * src/nickserv.c: fix bug with register_user from loc causing core
1475
bec5dd26 14762007-04-20 Alex Schumann <rubin@afternet.org>
1477
1478 * src/x3ldap.c: support for ldaps (ssl/tls) was added. ldap_host and
1479 ldap_port changed to ldap_uri.
1480
1481 * src/nickserv.c: fixed LOC bugs with accounts that exist in ldap but
1482 not x3 not being created. changed to ldap_uri config instead of
1483 host/port
1484
1485 * src/nickserv.h: changed to ldap_uri
1486
1487 * x3.conf.example: changed to ldap_uri
1488
3b29d086 14892007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1490
1491 * README: testing.
1492
e0bcaf30 14932007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1494
1495 * INSTALL: Another test.
1496
ed7ac86b 14972007-04-08 Alex Schumann <rubin@afternet.org>
1498
1499 * src/chanserv.c: fix for a core when adding kill alert for numchans 1
1500
69566a5b 15012007-04-06 Alex Schumann <rubin@afternet.org>
1502
1503 * src/chanserv.help: added Jigsy's mode help MODE CHANNEL and MODE
1504 USER
1505
c74bf46b 15062007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1507
1508 * ChangeLog: Email update.
1509
2cfebbe2 15102007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1511
1512 * src/AUTHORS: Email update, mostly for CIA commit testing.
1117fc5a 1513
e661b9c3 15142007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1515
1516 * src/helpfile.c: Added colour support $k.
1517
c5b279ed 15182007-03-20 Alex Schumann <rubin@afternet.org>
1519
1520 * src/nickserv.c: ButtaS2sLore sent in this patch to fix the default
1521 style when registering new users.
1522
dc46f772 15232007-03-20 Alex Schumann <rubin@afternet.org>
1524
1525 * src/nickserv.c: applied patch from playa which fixes the nickname
1526 valid checks when registering a nick.
1527
af16f748 15282007-03-20 Alex Schumann <rubin@afternet.org>
1529
1530 * src/nickserv.c: fix trying to do ldap when not enabled during
3c607a5f 1531 cmd_register + also with cmd_unregister
af16f748 1532
5aef35cf 15332007-03-20 Alex Schumann <rubin@afternet.org>
1534
1535 * src/opserv.c: fix for stats alerts filtering
1536
1537 * src/chanserv.c: dont kick lamers if they are currently exempt (+e)
1538
1539 * src/x3ldap.c: fix ldap error code to string
1540
1541 * src/nickserv.c: (comment to add LOC logging)
1542
a6bb184f 15432007-02-26 Alex Schumann <rubin@afternet.org>
1544
1545 * src/nickserv.c: fix bug with LOC logic and ldap.
1546
d6ef86e3 15472007-02-13 Alex Schumann <rubin@afternet.org>
1548
1549 * src/nickserv.c: Fix bugs with ldap cookies. Fix opt_password
1550 warning/crash potential
1551
15522007-02-13 Alex Schumann <rubin@afternet.org>
f19aa016 1553
8dc17ddf 1554 * src/x3ldap.c: Fix double-hashing of passwords when using ldap and
1555 resetpass cookie system.
1556
1557 * src/nickserv.c: Fix double-hashing of passwords when using ldap and
1558 resetpass cookie system. Fix incorrect terms in ldap email error
1559 message.
1560
15612007-02-12 Alex Schumann <rubin@afternet.org>
1562
1563 * src/x3ldap.c: fix ldap_delete not binding first, so causing
a40080a2 1564 access denied sometimes.
1565
15662007-02-12 Alex Schumann <rubin@afternet.org>
1567
1568 * x3.conf.example: fix ldap config example so it actually works
f19aa016 1569
acb142f0 15702007-02-12 Alex Schumann <rubin@afternet.org>
1571
1572 * src/nickserv.h: lowercase account name setting
1573
1574 * x3.conf.example: lowercase account name setting
1575
1576 * src/nickservc: only lowercase account names if the option is set.
1577
d6b0769f 15782007-02-12 Alex Schumann <rubin@afternet.org>
1579
1580 * src/tools.c: adding ircd_strtolower() func
1581
1582 * src/common.h: adding ircd_strtolower() func
1583
82b7b0d8 1584 * src/nickserv.c: force accounts to lowercase at all inputs. ++fix
e0ee1ed8 1585 warning ++fix another
d6b0769f 1586
a3ad3ee3 15872007-02-11 Alex Schumann <rubin@afternet.org>
1588
1589 * src/nickserv.c: fixed a bunch of ldap result value check bugs
1590
8a729617 15912007-02-11 Alex Schumann <rubin@afternet.org>
1592
1593 * src/opserv.c: Added oper group support to ldap
1594
1595 * src/x3ldap.c: Added group support to ldap. Fixed set email bug
1596
1597 * src/x3ldap.h: Added group support to ldap.
1598
1599 * src/nickserv.c: Added group support to ldap
1600
1601 * src/nickserv.h: Added group support to ldap
1602
c74bf46b 16032007-02-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
03fa9256 1604
1605 * tools/ldap/ldap_convert.php: Fixes after more testing.
1606
24e9e6c3 16072007-02-09 Alex Schumann <rubin@afternet.org>
1608
1609 * src/x3ldap.c: addid search function to get users email address from
1610 ldap
1611
1612 * src/x3ldap.h: func defs for search
1613
1614 * src/nicserv.c: update local copy of email address when they log
8dc06852 1615 in via ldap. fix memory leak.
24e9e6c3 1616
4b8ccfeb 16172007-02-08 Alex Schumann <rubin@afternet.org>
1618
1619 * src/x3ldap.c: cleaning up and switching adduser to use the new
1620 crypted password scheme.
1621
1622 * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP
1623 not defined, uncovered some warnings etc.
1624
c814d8cd 16252007-02-08 Alex Schumann <rubin@afternet.org>
1626
1627 * src/nickserv.c: Filling in ldap support for all password related
1628 operations: cmd_pass, loc_auth, etc.
1629
c74bf46b 16302007-02-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6cba6239 1631
1632 * tools/ldap/ldap_convert.php: Few tweaks.
1633
16342007-02-08 Alex Schumann <rubin@afternet.org>
1635
1636 * tools/ldap/inetorganon.schema: Scheme for ldap.
1637
1638 * tools/ldap/ldap_convert.php: Conversion script for converting
1639 x3 users to the ldap server.
1640
73d4cc91 16412007-02-07 Alex Schumann <rubin@afternet.org>
1642
1643 * configure.in: adding compile/configure support for ssl libs (not
1644 yet needed)
1645
1646 * configure: updated from above.
1647
1648 * src/config.h.in: adding compile/configure support for ssl libs (not
1649 yet needed)
1650
1651 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
1652 in config file.
1653
1654 * src/x3ldap.h: ldap crypted password pain. Support for object classes
1655 in config file.
1656
1657 * src/nickserv.c: change password in ldap when its changed in
1658 nickserv. Support for object classes in config file.
1659
1660 * src/nickserv.h: support for object classes in conf file
1661
a5a8a781 16622007-02-07 Alex Schumann <rubin@afternet.org>
1663
1664 * src/x3ldap.c: improve error result feedback
1665
fc012087 1666 * src/nickserv.c: improve error result feedback (oops, fix for if
1667 ldap_enable is 0)
a5a8a781 1668
ea02341b 16692007-02-07 Alex Schumann <rubin@afternet.org>
1670
1671 * src/x3ldap.c: ldap_add functionality
1672
1673 * src/x3ldap.h: ldap_add functionality
1674
1675 * src/nickserv.h: ldap_add functionality
1676
1677 * src/nickserv.c: ldap_add functionality
1678
1679 * x3.conf.example: ldap_add functionality
1680
8da89711 16812007-02-06 Alex Schumann <rubin@afternet.org>
1682
39edf54a 1683 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
1684 and sanity checks.
8da89711 1685
39edf54a 1686 * configure.in: Better ldap library handling **oops ** helps to
1687 actually have -lldap in LIBS...
db9a9a8a 1688
39edf54a 1689 * configure: regenerated from above ** **
1690
1691 * x3.conf.example: tweaked ldap settings
1692
1693 * src/nickserv.h: remove ldap config settings if not compiled in
1694
1695 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
1696 logins working.
8da89711 1697
c74bf46b 16982007-02-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
50895889 1699
1700 * src/x3ldap.c: Added GPL header, also change the printf's to
1701 log_module's as per one of the todo comments.
1702
1703 * src/x3ldap.h: Added GPL header.
1704
e15f42a4 17052007-02-05 Alex Schumann <rubin@afternet.org>
1706
1707 * src/nickserv.c: fix non-compile without ldap problem
1708
e166c31b 17092007-02-05 Alex Schumann <rubin@afternet.org>
1710
1711 * src/x3ldap.c: Beginnings of ldap authentication support
1712
1713 * src/x3ldap.h: Beginnings of ldap authentication support
1714
1715 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
1716
1717 * src/nickserv.c: Beginnings of ldap authentication support
1718
1719 * x3.conf.example: ldap config settings
1720
1721 * src/md5.c: remove old debugging printf() code
1722
1723 * src/configure.in: add --enable-ldap support to configure
1724
1725 * configure: rebuilt from above
1726
1727 * src/Makefile.am: add --enable-ldap support to configure
1728
1729 * src/Makefile.in: rebuilt from above
1730
1731
c74bf46b 17322007-02-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b2fd1d25 1733
1734 * src/hash.c: Bug fix for bug #1651561.
1735
c74bf46b 17362007-02-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2bd99739 1737
1738 * src/nickserv.c: Fixed bug #1649326.
1739
cf33840c 17402007-01-28 Alex Schumann <rubin@afternet.org>
1741
1742 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
1743 nick, and someone sends a memo, send them the memo from memoserv, if
1744 there is a memoserv (not chanserv). Also, make the mini-help prompts
1745 more generic, for when they come from another bot besides memoserv.
1746
c74bf46b 17472007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
956ee72d 1748
1749 * src/proto-p10.c: RPING support.
1750
c74bf46b 17512007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8f9e3388 1752
1753 * src/proto-p10.c: This will hide annoying rping/rping error messages
1754 from the o3 alert channel when denora is linked. Will write proper
1755 functions when i figure out how rping n rpong works.
1756
c74bf46b 17572007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ad3104a4 1758
1759 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
1760 we need to free kNode before removing the entry. Fixed a nasty
1761 glibc core.
1762
cc1705aa 17632007-01-12 Alex Schumann <rubin@afternet.org>
1764
1765 * src/mod-helpserv.c: This module is coded very poorly, with lots of
1766 newby c mistakes with pointers and malloc and whatnot. This fixes some
1767 small part of that so that user commands work again, and to reduce
1768 confusion. It needs a LOT more work to be what I would consider
1769 safe..
1770
c74bf46b 17712007-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c9ec8867 1772
1773 * src/spamserv.c: Horrible but it will do, i need to rewrite
1774 the flag system.
1775
1776 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
1777 badreaction being linked up.
1778
1779 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
1780
b532a93e 17812007-01-10 Alex Schumann <rubin@afternet.org>
1782
1783 * src/log.c: commented out impossible assertion which makes x3 core on
1784 fatal errors instead of exit cleanly.
1785
9cfdef25 17862007-01-10 Alex Schumann <rubin@afternet.org>
1787
1788 * src/mod-helpserv.c: fix strncpy problem
1789
c74bf46b 17902007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e993296 1791
1792 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
1793 checkrestrictions alerts.
1794
1795 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
1796
c74bf46b 17972007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3da28d8e 1798
1799 * configure: Regenerated.
1800
1801 * configure.in: Added HAVE_HELPSERV.
1802
1803 * x3.conf.example: Seems theres been a hidden prefix option to
1804 allow users to use helpserv commands (ones for users not helpers).
1805
1806 * src/config.h.in: Added HAVE_HELPSERV.
1807
1808 * src/mod-helpserv.c: Made helpserv more useable:
1809
1810 * Added CLOSEREQ for users to close their current request.
1811
1812 * Added SHOWREQ for users to show their current req (equiv of SHOW).
1813
1814 * Added JoinTotal, if ON then when a helper joins the channel they
1815 will be sent a notice of the total UNASSIGNED requests.
1816
1817 * Added AlertNew, if ON then when a user opens a new help request
1818 all helpers will be alerted.
1819
1820 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
1821 bots.
1822
1823 * Added $i replacer for HelpServ SET's, changes $i to a valid
1824 request id. If no iq exists for another bot uses $i then all
1825 that is displayed is $i.
1826
1827 * Changed the USERCMD function type from void to int so that we
1828 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
1829 function.
1830
1831 * Seeing as helpserv does its help slightly different i added in the
1832 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
1833 output looks the same.
1834
1835 * Addded usercmd_helpserv for to access USERINDEX.
1836
1837 * Allow users to use HELP even without an open request.
1838
1839 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
1840 Also added a USERINDEX. Plus added help for the above things i
1841 added to helpserv
1842
1843 * src/modcmd.c: Adjusted years.
1844
50ea69b0 18452007-01-03 Alex Schumann <rubin@afternet.org>
1846
1847 * src/opserv.c: fix crash in ctcp version checkin
1848
0c8d17fe 18492007-01-01 Alex Schumann <rubin@afternet.org>
1850
1851 * x3.conf.example: Fixed set_shows which didnt get updated a while
1852 back.
1853
c74bf46b 18542006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ee37b347 1855
1856 * src/spamserv.c: Try this, tho sizeof worked fine for me with
1857 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
1858
c74bf46b 18592006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a674c5d3 1860
1861 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
1862 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
1863
1864 * src/spamserv.h: Added caps scanning functionality.
1865
1866 * src/spamserv.help Added caps scanning help
1867
c74bf46b 18682006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
9e5e441d 1869
1870 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
1871
c74bf46b 18722006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2e4e27fe 1873
1874 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
1875 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
1876 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
1877 the specified levels will be exempt. All levels default to
1878 UL_OP (200) at first.
1879
1880 * src/spamserv.h: Added new except variables.
1881
1882 * src/spamserv.help: Added new sections for the new except SET
1883 options, plus removed the level lines for now.
1884
c74bf46b 18852006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
179a14f6 1886
1887 * Merry Christmas! :)
1888
1889 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
1890 with setting exceptlevel.
1891
9a8aa132 18922006-12-24 Alex Schumann <rubin@afternet.org>
1893
1894 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
1895 nickname.
1896
c74bf46b 18972006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc436744 1898
1899 * Merry Christmas! :)
1900
1901 * This completes RFE 1577823.
1902
1903 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
1904 excepts all people who are opped etc. Only people above this level
1905 will be immune now. Defaults to 300 for channels without the option
1906
1907 * src/spamserv.h: Added exceptlevel.
1908
1909 * src/spamserv.help: Added EXCEPTLEVEL.
1910
c74bf46b 19112006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
19c200c1 1912
1913 * Merry Christmas! :)
1914
1915 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
1916
1917 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
1918 and LISTTRUST added.
1919
8de34abd 19202006-12-20 Alex Schumann <rubin@afternet.org>
1921
1922 * src/Makefile.in: undo temp fix
1923
1924 * src/opserv.c: perm fix to HAVE_TRACK define problems
1925
1926 * src/configure.in: perm fix to HAVE_TRACK define problems
1927
1928 * src/config.h.in: perm fix to HAVE_TRACK define problems
1929
c74bf46b 19302006-12-21 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d3919a0d 1931
1932 * src/Makefile.in: Temp fix.
1933
2c00fbc2 19342006-12-20 Alex Schumann <rubin@afternet.org>
1935
1936 * src/proto-p10.c: added full mark support including as a trace
1937 criteria.
1938
1939 * src/opserv.c: added full mark support including as a trace
1940 criteria.
1941
1942 * src/hash.h: added full mark support including as a trace
1943 criteria.
1944
1945 * src/opserv.help: documented the 'marked' criteria in trace.
1946
6cf5f880 19472006-12-20 Alex Schumann <rubin@afternet.org>
7b0150f8 1948
1949 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
1950 commands. (such as delpeon of a user with non-standard peon level)
1951
6cf5f880 1952 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
1953 crash with service rename, and probably many other problems.
1954
1955 * src/mod-track.c: fixing memory problems, and the broken set command.
1956 Track may be stable now, needs large scale testing.
dd42e7fc 1957
c74bf46b 19582006-12-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
847f5770 1959
1960 * src/chanserv.help: Opps that will teach me for cut n pasting.
1961 Adjusted duration line for CLVL help. Users are not removed after
1962 the duration they are reverted back to their previous access
1963 level.
1964
c74bf46b 19652006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
27fa6acf 1966
1967 * src/chanserv.c: check the ircd side ban list too
1968
1969 * src/opserv.c: Fixed a small bug, woops.
1970
c74bf46b 19712006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5aa400d2 1972
1973 * src/chanserv.c: Added trace_check_bans, cut down version of
1974 check_bans for checkrestrictions
1975
1976 * src/chanserv.h: Declare trace_check_bans.
1977
1978 * src/opserv.c: Added addalert/trace option checkrestrictions. When
1979 using SVSJOIN as an action this option will check the ban lists, invite
1980 keys and limits of the target channel and if any match or exist (invite
1981 etc) then the SVSJOIN wont go through
1982
1983 * src/opserv.help: Added information about checkrestrictions.
1984
c74bf46b 19852006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09741492 1986
1987 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
1988
1989 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
1990 and lastlevel.
1991
1992 * src/chanserv.help: Added information about timed clvls.
1993
e766ec7c 19942006-12-18 Alex Schumann <rubin@afternet.org>
1995
1996 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
1997 instead of notice, when you get new memos. Fixed a buffer overrun with
1998 memo ids.
1999
2000 * src/mod-memoserv.help: fix-up help for settings.
2001
c74bf46b 20022006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fd20b142 2003
2004 * src/chanserv.c: New feature, channel managers can now add people
2005 with a duration. After the duration expires the person will be
2006 automatically removed and deoped.
2007
2008 * src/chanserv.h: Added expiry.
2009
2010 * src/chanserv.help: Added information about timed accesses.
2011
2012 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
2013 specified.
2014
c74bf46b 20152006-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
537128ea 2016
2017 * src/proto-p10.c: Reverted one of my line changes.
2018
c74bf46b 20192006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e8f92d55 2020
2021 * src/opserv.c: Fixed up a couple of $b errors.
2022
c74bf46b 20232006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b6b5e2f 2024
2025 * src/chanserv.c: Woops forgot to init the channel mode change.
2026
2027 * src/chanserv.h: Tweak to check_bans.
2028
2029 * src/proto-p10.c: Add some sanity checks plus moved the +x to
2030 after the CMD_FAKEHOST otherwise if the person auths then gets
2031 marked they will cause 2 Registered quits on the IRCd. Only one
2032 will happen now.
2033
c74bf46b 20342006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c99dcaf6 2035
2036 * src/chanserv.c: Added function check_bans to check bans in a
2037 specific channel when needed (see below).
2038
2039 * src/chanserv.h: check_bans deceleration.
2040
2041 * src/proto-p10.c: First of all we dont need a handle_info when
2042 checking for IsHiddenHost, the IRCd takes care of this. Made it
2043 so we copy the fakehost into user->fakehost so X3 can check
2044 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
2045 we need to recheck the users bans just in case a person has
2046 lamer'ed the marked hostname.
2047
d82cf2f0 20482006-12-12 Alex Schumann <rubin@afternet.org>
2049
2050 * configure.in: making google core lib optional
2051
2052 * configure: regenerated
2053
2054 * src/proto-p10.c: added support for sending nefarious marks
2055
2056 * src/proto.h: prototype for irc_mark
2057
2058 * src/opserv.help: documented new mark support. Also documented the
2059 svsjoin and svspart commands as they were missing.
2060
2061 * src/hash.h: added MARKLEN define
2062
2063 * src/opserv.c: added mark command as well as mark support in trace
2064 and addalert.
2065
c74bf46b 20662006-12-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8b2ad8d 2067
2068 * configure: Regenerated.
2069
2070 * configure.in: Add support for google core dumper. Plus updated
2071 tre to 0.7.5.
2072
2073 * Makefile.in: Regenerated.
2074
2075 * rx/Makefile.in: Regenerated.
2076
2077 * src/config.h.in: Regenerated.
2078
2079 * src/Makefile.in: Regenerated.
2080
2081 * tools/core_install.sh: Just like tre_install.sh. This installs
2082 the core dumper.
2083
2084 * tools/coredumper.tar.gz: Google core dumper 0.2.
2085 http://sourceforge.net/projects/goog-coredumper/
2086
2087 * tools/tre_install.sh: Updated version to 0.7.5
2088
2089 * tools/tre.tar.gz: Updated tre to 0.7.5.
2090
283cfa83 20912006-12-10 Alex Schumann <rubin@afternet.org>
2092
2093 * src/opserv.c: fix debug message left at wrong level ("checking
2094 reroute()")
2095
9079d26c 20962006-12-09 Alex Schumann <rubin@afternet.org>
2097
2098 * src/opserv.c: bugfixes to autorouting timer code
5c6bff84 2099 improved stats routing to clean up & take an argument
9079d26c 2100
2101 * src/opserv.h: bugfixes to autorouting timer code
2102
5c6bff84 2103 * src/opserv.help: document new stats routing syntax
2104
9079d26c 2105 * src/timeq.c: added some usefull (commented out) debugging code for
2106 figuring out timer problems.
2107
2108 * src/timerq.h: added some usefull (commented out) debugging code for
2109 figuring out timer problems.
2110
5c6bff84 2111 * src/proto-p10.c: cleanup/improve eob autorouting init
2112
da5b7dfc 21132006-12-08 Alex Schumann <rubin@afternet.org>
2114
2115 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
2116
2117 * src/proto-p10.c: moving version reply storage here, adding webTV
2118 no_notice support (automatiaclly dont send notices if version reply
2119 says its a webtv user since they cant SEE notices. (other clients to
2120 add?)) note, this needs a version query alert to get the version from
2121 them.
2122
2123 * src/helpfile.c: honor the no_notices user bit
2124
2125 * src/hash.h: add no_notices user bit
2126
8709474a 21272006-12-07 Alex Schumann <rubin@afternet.org>
2128
eaf715f1 2129 * src/opserv.c: Add filter ability to stats alerts + fixup
8709474a 2130
eaf715f1 2131 * src/opserv.help: document filter feature of stats alerts + fixup
8709474a 2132
7a278540 21332006-12-02 Alex Schumann <rubin@afternet.org>
2134
2135 * src/chanserv.c: fix to levels command (- were missing)
2136
2137 * src/tools.c: fix warning
2138
2139 * src/common.h: fix warning
2140
2141 * src/chanserv.help: update online help url, changed help general to
2142 use new $! command char replacement code.
2143
2144 * src/hash.c: fix warning when geoip is off
2145
2146 * src/helpfile.c: add new '$!' code for chanserv's current trigger
2147 char in help files
2148
11d3c79b 21492006-12-01 Alex Schumann <rubin@afternet.org>
2150
2151 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
2152 on users of non-standard access level such as 201. Fixed this by
2153 changing mdelop and friends to work on the range of access levels.
c9bf23fe 2154 Added a LEVELS command.
2155
2156 * src/chanserv.h: corrected PEON access defines such that 1-150 is
2157 peon instead of 100-150 with 1-99 being undefined.
2158
2159 * src/chanserv.help: help for new LEVELS command
2160
2161 * src/helpfile.c: Improved table functions so that it automatically
2162 right-justifies numerical columns.
2163
2164 * src/tools.c: Added helper functions str_is_number and msnprintf (an
2165 auto-mallocing printf function)
2166
2167 * src/common.h: defines and defines for msnprintf and str_is_number
2168
11d3c79b 2169
23b7ec6e 21702006-11-30 Alex Schumann <rubin@afternet.org>
2171
2172 * src/chanserv.c: Modified .myaccess such that if you give it your own
2173 account when you are not a helper, it still works. (Requested by
2174 Jigsy)
2175
2176 * src/nickserv.help: Corrected the help file to feed oregister based
2177 on email_required instead of email_enabled
2178
d9ffe0e7 2179 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
2180 causes crash in set if no title) thanks xanjunior
2181
c74bf46b 21822006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4b44eb0f 2183
2184 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
2185 opserv WHOIS from another service (when bound), the channels reply
2186 would come from o3 instead of that service.
2187
c74bf46b 21882006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39c1a4ef 2189
2190 * src/opserv.c: Added in SVSPART alert/traces.
2191
2192 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
2193
2194 * src/proto.h: Added in decleration for svspart.
2195
2196 * src/proto-p10.c: Extend current SVSPART functionality so that we
2197 can send them with traces etc.
2198
a62ba70c 21992006-10-14 Alex Schumann <rubin@afternet.org>
2200
2201 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
2202 in svsjoin alerts. Cleanup old silent code fragments left over. Check
2203 for missing chantarget in alerts also.
2204
0e08a8e0 22052006-10-12 Alex Schumann <rubin@afternet.org>
2206
2207 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
2208 setup x3 to version only users matching a criteria, and then another
2209 alert to do someting based on the version reply. This should be
2210 usefull for finding bots etc. Or, for example, you can make all xchat
2211 people join #xchat, or all mirc join #mirc etc.
2212 Also, there is a fix in here for SVSJOIN which i hadn't gotten
2213 everything working with.
2214
2215 * src/proto-p10.c: added privmsg_user and version_user functions
2216
2217 * src/proto.h: added privmsg_user and version_user function
2218 declerations
2219
2220 * src/hash.h: added version_reply variable to users
2221
2222
2223
c408f18a 22242006-10-12 Alex Schumann <rubin@afternet.org>
2225
2226 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
2227 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
2228 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
2229 or send all level3 users to a perticular channel on connection, etc.
2230
ff5f1ab2 22312006-10-12 Alex Schumann <rubin@afternet.org>
2232
2233 * src/chanserv.c: Make lamers not affect users on the userlist above
2234 inviteme level in the channel. (why kb users who can .uba and
2235 .inviteme back in?)
2236
c74bf46b 22372006-10-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e7eaa91 2238
2239 * src/spamserv.c: Ignore those with access (if the options are
2240 disabled- scanchanops, scanhalfops, scanvoiced.
2241
ffb204b6 22422006-10-08 Alex Schumann <rubin@afternet.org>
1e7eaa91 2243
ffb204b6 2244 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
2245 autojoin. Not really a great solution. Instead, move auth_handler
3c83701b 2246 funcs to be called after stamping etc. thx to Buttaknife for this
2247 solution.
ffb204b6 2248
2249 * src/nickserv.c: move auth_func calls to after stamping, and
2250 commented up the cmd_auth source to make it more managable.
2251
075d7932 22522006-10-04 Alex Schumann <rubin@afternet.org>
2253
2254 * src/chanserv.c: remove redundant 'none' from empty llists
2255
c74bf46b 22562006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eca6aa4f 2257
2258 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
2259 over with odelcookie now.
2260
c74bf46b 22612006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
10fb34f6 2262
2263 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
2264 in a channel and a user auths in the channel, the user will not
2265 receive autoop etc if they have it enabled in uset.
2266
22672006-10-03 Alex Schumann <rubin@afternet.org>
e6dce34c 2268
2269 * src/opserv.c: Check for connect timer entries before adding new
2270 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
2271
c74bf46b 22722006-09-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
95adb209 2273
2274 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
2275 by him.
2276
c74bf46b 22772006-09-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
dd019452 2278
2279 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
2280 happening before autohide. Let me know if its still happening before
2281 autohide.
2282
2283 * src/chanserv.help: Updated the AUTOJOIN bit.
2284
5b66c0c2 22852006-09-13 Alex Schumann <rubin@afternet.org>
2286
2287 * src/chanserv.help: improved the help listing for the info command,
2288 and information help category.
2289
c74bf46b 22902006-09-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
14f0e274 2291
2292 * src/mod-memoserv.c: Fixed crash bug.
2293
2294 * src/spamserv.c: Ignore opers.
2295
c74bf46b 22962006-08-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4a2a9a4e 2297
2298 * README: tweaks.
2299
c74bf46b 23002006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
73bcd46c 2301
2302 * src/chanserv.help: Tweaked a , to .
2303
c74bf46b 23042006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ffd8a4c9 2305
2306 * src/opserv.help: Removed privs menu so we can release a tarball.
2307
90e75ffd 23082006-08-25 Alex Schumann <rubin@afternet.org>
2309
2310 * src/chanserv.c: fix uset reply for halfops
2311
2312 * src/nickserv.help: document the 'b' account flag
2313
c74bf46b 23142006-08-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f16ad9e7 2315
2316 * x3.conf.example: Added hidden host style option and key options
2317 for style 2.
2318
2319 * src/hosthiding.h: Remove KEY #defines.
2320
2321 * src/hosthiding.c: Set the keys only once using the conf values.
2322
2323 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
2324 of standard hidden hosts if style is 2.
2325
2326 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
2327 of standard hidden hosts if style is 2.
2328
2329 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
2330 hostname (unresolved). This is how Nefarious works.
2331
2332 * src/tools.c: Generate hidden hosts off crypt hosts instead
2333 of standard hidden hosts if style is 2.
2334
c74bf46b 23352006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cd25f2e9 2336
2337 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
2338
2339 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
2340
2341 * src/proto.h: irc_svsjoin decelerations.
2342
2343 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
2344 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
2345 an SJ it will be handled properly as a JOIN. Did the same for
2346 SVSPART.
2347
c74bf46b 23482006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a45018b2 2349
2350 * src/spamserv.c: Fixed the +k issue with spamserv.
2351
c74bf46b 23522006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6c34bb5a 2353
2354 * src/opserv.c: Added PRIVSET Command.
2355
2356 * src/opserv.help: Added PRIVSET Command. Plus contents for the
2357 privs section.
2358
2359 * src/proto.h: irc_privs deceleration.
2360
2361 * src/proto-p10.c: Fixed a compile issue plus added functions for
2362 setting and checking privs.
2363
c74bf46b 23642006-08-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
89d871d8 2365
2366 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
2367
2368 * src/hash.h: Priv declerations.
2369
2370 * src/opserv.c: Show privs in WHOIS output.
2371
2372 * src/proto.h: client_report_privs decleration.
2373
2374 * src/proto-p10.c: Handle PRIV only for type 6 servers.
2375
90e75ffd 23762006-08-19 Alex Schumann <rubin@afternet.org>
2377
2378 * src/authserv.c: document the oset flag +b in help (hide from staff
2379 command.)
2380
33741441 23812006-08-19 Alex Schumann <rubin@afternet.org>
2382
2383 * src/chanserv.c: added reply command, which responds similar to calc,
2384 but with any message. (for use with bindings)
2385
2386 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
2387 are replaced with the target command's calling user's account, nick,
2388 and numnick respectively. This and the above allows things like:
2389 BIND x3 account x3.reply your account is $a or
2390 BIND x3 kickme x3.kick $n $1-
2391 more to come, maybe, later.
2392
37d706b7 23932006-08-01 Alex Schumann <rubin@afternet.org>
2394
2395 * src/modcmd.c: Added OSI certification message to VERSION command
2396
c74bf46b 23972006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
01a5e8c8 2398
2399 * x3.conf.example: Redid part of the geoip summary.
2400
c74bf46b 24012006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1ad7ac15 2402
2403 * src/opserv.c: If we have a city, latitude and longitude returned
2404 then show a map url. Some results have no city but a latitude and
2405 a longitude. The coordinates are useless in this case and most
2406 people would know where the country is around abouts.
2407
c74bf46b 24082006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
58528547 2409
2410 * src/hash.c: Speed up city and country lookups significantly.
2411 Just slow for the first read but once thats done the rest is fast.
2412
c74bf46b 24132006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3a4fdc79 2414
2415 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
2416 I dont know if this will work for sure as i cant reproduce it. But
2417 my theory is that once the user is kicked the mode node is dropped.
2418 Users without modes should still return a valid mode node.
2419
c74bf46b 24202006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5678501c 2421
2422 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
2423 if a giveownership command was issued in a channel with no owners.
2424
c74bf46b 24252006-08-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
21f6caee 2426
2427 * configure: Regenerated.
2428
2429 * configure.in: Added checks for GeoIP headers and libs.
2430
2431 * x3.conf.example: Add in 2 options for the dat filenames of the
2432 city and country files. If not specified then no geoip data
2433 will be checked.
2434
2435 * src/config.h.in: Regenerated.
2436
2437 * src/hash.c: Created a function to check the geoip info from the
2438 dat files.
2439
2440 * src/hash.h: Decelerations plus added entries to the userNode
2441 struct.
2442
2443 * src/opserv.c: Display the GeoIP information in WHOIS.
2444
2445 * src/proto-p10.c: Call the new geoip data collection function
2446 towards the end of AddUser.
2447
c74bf46b 24482006-08-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a2dbccef 2449
2450 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
2451
4d69a3b1 24522006-08-01 Alex Schumann <rubin@afternet.org>
2453
2454 * src/chanserv.c: Add automode 6, to just voice everyone with access.
2455 Idea by daniel (thx)
2456
c74bf46b 24572006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2458
2459 * This message is apart of the below one, its just seperate so
2460 it doesnt get lost amongst the below messages.
2461
2462 * src/global.c: Fixed a warning.
2463
c74bf46b 24642006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2465
2466 * configure: Removed bahamut support, didnt even work.
2467
2468 * configure.in: Removed bahamut support, didnt even work.
2469
2470 * INSTALL: Removed bahamut support, didnt even work.
2471
2472 * x3.conf.example: Removed bahamut support, didnt even work.
2473
2474 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
2475
2476 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
2477 work.
2478
2479 * src/config.h.in: Removed bahamut support, didnt even work.
2480
2481 * src/gline.c: Removed bahamut support, didnt even work.
2482
2483 * src/hash.h: Removed bahamut support, didnt even work.
2484
2485 * src/nickserv.c: Removed bahamut support, didnt even work.
2486
2487 * src/nickserv.h: Removed bahamut support, didnt even work.
2488
2489 * src/Makefile.am: Removed bahamut support, didnt even work.
2490
2491 * src/Makefile.in: Removed bahamut support, didnt even work.
2492
2493 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
2494
2495 * src/shun.c: Removed bahamut support, didnt even work.
2496
c74bf46b 24972006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
57692f5e 2498
2499 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
2500 spamserv.c, nickserv.c.
2501
2502 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
2503
2504 * src/nickserv.c: Changed global_message uses to global_message_arg's.
2505
2506 * src/opserv.c: Changed global_message uses to global_message_arg's.
2507
2508 * src/spamserv.c: Changed global_message uses to global_message_arg's.
2509
c74bf46b 25102006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09a3057c 2511
2512 * src/chanserv.c: Changed global_message uses to global_message_arg's.
2513
2514 * src/global.c: Added language strings for chanserv.c
2515
c74bf46b 25162006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4d99495c 2517
2518 * src/global.c: Make sure we arnt sending duplicate messages in
2519 some cases.
2520
c74bf46b 25212006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
985d4109 2522
2523 * src/x3.conf.example: Removed the targets option.
2524
2525 * src/global.c: Wrote new function that will global message users
2526 and/or opers and/or helpers messages in their own langauge. The
2527 strings are set either in language files or in the global.c message
2528 struct. This allows us to send defcon notices to people and they
2529 will get them in their own language if they have it set.
2530
2531 * src/global.h: global_message_args decleration.
2532
2533 * src/opserv.c: Removed targets option for defcon as its too hard
2534 to send messages to people in channels if the people have different
2535 language settings.
2536
c74bf46b 25372006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d8b9cb7c 2538
2539 * src/opserv.c: TODO stuff.
2540
c74bf46b 25412006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0272358e 2542
2543 * x3.conf.example: Added SHUN setting for DEFCON.
2544
2545 * doc/DEFCON: Added SHUN setting for DEFCON.
2546
2547 * src/opserv.c: Moved the gline check to here. Also added a SHUN
2548 check.
2549
2550 * src/opserv.h: Added SHUN setting for DEFCON.
2551
2552 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
2553
c74bf46b 25542006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
08895577 2555
2556 * x3.conf.example: Added new Defcon system settings
2557
2558 * doc/DEFCON: Anope's Defcon doc adapted for X3.
2559
2560 * src/chanserv.c: Block mode changes and channel registrations if
2561 required.
2562
2563 * src/mod-memoserv.c: Block new memos if required.
2564
2565 * src/nickserv.c: Block nick registrations if required.
2566
2567 * src/opserv.c: Added in defcon system, uses some of the anope code.
2568 Most tho is from scratch.
2569
2570 * src/opserv.h: Defcon declerations.
2571
2572 * src/opserv.help: Added DEFCON entry.
2573
2574 * src/proto-p10.c: If required gline new clients, also if required
2575 kill new clients.
2576
35305a49 25772006-07-29 Alex Schumann <rubin@afternet.org>
2578
2579 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
2580 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
2581 not comfortable running 'make install' on libtre from ./configure.
2582 This violates what the user expects in a way that can harm the system.
2583 Changed how the libtre checks work and provided easy-to-use install
0754f993 2584 script. -fix link stage
35305a49 2585
2586 * rx/Makefile.in: fix autotools warning(s)
2587
babc1c07 25882006-07-28 Alex Schumann <rubin@afternet.org>
2589
2590 * src/nickserv.help: add odelcookie to help oper
2591
31543e44 2592 * x3.conf.example: update & improve x3.conf.example description of
2593 extended_accounts setting.
2594
964abe6b 25952006-07-26 Alex Schumann <rubin@afternet.org>
2596
2597 * src/opserv.c: Fix crash when doing reroute if routing isnt
ce9266cf 2598 configured. | Voice discovered that the error message for addplan fail
2599 was typeo'd so not showing.
964abe6b 2600
20517d48 2601 * src/opserv.help: slight changes to routing help.
2602
2603 * src/chanserv.c: let non-staff see when channels were registered with
2604 .info
2605
d9d33535 26062006-07-24 Alex Schumann <rubin@afternet.org>
2607
2608 * src/proto-p10.c: dont burst channels with 0 users in them (which
2609 were created by alert discrims, most likely)
2610
26112006-07-23 Alex Schumann <rubin@afternet.org>
2612
2613 * x3.conf.example: Added chanserv "modes" to example - use to control
2614 what usermodes chanserv gets. Mainly for setting +d or not, if you
2615 have nef 1.0 'b:' lines setup.
2616
c74bf46b 26172006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bae4525d 2618
2619 * src/nickserv.c: If theres no title set then the default title
2620 will therefore be the first part of hidden_host in x3.conf.example,
2621 so for consistency with opt_fakehost we will print this.
2622
c74bf46b 26232006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
88b0672a 2624
2625 * src/nickserv.c: The reason why theres no arg rubin is that
2626 if you want to print the fakehost then u dont specify an arg.
2627 This tells opt_fakehost to set fake to the current fakehost
2628 and pass it on to be printed.
2629
bf93ca8d 26302006-07-23 Alex Schumann <rubin@afternet.org>
2631
116d100f 2632 * src/nickserv.c: Add config file regex fakehost test + sanity
574bfc14 2633 checking in title as well (fixed).
bf93ca8d 2634
8108185c 2635 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
2636 instead of argv[2]==null since argv's dont get set null.
2637
c74bf46b 26382006-07-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eb43ca8c 2639
2640 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
2641
2642 * src/proto-p10.c: Host in topic supports sethost and fakehost
2643 now.
2644
47956fc5 26452006-07-21 Alex Schumann <rubin@afternet.org>
2646
2647 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
2648 irc_connect, and added callbacks to handle connect failures and
2649 successes. (All prep for auto routing system)
0520d39a 2650
47956fc5 2651 * src/proto.h: Added support for irc_wallop, irc_squit,
2652 irc_connect, and added callbacks to handle connect failures and
2653 successes. (All prep for auto routing system)
0520d39a 2654
dd1fc2a3 2655 * src/opserv.help: Help entries for auto routing system + fix typeo in
2656 routing example
0520d39a 2657
47956fc5 2658 * src/hash.h: New structs for auto routing system
0520d39a 2659
da0c436d 2660 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
2661 error message to debug message.
0520d39a 2662
47956fc5 2663 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
0520d39a 2664
47956fc5 2665 * src/modcmd.c: added 'routing' main command alias.
2666
c74bf46b 26672006-07-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5006460e 2668
2669 * x3.conf.example: Added host_in_topic option for sending full
2670 nick!user@host if its enabled. Default to one as Nefarious is
2671 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
2672 you have this enabled on X3 and not on your Nefarious server.
2673
2674 * src/proto-p10.c: Make use of host_in_topic.
2675
c092fcad 26762006-07-13 Alex Schumann <rubin@afternet.org>
2677
2678 * src/opserv.c: make the bot reply from the nick you /msg in all
2679 cases, if commands are bound to a different bot.
2680
2681 * src/nickserv.c: make the bot reply from the nick you /msg in all
2682 cases, if commands are bound to a different bot.
2683
2684 * src/chanserv.c: make the bot reply from the nick you /msg in all
2685 cases, if commands are bound to a different bot.
2686
2687 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
2688 msg, not the defined memoserv bot, if commands are aliased to other
2689 bots. This may also fix the crash bug playa reported at
2690 http://www.unrealgamers.net/forums/index.php?showtopic=138
2691
be3d31e0 26922006-07-11 Alex Schumann <rubin@afternet.org>
2693
75ef8cdc 2694 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
2695 and some x3 topic functions.
2696
be3d31e0 2697 * x3.conf.example: Improved server/type setting documentation,
2698 and changed default to 5.
2699
0c0adfe0 27002006-07-11 Alex Schumann <rubin@afternet.org>
2701
2702 * src/opserv.c: fixed silent alerts not getting picked up from db file
2703 on read/load.
2704
827ecd60 27052006-07-11 Alex Schumann <rubin@afternet.org>
2706
df5f6070 2707 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
2708 when adding an invalid jupe servername or numeric.
2709 this closes bug number 1513510.
2710
827ecd60 2711 * src/modcmd.c: if pubcmd is set higher than your level, only respond
2712 with the denied msg if the command was actually found. this closes bug
2713 number 1509382.
2714
22d5d8cf 27152006-07-10 Alex Schumann <rubin@afternet.org>
2716
2717 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
2718 non-logged-in user (null pointer)
2719
3f5b8801 27202006-07-09 Alex Schumann <rubin@afternet.org>
2721
2722 * src/nickserv.c: fixed bug where unignores were getting sent to the
2723 user multiple times, instead of to each online nick once.
2724
d07e3fff 27252006-07-09 Alex Schumann <rubin@afternet.org>
2726
f0b5157b 2727 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
b6599cc2 2728 spot. Ugh, messed up the fix. Trying again :)
d07e3fff 2729
c74bf46b 27302006-07-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5f1600ab 2731
2732 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
2733 If the target is ignoring the person inviting them then the invite
2734 is denied.
2735
a76bcc6a 27362006-07-07 Alex Schumann <rubin@afternet.org>
2737
2738 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
2739 memoserv most easily seen when sending short memos. Rewrote the flag
2740 handling part of memo send to correct it.
2741
18757dc0 27422006-07-05 Alex Schumann <rubin@afternet.org>
2743
2744 * src/helpfile.c: pLaYa pointed out the table code row count is off by
2745 one. Fixed.
2746
c74bf46b 27472006-06-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5b1166fd 2748
2749 * configure: Regenerated.
2750
2751 * configure.in: Make use of TRE regexp library. Its more powerful
2752 than the standard library (http://laurikari.net/tre/index.html).
2753 Im also pondering adding services side regexp bans, X3 would
2754 probably required a channel flag called say advanced that can
2755 only be set by the owner. If enabled then regexp bans can be
2756 used. I also added an output saying what modules are enabled,
2757 what protocol is enabled, what malloc is choosen and if debugging
2758 is enabled. Just a bit of a message as the user will of seen
2759 programs just finish compiling and he/she/it may think it
2760 was X3 compiling, but it was just TRE compiling. They still need
2761 to compile X3.
2762
2763 * src/config.h.in: Regenerated.
2764
2765 * src/Makefile.am: Tweak for TRE.
2766
2767 * src/Makefile.in: Regenerated.
2768
2769 * src/nickserv.c: Use the new regex.h Im sure -I includes get
2770 called before system includes like /usr/include.
2771
2772 * src/opserv.c: Use the new regex.h Im sure -I includes get
2773 called before system includes like /usr/include.
2774
2775 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
2776 compile this just before configure finishes up. Sits around
2777 470KB, rather than another 2.5MB if i TRE untarred. I suppose
2778 i could get it down a bit more using Bzip but there are some
2779 boxes out there still without bzip.
2780
c74bf46b 27812006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b4a47ca 2782
2783 * src/mod-memoserv.c: Better history implementation. A seperate
2784 table is used for history entries. Entries contain the same
2785 fields as the memo table except for the message, read, and flags.
2786 Entries are only removed from the history db when they get
2787 expired by do_expire (older than message_expire). Also fixed
2788 up a issue with STATUS. On AfterNET we were getting huge large
2789 for the amount of memos. I now realise it was reading the amount
2790 of users. It now reads the proper amount of memos. I also a count
2791 for history entries.
2792
2793 * src/mod-memoserv.help: EXPIRE handles history and memos now.
2794
c74bf46b 27952006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
35ca8140 2796
2797 * src/mod-memoserv.c: Make use of ignore lists when trying to
2798 send memos.
2799
c74bf46b 28002006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6546e922 2801
2802 * src/spamserv.c: Crash fix (finally). Been meaning to do this
2803 for a while now.
2804
a8370a20 28052006-06-23 Alex Schumann <rubin@afternet.org>
2806
2807 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
2808 src/modcmd.c, src/nickserv.c: Improvements to
2809 table output and help display.
2810
2811 * src/mod-memoserv.c: fix segfault
2812
28132006-06-23 Alex Schumann <rubin@afternet.org>
6c3ce3bb 2814
2815 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
2816 fix it and re-apply if you want it..
2817
2818 * src/chanserv.h: Backing out the bantype patch.
2819
2820 * src/chanserv.help: Backing out the bantype patch.
2821
c74bf46b 28222006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8cfd8013 2823
2824 * src/mod-memoserv.c: Fixed a bug.
2825
c74bf46b 28262006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cbc5a1a4 2827
2828 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
2829 if the recipient deletes the memo it will not be listed in the
2830 HISTORY list.
2831
2832 * src/mod-memoserv.help: HISTORY entry.
2833
c74bf46b 28342006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2a951803 2835
2836 * src/mod-memoserv.c: Added new flags, see below.
2837
2838 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
2839 added flags for always ignoring read reciepts and always sending
2840 read reciepts.
2841
c74bf46b 28422006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f2e592d3 2843
2844 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
2845 that you have sent, aslong as they have not been read yet.
2846
2847 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
2848 recipient to read reciept stuff.
2849
c74bf46b 28502006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
34a9e19a 2851
2852 * src/mod-memoserv.c: Redid the db stuff, it now writes users
2853 settings and memos to the memoserv database.
2854
c74bf46b 28552006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
512d7958 2856
2857 * src/mod-memoserv.c: Small bug fix.
2858
c74bf46b 28592006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
82794e1b 2860
2861 * src/mod-memoserv.c: Added read recipient support via SEND using
2862 -r as a flag. Messages with requested read recipients have a (r)
2863 shown beside the sender nick in LIST. People can ignore a read
2864 recipient using -i when reading the message via READ. Its all
2865 in the help file.
2866
2867 * src/mod-memoserv.help: Added read recipient relevent bits.
2868
2869 * src/opserv.help: Added halfopping functions.
2870
c74bf46b 28712006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acb6d53d 2872
2873 * src/x3.conf.example: Forgot a ;.
2874
c74bf46b 28752006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8692672 2876
2877 * src/mod-memoserv.c: Make use of SET LIMIT.
2878
c74bf46b 28792006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d9abe201 2880
2881 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
2882
c74bf46b 28832006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8138c9f 2884
2885 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
2886
c74bf46b 28872006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acf3c6d5 2888
2889 * x3.conf.example: Max limit for Memoserv LIMIT option.
2890
2891 * src/hash.h: Fixed halfops issue.
2892
2893 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
2894 amount of memos you can have. This does not do anything yet as
2895 im committing the half ops fix now. This code is fine it just
2896 allows you to adjust the limit for now.
2897
c74bf46b 28982006-06-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e3e5ba49 2899
2900 * x3.conf.example: Commented out SpamServ module as there are bugs
2901 and i cant give a definate date as to when i can fix it. Im not
2902 home much these days.
2903
2904 * src/mod-memoserv.c: Redid the SET code using some whatnet code
2905 by wasted. Tweaked here and there. Also added some formatting in
2906 LIST and SET like chanserv SET. Oh and MemoServ will join
2907 autojoin_channels if MemoServ is in a seperate nickname.
2908
2909 * src/mod-memoserv.help: Added OSET and done some tweaking.
2910
2911 * src/nickserv.c: Allow the use of get_victim_oper outside of
2912 nickserv.c.
2913
2914 * src/nickserv.h: Allow the use of get_victim_oper outside of
2915 nickserv.c.
2916
b3052f71 29172006-06-07 Alex Schumann <rubin@afternet.org>
2918
2919 * src/chanserv.help: Added a couple set helps that were missing.
e1443247 2920
2921 * src/helpfile.c: fix missing space in multi-column table output such
2922 as /msg opserv commands * (with nickserv tablewidth setting >60)
b3052f71 2923
1c5f6697 29242006-06-06 Alex Schumann <rubin@afternet.org>
2925
e3e5ba49 2926 * src/opserv.c: Change how addalert silence works, so that its a
2927 parameter instead of an action, and also works with trace now.
2928
1c5f6697 2929 * x3.conf.example: Added a config setting of level needed to use
2930 'silent yes' in trace/addalert.
2931
d762299d 29322006-06-04 Alex Schumann <rubin@afternet.org>
2933
2934 * src/nickserv.c: Fix oregister
2935
7293d1d3 2936 * src/nickserv.help: Update help for oregister
2937
c74bf46b 29382006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a6a4707e 2939
2940 * src/proto-p10.c: Properly handle incomming manual silences.
2941
c74bf46b 29422006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
668dc38e 2943
2944 * src/common.h: pretty_mask etc declerations.
2945
2946 * src/nickserv.c: Parse the mask through pretty_mask before adding
2947 it. Normal ircd side silences go through this, this just keeps
2948 things looking the same and if a user tries to remove a silence
2949 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
2950
2951 * src/proto-p10.c: Send a + if adding a silence.
2952
2953 * src/tools.c: pretty_mask and one other function for reformatting
2954 a hostname so its pretty :) from IRCu.
2955
92fac64c 29562006-06-04 Alex Schumann <rubin@afternet.org>
668dc38e 2957
92fac64c 2958 * src/nickserv.c: Send silences to every nick of a handle, not the
2959 nick that did the command.
2960
c74bf46b 29612006-06-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3ec42e29 2962
2963 * src/main.c: Moved spamserv initilization to after chanserv.
2964
2965 * src/spamserv.c: Read the db earlier.
2966
c74bf46b 29672006-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
63c95a47 2968
2969 * configure: Regenerated.
2970
2971 * configure.in: Bumped version and changed list email.
2972
2973 * x3.example.conf: Added SpamServ options.
2974
2975 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
2976
2977 * src/chanserv.h: Declerations
2978
2979 * src/main.c: Init the new SpamServ service.
2980
2981 * src/Makefile.am: Added SpamServ files.
2982
2983 * src/Makefile.in: Regenerated
2984
2985 * src/modcmd.c: Added SpamServ to REBINDALL.
2986
2987 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
2988
2989 * src/proto-common.c: Make sure SpamServ gets notices.
2990
2991 * src/spamserv.c: New service that checks for spamming, floods etc.
2992 Requires an oper to register it to a channel for it to work.
2993
2994 * src/spamserv.h: Decelerations.
2995
2996 * src/spamserv.help: Help entries for SpamServ.
2997
c74bf46b 29982006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fe32eb19 2999
3000 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3001
3002 * src/chanserv.c: Added selectable bantypes.
3003
3004 * src/chanserv.h: Added selectable bantypes.
3005
3006 * src/chanserv.help: Added help entries.
3007
c74bf46b 30082006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0b587959 3009
3010 * src/nickserv.c: Added user option ADVANCED, when we add more
3011 advanced commands users will need to set this to see the options
3012 in help. Further work in helpfile is still needed afaik. This is
3013 just the basics.
3014
3015 * src/nickserv.h: Advanced option declerations.
3016
3017 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
3018 Seems no one added that when they added the AUTOHIDE option.
3019
c74bf46b 30202006-05-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7637f48f 3021
3022 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3023
3024 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
3025 and denied_fakehost_words. Also dropped refresh_period for chanserv
3026 set resync.
3027
3028 * src/chanserv.c: Added god_timeout, disable god mode automatically
3029 when the period times out. Also added a new set option- resync, auto
3030 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
3031
3032 * src/chanserv.help: Added entry for SET RESYNC.
3033
3034 * src/global.c: Join global into autojoin_channels if enabled.
3035
3036 * src/main.c: Some tweaking for autojoin_channels.
3037
3038 * src/mod-memoserv.c: If a user has memos and notify on login
3039 enabled then only display the notify notice on login and not
3040 during a netburst.
3041
3042 * src/mod-track.c: Quashed a warning.
3043
3044 * src/modcmd.c: Added functions for god_timeout. Also added wasted
3045 to VERSION output for credits for these features.
3046
3047 * src/nickserv.c: Added denied_fakehost_words, deny the words set
3048 there if an oper trys to use them in a fakehost. Also autojoin
3049 chanserv if enabled into autojoin_channels.
3050
3051 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
3052 after a drone attack. Also join opserv and reserved nicks into
3053 autojoin_channels if opserv/reserved is enabled.
3054
3055 * src/opserv.help: Added entry for REFRESHMAX.
3056
0779bbcf 30572006-05-25 Alex Schumann <rubin@afternet.org>
3058
b5c80c61 3059 * src/proto-p10.c: make non-existant server type setting not crash x3.
3060
0779bbcf 3061 * src/nickserv.help: Added newby tip to authserv registration
3062 help (about < and >)
3063
3064 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
3065 deref null kicker)
3066
c74bf46b 30672006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
56958740 3068
3069 * src/chanserv.c: Set SWHOIS's when a user auths.
3070
3071 * src/hosthiding.c: Fixed a segfault.
3072
3073 * src/nickserv.c: Epithets now use SWHOIS.
3074
3075 * src/proto.h: Declerations for irc_swhois.
3076
3077 * src/proto-p10.c: Handle SWHOIS's.
3078
c74bf46b 30792006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
68b75482 3080
3081 * src/hash.h: Bumped SOCKIPLEN
3082
3083 * src/hosthiding.c: Functions to crypt IPv6 addresses.
3084
3085 * src/hosthiding.h: IPv6 function declerations.
3086
3087 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
3088 with the ipv6 crypting function.
3089
c74bf46b 30902006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
37ef8ee3 3091
3092 * src/hash.h: Bits needed for other type of host hiding.
3093
3094 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
3095
3096 * src/hosthiding.c: This will generated crypted style 2 Nefarious
3097 hidden hosts and ips. Currently they are just displayed in O3
3098 WHOIS. Im yet to expand this.
3099
3100 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
3101
3102 * src/Makefile.in: Regenerated.
3103
3104 * src/opserv.c: Display crypted hosts n ips in WHOIS.
3105
3106 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
3107 save them in user->crypthost user->cryptip.
3108
c74bf46b 31092006-05-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c02cd944 3110
5177fd21 3111 * src/chanserv.c: Set ignores when you authenticate.
c02cd944 3112
5177fd21 3113 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
3114 Used for centralized silence list management. Currently set ignores
3115 can be viewed in ACCOUNTINFO for via ircd SILENCE.
3116
3117 * src/nickserv.h: Declerations.
3118
3119 * src/nickserv.help: Added help entries for above commands.
3120
3121 * src/proto.h: Declerations.
3122
3123 * src/proto-p10.c: Functions to handle silences
c02cd944 3124
d9896a83 31252006-05-18 Alex Schumann <rubin@afternet.org>
3126
b34a7505 3127 * src/proto-p10.c: Fixed up the track module a bit more
d9896a83 3128
b34a7505 3129 * src/hash.c: Fixed up the track module a bit more, including
3130 reporting correctly when X3 kicks someone. This should affect mrsnoopy
3131 as well, hopefully wont cause any bugs.
d9896a83 3132
e5c85987 3133 * src/mod-track.c: Fixed up the track module a bit more - made track
3134 all/none work
d9896a83 3135
b34a7505 31362006-05-18 Alex Schumann <rubin@afternet.org>
3137
3138 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
3139
3140 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
3141
3142 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
3143
3144 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
d9896a83 3145
31462006-05-18 Alex Schumann <rubin@afternet.org>
3147
b34a7505 3148 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
12673a59 3149 in.
3150
b34a7505 3151 * src/mod-track.c: some cleanups and textual changes, to make the commands
12673a59 3152 slightly more user friendly.
3153
c74bf46b 31542006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5177fd21 3155
3156 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
3157
3158 * src/x3.conf.example.: adding 050 'type' to server config (rubin
3159 fixed missing ';' and changelog entries)
3160
c74bf46b 31612006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f6c7c603 3162
3163 * Most files: Heh i cant be bothered listing all files, see websvn
3164 if you want specific files. I just added a new tracking module, its
3165 just like snoop except it targets specified users. The actual
3166 commit is in the previous revision, i just forgot to update this to
3167 tick over the svn version in version output.
3168
c74bf46b 31692006-05-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
697f4c9a 3170
2f61d1d7 3171 * Most files: Major update off the new release of srvx 1.3.1. Also
3172 seeing as the new updates dont all have changelog entries ive dropped
3173 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
697f4c9a 3174
2f61d1d7 31752006-03-20 Alex Schumann <rubin@afternet.org>
697f4c9a 3176
2f61d1d7 3177 * src/chanserv.c: core fix; check if theres a handle_info before looking
3178 at style...
697f4c9a 3179
2f61d1d7 3180 * src/helpfile.c: core fix; check if theres a handle_info before looking
3181 at style...
697f4c9a 3182
2f61d1d7 31832006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3184
2f61d1d7 3185 * src/chanserv.c: more clean style changes
697f4c9a 3186
2f61d1d7 31872006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3188
2f61d1d7 3189 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
3190 and dhp1080 made me do it) Needs lots of work to remove ----
3191 headers for 'clean' setting.
697f4c9a 3192
2f61d1d7 3193 * src/helpfile.c: Added nickserv 'style' stetting back.
697f4c9a 3194
2f61d1d7 3195 * src/nickserv.help: Added help for set style.
697f4c9a 3196
2f61d1d7 3197 * src/mod-helpserv.c: make style affect table outputs.
697f4c9a 3198
2f61d1d7 3199 * src/nickserv.c: Added nickserv 'style' setting back.
697f4c9a 3200
2f61d1d7 3201 * src/nickserv.h: Added nickserve 'style' setting back.
697f4c9a 3202
2f61d1d7 32032006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3204
2f61d1d7 3205 * src/proto-p10.c: Added conf setting for extended_accounts for
3206 backward compatability with stock undernet ircd.
dee9951d 3207
2f61d1d7 3208 * x3.conf.example: Added conf setting for extended_accounts for
3209 backward compatability with stock undernet ircd.
dee9951d 3210
2f61d1d7 32112006-03-06 Alex Schumann <rubin@afternet.org>
3212
3213 * src/opserv.help: Added missing trace criteria to help,
3214 and fixed up a few other bits of help around that topic.
dee9951d 3215
2f61d1d7 32162006-01-16 Alex Schumann <rubin@afternet.org>
dee9951d 3217
2f61d1d7 3218 * src/tools.c: created an email valididty function
dee9951d 3219
2f61d1d7 3220 * src/nickserv.c: check valididty of email better
dee9951d 3221
2f61d1d7 3222 * src/sendmail.c: check validity of email better
dee9951d 3223
2f61d1d7 32242006-01-06 Alex Schumann <rubin@afternet.org>
dee9951d 3225
2f61d1d7 3226 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
3227 to a different bot, eg chanserv, and to reply from the correct nickname.
3228 also a bunch of whitespace changes
dee9951d 3229
2f61d1d7 3230 * src/nickserv.c: begin work on making nickserv commands bind without
3231 responding from the wrong nick. also a bunch of whitespace changes
dee9951d 3232
2f61d1d7 3233 * src/hash.h: whitespace
dee9951d 3234
2f61d1d7 3235 * src/opserv.help: improved QUERY helpfile. (though command itself still
3236 has bugs)
dee9951d 3237
2f61d1d7 32382005-12-14 Alex Schumann <rubin@afternet.org>
dee9951d 3239
2f61d1d7 3240 * src/chanserv.help: added set bantimeout help
dee9951d 3241
2f61d1d7 32422005-11-08 Alex Schumann <rubin@afternet.org>
dee9951d 3243
2f61d1d7 3244 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
3245 aliases properly.
697f4c9a 3246
2f61d1d7 3247 * src/modcmd.help: Added note about escaping spaces to modcmd help.
697f4c9a 3248
2f61d1d7 3249 * src/nickserv.help: Improved help files
697f4c9a 3250
2f61d1d7 3251 * src/chanserv.help: Improved help files
697f4c9a 3252
2f61d1d7 32532005-10-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3254
2f61d1d7 3255 * src/proto-p10.c: ignore remote /lusers
697f4c9a 3256
2f61d1d7 32572005-09-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3258
2f61d1d7 3259 * src/global.c: Changed motd header style
697f4c9a 3260
2f61d1d7 3261 * src/nickserv.help: Improved directions for getting and using
3262 accounts.
697f4c9a 3263
2f61d1d7 3264 * src/chanserv.help: Improved directions for getting and using
3265 accounts.
b336c8db 3266
2f61d1d7 32672005-08-13 Alex Schumann <rubin@afternet.org>
b336c8db 3268
2f61d1d7 3269 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
3270 some *@* protection.
b336c8db 3271
2f61d1d7 3272 * src/tools.c: added function to detect an overmask (too general)
b336c8db 3273
2f61d1d7 3274 * src/common.h: added function to detect an overmask (too general)
b336c8db 3275
2f61d1d7 32762005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3277
2f61d1d7 3278 * src/chanserv.c: Modified resync to work accourding to automode
3279 setting, and fixed a buffer overflow problem.
0d16e639 3280
2f61d1d7 3281 * src/chanserv.help: updated set automode and rsync help.
0d16e639 3282
2f61d1d7 3283 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
3284 sets +x on AUTH.
0d16e639 3285
2f61d1d7 3286 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
3287 sets +x on AUTH.
0d16e639 3288
2f61d1d7 32892005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3290
2f61d1d7 3291 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
3292 of 'voice' setting. + Rewording setting help
0d16e639 3293
2f61d1d7 3294 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
3295 of 'voice' setting.
0d16e639 3296
2f61d1d7 3297 * src/chanserv.help: Added help for automode. + Rewording setting help
0d16e639 3298
2f61d1d7 32992005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3300
2f61d1d7 3301 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3302
2f61d1d7 3303 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
0d16e639 3304
2f61d1d7 3305 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3306
2f61d1d7 3307 * src/nickserv.c: Added option to have authserv oper/admin people with
3308 opserv access. (Life4Christ)
0d16e639 3309
2f61d1d7 3310 * src/opserv.c: Added admin_level config option
3311
3312 * src/opserv.h: Added admin_level config option
0d16e639 3313
2f61d1d7 33142005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3315
2f61d1d7 3316 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
3317 command) when nef* bug sends the +o twice. ++fix bug in patch
0d16e639 3318
2f61d1d7 33192005-08-09 Alex Schumann <rubin@afternet.org>
0d16e639 3320
2f61d1d7 3321 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
0d16e639 3322
2f61d1d7 33232005-08-08 Alex Schumann <rubin@afternet.org>
0d16e639 3324
2f61d1d7 3325 * src/chanserv.c: Added banTimeout feature to .set
0d16e639 3326
2f61d1d7 3327 * src/chanserv.h: added banTimeout feature to .set
0d16e639 3328
2f61d1d7 3329 * src/recdb.c: Added some better error catching in database_get_data()
0d16e639 3330
2f61d1d7 3331 * src/proto-common.h: tabs
0d16e639 3332
2f61d1d7 3333 * x3.conf.example: added bantimeout to default set list, and ban
3334 timeout frequency config setting.
0d16e639 3335
2f61d1d7 33362005-08-04 Alex Schumann <rubin@afternet.org>
0d16e639 3337
2f61d1d7 3338 * src/chanserv.c: Changed kick protected message to one without %s or
3339 $b because the kick function doesnt support replacements.
0d16e639 3340
2f61d1d7 3341 * src/tools.c: fixed spelling error in comment.
0d16e639 3342
2f61d1d7 33432005-07-28 Alex Schumann <rubin@afternet.org>
0d16e639 3344
2f61d1d7 3345 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
3346 one)
0d16e639 3347
2f61d1d7 3348 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
3349 whining.
0d16e639 3350
2f61d1d7 33512005-07-26 Alex Schumann <rubin@afternet.org>
0d16e639 3352
2f61d1d7 3353 * x3.conf.example: Updated from live afternet file and improved help
3354 and layout. Added vim directive to set syntax type.
0d16e639 3355
2f61d1d7 3356 * src/chanserv.c: ported x2's 8ball in, and improved it.
0d16e639 3357
2f61d1d7 3358 * src/math.c: Added osiris' hack to do_math for supporting
3359 2(10) and 2pi etc. Improved it to handle pi2 also.
0d16e639 3360
2f61d1d7 3361 * src/chanserv.help: updated 8ball help and added 'myaccess' to
3362 information help index.
0d16e639 3363
2f61d1d7 33642005-07-18 Alex Schumann <rubin@afternet.org>
d76ed9a9 3365
2f61d1d7 3366 * src/proto-p10.c: added +L awareness
d76ed9a9 3367
2f61d1d7 3368 * src/hash.h: added +L awareness
d76ed9a9 3369
2f61d1d7 3370 * src/chanserv.help: changed set ctcpreaction help
d76ed9a9 3371
c74bf46b 33722005-07-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d76ed9a9 3373
2f61d1d7 3374 * src/modcmd.h: Lets make some functions global.
d76ed9a9 3375
2f61d1d7 3376 * src/modcmd.c: Log hostmasks no matter what.
d76ed9a9 3377
2f61d1d7 3378 * src/log.c: Lookup commands if they are from OpServ in the log.
3379 If they match channel specific commands like OP, DEOP, etc then
3380 we will display them in a LAST command (assuming the person doing
3381 the LAST is an oper). Normal clients wont see commands that have
3382 been performed by OpServ.
d76ed9a9 3383
2f61d1d7 33842005-07-15 Alex Schumann <rubin@afternet.org>
d76ed9a9 3385
2f61d1d7 3386 * src/chanserv.c: Changed around ctcpreaction setting so it:
3387 a) doesnt crash.
3388 b) doesnt kick userlist members ever
3389 c) has only 1 setting needed to control it
3390 * src/chanserv.h: removed some old oplevel stuff.
d76ed9a9 3391
2f61d1d7 33922005-07-14 Alex Schumann <rubin@afternet.org>
d76ed9a9 3393
2f61d1d7 3394 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
3395 remove errors from log. Fixed problem with missing break; in
3396 channel mode c parsing (reed).
d76ed9a9 3397
2f61d1d7 3398 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
3399
3400 * src/log.c: Changed channel log target to send PRIVMSG instead of
3401 NOTICE. (Ghozer)
3402
c74bf46b 34032005-05-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3404
3405 * configure: Regenerated.
3406
3407 * configure.in: Added checks for tgmath.h.
3408
3409 * src/chanserv.c: Added new command LAST, from X2. Similar to
3410 EVENTS except its file based. Bear in mind you dont have to use
3411 both. You can bind what you want to use. Commented out zoot_list
3412 as its not in use, just a warning fix.
3413
3414 * src/hash.c: Warning fix.
3415
3416 * src/log.h: Misc defines.
3417
3418 * src/log.c: Logging functions from X2.
3419
3420 * src/math.c: If tgmath.h doesnt exist then include some other
3421 files that contain the functions we require.
3422
3423 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
3424
3425 * src/proto-p10.c: Added chanserv.h #include to squash a small
3426 compile error. Made X3 understand MARK's to a small point. Fixed
3427 a small parsing bug with exempts.
3428
34292005-07-06 Alex Schumann <rubin@afternet.org>
3430
3431 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
3432
3433 * src/opserv.c: Fixed an awkward output of trace count etc.
3434
34352005-06-22 Alex Schumann <rubin@afternet.org>
3436 * src/chanserv.help: Improved DURATION help
3437
3438 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
3439 a better average.
3440
34412005-05-27 Alex Schumann <rubin@afternet.org>
3442
3443 * src/chanserv.c: Improved usability of register command, fixed
3444 unregister reply.
3445
3446 * src/chanserv.help: Improved usability of register command
3447
34482005-05-27 Alex Schumann <rubin@afternet.org>
3449
3450 * src/chanserv.c: Resync working now
3451
34522005-05-27 Reed Loden <reed@reedloden.com>
3453
3454 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
3455 grammar issues in the message send to pending users. Fixed a
3456 problem with some of the resync code.
3457
34582005-05-27 Alex Schumann <rubin@afternet.org>
3459
3460 * src/chanserv.c: make pending add check if the person is already on
3461 the userlist before re-adding them (thx exec & reed for noticing this)
3462 Fix capitalisation of I in pending notice.
3463
34642005-05-18 Alex Schumann <rubin@afternet.org>
3465
3466 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
3467 working, and pointed me to the opserv helpfiles command, which shows
3468 what services search what help files. This fixes the help command to
3469 search that list as it should. Still need to modify the 'default'
3470 helpfile search bindigs because I dont think chanserv should respond
3471 to help from opserv's db, etc. See opserv's 'helpfiles' command.
3472
3473 * src/modcmd.help: clarified 'helpfiles' help.
3474
34752005-05-18 Alex Schumann <rubin@afternet.org>
3476
3477 * src/helpfile.c: make send_help() return true/false and not send
3478 errors so svccmd_send_help can 'take control' of things.
3479
3480 * src/modcmd.c: Fixed up the help system (again) / find aliased
3481 commands help if none exists. / Display no help for that command on
3482 commands (instead of topic)
3483
3484 * src/modcmd.h: Fixed up the help system (again)
3485
3486 * src/global.c: Fixed syntax display
3487
3488 * src/chanserv.help: Removed =---= formatting, fixed a few things.
3489 *spelling ++more spelling (thx reed)
3490
3491 * src/nickserv.help: Removed =---= formatting, fixed a few things.
3492 *spelling ++more spelling (thx reed)
3493
3494 * src/opserv.help: Removed =---= formatting, fixed a few things.
3495 ++spelling (thx reed)
3496
3497 * src/global.help: simplified index
3498
3499 * src/nickserv.c: Changed message users get when their email is
3500 already used for an account, fixed syntax help
3501
3502 * src/opserv.c: fixed syntax help
3503
35042005-05-16 Alex Schumann <rubin@afternet.org>
3505
3506 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
3507 the help file.
3508
35092005-05-04 Alex Schumann <rubin@afternet.org>
3510
3511 * src/modcmd.c: added a 'rebindall' command to assist with
3512 upgrades and changes which change command bindings.
3513
3514 * src/modcmd.help: modified help to reflect above
3515
3516 * src/opserv.help: modified help to reflect above
3517
3518 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
3519 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
3520 between channel bans (+b) and x3 remembered bans (lamers)
3521
3522 * src/chanserv.help: modified help to reflect above
3523
3524 * UPGRADE: added use of rebindall to upgrade instructions
3525
35262005-05-04 Alex Schumann <rubin@afternet.org>
3527
3528 * src/chanserv.c: added an 'adduser pending' feature, where if
3529 someone isn't authed x3 will ask them to /auth or register, and then
3530 automatically finish adding them to the channel when they do.
3531 Fixed email bug with adduser pending
3532
3533 * src/chanserv.h: adduser pending
3534
3535 * src/hash.c: adduser pending
3536
3537 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
3538
3539 * src/nickserv.c: adduser pending cleanup and activation code,
3540 Arch sync (Avoid losing channel information when
3541 replacing an account using the mergedb command.)
3542
3543 * src/proto-p10.c: adduser pending cleanup code
3544
3545 * src/nickserv.help: improved set and register help
3546
35472005-05-04 Alex Schumann <rubin@afternet.org>
3548
3549 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
3550 negitive). Added set voice to provide control over use of voice.
3551 Implimented a basic chanserv db version control system for upgrading
3552 seamlessly.
3553
3554 * src/chanserv.help: adjusted help to reflect voice and uset autoop
3555 changes.
3556
3557 * src/hash.h: updated ssz comment from z to Z
3558
3559 * src/modcmd.help: rewrote BIND help
3560
3561 * src/proto-p10.c: Added Z (sslonly) support back in
3562
3563 * UPGRADE: created file to document upgrading procedures
3564
35652005-04-23 Alex Schumann <rubin@afternet.org>
3566 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
3567 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
3568 topicmask to be an on or off setting, uninfluenced by enftopic.
3569 Added feature to use mask on /topic in addition to ,topic sets.
3570 Removed special consideration for ircops in protect_user()
3571
3572 * src/chanserv.help: updated documentation to reflect the new and
3573 much simpler topicmask feature, and removed op/voice levels.
3574
3575 * src/nickserv.c: added tailing 'end of' line for accountinfo
3576 for non-opers too.
3577
3578 * src/modcmd.c: tweaked alias notification for help and breef help.
3579
35802005-04-20 Alex Schumann <rubin@afternet.org>
3581
3582 * src/proto-common.c: removing +d. needs to be a config option
3583 or something.
3584
3585 * src/nickserv.help: modified main help reply of authserv
3586
3587 * src/nickserv.c: added title, epithet, and fakehost to oset listing
3588
3589 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
3590 totally redesigned though.
3591
35922005-04-15 Alex Schumann <rubin@afternet.org>
3593
3594 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
3595 at the same time. The whole block needs to be if/else instead of
3596 switch though, to be cleaner.
3597
3598 * src/nickserv.help: added fakehost and title options to help oset.
3599
3600 * src/nickserv.c: removed 'style' setting. (was not being used in
3601 code anyway)
3602
c74bf46b 36032005-04-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3604
3605 * src/proto-p10.c: Reinstated +d usermode.
3606
36072005-03-30 Alex Schumann <rubin@afternet.org>
3608
3609 * src/chanserv.c: Fixed unban.
3610
3611 * x3.conf.example: added note in snoop config that improper
3612 setting for bots nick will cause segfault.
3613
36142005-03-22 Alex Schumann <rubin@afternet.org>
3615
3616 * x3.conf.example: added sethost/fakehost settings to conf
3617
36182005-03-19 Alex Schumann <rubin@afternet.org>
3619
3620 * chanserv.c: Changed style of command outputs, added userlevel back
3621 to users list.
3622
3623 * opserv.c: Changed style of command outputs, removed warn feature
3624
3625 * tools.c: shortened duration string lengths
3626
3627 * main.c: shortened duration string lengths
3628
3629 * sendmail.c: Changed style of stats email
3630
36312005-03-18 Alex Schumann <rubin@afternet.org>
3632
3633 * Changed breef to brief...
3634
3635 * chanserv.c: Changed to access level names instead of numbers.
3636
36372005-03-17 Alex Schumann <rubin@afternet.org>
3638
3639
3640 * src/opserv.c: Improved readability of trace print output
3641
3642 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
3643 a little.
3644
3645 * src/helpfile.c: Improved table_send readability (used in lots
3646 of listings including users and stats network etc)
3647
36482005-03-15 Alex Schumann <rubin@afternet.org>
3649
3650 * src/chanserv.c: Improved some syntax error reporting for commands
3651
3652 * src/helpfile.c: Added a 'breef' help function
3653
3654 * src/helpfile.h: Added a 'breef' help function
3655
3656 * src/main.c: Improved some syntax error reporting for commands
3657
3658 * src/modcmd.c: Improved some syntax error reporting for commands
3659
3660 * src/modcmd.h: Improved some syntax error reporting for commands
3661
36622005-03-15 Reed Loden <reed@reedloden.com>
3663
3664 * Synchronization with srvx--devo--1.3--patch-19.
3665
36662005-03-12 Alex Schumann <rubin@afternet.org>
3667
3668 * src/common.h, src/opserv.h: more SRVX->X3 fixes
3669
3670 * opserv.c: fixed SRVX defines to X3
3671
3672 * src/nickserv.c: Applied patch to bring up to date with
3673 local uncommitted changes on afternets srvx2 tree. improved
3674 cookie gen code and removed /play from cookie messages.
3675
3676 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
3677 bunch more places.
3678
c74bf46b 36792005-03-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3680
3681 * nickserv.help: Added odelcookie section.
3682
3683 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
3684 cookies.
3685
3686 * src/md5.c: Cleaned up compile warnings.
3687
3688 * src/nickserv.help: Added odelcookie section.
3689
3690***********************************************************************/
3691
3692#define CVS_VERSION "$Id$"
d76ed9a9 3693