]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
Added message handlers for ZLINE and REMOVE to ignore both messages
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
2f61d1d7 1/***********************************************************************
ca3486a2 2X3 ChangeLog
c73514ea 3
e10feb7a 42010-02-27 Matthew Beeching <jobe@mdbnet.co.uk>
5
6 * src/proto-p10.c: Added message handlers for ZLINE and REMOVE
7 to ignore both messages
8
7f9e40bf 92010-02-05 Matthew Beeching <jobe@mdbnet.co.uk>
10
11 * src/nickserv.help: Fix for a minor documentation error where $S
12 was used instead of $N.
13
38bff5f0 142010-01-14 Matthew Beeching <jobe@mdbnet.co.uk>
15
16 * src/nickserv.c: Added support for LDAP auth registering initial
17 nick when nick registration is enabled.
18
8536ac6b 192010-01-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
20
21 * Srvx sync. Author: Michael Poole.
22
23 * src/ioset.c (ioset_listen): Linux -- reasonably -- requires that
24 SO_REUSEADDR be set on a socket before binding it to an in-use socket.
25 So do that.
26
27 * src/sar.c: Convert "struct sockaddr_storage" to "void *" to comply
28 with C99's strict(er) aliasing rules. Allocate off the stack or
29 heap, as appropriate. Add new function sar_free_nameserver() to
30 clean up the heap-allocated data.
31
c550ac9a 322010-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
33
34 * src/chanserv.c: 8ball will now accept "what colour".
35
1dfca92d 362009-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
37
38 * x3.conf.example: Added type 8 for Nefarious 1.3.0.
39
40 * src/proto-p10.c: Only use the old cloak.c code if type 7 is given.
41 If type 8 is given then the cloaked hosts are picked up during burst
42 (+cC)
43
e2f17d6e 442009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
45
46 * src/log.c: Revert message type to 5.
47
72d5504b 482009-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
49
50 * src/mod-track.c: Fixed a crash with net rider kicks.
51
38377e02 522009-12-12 Alex Schumann <rubin@afternet.org>
53
54 src/x3ldap.c: Fix crash bug with ldap adding users. Deal with some warnings.
55
56 src/x3ldap.h: Deal with some warnings.
57
af40e58b 582009-12-09 Henrik Stuart <evilnet@hstuart.dk>
59
60 src/mod-python.c: add support for module_register.
61
07021002 622009-12-09 Henrik Stuart <evilnet@hstuart.dk>
63
64 src/mod-python.c: add support for log_register_type.
65
c3915bdc 662009-12-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
67
68 src/nickserv.c: Shuffle the auto oper functions around to fix a
69 desync issue.
70
71 src/proto-p10.c: Ignore PRIV_NONE within the first 5 seconds of
72 a client's connection. Temp fix for now.
73
3c4b9ee3 742009-12-06 Matthew Beeching <jobe@mdbnet.co.uk>
75
76 * src/chanserv.c: Removed seemingly unnecessary "cannot invite"
77 warning from chan_opt_automode.
78
c73514ea 792009-12-02 Matthew Beeching <jobe@mdbnet.co.uk>
80
81 * src/nickserv.c: Added merging SSL fingerprint lists during
82 account merging.
9c88eebe 83
890866b0 842009-12-01 Matthew Beeching <jobe@mdbnet.co.uk>
85
86 * src/opserv.c: Added ADDALERT reactions noticeuser and msguser
87 to go with trace reactions notice and privmsg.
88
d57dba72 892009-11-29 Matthew Beeching <jobe@mdbnmet.co.uk>
90
91 * src/nickserv.c: Rewrote parts of loc_auth() to get it working
92 the same as cmd_auth() with regards to SSL fingerprint support.
93
c03536b5 942009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
95
96 * src/nickserv.c: Small tweak.
97
1679a283 982009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
99
1f459b76 100 * src/nickserv.c: Small tweak to the password checks with sslfp LOC.
101
1022009-11-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1679a283 103 * src/nickserv.c: Added SSL fingerprint support to LOC.
104
105 * src/nickserv.h: Added sslfp to loc_auth.
106
107 * src/proto-p10.c: Added support for the new S loc auth type.
108
2fa83595 1092008-11-28 Matthew Beeching <jobe@mdbnmet.co.uk>
110
111 * src/nickserv.help: Added help for ADDSSLFP, DELSSLFP, OADDSSLFP
112 and ODELSSLFP
113
114 * src/nickserv.c: Added support for SSL fingerprint authentication.
115
116 * src/nickserv.h: Added support for SSL fingerprint authentication.
117
7acc75ee 1182009-11-28 Matthew Beeching <jobe@mdbnet.co.uk>
119
120 * src/mod-memoserv.c: Fix for bug where MemoServ is created as a
121 local bot but not registered as a service on first startup.
122
6fee1be7 1232009-11-26 Matthew Beeching <jobe@mdbnet.co.uk>
124
125 * src/chanserv.c: Fixed a missing ',' in cmd_myaccess output.
126
30874d66 1272009-11-26 Henrik Stuart <evilnet@hstuart.dk>
128
129 * src/common.h src/main-common.c: add extra parameter to reg_exit_func and
130 exit_func_t.
131
132 * src/proto-p10.c src/mod-qserver.c src/chanserv.c src/mod-snoop.c
133 src/hash.c src/helpfile.c src/gline.c src/global.c src/mod-helpserv.c
134 src/opserv.c src/timeq.c src/saxdb.c src/modcmd.c src/saxdb.h
135 src/mod-sockcheck.c src/shun.c src/mod-python.c src/spamserv.c
136 src/mail-common.c src/mod-memoserv.c src/mod-track.c src/log.c src/ioset.c
137 src/nickserv.c src/main.c src/sar.c: collateral evolution fixes due to
138 exit_func change.
139
62a2e0a9 1402009-11-26 Henrik Stuart <evilnet@hstuart.dk>
141
142 * src/proto-common.c: fix typo in malloc variable name.
143
d77556d0 1442009-11-26 Henrik Stuart <evilnet@hstuart.dk>
145
146 * src/modcmd.h src/modcmd.c: add extra parameter to reg_svccmd_unbind_func
147 and svccmd_unbind_func_t.
148
149 * src/chanserv.c: collateral evolution fixes due to svccmd_unbind_func
150 change.
151
f14b32b8 1522009-11-24 Henrik Stuart <evilnet@hstuart.dk>
153
154 * src/proto.h src/proto-common.c: add extra parameter to
155 reg_mode_change_func and mode_change_func_t.
156
157 * src/chanserv.c: collateral evolution fixes due to mode_change_func
158 change.
159
974d3831 1602009-11-24 Henrik Stuart <evilnet@hstuart.dk>
161
162 * src/nickserv.h src/nickserv.c: add extra parameter to reg_unreg_func and
163 unreg_func_t.
164
165 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: collateral
166 evolution fixes due to unreg_func change.
167
81ac4787 1682009-11-24 Henrik Stuart <evilnet@hstuart.dk>
169
170 * src/nickserv.h src/nickserv.c: add extra parameter to reg_auth_func and
171 auth_func_t.
172
173 * src/chanserv.c src/mod-snoop.c src/global.c src/mod-helpserv.c
174 src/opserv.c src/mod-memoserv.c src/mod-track.c: collateral evolution
175 fixes due to auth_func change.
176
3a196bdb 1772009-11-24 Henrik Stuart <evilnet@hstuart.dk>
178
179 * src/nickserv.h src/proto-common.c: add extra parameter to
180 reg_user_mode_func and user_mode_func_t.
181
182 * src/mod-snoop.c src/mod-track.c: collateral evolution fixes due to
183 user_mode_func change.
184
ee8c50bd 1852009-11-24 Henrik Stuart <evilnet@hstuart.dk>
186
187 * src/nickserv.h src/proto-common.c: add extra parameter to
188 reg_channel_mode_func and channel_mode_func_t.
189
190 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
191 fixes due to channel_mode_func change.
192
91667658 1932009-11-24 Henrik Stuart <evilnet@hstuart.dk>
194
195 * src/hash.c src/hash.h: add extra parameter to reg_kick_func and
196 kick_func_t.
197
198 * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
199 fixes due to kick_func change.
200
63637aea 2012009-11-24 Henrik Stuart <evilnet@hstuart.dk>
202
203 * src/hash.c src/hash.h: add extra parameter to reg_part_func,
204 unreg_part_func, and part_func_t.
205
206 * src/chanserv.c src/mod-snoop.c src/mod-helpserv.c src/spamserv.c
207 src/mod-track.c: collateral evolution fixes due to part_func change.
208
2092009-11-24 Henrik Stuart <evilnet@hstuart.dk>
1898d8ea 210
211 * src/hash.c src/hash.h: add extra parameter to reg_del_channel_func and
212 del_channel_func_t.
213
214 * src/opserv.c src/proto-p10.c: collateral evolution fixes due to
215 del_channel_func change.
216
736517fb 2172009-11-23 Matthew Beeching <jobe@mdbnet.co.uk>
218
219 * src/nickserv.c: Removed 2 nonsensical spaces in
220 *NickServ.accountinfo output for "Karma"
221
2693aadd 2222009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
223
224 * src/nickserv.c: Fix for bug allowing the use of odelcookie
225 to result in an account's password changing when it shouldn't.
226
29545775 2272009-11-22 Matthew Beeching <jobe@mdbnet.co.uk>
228
229 * src/nickserv.c: Added fix for LDAP password not being updated
230 on odelcookie where account password is changed anyway.
231
f3aff201 2322009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
233
234 * src/x3ldap.c: Updated OpServ level in LDAP feature to remove
235 the attribute when 0 instead of setting it to 0
236
237 * src/x3ldap.h: Updated OpServ level in LDAP feature to remove
238 the attribute when 0 instead of setting it to 0
239
240 * src/nickserv.c: Updated OpServ level in LDAP feature to remove
241 the attribute when 0 instead of setting it to 0
242
75fcdcad 2432009-11-21 Matthew Beeching <jobe@mdbnet.co.uk>
244
245 * src/x3ldap.c: Fix for bug allowing accounts in LDAP to
246 authenticate to unactivated accounts.
247
248 * src/nickserv.c: Fix for bug allowing accounts in LDAP to
249 authenticate to unactivated accounts.
250
ba4b4d51 2512009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
252
253 * src/proto-p10.c: Added support for MARK SSLCLIFP.
254
255 * src/hash.h: Added support for MARK SSLCLIFP.
256
257 * src/opserv.c: Added SSLCLIFP mark to cmd_whois.
258
2dddcd74 2592009-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
260
261 * src/nickserv.c: Fix for crash in cmd_oregister due to incorrect
262 parameter counts.
263
85e88703 2642009-11-15 Matthew Beeching <jobe@mdbnet.co.uk>
265
266 * src/hosthiding.c: Fix for crash bug in make_virthost() when host
267 name doesnt have a '.' in it.
268
63c0b8ad 2692009-11-15 Henrik Stuart <evilnet@hstuart.dk>
270
271 * src/hash.c: fix variable set for registering nick change functions.
272
50c7ed1b 2732009-11-14 Matthew Beeching <jobe@mdbnet.co.uk>
274
275 * src/nickserv.c: Fix for bug #2869968 (*NickServ.oregister allowing
276 invalid handles)
277
157ce145 2782009-11-01 Henrik Stuart <evilnet@hstuart.dk>
279
280 * src/hash.h src/hash.c: add extra parameter to new_channel_func_t and
281 reg_new_channel_func.
282
283 * src/chanserv.c src/opserv.c: add extra NULL argument/parameter to
284 reflect change in hash.
285
50dafce8 2862009-11-01 Henrik Stuart <evilnet@hstuart.dk>
287
288 * src/nickserv.h src/nickserv.c: add extra parameter to
289 handle_merge_func_t and reg_handle_merge_func.
290
291 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
292 in nickserv.
293
99c332f8 2942009-11-01 Henrik Stuart <evilnet@hstuart.dk>
295
296 * src/nickserv.h src/nickserv.c: add extra parameter to allowauth_func_t
297 and reg_allowauth_func.
298
299 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
300 in nickserv.
301
c8b793cb 3022009-11-01 Henrik Stuart <evilnet@hstuart.dk>
303
304 * src/nickserv.h src/nickserv.c: add extra parameter to failpw_func_t and
305 reg_failpw_func.
306
307 * src/mod-helpserv.c: add extra NULL argument/parameter to reflect change
308 in nickserv.
309
5a2c7cf6 3102009-11-01 Henrik Stuart <evilnet@hstuart.dk>
311
312 * src/hash.h src/hash.c: add extra parameter to topic_func_t and
313 reg_topic_func.
314
315 * src/chanserv.c src/mod-python.c: add extra NULL argument/parameter to
316 reflect change in hash.
317
1c14af0b 3182009-11-01 Henrik Stuart <evilnet@hstuart.dk>
319
320 * src/proto.h src/proto-common.c: add extra parameter to chanmsg_func_t
321 and reg_chanmsg_func.
322
323 * src/chanserv.c src/modcmd.c: add extra NULL argument/parameter to
324 reflect change in proto.
325
3070719a 3262009-10-31 Henrik Stuart <evilnet@hstuart.dk>
327
328 * src/nickserv.h src/nickserv.c: add extra parameter to
329 handle_rename_func_t and reg_handle_rename func.
330
331 * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: add extra NULL
332 argument/parameter to reflect change in nickserv.
333
2732298d 3342009-10-30 Henrik Stuart <evilnet@hstuart.dk>
335
336 * src/mod-snoop.c src/mod-helpserv.c src/mod-sockcheck.c src/mod-track.c:
337 fix missed NULL argument/parameter additions from earlier commits.
338
fb38e2bc 3392009-10-30 Henrik Stuart <evilnet@hstuart.dk>
340
341 * src/hash.h src/hash.c: add extra parameter to join_func_t and
342 reg_join_func.
343
344 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c: add extra
345 NULL argument/parameter to reflect change in hash.
346
63189c10 3472009-10-30 Henrik Stuart <evilnet@hstuart.dk>
348
349 * src/hash.h src/hash.c: add extra parameter to nick_change_func_t and
350 reg_nick_change_func. Also fix memory leaks from not freeing extras lists
351 for some callback routines.
352
353 * src/chanserv.c src/opserv.c src/mod-python.c src/spamserv.c
354 src/nickserv.c src/modcmd.c: add extra NULL argument/parameter to reflect
355 change in hash.
356
357 * src/proto-p10.c: fix logic for calling call_new_user_funcs.
358
e9b00805 3592009-10-30 Henrik Stuart <evilnet@hstuart.dk>
360
361 * src/proto.h: add extra parameter to reg_oper_func and oper_func_t.
362
363 * src/global.c: add extra NULL argument parameter to reflect changes.
364
365 * src/proto-common.c: add extra parameter to implementation of
366 reg_oper_func and reflect the extra parameter in call_oper_funcs.
367
368 * src/proto-p10.c: free storage for extra parameters.
369
a6bcc929 3702009-10-28 Henrik Stuart <evilnet@hstuart.dk>
371
372 * src/hash.h src/hash.c: add extra parameter to del_user_func_t,
373 reg_del_user_func, and unreg_del_user_func. Add new call_del_user_funcs
374 function to abstract hash internals from outside callers.
375
376 * src/opserv.c src/mod-python.c src/spamserv.c src/nickserv.c: add extra
377 NULL argument(parameter to reflect change in hash.
378
379 * src/proto-p10.c: use call_del_user_funcs instead of interfacing with
380 hash.c internals directly. Remove unused code due to this change.
381
382 * src/proto-common.c: remove reference to hash internals.
383
35ea100f 3842009-10-28 Matthew Beeching <jobe@mdbnet.co.uk>
385
386 * src/x3ldap.c: Added ldap_do_oslevel() to set OpServ access level in
387 LDAP.
388
389 * src/x3ldap.h: Added ldap_do_oslevel() to set OpServ access level in
390 LDAP.
391
392 * src/nickserv.c: Added configuration option for OpServ access level
393 LDAP attribute name and call to ldap_do_oslevel() on access level
394 change.
395
396 * src/nickserv.h: Added configuration option for OpServ access level
397 LDAP attribute name.
398
399 * x3.conf.example: Added configuration option for OpServ access level
400 LDAP attribute name.
401
f0fb2e2d 4022009-10-27 Henrik Stuart <evilnet@hstuart.dk>
403
404 * src/hash.h src/hash.c: add extra parameter to new_user_func_t and
405 reg_new_user_func. Add new call_new_user_funcs function to abstract hash
406 internals from outside callers.
407
408 * src/proto-p10.c: use call_new_user_funcs instead of interfacing with
409 hash.c internals directly. Remove unused code due to this change.
410
411 * src/global.c src/opserv.c src/mod-python.c src/spamserv.c
412 src/nickserv.c: add extra NULL argument/parameter to reflect change in
413 hash.
414
415 * src/proto-common.c: remove reference to hash internals.
416
9d59f196 4172009-10-27 Henrik Stuart <evilnet@hstuart.dk>
418
419 * src/hash.h: add extra parameter to server_link_func_t and
f0fb2e2d 420 reg_server_link_func. Add new call_server_link_funcs function to abstract
9d59f196 421 hash internals from outside callers.
422
423 * src/proto-p10.c: call call_server_link_funcs rather than interfacing
424 directly with hash.c internals.
425
426 * src/chanserv.c: add extra NULL-argument/parameter to server link
427 handler.
428
429 * src/hash.c: add extra parameter to reg_server_link_func and introduce
430 call_server_link_funcs to shield external callers from the functionality.
431
432 * src/proto-common.c: remove extern definitions for the hash.c structures
433 for the server link callback structure.
434
435 * src/mod-python.c: add extra NULL-argument/parameter to server link
436 handler.
437
44960d6c 4382009-10-27 Henrik Stuart <evilnet@hstuart.dk>
439
440 * src/mod-python.c: remove unused code.
441
0ad6b4a5 4422009-10-27 Henrik Stuart <evilnet@hstuart.dk>
443
444 * src/nickserv.c: marked cmd possibly unused to silence warning.
445
6ae87c77 4462009-10-27 Henrik Stuart <evilnet@hstuart.dk>
447
448 * src/nickserv.h: make auto_oper_privs and auto_admin_privs const.
449
450 * src/proto.h: make privs const in irc_raw_privs.
451
452 * src/proto-p10.c: make privs const in irc_raw_privs.
453
4542009-10-27 Henrik Stuart <evilnet@hstuart.dk>
d5182ae2 455
456 * src/global.c: remove unused code.
457
69517d70 4582009-10-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
459
460 * src/nickserv.c: Send privs out when auto opering clients. These are
461 controlled for now via auto_oper_privs/auto_admin_privs in the nickserv
462 section within x3.conf. In the future we will look at account specific
463 privs.
464
465 * src/proto.h: Added irc_raw_privs and client_modify_priv_by_name.
466
467 * src/proto-p10.c: Added irc_raw_privs.
468
469 * src/tools.c: Added R extended ban.
470
43b43d56 4712009-10-12 Henrik Stuart <evilnet@hstuart.dk>
472
473 * src/mod-python.c: add python_handle_topic and refactor
474 emb_get_channel.
475
476 * src/plugins/__init__.py: add empty topic handler function to
477 Plugin class.
478
479 * src/modpython.py: add topic handler function.
480
9c7f11c2 4812009-10-12 Henrik Stuart <evilnet@hstuart.dk>
482
483 * src/mod-python.c: add python_handle_del_user.
484
485 * src/plugins/__init__.py: add empty del_user handler function to
486 Plugin class.
487
488 * src/modpython.py: add del_user handler function.
489
0a585d7e 4902009-10-12 Henrik Stuart <evilnet@hstuart.dk>
491
492 * src/mod-python.c: refactor python_handle_nick_change.
493
494 * src/plugins/__init__.py: add empty nick_change handler function to
495 Plugin class.
496
497 * src/modpython.py: refactor nick_change to use new plugin
498 system.
499
30814f13 5002009-10-12 Henrik Stuart <evilnet@hstuart.dk>
501
502 * src/plugins/__init__.py: refactor plugin instantiation logic.
503
c9b009fe 5042009-10-12 Henrik Stuart <evilnet@hstuart.dk>
505
506 * src/mod-python.c: refactor python_handle_new_user.
507
508 * src/modpython.py: refactor new_user handler to use new plugin
509 system.
510
511 * src/plugins/__init__.py: add empty new_user handler function to
512 Plugin class.
513
1ad8c8df 5142009-10-12 Henrik Stuart <evilnet@hstuart.dk>
515
516 * src/mod-python.c: refactor python_handle_server_link to be more
517 Pythonic.
518
519 * src/modpython.py: rename old plugins class to plugins_ and use a
520 more general plugin system.
521
522 * src/plugins/__init__.py: extend with plugin base-class and
523 recursive plugin load logic.
524
94a73df0 5252009-10-12 Henrik Stuart <evilnet@hstuart.dk>
526
527 * src/mod-python.c: add emb_service_register function.
528
1e7b511d 5292009-10-12 Henrik Stuart <evilnet@hstuart.dk>
530
531 * src/mod-python.c: add emb_adduser function.
532
7304cfdc 5332009-10-12 Henrik Stuart <evilnet@hstuart.dk>
534
535 * src/mod-python.c: add emb_svsjoin function.
536
f20f0ab5 5372009-10-12 Henrik Stuart <evilnet@hstuart.dk>
538
539 * src/mod-python.c: add emb_svsquit function.
540
541 * src/proto.h: observe proper const-ness in irc_svsquit function.
542
543 * src/proto-p10.c: observe proper const-ness in irc_svsquit function.
544
15df606d 5452009-10-12 Henrik Stuart <evilnet@hstuart.dk>
546
547 * src/mod-python.c: add emb_svsnick function.
548
5661f28e 5492009-10-12 Henrik Stuart <evilnet@hstuart.dk>
550
551 * src/mod-python.c: refactor doc-strings for extension methods to separate
552 variables. Minor code changes that modify function return values/types to
553 be more uniform.
554
86d0ebc4 5552009-10-12 Henrik Stuart <evilnet@hstuart.dk>
556
557 * src/mod-python.c: add emb_fakehost function.
558
26d745b2 5592009-10-12 Henrik Stuart <evilnet@hstuart.dk>
560
561 * src/mod-python.c: add emb_user_mode function.
562
b778caa0 5632009-10-12 Henrik Stuart <evilnet@hstuart.dk>
564
565 * src/mod-python.c: add emb_channel_mode function.
566
8d455e8b 5672009-10-11 Henrik Stuart <evilnet@hstuart.dk>
568
569 * src/mod-python.c: remember to increase reference count of Py_None.
570
749f0565 5712009-10-11 Henrik Stuart <evilnet@hstuart.dk>
572
573 * src/mod-python.c: add emb_kick function.
574
2bee6a6e 5752009-10-11 Henrik Stuart <evilnet@hstuart.dk>
576
577 * src/mod-python.c: add emb_get_config function.
578
3f218269 5792009-10-09 Henrik Stuart <evilnet@hstuart.dk>
580
581 * src/mod-python.c: add emb_timeq_del function.
582
8f206d22 5832009-10-09 Henrik Stuart <evilnet@hstuart.dk>
584
585 * src/mod-python.c: add emb_timeq_add function.
586
5872009-10-07 Henrik Stuart <evilnet@hstuart.dk>
b39754f7 588
589 * src/mod-python.c: refactor dict_t construction logic.
590
c9f7b679 5912009-10-07 Henrik Stuart <evilnet@hstuart.dk>
592
593 * src/mod-python.c: improve error logic for emb_get_channel.
594
92fb809b 5952009-10-06 Henrik Stuart <evilnet@hstuart.dk>
596
597 * src/mod-python.c: refactor modeList conversion into separate function.
598
ee6f1c82 5992009-10-06 Henrik Stuart <evilnet@hstuart.dk>
600
601 * src/mod-python.c: refactor out common error cleanup logic.
602
39d37f27 6032009-10-06 Henrik Stuart <evilnet@hstuart.dk>
604
605 * src/mod-python.c: add emb_get_accounts function and refactor some
606 common logic into a single routine.
607
608 * src/nickserv.h src/nickserv.c: make nickserv_handle_dict externally
609 available.
610
0076604e 6112009-10-06 Henrik Stuart <evilnet@hstuart.dk>
612
613 * src/mod-python.c: add emb_kill function.
614
82089e3f 6152009-10-06 Henrik Stuart <evilnet@hstuart.dk>
616
617 * src/mod-python.c: improve error logic for pyobj_from_usernode.
618
318ec177 6192009-10-06 Henrik Stuart <evilnet@hstuart.dk>
620
621 * src/mod-python.c: improve error logic for emb_get_servers.
622
d12756d7 6232009-10-06 Henrik Stuart <evilnet@hstuart.dk>
624
625 * src/mod-python.c: improve error logic for emb_get_channels.
626
5345ea76 6272009-10-06 Henrik Stuart <evilnet@hstuart.dk>
628
629 * src/mod-python.c: improve error logic for emb_get_users.
630
d8f8d3b6 6312009-10-06 Henrik Stuart <evilnet@hstuart.dk>
632
633 * src/mod-python.c: add emb_get_server function and require P10.
634
dcc1df5e 6352009-10-06 Henrik Stuart <evilnet@hstuart.dk>
636
637 * src/mod-python.c: add emb_get_servers function.
638
f0e11521 6392009-10-06 Henrik Stuart <evilnet@hstuart.dk>
640
641 * src/mod-python.c: fix a bunch of typos
642
cc0b2b7f 6432009-10-05 Henrik Stuart <evilnet@hstuart.dk>
644
645 * src/mod-python.c: add emb_get_channels function.
646
6d94ce8b 6472009-10-05 Henrik Stuart <evilnet@hstuart.dk>
648
649 * src/mod-python.c: add emb_get_users function.
650
5b2b1df2 6512009-10-05 Henrik Stuart <evilnet@hstuart.dk>
652
653 * src/mod-python.c: raise exception on failure in emb_get_account.
654
3f24e818 6552009-10-05 Henrik Stuart <evilnet@hstuart.dk>
656
657 * src/mod-python.c: raise exception on unknown channel in emb_get_channel
658
66f68f65 6592009-10-05 Henrik Stuart <evilnet@hstuart.dk>
660
661 * src/mod-python.c: make emb_send_target_notice more resilient toward
662 erroneous input and raise exceptions on failures.
663
e7af1e12 6642009-10-05 Henrik Stuart <evilnet@hstuart.dk>
665
666 * src/mod-python.c: make emb_send_target_privmsg more resilient toward
667 erroneous input and raise exceptions on failures.
668
a957511b 6692009-10-05 Henrik Stuart <evilnet@hstuart.dk>
670
671 * src/mod-python.c: make emb_dump raise exception on failure.
672
54d2fd3d 6732009-10-05 Henrik Stuart <evilnet@hstuart.dk>
674
675 * src/mod-python.c: set exception on error path in emb_get_user.
676
bfdfd1c3 6772009-10-05 Henrik Stuart <evilnet@hstuart.dk>
678
679 * src/mod-python.c: extract userNode to Python dictionary conversion for
680 future use in handlers.
681
bc2f52df 6822009-10-05 Henrik Stuart <evilnet@hstuart.dk>
683
684 * src/mod-python.c: do not leak handler objects
685
ed8d873c 6862009-10-05 Henrik Stuart <evilnet@hstuart.dk>
687
688 * src/mod-python.c: add support for specifying main module in x3.conf
689
50d61a79 6902009-10-05 Henrik Stuart <evilnet@hstuart.dk>
691
692 * src/mod-python.c: Expose Python services module as _svc to follow normal
693 Python naming conventions for C extensions.
694
14897e8c 6952009-10-05 Henrik Stuart <evilnet@hstuart.dk>
696
697 * src/mod-python.c: Remove unused function.
698
46f628b1 6992009-10-05 Henrik Stuart <evilnet@hstuart.dk>
700
701 * src/mod-python.c: Generalise cmd_run to handle arbitrary statements.
702
8994c9a1 7032009-10-05 Henrik Stuart <evilnet@hstuart.dk>
704
705 * src/main-common.c: Initialise opserv before other services.
706
1ccb8f6e 7072009-09-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
708
709 * Srvx sync. Author: Michael Poole.
710
711 * src/recdb.c (explain_failure): When MAIN_LOG is NULL, report to stderr.
712
57fdf922 7132009-09-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
714
715 * Srvx sync. Author: Michael Poole.
716
717 * src/chanserv.c (handle_part): Allow the current user to be considered for
718 channels other than the channel being /part'ed.
719
720 * src/modcmd.c (modcmd_saxdb_write): Write bot modes to the database.
721 (modcmd_load_bots): Read them out and use them.
722
723 * src/opserv.c (cmd_whois): Use irc_user_mode_chars() here too.
724
725 * src/opserv.help (INVITE): Document this command.
726
727 * src/proto.h (irc_user_modes): Declare.
728 (irc_user_mode_chars): Likewise.
729
730 * src/proto-common.c (irc_user_modes): Define.
731
732 * src/proto-p10.c (irc_user_mode_chars): Define.
733 (irc_user): Use irc_user_mode_chars() instead of open-coding it.
734
7b3aa3a8 7352009-08-21 Matthew Beeching <jobe@mdbnet.co.uk>
736
737 * src/nickserv.c: Fix for a crash bug when using LOC with LDAP
738 where LDAP account exists and AuthServ account does not
739
5a61e83f 7402009-08-20 Matthew Beeching <jobe@mdbnet.co.uk>
741
742 * src/opserv.help: Fixed a typo in ROUTING EXAMPLE
743
72971fc8 7442009-08-17 Matthew Beeching <jobe@mdbnet.co.uk>
745
746 * src/nickserv.c: Added NSMSG_RECLAIM_HOWTO describing how to
747 AUTH when warned that the nick being used is registered
748
53b62ed9 7492009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
750
751 * src/proto.h: Added declaration fo irc_privmsg_user
752
753 * src/opserv.c: Added privmsg and notice trace actions
754
755 * src/opserv.help: Added privmsg and notice trace actions
756
7572009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
4b2dcc0d 758
759 * src/proto-p10.c: ignore SPAMFILTER messages
760
e9df2b7d 7612009-08-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
762
763 * Srvx sync. Author: Michael Poole.
764
765 * configure.in: (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value
766 (specifically, 1).
767 (HAVE_STRUCT_ADDRINFO): Likewise.
768
769 * src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because
770 that can make kevent() return -1/ENOENT.
771 (ioset_kevent_update): We need to try to EV_DELETE here instead.
772 (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR.
773
774 * src/Makefile.am (EXTRA_x3_SOURCES): Include mod-blacklist.c.
775
776 * src/sar.c (ipv4_pton): Set the sockaddr length field when it exists.
777 (ipv6_pton): Likewise.
778
18c739ab 7792009-08-11 Matthew Beeching <jobe@mdbnet.co.uk>
412ba860 780
781 * src/proto-common.c: Fix to allow trigger (in channel) commands
782 to work in unregistered channels
783
63e4abc0 7842009-07-30 Matthew Beeching <jobe@mdbnet.co.uk>
785
786 * src/sar.c: Fix for typo in previous commit
787
d6a00e9a 7882009-07-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
789
790 * src/sar.c: Commented out an warning message.
791
fe08d345 7922009-07-29 Matthew Beeching <jobe@mdbnet.co.uk>
793
794 * src/nickserv.c: Fix for minor auth bug
795
bb869923 7962009-07-23 Matthew Beeching <jobe@mdbnet.co.uk>
797
798 * src/nickserv.help: Minor spelling correction
799
e7fe8840 8002009-07-18 Matthew Beeching <jobe@mdbnet.co.uk>
801
802 * src/nickserv.c: Fix for NickServ AUTH bug with only password
803 being supplied
804
393a3e56 8052009-07-16 Matthew Beeching <jobe@mdbnet.co.uk>
806
807 * src/nickserv.c: Added support for NickServ with LDAP enabled
808
38c4bf0a 8092009-07-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
810
811 * src/chanserv.c: Crash fix with the spin command for hosts with
812 a long length.
813
aa8c38ad 8142009-07-05 Matthew Beeching <jobe@mdbnet.co.uk>
815
816 * src/chanserv.c: Fix for crash on ChanServ.UNSUSPEND
817
9ceee393
J
8182009-06-27 Matthew Beeching <jobe@mdbnet.co.uk>
819
820 * src/modcmd.c: Fix for bug #2813183
821
995043b4 8222009-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
823
824 * src/chanserv.c: Removed lastmod from gline and shun. (from the
825 srvx merge)
826
827 * src/gline.c: Removed lastmod from gline and shun. (from the srvx
828 merge)
829
830 * src/gline.h: Removed lastmod from gline and shun. (from the srvx
831 merge)
832
833 * src/mod-blacklist.c: Removed lastmod from gline and shun. (from
834 the srvx merge)
835
836 * src/mod-sockcheck.c: Removed lastmod from gline and shun. (from
837 the srvx merge)
838
839 * src/opserv.c: Removed lastmod from gline and shun. (from the srvx
840 erge)
841
842 * src/proto-p10.c: Removed lastmod from gline and shun. (from the srvx
843 merge)
844
845 * src/shun.c: Removed lastmod from gline and shun. (from the srvx merge)
846
847 * src/shun.h: Removed lastmod from gline and shun. (from the srvx merge)
848
849 * src/spamserv.c: Removed lastmod from gline and shun. (from the srvx
850 merge)
851
5671e5c2 8522009-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
853
854 * src/proto-p10.c: Bug fix for SF Bug #2801434.
855
c9aeceb5 8562009-06-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
857
858 * src/hash.h: Updated client PRIVS.
859
860 * src/proto-p10.c: Updated client PRIVS.
861
2e9062b9 8622009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
863
864 * src/tools.c: Re done the extended channel ban code so that it works
865 like the ircd code.
866
95b9d0bc 8672009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
868
869 * src/tools.c: Return -1 with invalid extended bans.
870
3b7fa78b 8712009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
872
873 * src/chanserv.c: Tweak the ban functions to allow invalid bans to
874 be picked up.
875
876 * src/tools.c: Return -1 with invalid extended bans.
877
277ad996 8782009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
879
880 * src/chanserv.c: Updated user_matches_glob.
881
882 * src/common.h: Updated user_matches_glob.
883
884 * src/mod-memoserv.c: Updated user_matches_glob.
885
886 * src/nickserv.c: Updated user_matches_glob.
887
888 * src/opserv.c Updated user_matches_glob.
889
890 * src/tools.c: Added support for shared channel bans (j). As well as
891 quiet bans. Although these are handled ircd side.
892
80ca5a69 8932009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
894
895 * src/tools.c: Extended channel ban support. As well as text and
896 nick change bans, however these 2 are just ignored as they are
897 handled ircd side.
898
634d32a3 8992009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
900
901 * src/tools.c: Extended account ban support.
902
8062bfc3 9032009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
904
905 * src/chanserv.c: Basic extended ban support.
906
907 * src/tools.c: Basic extended ban support.
908
463e23c9 9092009-06-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
910
911 * src/chanserv.c: Fixed up SF bug #2799155.
912
913 * src/modcmd.c: Fixed up an issue where missing args was coming up
914 when it shouldnt.
915
be2c97a5 9162009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
917
918 * GPL 3 and svn propset updates.
919
37c8e812 9202009-05-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
921
922 * src/main.c: Added spamserv.h #include.
923
924 * src/main-common.c: Woops forgot to init spamserv.
925
926 * src/spamserv.c: Fixed up AddLocalUser.
927
ee25b1b2 9282009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
929
930 * src/chanserv.c: Small fix with CSMSG_SET_UNREVIEWED.
931
51e05af8 9322009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
933
934 * src/hash.c: Couple of tweaks.
935
936 * src/proto-common.c: Fix for triggers not working with forwards as well as
937 off channel services.
938
7553c653 9392009-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
940
941 * src/chanserv.c: Fixed a crash with setting a .set option with an invalid
942 option.
943
944 * src/mail-smtp.c: Added missing file.
945
1136f709 9462009-05-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
947
948 * Major update to bring X3 in line with the latest SRVX commit. Please see
949 UPGRADE. Credits go to the SRVX team.
950
9512009-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39b3b541 952
953 * src/proto-p10.c: Ignore stats headers.
954
413fd8ea 9552009-05-08 Henrik Stuart <evilnet@hstuart.dk>
956
957 * src/mod-python.c: generalised cmd_run to process file_input productions.
958
ef5e0305 9592009-05-06 Henrik Stuart <evilnet@hstuart.dk>
960
961 * src/mod-python.c: generalised PYTHONPATH environment setting to
962 not explicitly set Alex's home directory.
963
10be9be0 9642009-05-05 Henrik Stuart <evilnet@hstuart.dk>
965
966 * src/proto-p10.c: introduced irc_sno for SNO messages. Removed broken
967 auto_oper on LOC support.
968
969 * src/proto.h: introduced irc_sno for SNO messages.
970
971 * src/nickserv.c: added registered authentication function to handle
972 auto_oper on LOC.
973
6e1142b2 9742009-05-04 Alex Schumann <rubin@afternet.org>
f746eca3 975
976 * src/chanserv.c: julien and polo noticed a crash during channel register. Fixed
977
978 * x3.conf.example: fix typeo in default channel regex. Thanks again to julien for noticing this.
979
9c88eebe 9802009-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
981
982 * src/proto-p10.c: Update PRIV handling code for the latest
983 nefarious 1.3 changes.
984
50220e57 9852009-02-27 Alex Schumann <rubin@afternet.org>
986
987 * src/proto-p10.c: Patch from muer to support auto-oper for LOC
988 connections too.
2cfebbe2 989
0ab7b4bc 9902009-01-31 Alex Schumann <rubin@afternet.org>
991
992 * src/chanserv.c: change server link handlers to return an int
993
994 * src/hash.h: change server link handlers to return an int
995
996 * src/plugins/annoy/plugin.py: add some debug code for testing new
997 hooks
998
999 * src/modpython.py: support for new hooks server_link, nick_change,
1000 and new_user
1001
1002 * src/mod-python.c: support for new hooks server_link, nick_change,
1003 and new_user
1004
da4f9236 10052009-01-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1006
1007 * src/opserv.c: Warning fix.
1008
1009 * src/proto-p10.c: Bug fix for SF Bug #2547157 (topic ident bug).
1010
0c33848c 10112009-01-27 Alex Schumann <rubin@afternet.org>
1012
1013 * src/modpython.py: Comment out debug printing
1014
1015 * src/plugins/hangman: New example plugin: Hangman game
1016
b7594203 10172009-01-27 Alex Schumann <rubin@afternet.org>
1018
1019 * src/opserv.c: Fix a hole Sindacious found, where alerts on account
1020 don't trigger because they arent looked for during/after auth.
1021
039a6658 10222009-01-26 Alex Schumann <rubin@afternet.org>
1023
1024 * src/plugins/annoy/plugin.py: more test code
1025
1026 * src/mod-python.c: added emb_get_info, silenced warnings, and stub
1027 TODO comments for all the handlers and emb functions we need to
1028 create. search for TODO and lend a hand! :)
1029
0bcdc113 10302009-01-26 Alex Schumann <rubin@afternet.org>
1031
1032 * src/plugins/annoy/plugin.py: new version of test plugin
1033
10342009-01-25 Alex Schumann <rubin@afternet.org>
d68e1d8a 1035
1036 * Makefile.am: forgot to copy modpython.py where it goes.
1037
07559983 10382009-01-24 Alex Schumann <rubin@afternet.org>
1039
1040 * src/mod-python.c: added plugin hook to log to x3 logs, and worked
1041 out the basics of callback registration.
1042
1043 * src/modpython.py: x3 logging hook and new callback registration
1044
1045 * Makefile.am: install modpython.py and plugins/ during make install
1046
1047 * install-r.sh: shell script to do recursive copy with exclusions
1048
cbfd323c 10492009-01-23 Alex Schumann <rubin@afternet.org>
1050
e0f76584 1051 * src/mod-python.c: refactor to use class-based hook manager. Seems to
4c216694 1052 run now. Also added better comments.
cbfd323c 1053
4c216694 1054 * src/modpython.py: refactored into classes. Seems to run now. Cleaned
1055 up a bit.
cbfd323c 1056
57e3ccf6 10572008-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1058
1059 * src/opserv.c: Fix for SF bug #2491886. Added OSMSG_USER_ALREADY_THERE.
1060
10612009-01-04 Alex Schumann <rubin@afternet.org>
2045ae25 1062
1063 * src/nickserv.c: fix access change bug when using ldap but not
1064 ldap_oper_group_dn.
1065
06742a38 10662009-01-01 Matthew Beeching <jobe@mdbnet.co.uk>
1067
1068 * languages/README.txt: Changed validate_lang.pl to validate.pl
1069
1070 * languages/validate.pl: Set executable
1071
1072 * languages/lang_export.sh: Set executable
1073
b45fd7d7 10742008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1075
1076 * src/chanserv.c: SF feature 1476390. Added nodelete option to
1077 MERGE.
1078
1079 * src/chanserv.help: SF feature 1476390. Added nodelete option
1080 to MERGE.
1081
f21ec816 10822008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1083
1084 * src/chanserv.c: SF feature 2353198. Patch from CaptKirk. Added
1085 the channel flag to the register command. Also removed the
1086 helping flag.
1087
4648ded2 10882008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1089
1090 * src/hash.c: SF feature 2353183. Made X3 aware of +a.
1091
1092 * src/hash.h: SF feature 2353183. Made X3 aware of +a.
1093
40c18c28 10942008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1095
1096 * src/global.c: Added RCHANNELS which will send notices to all
1097 registered channels. Also changed CHANNELS to notice all channels
1098 instead of registered ones only.
1099
1100 * src/global.h: Added RCHANNELS.
1101
1102 * src/global.help: Added RCHANNELS target.
1103
42c38d42 11042008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1105
1106 * src/global.c: Added AUTHED target.
1107
1108 * src/global.h: Added AUTHED target.
1109
083fb96b 11102008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1111
1112 * src/opserv.c: Store when alerts were last triggered.
1113
d3abe0df 11142008-12-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1115
1116 * x3.conf.example: Added valid_channel_regex.
1117
1118 * src/chanserv.c: Added valid_channel_regex.
1119
a837dcf5 11202008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1121
1122 * src/chanserv.c: Warning fixes.
1123
1124 * src/proto-p10.c: Warning fixes.
1125
4cb36ef0 11262008-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1127
1128 * configure: Regenerated.
1129
1130 * configure.in: Added math.h check.
1131
1132 * rx/Makefile.in: Regenerated.
1133
1134 * src/chanserv.c: Warning fixes.
1135
1136 * src/config.h.in: Regenerated.
1137
1138 * src/Makefile.in: Regenerated.
1139
1140 * src/math.c: Warning fixes.
1141
1142 * src/nickserv.c: Warning fixes.
1143
1144 * src/opserv.c: Warning fixes.
1145
1146 * src/proto-p10.c: Warning fixes.
1147
0e859bd9 11482008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1149
1150 * src/chanserv.c: Fix for SF bug #2423717. Invalid automode choices
1151 with a string will now show the invalid string rather than 0.
1152
2f7421b5 11532008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1154
1155 * src/nickserv.c: Fix for SF bug #2420339. Password change emails
1156 will not have the first time part in the email. Email change emails
1157 will have them though.
1158
97e51197 11592008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1160
1161 * src/chanserv.c: Fix for SF bug #2353222 (+l not being removed
1162 when dynlimit disabled.
1163
cad8f3a7 11642008-12-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1165
1166 * src/proto-p10.c: Fix for SF bug #2401693 (gsync not working properly).
1167
9a50a1a2 11682008-11-30 Matthew Beeching <jobe@mdbnet.co.uk>
1169
1170 * src/spamserv.c: Fix crash bug in ADDTRUST/DELTRUST
1171
d4e0f0c4 11722008-11-25 Alex Schumann <rubin@afternet.org>
1173
1174 * src/mod-python.c: call run function instead of using
1175 pyrun_simplestring. Set global info for simple reply() to have what it
1176 needs to run.
1177
1178 * src/modpython.py: new name as - interferes with module loading.
1179 added reply() function
1180
8d670803 11812008-11-22 Alex Schumann <rubin@afternet.org>
1182
1183 * src/mod-python.c: Added ability to query info about nick or channel
1184 name
1185
a2c8c575 11862008-11-16 Alex Schumann <rubin@afternet.org>
1187
1188 * src/mod-python.c: filled in some missing pieces.
1189
1190 * src/mod-python.py: more demo code for testing
1191
50ca1f0c 11922008-11-16 Matthew Beeching <jobe@mdbnet.co.uk>
1193
1194 * src/chanserv.help: Minor mistake in help for 'SET MAXSETINFO'
1195
11962008-11-16 Alex Schumann <rubin@afternet.org>
caf97651 1197
a2c8c575 1198 * src/mod-python.c: further work on building basic bits of this
caf97651 1199
a2c8c575 1200 * src/mod-python.py: first pass at what will be the base python script.
caf97651 1201
50ca1f0c 12022008-11-13 Alex Schumann <rubin@afternet.org>
0b350353 1203
a2c8c575 1204 * src/modcmd.c: remove python tests (moved to mod-python.c)
0b350353 1205
a2c8c575 1206 * src/mod-python.c: initial template based on memoserv
0b350353 1207
14c04a50 12082008-11-12 Matthew Beeching <jobe@mdbnet.co.uk>
1209
1210 * tools/db.php: Added sample DB parser script
1211
2f65da8f 12122008-11-06 Alex Schumann <rubin@afternet.org>
1213
a2c8c575 1214 * src/modcmd.c,Makefile.in,src/Makefile.in,configure.in,src/config.h.in:
2f65da8f 1215 Begin work on embedding python.
1216
56b83e80 12172008-11-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1218
1219 * src/proto-p10.c: Fixes for SGLINE and SSHUN. As well as a fix for
1220 bug 2173687 (PRIVS part of it is already fixed on trunk).
1221
5f6a98a7 12222008-10-24 Matthew Beeching <jobe@mdbnet.co.uk>
1223
1224 * src/chanserv.help: Minor spelling mistake "change" instead of
1225 "change"
1226
6221421c 12272008-10-10 Matthew Beeching <jobe@mdbnet.co.uk>
1228
1229 * src/opserv.c: Fix for crash on OpServ SVSPART where the
1230 channel specified does not exist.
1231
f2a8c1ea 12322008-09-30 Matthew Beeching <jobe@mdbnet.co.uk>
1233
1234 * src/nickserv.c: Prevent automatic registration of dissallowed
1235 nicks when registering an account
1236
a6fa0035 12372008-09-27 Matthew Beeching <jobe@mdbnet.co.uk>
1238
1239 * src/chanserv.c: Fix for <trigger>shoot telling you to use
1240 .roulette instead of <trigger>roulette
1241
59b38cc0 12422008-09-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1243
1244 * src/proto-p10.c: SGLINE and SSHUN support some stuff coming
1245 soon in Nefarious.
1246
2a4ca4f5 12472008-09-07 Matthew Beeching <jobe@mdbnet.co.uk>
1248
1249 * src/chanserv.c: Changed PEON to PAL
1250
1251 * src/chanserv.help: Changed PEON to PAL
1252
1253 * src/modcmd.c: Changed PEON to PAL
1254
1255 * docs/access-levels.txt: Changed PEON to PAL
1256
1257 * languages/de/chanserv.help: Changed PEON to PAL
1258
1259 * languages/en_GB/chanserv.help: Changed PEON to PAL
1260
055f3f30 12612008-09-06 Matthew Beeching <jobe@mdbnet.co.uk>
1262
1263 * src/proto-p10.c: Added new PRIV_*'s to privtab
1264
1265 * src/mod-snoop.c: Added support for channel mode +h
1266
1267 * src/hash.h: #define's for missing PRIV_*'s
1268
6ff42e24 12692008-09-02 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1270
1271 * src/chanserv.c: Fixed an issue with OPCHAN and channels using off
1272 channel.
1273
df21b43d 12742008-08-19 Alex Schumann <rubin@afternet.org>
19c83de8 1275
1276 * src/chanserv.c: fix a bug in the default wheel spin settings if they
1277 were not in the config file, x3 would core.
1278
92f63dd4 12792008-07-21 Neil SPierling <sirvulcan@sirvulcan.co.nz>
1280
1281 * src/chanserv.c: Turn the kick ban all chans spin action into a
1282 timed ban (5 minutes). Also seperated the setting of the ban from
1283 the stripping of ohv. If Nefarious has halfops disabled then trying
1284 to strip the modes and set the ban results in the numeric being set
1285 as the ban. This will need to be fixed in nefarious.
1286
b08a5f8b 12872008-07-20 Alex Schumann <rubin@afternet.org>
1288
8deb31d3 1289 * src/chanserv.c: remove spin debugging code. Fix gline/kill glitch.
b08a5f8b 1290
1291 * src/config.h: bump trunk to 1.7
1292
74ac2349 12932008-07-19 Alex Schumann <rubin@afternet.org>
1294
5e6460e4 1295 * src/proto-p10.c: dont print warning on uping to a jupe. added
1296 irc_svsquit() function
1297
1298 * src/chanserv.c: rework wheel-of-misfortune a bit, allow individual
1299 spins to be enabled in x3.conf and make it easy to add new ones or
1300 change likelyhoods.
1301
1302 * src/proto.h: added irc_svsquit() prototype
1303
1304 * src/x3.conf.example: wheel action example configs
74ac2349 1305
a218fded 13062008-07-18 Alex Schumann <rubin@afternet.org>
1307
1308 * src/proto-p10.c: set lastmod time to current time when sending
1309 glines, otherwise ircd wont burst them later.
1310
1311 * src/modcmd.c: break credits out to its own command, and add svn
1312 version string to ctcp version reply.
1313
625ccd4e 13142008-07-02 Matthew Beeching <jobe@mdbnet.co.uk>
1315
1316 * src/proto-p10.c: Added missing PRIV_*'s to privtab
1317
1318 * src/hash.h: #define's for missing PRIV_*'s
1319
17d4a698 13202008-06-23 Alex Schumann <rubin@afternet.org>
1321
c64a32cb 1322 * src/chanserv.c: Fix a bug where if spin abuse creates a clone, but an oper kills the
1323 clone before its auto-removed, x3 crashes. Thanks tyler and jigsy.
1324
13252008-06-23 Alex Schumann <rubin@afternet.org>
1326
1327 * src/nickserv.c: make opserv access level required to be in oper ldap
17d4a698 1328 group configurable.
1329
1330 * src/nickserv.h: make opserv access level required to be in oper ldap
1331 group configurable.
1332
18006b5c 13332008-06-12 Alex Schumann <rubin@afternet.org>
1334
1335 * src/nickserv.c: fix login-on-connect logic problem when ldap libs
1336 are present but ldap is not in use.
1337
cf8bedff 13382008-04-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1339
1340 * src/chanserv.c: Fixed a small bug with SVSNickChange.
1341
1342 * src/hash.h: Added buttaknife's patch which allows modes to be
1343 searched for using opserv trace. Also Fixed a small bug with
1344 SVSNickChange.
1345
1346 * src/hash.c: Fixed a small bug with SVSNickChange.
1347
1348 * src/opserv.c: Added buttaknife's patch which allows modes to
1349 be searched for using opserv trace.
1350
1351 * src/proto-p10.c: Added buttaknife's patch which allows modes
1352 to be searched for using opserv trace.
1353
04cb4dfc 13542008-04-10 Alex Schumann <rubin@afternet.org>
1355
1356 * src/nickserv.c: Fix wrong param count check in oset password
1357
fba880b8 13582008-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1359
1360 * src/chanserv.c: Fixed a bug with x3 not handling kills properly.
1361
1362 * src/opserv.c: Fixed a bug with x3 not handling kills properly.
1363
7dd05763 13642008-04-02 Alex Schumann <rubin@afternet.org>
1365
fba880b8 1366 * src/proto-p10.c: Provisional code for LOC account hostmask validation
7dd05763 1367
fba880b8 1368 * src/nickserv.c: Provisional code for LOC account hostmask validation
7dd05763 1369
90746c83 13702008-04-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1371
1372 * configure: Regenerated.
1373
1374 * configure.in: Bumped up trunk version for X3.
1375
1c76f1b4 13762008-03-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1377
1378 * src/proto-p10.c: Ignore SNO messages.
1379
0bd0bef6 13802008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1381
1382 * configure: Regenerated.
1383
1384 * configure.in: Fixed up a typo spotted by Sakkath.
1385
1386 * x3.conf.example: Fixed up a typo spotted by Sakkath.
1387
e91c6c1e 13882008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1389
1390 * src/chanserv.c: If Nefarious 1.2.0 is in use then use SVSQUIT to
1391 fake a connection reset by peer quit if spin 1 comes up.
1392
13932008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ea54b136 1394
1395 * src/chanserv.c: Only allow logged in people to use spin.
1396
e91c6c1e 13972008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b404335b 1398
e03ec3dc 1399 * src/chanserv.c: Added lamepart function so that spin can be used
1400 on Nefarious 1.1.
1401
e91c6c1e 14022008-03-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e03ec3dc 1403
1404 * src/chanserv.c: Added the wheel of misfortune. This will only
b404335b 1405 work with Nefarious 1.2.0. You can upgrade X3 now even if you are
1406 running 1.1. Also fixed up some roulette/shoot bugs.
1407
e03ec3dc 1408 * src/hash.h: Function to change nicknames in X3 when using SVSNICK.
b404335b 1409
e03ec3dc 1410 * src/hash.c: Function to change nicknames in X3 when using SVSNICK.
b404335b 1411
87708af4 14122008-03-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1413
1414 * src/chanserv.c: Added roulette command.
1415
1416 * src/chanserv.h: Added roulette command.
1417
1418 * src/mod-memoserv.c: Added email sending functionality when
1419 new memos are sent.
1420
74328623 14212008-03-24 Alex Schumann <rubin@afternet.org>
1422
1423 * src/nickserv.c: fix 1 param auth for ldap libs available but not
1424 enabled, case. Thanks jobe.
1425
964a842d 14262008-03-11 Alex Schumann <rubin@afternet.org>
1427
1428 * src/opserv.c: Add svsnick command
1429
1430 * src/opserv.help: add help for svsnick and improve menu a bit
1431
1432 * src/nickserv.c: re-enable 1 param auth if not using ldap.
1433
8fb4e4be 14342008-03-02 Alex Schumann <rubin@afternet.org>
1435
1436 * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv
1437 kill/reconnect segfault)
1438
763de701 14392007-07-31 Alex Schumann <rubin@afternet.org>
1440
1441 * src/proto-p10.c: ignore ALIST messages
1442
684c56b9 14432007-05-08 Alex Schumann <rubin@afternet.org>
1444
1445 * src/nickserv.c: fix authentication bug with ldap by temporarily
1446 removing account-less authentication.
1447
1448 * src/nickserv.help: fix help file to reflect change
1449
14502007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7e49d01c 1451
1452 * src/mod-webtv.c: Allow opers to override required_mark. Also added
1453 SJOIN (undocumented) so opers can join IRC into channels where its
1454 needed as WebTV can only message clients in channels they are in.
1455
a01701f8 14562007-06-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1457
1458 * src/mod-webtv.c: Added JOIN and PART.
1459
1460 * src/mod-webtv.help: Added JOIN and PART.
1461
684c56b9 14622007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b15cddea 1463
1464 * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf
1465 config options, required_mark and valid_marks.
1466
1467 * src/mod-webtv.help: Added INDEX, NICK, and WHOIS.
1468
684c56b9 14692007-05-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2784452e 1470
1471 * configure: Run autogen.sh.
1472
1473 * configure.in: Tweaks for google core dumper 1.1.
1474
1475 * x3.conf.example: Basic webtv module section.
1476
1477 * src/config.h.in: Run autogen.sh.
1478
1479 * src/Makefile.am: Run autogen.sh.
1480
1481 * src/Makefile.in: Run autogen.sh.
1482
1483 * src/mod-webtv.c: Basic module for now. (Does nothing so dont
1484 bother compiling in).
1485
1486 * src/mod-webtv.help: Empty help file for webtv module.
1487
1488 * tools/core_install.sh: Update google core dumper to 1.1.
1489
1490 * tools/coredumper.tar.gz: Update google core dumper to 1.1.
1491
684c56b9 14922007-05-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc06f607 1493
1494 * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am).
1495 This will stop the "Unable to find user irc.servername.com whose mark
1496 is changing." messages. When a user reconnects and an existing exempt
1497 is on the network for the user, their lastseen time is sent out to
1498 all the servers. This quick fix moves the user checking part to
1499 the relevant part of the function that actually uses users.
1500
8ce9df05 15012007-05-04 Alex Schumann <rubin@afternet.org>
1502
1503 * src/chanserv.c: fixed problem with giveownership logs where the
1504 previous owners handle could reference a free'd string.
1505
d5faccba 15062007-04-24 Alex Schumann <rubin@afternet.org>
1507
1508 * src/nickserv.c: add missing ifdef for inldap search.
1509
b96027ad 15102007-04-22 Alex Schumann <rubin@afternet.org>
1511
1512 * src/nickserv.c: change authserv search accountmask to just account.
1513 added inldap search criteria. added add2ldap search target.
1514
87677bd8 1515 * src/nickserv.help: added help for ldap searching. + only add2ldap if
1516 all the info is there.
b96027ad 1517
41a3556d 1518 * src/x3ldap.c: clean up of some error messages/handling. + add a byte
87677bd8 1519 to password malloc to maybe solve a core problem? + fix an error
1520 checking option.
b96027ad 1521
eb9bf540 15222007-04-21 Alex Schumann <rubin@afternet.org>
1523 * src/nickserv.c: remove some un-needed errors with duplicate
1524 add/deletes in ldap
1525
ddcb3eb3 15262007-04-21 Alex Schumann <rubin@afternet.org>
1527
1528 * src/nickserv.c: fix bug with register_user from loc causing core
1529
bec5dd26 15302007-04-20 Alex Schumann <rubin@afternet.org>
1531
1532 * src/x3ldap.c: support for ldaps (ssl/tls) was added. ldap_host and
1533 ldap_port changed to ldap_uri.
1534
1535 * src/nickserv.c: fixed LOC bugs with accounts that exist in ldap but
1536 not x3 not being created. changed to ldap_uri config instead of
1537 host/port
1538
1539 * src/nickserv.h: changed to ldap_uri
1540
1541 * x3.conf.example: changed to ldap_uri
1542
3b29d086 15432007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1544
1545 * README: testing.
1546
e0bcaf30 15472007-04-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1548
1549 * INSTALL: Another test.
1550
ed7ac86b 15512007-04-08 Alex Schumann <rubin@afternet.org>
1552
1553 * src/chanserv.c: fix for a core when adding kill alert for numchans 1
1554
69566a5b 15552007-04-06 Alex Schumann <rubin@afternet.org>
1556
1557 * src/chanserv.help: added Jigsy's mode help MODE CHANNEL and MODE
1558 USER
1559
c74bf46b 15602007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1561
1562 * ChangeLog: Email update.
1563
2cfebbe2 15642007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1565
1566 * src/AUTHORS: Email update, mostly for CIA commit testing.
1117fc5a 1567
e661b9c3 15682007-04-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1569
1570 * src/helpfile.c: Added colour support $k.
1571
c5b279ed 15722007-03-20 Alex Schumann <rubin@afternet.org>
1573
1574 * src/nickserv.c: ButtaS2sLore sent in this patch to fix the default
1575 style when registering new users.
1576
dc46f772 15772007-03-20 Alex Schumann <rubin@afternet.org>
1578
1579 * src/nickserv.c: applied patch from playa which fixes the nickname
1580 valid checks when registering a nick.
1581
af16f748 15822007-03-20 Alex Schumann <rubin@afternet.org>
1583
1584 * src/nickserv.c: fix trying to do ldap when not enabled during
3c607a5f 1585 cmd_register + also with cmd_unregister
af16f748 1586
5aef35cf 15872007-03-20 Alex Schumann <rubin@afternet.org>
1588
1589 * src/opserv.c: fix for stats alerts filtering
1590
1591 * src/chanserv.c: dont kick lamers if they are currently exempt (+e)
1592
1593 * src/x3ldap.c: fix ldap error code to string
1594
1595 * src/nickserv.c: (comment to add LOC logging)
1596
a6bb184f 15972007-02-26 Alex Schumann <rubin@afternet.org>
1598
1599 * src/nickserv.c: fix bug with LOC logic and ldap.
1600
d6ef86e3 16012007-02-13 Alex Schumann <rubin@afternet.org>
1602
1603 * src/nickserv.c: Fix bugs with ldap cookies. Fix opt_password
1604 warning/crash potential
1605
16062007-02-13 Alex Schumann <rubin@afternet.org>
f19aa016 1607
8dc17ddf 1608 * src/x3ldap.c: Fix double-hashing of passwords when using ldap and
1609 resetpass cookie system.
1610
1611 * src/nickserv.c: Fix double-hashing of passwords when using ldap and
1612 resetpass cookie system. Fix incorrect terms in ldap email error
1613 message.
1614
16152007-02-12 Alex Schumann <rubin@afternet.org>
1616
1617 * src/x3ldap.c: fix ldap_delete not binding first, so causing
a40080a2 1618 access denied sometimes.
1619
16202007-02-12 Alex Schumann <rubin@afternet.org>
1621
1622 * x3.conf.example: fix ldap config example so it actually works
f19aa016 1623
acb142f0 16242007-02-12 Alex Schumann <rubin@afternet.org>
1625
1626 * src/nickserv.h: lowercase account name setting
1627
1628 * x3.conf.example: lowercase account name setting
1629
1630 * src/nickservc: only lowercase account names if the option is set.
1631
d6b0769f 16322007-02-12 Alex Schumann <rubin@afternet.org>
1633
1634 * src/tools.c: adding ircd_strtolower() func
1635
1636 * src/common.h: adding ircd_strtolower() func
1637
82b7b0d8 1638 * src/nickserv.c: force accounts to lowercase at all inputs. ++fix
e0ee1ed8 1639 warning ++fix another
d6b0769f 1640
a3ad3ee3 16412007-02-11 Alex Schumann <rubin@afternet.org>
1642
1643 * src/nickserv.c: fixed a bunch of ldap result value check bugs
1644
8a729617 16452007-02-11 Alex Schumann <rubin@afternet.org>
1646
1647 * src/opserv.c: Added oper group support to ldap
1648
1649 * src/x3ldap.c: Added group support to ldap. Fixed set email bug
1650
1651 * src/x3ldap.h: Added group support to ldap.
1652
1653 * src/nickserv.c: Added group support to ldap
1654
1655 * src/nickserv.h: Added group support to ldap
1656
c74bf46b 16572007-02-11 Neil Spierling <sirvulcan@sirvulcan.co.nz>
03fa9256 1658
1659 * tools/ldap/ldap_convert.php: Fixes after more testing.
1660
24e9e6c3 16612007-02-09 Alex Schumann <rubin@afternet.org>
1662
1663 * src/x3ldap.c: addid search function to get users email address from
1664 ldap
1665
1666 * src/x3ldap.h: func defs for search
1667
1668 * src/nicserv.c: update local copy of email address when they log
8dc06852 1669 in via ldap. fix memory leak.
24e9e6c3 1670
4b8ccfeb 16712007-02-08 Alex Schumann <rubin@afternet.org>
1672
1673 * src/x3ldap.c: cleaning up and switching adduser to use the new
1674 crypted password scheme.
1675
1676 * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP
1677 not defined, uncovered some warnings etc.
1678
c814d8cd 16792007-02-08 Alex Schumann <rubin@afternet.org>
1680
1681 * src/nickserv.c: Filling in ldap support for all password related
1682 operations: cmd_pass, loc_auth, etc.
1683
c74bf46b 16842007-02-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6cba6239 1685
1686 * tools/ldap/ldap_convert.php: Few tweaks.
1687
16882007-02-08 Alex Schumann <rubin@afternet.org>
1689
1690 * tools/ldap/inetorganon.schema: Scheme for ldap.
1691
1692 * tools/ldap/ldap_convert.php: Conversion script for converting
1693 x3 users to the ldap server.
1694
73d4cc91 16952007-02-07 Alex Schumann <rubin@afternet.org>
1696
1697 * configure.in: adding compile/configure support for ssl libs (not
1698 yet needed)
1699
1700 * configure: updated from above.
1701
1702 * src/config.h.in: adding compile/configure support for ssl libs (not
1703 yet needed)
1704
1705 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
1706 in config file.
1707
1708 * src/x3ldap.h: ldap crypted password pain. Support for object classes
1709 in config file.
1710
1711 * src/nickserv.c: change password in ldap when its changed in
1712 nickserv. Support for object classes in config file.
1713
1714 * src/nickserv.h: support for object classes in conf file
1715
a5a8a781 17162007-02-07 Alex Schumann <rubin@afternet.org>
1717
1718 * src/x3ldap.c: improve error result feedback
1719
fc012087 1720 * src/nickserv.c: improve error result feedback (oops, fix for if
1721 ldap_enable is 0)
a5a8a781 1722
ea02341b 17232007-02-07 Alex Schumann <rubin@afternet.org>
1724
1725 * src/x3ldap.c: ldap_add functionality
1726
1727 * src/x3ldap.h: ldap_add functionality
1728
1729 * src/nickserv.h: ldap_add functionality
1730
1731 * src/nickserv.c: ldap_add functionality
1732
1733 * x3.conf.example: ldap_add functionality
1734
8da89711 17352007-02-06 Alex Schumann <rubin@afternet.org>
1736
39edf54a 1737 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
1738 and sanity checks.
8da89711 1739
39edf54a 1740 * configure.in: Better ldap library handling **oops ** helps to
1741 actually have -lldap in LIBS...
db9a9a8a 1742
39edf54a 1743 * configure: regenerated from above ** **
1744
1745 * x3.conf.example: tweaked ldap settings
1746
1747 * src/nickserv.h: remove ldap config settings if not compiled in
1748
1749 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
1750 logins working.
8da89711 1751
c74bf46b 17522007-02-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
50895889 1753
1754 * src/x3ldap.c: Added GPL header, also change the printf's to
1755 log_module's as per one of the todo comments.
1756
1757 * src/x3ldap.h: Added GPL header.
1758
e15f42a4 17592007-02-05 Alex Schumann <rubin@afternet.org>
1760
1761 * src/nickserv.c: fix non-compile without ldap problem
1762
e166c31b 17632007-02-05 Alex Schumann <rubin@afternet.org>
1764
1765 * src/x3ldap.c: Beginnings of ldap authentication support
1766
1767 * src/x3ldap.h: Beginnings of ldap authentication support
1768
1769 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
1770
1771 * src/nickserv.c: Beginnings of ldap authentication support
1772
1773 * x3.conf.example: ldap config settings
1774
1775 * src/md5.c: remove old debugging printf() code
1776
1777 * src/configure.in: add --enable-ldap support to configure
1778
1779 * configure: rebuilt from above
1780
1781 * src/Makefile.am: add --enable-ldap support to configure
1782
1783 * src/Makefile.in: rebuilt from above
1784
1785
c74bf46b 17862007-02-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
b2fd1d25 1787
1788 * src/hash.c: Bug fix for bug #1651561.
1789
c74bf46b 17902007-02-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2bd99739 1791
1792 * src/nickserv.c: Fixed bug #1649326.
1793
cf33840c 17942007-01-28 Alex Schumann <rubin@afternet.org>
1795
1796 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
1797 nick, and someone sends a memo, send them the memo from memoserv, if
1798 there is a memoserv (not chanserv). Also, make the mini-help prompts
1799 more generic, for when they come from another bot besides memoserv.
1800
c74bf46b 18012007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
956ee72d 1802
1803 * src/proto-p10.c: RPING support.
1804
c74bf46b 18052007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8f9e3388 1806
1807 * src/proto-p10.c: This will hide annoying rping/rping error messages
1808 from the o3 alert channel when denora is linked. Will write proper
1809 functions when i figure out how rping n rpong works.
1810
c74bf46b 18112007-01-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ad3104a4 1812
1813 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
1814 we need to free kNode before removing the entry. Fixed a nasty
1815 glibc core.
1816
cc1705aa 18172007-01-12 Alex Schumann <rubin@afternet.org>
1818
1819 * src/mod-helpserv.c: This module is coded very poorly, with lots of
1820 newby c mistakes with pointers and malloc and whatnot. This fixes some
1821 small part of that so that user commands work again, and to reduce
1822 confusion. It needs a LOT more work to be what I would consider
1823 safe..
1824
c74bf46b 18252007-01-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c9ec8867 1826
1827 * src/spamserv.c: Horrible but it will do, i need to rewrite
1828 the flag system.
1829
1830 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
1831 badreaction being linked up.
1832
1833 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
1834
b532a93e 18352007-01-10 Alex Schumann <rubin@afternet.org>
1836
1837 * src/log.c: commented out impossible assertion which makes x3 core on
1838 fatal errors instead of exit cleanly.
1839
9cfdef25 18402007-01-10 Alex Schumann <rubin@afternet.org>
1841
1842 * src/mod-helpserv.c: fix strncpy problem
1843
c74bf46b 18442007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e993296 1845
1846 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
1847 checkrestrictions alerts.
1848
1849 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
1850
c74bf46b 18512007-01-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3da28d8e 1852
1853 * configure: Regenerated.
1854
1855 * configure.in: Added HAVE_HELPSERV.
1856
1857 * x3.conf.example: Seems theres been a hidden prefix option to
1858 allow users to use helpserv commands (ones for users not helpers).
1859
1860 * src/config.h.in: Added HAVE_HELPSERV.
1861
1862 * src/mod-helpserv.c: Made helpserv more useable:
1863
1864 * Added CLOSEREQ for users to close their current request.
1865
1866 * Added SHOWREQ for users to show their current req (equiv of SHOW).
1867
1868 * Added JoinTotal, if ON then when a helper joins the channel they
1869 will be sent a notice of the total UNASSIGNED requests.
1870
1871 * Added AlertNew, if ON then when a user opens a new help request
1872 all helpers will be alerted.
1873
1874 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
1875 bots.
1876
1877 * Added $i replacer for HelpServ SET's, changes $i to a valid
1878 request id. If no iq exists for another bot uses $i then all
1879 that is displayed is $i.
1880
1881 * Changed the USERCMD function type from void to int so that we
1882 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
1883 function.
1884
1885 * Seeing as helpserv does its help slightly different i added in the
1886 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
1887 output looks the same.
1888
1889 * Addded usercmd_helpserv for to access USERINDEX.
1890
1891 * Allow users to use HELP even without an open request.
1892
1893 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
1894 Also added a USERINDEX. Plus added help for the above things i
1895 added to helpserv
1896
1897 * src/modcmd.c: Adjusted years.
1898
50ea69b0 18992007-01-03 Alex Schumann <rubin@afternet.org>
1900
1901 * src/opserv.c: fix crash in ctcp version checkin
1902
0c8d17fe 19032007-01-01 Alex Schumann <rubin@afternet.org>
1904
1905 * x3.conf.example: Fixed set_shows which didnt get updated a while
1906 back.
1907
c74bf46b 19082006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ee37b347 1909
1910 * src/spamserv.c: Try this, tho sizeof worked fine for me with
1911 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
1912
c74bf46b 19132006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a674c5d3 1914
1915 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
1916 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
1917
1918 * src/spamserv.h: Added caps scanning functionality.
1919
1920 * src/spamserv.help Added caps scanning help
1921
c74bf46b 19222006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
9e5e441d 1923
1924 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
1925
c74bf46b 19262006-12-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2e4e27fe 1927
1928 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
1929 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
1930 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
1931 the specified levels will be exempt. All levels default to
1932 UL_OP (200) at first.
1933
1934 * src/spamserv.h: Added new except variables.
1935
1936 * src/spamserv.help: Added new sections for the new except SET
1937 options, plus removed the level lines for now.
1938
c74bf46b 19392006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
179a14f6 1940
1941 * Merry Christmas! :)
1942
1943 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
1944 with setting exceptlevel.
1945
9a8aa132 19462006-12-24 Alex Schumann <rubin@afternet.org>
1947
1948 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
1949 nickname.
1950
c74bf46b 19512006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bc436744 1952
1953 * Merry Christmas! :)
1954
1955 * This completes RFE 1577823.
1956
1957 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
1958 excepts all people who are opped etc. Only people above this level
1959 will be immune now. Defaults to 300 for channels without the option
1960
1961 * src/spamserv.h: Added exceptlevel.
1962
1963 * src/spamserv.help: Added EXCEPTLEVEL.
1964
c74bf46b 19652006-12-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
19c200c1 1966
1967 * Merry Christmas! :)
1968
1969 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
1970
1971 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
1972 and LISTTRUST added.
1973
8de34abd 19742006-12-20 Alex Schumann <rubin@afternet.org>
1975
1976 * src/Makefile.in: undo temp fix
1977
1978 * src/opserv.c: perm fix to HAVE_TRACK define problems
1979
1980 * src/configure.in: perm fix to HAVE_TRACK define problems
1981
1982 * src/config.h.in: perm fix to HAVE_TRACK define problems
1983
c74bf46b 19842006-12-21 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d3919a0d 1985
1986 * src/Makefile.in: Temp fix.
1987
2c00fbc2 19882006-12-20 Alex Schumann <rubin@afternet.org>
1989
1990 * src/proto-p10.c: added full mark support including as a trace
1991 criteria.
1992
1993 * src/opserv.c: added full mark support including as a trace
1994 criteria.
1995
1996 * src/hash.h: added full mark support including as a trace
1997 criteria.
1998
1999 * src/opserv.help: documented the 'marked' criteria in trace.
2000
6cf5f880 20012006-12-20 Alex Schumann <rubin@afternet.org>
7b0150f8 2002
2003 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
2004 commands. (such as delpeon of a user with non-standard peon level)
2005
6cf5f880 2006 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
2007 crash with service rename, and probably many other problems.
2008
2009 * src/mod-track.c: fixing memory problems, and the broken set command.
2010 Track may be stable now, needs large scale testing.
dd42e7fc 2011
c74bf46b 20122006-12-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
847f5770 2013
2014 * src/chanserv.help: Opps that will teach me for cut n pasting.
2015 Adjusted duration line for CLVL help. Users are not removed after
2016 the duration they are reverted back to their previous access
2017 level.
2018
c74bf46b 20192006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
27fa6acf 2020
2021 * src/chanserv.c: check the ircd side ban list too
2022
2023 * src/opserv.c: Fixed a small bug, woops.
2024
c74bf46b 20252006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5aa400d2 2026
2027 * src/chanserv.c: Added trace_check_bans, cut down version of
2028 check_bans for checkrestrictions
2029
2030 * src/chanserv.h: Declare trace_check_bans.
2031
2032 * src/opserv.c: Added addalert/trace option checkrestrictions. When
2033 using SVSJOIN as an action this option will check the ban lists, invite
2034 keys and limits of the target channel and if any match or exist (invite
2035 etc) then the SVSJOIN wont go through
2036
2037 * src/opserv.help: Added information about checkrestrictions.
2038
c74bf46b 20392006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09741492 2040
2041 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
2042
2043 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
2044 and lastlevel.
2045
2046 * src/chanserv.help: Added information about timed clvls.
2047
e766ec7c 20482006-12-18 Alex Schumann <rubin@afternet.org>
2049
2050 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
2051 instead of notice, when you get new memos. Fixed a buffer overrun with
2052 memo ids.
2053
2054 * src/mod-memoserv.help: fix-up help for settings.
2055
c74bf46b 20562006-12-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fd20b142 2057
2058 * src/chanserv.c: New feature, channel managers can now add people
2059 with a duration. After the duration expires the person will be
2060 automatically removed and deoped.
2061
2062 * src/chanserv.h: Added expiry.
2063
2064 * src/chanserv.help: Added information about timed accesses.
2065
2066 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
2067 specified.
2068
c74bf46b 20692006-12-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
537128ea 2070
2071 * src/proto-p10.c: Reverted one of my line changes.
2072
c74bf46b 20732006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e8f92d55 2074
2075 * src/opserv.c: Fixed up a couple of $b errors.
2076
c74bf46b 20772006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b6b5e2f 2078
2079 * src/chanserv.c: Woops forgot to init the channel mode change.
2080
2081 * src/chanserv.h: Tweak to check_bans.
2082
2083 * src/proto-p10.c: Add some sanity checks plus moved the +x to
2084 after the CMD_FAKEHOST otherwise if the person auths then gets
2085 marked they will cause 2 Registered quits on the IRCd. Only one
2086 will happen now.
2087
c74bf46b 20882006-12-17 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c99dcaf6 2089
2090 * src/chanserv.c: Added function check_bans to check bans in a
2091 specific channel when needed (see below).
2092
2093 * src/chanserv.h: check_bans deceleration.
2094
2095 * src/proto-p10.c: First of all we dont need a handle_info when
2096 checking for IsHiddenHost, the IRCd takes care of this. Made it
2097 so we copy the fakehost into user->fakehost so X3 can check
2098 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
2099 we need to recheck the users bans just in case a person has
2100 lamer'ed the marked hostname.
2101
d82cf2f0 21022006-12-12 Alex Schumann <rubin@afternet.org>
2103
2104 * configure.in: making google core lib optional
2105
2106 * configure: regenerated
2107
2108 * src/proto-p10.c: added support for sending nefarious marks
2109
2110 * src/proto.h: prototype for irc_mark
2111
2112 * src/opserv.help: documented new mark support. Also documented the
2113 svsjoin and svspart commands as they were missing.
2114
2115 * src/hash.h: added MARKLEN define
2116
2117 * src/opserv.c: added mark command as well as mark support in trace
2118 and addalert.
2119
c74bf46b 21202006-12-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8b2ad8d 2121
2122 * configure: Regenerated.
2123
2124 * configure.in: Add support for google core dumper. Plus updated
2125 tre to 0.7.5.
2126
2127 * Makefile.in: Regenerated.
2128
2129 * rx/Makefile.in: Regenerated.
2130
2131 * src/config.h.in: Regenerated.
2132
2133 * src/Makefile.in: Regenerated.
2134
2135 * tools/core_install.sh: Just like tre_install.sh. This installs
2136 the core dumper.
2137
2138 * tools/coredumper.tar.gz: Google core dumper 0.2.
2139 http://sourceforge.net/projects/goog-coredumper/
2140
2141 * tools/tre_install.sh: Updated version to 0.7.5
2142
2143 * tools/tre.tar.gz: Updated tre to 0.7.5.
2144
283cfa83 21452006-12-10 Alex Schumann <rubin@afternet.org>
2146
2147 * src/opserv.c: fix debug message left at wrong level ("checking
2148 reroute()")
2149
9079d26c 21502006-12-09 Alex Schumann <rubin@afternet.org>
2151
2152 * src/opserv.c: bugfixes to autorouting timer code
5c6bff84 2153 improved stats routing to clean up & take an argument
9079d26c 2154
2155 * src/opserv.h: bugfixes to autorouting timer code
2156
5c6bff84 2157 * src/opserv.help: document new stats routing syntax
2158
9079d26c 2159 * src/timeq.c: added some usefull (commented out) debugging code for
2160 figuring out timer problems.
2161
2162 * src/timerq.h: added some usefull (commented out) debugging code for
2163 figuring out timer problems.
2164
5c6bff84 2165 * src/proto-p10.c: cleanup/improve eob autorouting init
2166
da5b7dfc 21672006-12-08 Alex Schumann <rubin@afternet.org>
2168
2169 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
2170
2171 * src/proto-p10.c: moving version reply storage here, adding webTV
2172 no_notice support (automatiaclly dont send notices if version reply
2173 says its a webtv user since they cant SEE notices. (other clients to
2174 add?)) note, this needs a version query alert to get the version from
2175 them.
2176
2177 * src/helpfile.c: honor the no_notices user bit
2178
2179 * src/hash.h: add no_notices user bit
2180
8709474a 21812006-12-07 Alex Schumann <rubin@afternet.org>
2182
eaf715f1 2183 * src/opserv.c: Add filter ability to stats alerts + fixup
8709474a 2184
eaf715f1 2185 * src/opserv.help: document filter feature of stats alerts + fixup
8709474a 2186
7a278540 21872006-12-02 Alex Schumann <rubin@afternet.org>
2188
2189 * src/chanserv.c: fix to levels command (- were missing)
2190
2191 * src/tools.c: fix warning
2192
2193 * src/common.h: fix warning
2194
2195 * src/chanserv.help: update online help url, changed help general to
2196 use new $! command char replacement code.
2197
2198 * src/hash.c: fix warning when geoip is off
2199
2200 * src/helpfile.c: add new '$!' code for chanserv's current trigger
2201 char in help files
2202
11d3c79b 22032006-12-01 Alex Schumann <rubin@afternet.org>
2204
2205 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
2206 on users of non-standard access level such as 201. Fixed this by
2207 changing mdelop and friends to work on the range of access levels.
c9bf23fe 2208 Added a LEVELS command.
2209
2210 * src/chanserv.h: corrected PEON access defines such that 1-150 is
2211 peon instead of 100-150 with 1-99 being undefined.
2212
2213 * src/chanserv.help: help for new LEVELS command
2214
2215 * src/helpfile.c: Improved table functions so that it automatically
2216 right-justifies numerical columns.
2217
2218 * src/tools.c: Added helper functions str_is_number and msnprintf (an
2219 auto-mallocing printf function)
2220
2221 * src/common.h: defines and defines for msnprintf and str_is_number
2222
11d3c79b 2223
23b7ec6e 22242006-11-30 Alex Schumann <rubin@afternet.org>
2225
2226 * src/chanserv.c: Modified .myaccess such that if you give it your own
2227 account when you are not a helper, it still works. (Requested by
2228 Jigsy)
2229
2230 * src/nickserv.help: Corrected the help file to feed oregister based
2231 on email_required instead of email_enabled
2232
d9ffe0e7 2233 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
2234 causes crash in set if no title) thanks xanjunior
2235
c74bf46b 22362006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4b44eb0f 2237
2238 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
2239 opserv WHOIS from another service (when bound), the channels reply
2240 would come from o3 instead of that service.
2241
c74bf46b 22422006-10-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
39c1a4ef 2243
2244 * src/opserv.c: Added in SVSPART alert/traces.
2245
2246 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
2247
2248 * src/proto.h: Added in decleration for svspart.
2249
2250 * src/proto-p10.c: Extend current SVSPART functionality so that we
2251 can send them with traces etc.
2252
a62ba70c 22532006-10-14 Alex Schumann <rubin@afternet.org>
2254
2255 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
2256 in svsjoin alerts. Cleanup old silent code fragments left over. Check
2257 for missing chantarget in alerts also.
2258
0e08a8e0 22592006-10-12 Alex Schumann <rubin@afternet.org>
2260
2261 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
2262 setup x3 to version only users matching a criteria, and then another
2263 alert to do someting based on the version reply. This should be
2264 usefull for finding bots etc. Or, for example, you can make all xchat
2265 people join #xchat, or all mirc join #mirc etc.
2266 Also, there is a fix in here for SVSJOIN which i hadn't gotten
2267 everything working with.
2268
2269 * src/proto-p10.c: added privmsg_user and version_user functions
2270
2271 * src/proto.h: added privmsg_user and version_user function
2272 declerations
2273
2274 * src/hash.h: added version_reply variable to users
2275
2276
2277
c408f18a 22782006-10-12 Alex Schumann <rubin@afternet.org>
2279
2280 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
2281 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
2282 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
2283 or send all level3 users to a perticular channel on connection, etc.
2284
ff5f1ab2 22852006-10-12 Alex Schumann <rubin@afternet.org>
2286
2287 * src/chanserv.c: Make lamers not affect users on the userlist above
2288 inviteme level in the channel. (why kb users who can .uba and
2289 .inviteme back in?)
2290
c74bf46b 22912006-10-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1e7eaa91 2292
2293 * src/spamserv.c: Ignore those with access (if the options are
2294 disabled- scanchanops, scanhalfops, scanvoiced.
2295
ffb204b6 22962006-10-08 Alex Schumann <rubin@afternet.org>
1e7eaa91 2297
ffb204b6 2298 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
2299 autojoin. Not really a great solution. Instead, move auth_handler
3c83701b 2300 funcs to be called after stamping etc. thx to Buttaknife for this
2301 solution.
ffb204b6 2302
2303 * src/nickserv.c: move auth_func calls to after stamping, and
2304 commented up the cmd_auth source to make it more managable.
2305
075d7932 23062006-10-04 Alex Schumann <rubin@afternet.org>
2307
2308 * src/chanserv.c: remove redundant 'none' from empty llists
2309
c74bf46b 23102006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eca6aa4f 2311
2312 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
2313 over with odelcookie now.
2314
c74bf46b 23152006-10-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
10fb34f6 2316
2317 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
2318 in a channel and a user auths in the channel, the user will not
2319 receive autoop etc if they have it enabled in uset.
2320
23212006-10-03 Alex Schumann <rubin@afternet.org>
e6dce34c 2322
2323 * src/opserv.c: Check for connect timer entries before adding new
2324 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
2325
c74bf46b 23262006-09-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
95adb209 2327
2328 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
2329 by him.
2330
c74bf46b 23312006-09-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
dd019452 2332
2333 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
2334 happening before autohide. Let me know if its still happening before
2335 autohide.
2336
2337 * src/chanserv.help: Updated the AUTOJOIN bit.
2338
5b66c0c2 23392006-09-13 Alex Schumann <rubin@afternet.org>
2340
2341 * src/chanserv.help: improved the help listing for the info command,
2342 and information help category.
2343
c74bf46b 23442006-09-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
14f0e274 2345
2346 * src/mod-memoserv.c: Fixed crash bug.
2347
2348 * src/spamserv.c: Ignore opers.
2349
c74bf46b 23502006-08-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4a2a9a4e 2351
2352 * README: tweaks.
2353
c74bf46b 23542006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
73bcd46c 2355
2356 * src/chanserv.help: Tweaked a , to .
2357
c74bf46b 23582006-08-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
ffd8a4c9 2359
2360 * src/opserv.help: Removed privs menu so we can release a tarball.
2361
90e75ffd 23622006-08-25 Alex Schumann <rubin@afternet.org>
2363
2364 * src/chanserv.c: fix uset reply for halfops
2365
2366 * src/nickserv.help: document the 'b' account flag
2367
c74bf46b 23682006-08-26 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f16ad9e7 2369
2370 * x3.conf.example: Added hidden host style option and key options
2371 for style 2.
2372
2373 * src/hosthiding.h: Remove KEY #defines.
2374
2375 * src/hosthiding.c: Set the keys only once using the conf values.
2376
2377 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
2378 of standard hidden hosts if style is 2.
2379
2380 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
2381 of standard hidden hosts if style is 2.
2382
2383 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
2384 hostname (unresolved). This is how Nefarious works.
2385
2386 * src/tools.c: Generate hidden hosts off crypt hosts instead
2387 of standard hidden hosts if style is 2.
2388
c74bf46b 23892006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cd25f2e9 2390
2391 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
2392
2393 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
2394
2395 * src/proto.h: irc_svsjoin decelerations.
2396
2397 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
2398 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
2399 an SJ it will be handled properly as a JOIN. Did the same for
2400 SVSPART.
2401
c74bf46b 24022006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a45018b2 2403
2404 * src/spamserv.c: Fixed the +k issue with spamserv.
2405
c74bf46b 24062006-08-24 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6c34bb5a 2407
2408 * src/opserv.c: Added PRIVSET Command.
2409
2410 * src/opserv.help: Added PRIVSET Command. Plus contents for the
2411 privs section.
2412
2413 * src/proto.h: irc_privs deceleration.
2414
2415 * src/proto-p10.c: Fixed a compile issue plus added functions for
2416 setting and checking privs.
2417
c74bf46b 24182006-08-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
89d871d8 2419
2420 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
2421
2422 * src/hash.h: Priv declerations.
2423
2424 * src/opserv.c: Show privs in WHOIS output.
2425
2426 * src/proto.h: client_report_privs decleration.
2427
2428 * src/proto-p10.c: Handle PRIV only for type 6 servers.
2429
90e75ffd 24302006-08-19 Alex Schumann <rubin@afternet.org>
2431
2432 * src/authserv.c: document the oset flag +b in help (hide from staff
2433 command.)
2434
33741441 24352006-08-19 Alex Schumann <rubin@afternet.org>
2436
2437 * src/chanserv.c: added reply command, which responds similar to calc,
2438 but with any message. (for use with bindings)
2439
2440 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
2441 are replaced with the target command's calling user's account, nick,
2442 and numnick respectively. This and the above allows things like:
2443 BIND x3 account x3.reply your account is $a or
2444 BIND x3 kickme x3.kick $n $1-
2445 more to come, maybe, later.
2446
37d706b7 24472006-08-01 Alex Schumann <rubin@afternet.org>
2448
2449 * src/modcmd.c: Added OSI certification message to VERSION command
2450
c74bf46b 24512006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
01a5e8c8 2452
2453 * x3.conf.example: Redid part of the geoip summary.
2454
c74bf46b 24552006-08-09 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1ad7ac15 2456
2457 * src/opserv.c: If we have a city, latitude and longitude returned
2458 then show a map url. Some results have no city but a latitude and
2459 a longitude. The coordinates are useless in this case and most
2460 people would know where the country is around abouts.
2461
c74bf46b 24622006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
58528547 2463
2464 * src/hash.c: Speed up city and country lookups significantly.
2465 Just slow for the first read but once thats done the rest is fast.
2466
c74bf46b 24672006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3a4fdc79 2468
2469 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
2470 I dont know if this will work for sure as i cant reproduce it. But
2471 my theory is that once the user is kicked the mode node is dropped.
2472 Users without modes should still return a valid mode node.
2473
c74bf46b 24742006-08-08 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5678501c 2475
2476 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
2477 if a giveownership command was issued in a channel with no owners.
2478
c74bf46b 24792006-08-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
21f6caee 2480
2481 * configure: Regenerated.
2482
2483 * configure.in: Added checks for GeoIP headers and libs.
2484
2485 * x3.conf.example: Add in 2 options for the dat filenames of the
2486 city and country files. If not specified then no geoip data
2487 will be checked.
2488
2489 * src/config.h.in: Regenerated.
2490
2491 * src/hash.c: Created a function to check the geoip info from the
2492 dat files.
2493
2494 * src/hash.h: Decelerations plus added entries to the userNode
2495 struct.
2496
2497 * src/opserv.c: Display the GeoIP information in WHOIS.
2498
2499 * src/proto-p10.c: Call the new geoip data collection function
2500 towards the end of AddUser.
2501
c74bf46b 25022006-08-06 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a2dbccef 2503
2504 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
2505
4d69a3b1 25062006-08-01 Alex Schumann <rubin@afternet.org>
2507
2508 * src/chanserv.c: Add automode 6, to just voice everyone with access.
2509 Idea by daniel (thx)
2510
c74bf46b 25112006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2512
2513 * This message is apart of the below one, its just seperate so
2514 it doesnt get lost amongst the below messages.
2515
2516 * src/global.c: Fixed a warning.
2517
c74bf46b 25182006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7827220c 2519
2520 * configure: Removed bahamut support, didnt even work.
2521
2522 * configure.in: Removed bahamut support, didnt even work.
2523
2524 * INSTALL: Removed bahamut support, didnt even work.
2525
2526 * x3.conf.example: Removed bahamut support, didnt even work.
2527
2528 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
2529
2530 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
2531 work.
2532
2533 * src/config.h.in: Removed bahamut support, didnt even work.
2534
2535 * src/gline.c: Removed bahamut support, didnt even work.
2536
2537 * src/hash.h: Removed bahamut support, didnt even work.
2538
2539 * src/nickserv.c: Removed bahamut support, didnt even work.
2540
2541 * src/nickserv.h: Removed bahamut support, didnt even work.
2542
2543 * src/Makefile.am: Removed bahamut support, didnt even work.
2544
2545 * src/Makefile.in: Removed bahamut support, didnt even work.
2546
2547 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
2548
2549 * src/shun.c: Removed bahamut support, didnt even work.
2550
c74bf46b 25512006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
57692f5e 2552
2553 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
2554 spamserv.c, nickserv.c.
2555
2556 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
2557
2558 * src/nickserv.c: Changed global_message uses to global_message_arg's.
2559
2560 * src/opserv.c: Changed global_message uses to global_message_arg's.
2561
2562 * src/spamserv.c: Changed global_message uses to global_message_arg's.
2563
c74bf46b 25642006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
09a3057c 2565
2566 * src/chanserv.c: Changed global_message uses to global_message_arg's.
2567
2568 * src/global.c: Added language strings for chanserv.c
2569
c74bf46b 25702006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
4d99495c 2571
2572 * src/global.c: Make sure we arnt sending duplicate messages in
2573 some cases.
2574
c74bf46b 25752006-08-01 Neil Spierling <sirvulcan@sirvulcan.co.nz>
985d4109 2576
2577 * src/x3.conf.example: Removed the targets option.
2578
2579 * src/global.c: Wrote new function that will global message users
2580 and/or opers and/or helpers messages in their own langauge. The
2581 strings are set either in language files or in the global.c message
2582 struct. This allows us to send defcon notices to people and they
2583 will get them in their own language if they have it set.
2584
2585 * src/global.h: global_message_args decleration.
2586
2587 * src/opserv.c: Removed targets option for defcon as its too hard
2588 to send messages to people in channels if the people have different
2589 language settings.
2590
c74bf46b 25912006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d8b9cb7c 2592
2593 * src/opserv.c: TODO stuff.
2594
c74bf46b 25952006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0272358e 2596
2597 * x3.conf.example: Added SHUN setting for DEFCON.
2598
2599 * doc/DEFCON: Added SHUN setting for DEFCON.
2600
2601 * src/opserv.c: Moved the gline check to here. Also added a SHUN
2602 check.
2603
2604 * src/opserv.h: Added SHUN setting for DEFCON.
2605
2606 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
2607
c74bf46b 26082006-07-31 Neil Spierling <sirvulcan@sirvulcan.co.nz>
08895577 2609
2610 * x3.conf.example: Added new Defcon system settings
2611
2612 * doc/DEFCON: Anope's Defcon doc adapted for X3.
2613
2614 * src/chanserv.c: Block mode changes and channel registrations if
2615 required.
2616
2617 * src/mod-memoserv.c: Block new memos if required.
2618
2619 * src/nickserv.c: Block nick registrations if required.
2620
2621 * src/opserv.c: Added in defcon system, uses some of the anope code.
2622 Most tho is from scratch.
2623
2624 * src/opserv.h: Defcon declerations.
2625
2626 * src/opserv.help: Added DEFCON entry.
2627
2628 * src/proto-p10.c: If required gline new clients, also if required
2629 kill new clients.
2630
35305a49 26312006-07-29 Alex Schumann <rubin@afternet.org>
2632
2633 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
2634 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
2635 not comfortable running 'make install' on libtre from ./configure.
2636 This violates what the user expects in a way that can harm the system.
2637 Changed how the libtre checks work and provided easy-to-use install
0754f993 2638 script. -fix link stage
35305a49 2639
2640 * rx/Makefile.in: fix autotools warning(s)
2641
babc1c07 26422006-07-28 Alex Schumann <rubin@afternet.org>
2643
2644 * src/nickserv.help: add odelcookie to help oper
2645
31543e44 2646 * x3.conf.example: update & improve x3.conf.example description of
2647 extended_accounts setting.
2648
964abe6b 26492006-07-26 Alex Schumann <rubin@afternet.org>
2650
2651 * src/opserv.c: Fix crash when doing reroute if routing isnt
ce9266cf 2652 configured. | Voice discovered that the error message for addplan fail
2653 was typeo'd so not showing.
964abe6b 2654
20517d48 2655 * src/opserv.help: slight changes to routing help.
2656
2657 * src/chanserv.c: let non-staff see when channels were registered with
2658 .info
2659
d9d33535 26602006-07-24 Alex Schumann <rubin@afternet.org>
2661
2662 * src/proto-p10.c: dont burst channels with 0 users in them (which
2663 were created by alert discrims, most likely)
2664
26652006-07-23 Alex Schumann <rubin@afternet.org>
2666
2667 * x3.conf.example: Added chanserv "modes" to example - use to control
2668 what usermodes chanserv gets. Mainly for setting +d or not, if you
2669 have nef 1.0 'b:' lines setup.
2670
c74bf46b 26712006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
bae4525d 2672
2673 * src/nickserv.c: If theres no title set then the default title
2674 will therefore be the first part of hidden_host in x3.conf.example,
2675 so for consistency with opt_fakehost we will print this.
2676
c74bf46b 26772006-07-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
88b0672a 2678
2679 * src/nickserv.c: The reason why theres no arg rubin is that
2680 if you want to print the fakehost then u dont specify an arg.
2681 This tells opt_fakehost to set fake to the current fakehost
2682 and pass it on to be printed.
2683
bf93ca8d 26842006-07-23 Alex Schumann <rubin@afternet.org>
2685
116d100f 2686 * src/nickserv.c: Add config file regex fakehost test + sanity
574bfc14 2687 checking in title as well (fixed).
bf93ca8d 2688
8108185c 2689 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
2690 instead of argv[2]==null since argv's dont get set null.
2691
c74bf46b 26922006-07-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
eb43ca8c 2693
2694 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
2695
2696 * src/proto-p10.c: Host in topic supports sethost and fakehost
2697 now.
2698
47956fc5 26992006-07-21 Alex Schumann <rubin@afternet.org>
2700
2701 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
2702 irc_connect, and added callbacks to handle connect failures and
2703 successes. (All prep for auto routing system)
0520d39a 2704
47956fc5 2705 * src/proto.h: Added support for irc_wallop, irc_squit,
2706 irc_connect, and added callbacks to handle connect failures and
2707 successes. (All prep for auto routing system)
0520d39a 2708
dd1fc2a3 2709 * src/opserv.help: Help entries for auto routing system + fix typeo in
2710 routing example
0520d39a 2711
47956fc5 2712 * src/hash.h: New structs for auto routing system
0520d39a 2713
da0c436d 2714 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
2715 error message to debug message.
0520d39a 2716
47956fc5 2717 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
0520d39a 2718
47956fc5 2719 * src/modcmd.c: added 'routing' main command alias.
2720
c74bf46b 27212006-07-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5006460e 2722
2723 * x3.conf.example: Added host_in_topic option for sending full
2724 nick!user@host if its enabled. Default to one as Nefarious is
2725 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
2726 you have this enabled on X3 and not on your Nefarious server.
2727
2728 * src/proto-p10.c: Make use of host_in_topic.
2729
c092fcad 27302006-07-13 Alex Schumann <rubin@afternet.org>
2731
2732 * src/opserv.c: make the bot reply from the nick you /msg in all
2733 cases, if commands are bound to a different bot.
2734
2735 * src/nickserv.c: make the bot reply from the nick you /msg in all
2736 cases, if commands are bound to a different bot.
2737
2738 * src/chanserv.c: make the bot reply from the nick you /msg in all
2739 cases, if commands are bound to a different bot.
2740
2741 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
2742 msg, not the defined memoserv bot, if commands are aliased to other
2743 bots. This may also fix the crash bug playa reported at
2744 http://www.unrealgamers.net/forums/index.php?showtopic=138
2745
be3d31e0 27462006-07-11 Alex Schumann <rubin@afternet.org>
2747
75ef8cdc 2748 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
2749 and some x3 topic functions.
2750
be3d31e0 2751 * x3.conf.example: Improved server/type setting documentation,
2752 and changed default to 5.
2753
0c0adfe0 27542006-07-11 Alex Schumann <rubin@afternet.org>
2755
2756 * src/opserv.c: fixed silent alerts not getting picked up from db file
2757 on read/load.
2758
827ecd60 27592006-07-11 Alex Schumann <rubin@afternet.org>
2760
df5f6070 2761 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
2762 when adding an invalid jupe servername or numeric.
2763 this closes bug number 1513510.
2764
827ecd60 2765 * src/modcmd.c: if pubcmd is set higher than your level, only respond
2766 with the denied msg if the command was actually found. this closes bug
2767 number 1509382.
2768
22d5d8cf 27692006-07-10 Alex Schumann <rubin@afternet.org>
2770
2771 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
2772 non-logged-in user (null pointer)
2773
3f5b8801 27742006-07-09 Alex Schumann <rubin@afternet.org>
2775
2776 * src/nickserv.c: fixed bug where unignores were getting sent to the
2777 user multiple times, instead of to each online nick once.
2778
d07e3fff 27792006-07-09 Alex Schumann <rubin@afternet.org>
2780
f0b5157b 2781 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
b6599cc2 2782 spot. Ugh, messed up the fix. Trying again :)
d07e3fff 2783
c74bf46b 27842006-07-10 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5f1600ab 2785
2786 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
2787 If the target is ignoring the person inviting them then the invite
2788 is denied.
2789
a76bcc6a 27902006-07-07 Alex Schumann <rubin@afternet.org>
2791
2792 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
2793 memoserv most easily seen when sending short memos. Rewrote the flag
2794 handling part of memo send to correct it.
2795
18757dc0 27962006-07-05 Alex Schumann <rubin@afternet.org>
2797
2798 * src/helpfile.c: pLaYa pointed out the table code row count is off by
2799 one. Fixed.
2800
c74bf46b 28012006-06-27 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5b1166fd 2802
2803 * configure: Regenerated.
2804
2805 * configure.in: Make use of TRE regexp library. Its more powerful
2806 than the standard library (http://laurikari.net/tre/index.html).
2807 Im also pondering adding services side regexp bans, X3 would
2808 probably required a channel flag called say advanced that can
2809 only be set by the owner. If enabled then regexp bans can be
2810 used. I also added an output saying what modules are enabled,
2811 what protocol is enabled, what malloc is choosen and if debugging
2812 is enabled. Just a bit of a message as the user will of seen
2813 programs just finish compiling and he/she/it may think it
2814 was X3 compiling, but it was just TRE compiling. They still need
2815 to compile X3.
2816
2817 * src/config.h.in: Regenerated.
2818
2819 * src/Makefile.am: Tweak for TRE.
2820
2821 * src/Makefile.in: Regenerated.
2822
2823 * src/nickserv.c: Use the new regex.h Im sure -I includes get
2824 called before system includes like /usr/include.
2825
2826 * src/opserv.c: Use the new regex.h Im sure -I includes get
2827 called before system includes like /usr/include.
2828
2829 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
2830 compile this just before configure finishes up. Sits around
2831 470KB, rather than another 2.5MB if i TRE untarred. I suppose
2832 i could get it down a bit more using Bzip but there are some
2833 boxes out there still without bzip.
2834
c74bf46b 28352006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
1b4a47ca 2836
2837 * src/mod-memoserv.c: Better history implementation. A seperate
2838 table is used for history entries. Entries contain the same
2839 fields as the memo table except for the message, read, and flags.
2840 Entries are only removed from the history db when they get
2841 expired by do_expire (older than message_expire). Also fixed
2842 up a issue with STATUS. On AfterNET we were getting huge large
2843 for the amount of memos. I now realise it was reading the amount
2844 of users. It now reads the proper amount of memos. I also a count
2845 for history entries.
2846
2847 * src/mod-memoserv.help: EXPIRE handles history and memos now.
2848
c74bf46b 28492006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
35ca8140 2850
2851 * src/mod-memoserv.c: Make use of ignore lists when trying to
2852 send memos.
2853
c74bf46b 28542006-06-25 Neil Spierling <sirvulcan@sirvulcan.co.nz>
6546e922 2855
2856 * src/spamserv.c: Crash fix (finally). Been meaning to do this
2857 for a while now.
2858
a8370a20 28592006-06-23 Alex Schumann <rubin@afternet.org>
2860
2861 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
2862 src/modcmd.c, src/nickserv.c: Improvements to
2863 table output and help display.
2864
2865 * src/mod-memoserv.c: fix segfault
2866
28672006-06-23 Alex Schumann <rubin@afternet.org>
6c3ce3bb 2868
2869 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
2870 fix it and re-apply if you want it..
2871
2872 * src/chanserv.h: Backing out the bantype patch.
2873
2874 * src/chanserv.help: Backing out the bantype patch.
2875
c74bf46b 28762006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
8cfd8013 2877
2878 * src/mod-memoserv.c: Fixed a bug.
2879
c74bf46b 28802006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
cbc5a1a4 2881
2882 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
2883 if the recipient deletes the memo it will not be listed in the
2884 HISTORY list.
2885
2886 * src/mod-memoserv.help: HISTORY entry.
2887
c74bf46b 28882006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2a951803 2889
2890 * src/mod-memoserv.c: Added new flags, see below.
2891
2892 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
2893 added flags for always ignoring read reciepts and always sending
2894 read reciepts.
2895
c74bf46b 28962006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f2e592d3 2897
2898 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
2899 that you have sent, aslong as they have not been read yet.
2900
2901 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
2902 recipient to read reciept stuff.
2903
c74bf46b 29042006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
34a9e19a 2905
2906 * src/mod-memoserv.c: Redid the db stuff, it now writes users
2907 settings and memos to the memoserv database.
2908
c74bf46b 29092006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
512d7958 2910
2911 * src/mod-memoserv.c: Small bug fix.
2912
c74bf46b 29132006-06-20 Neil Spierling <sirvulcan@sirvulcan.co.nz>
82794e1b 2914
2915 * src/mod-memoserv.c: Added read recipient support via SEND using
2916 -r as a flag. Messages with requested read recipients have a (r)
2917 shown beside the sender nick in LIST. People can ignore a read
2918 recipient using -i when reading the message via READ. Its all
2919 in the help file.
2920
2921 * src/mod-memoserv.help: Added read recipient relevent bits.
2922
2923 * src/opserv.help: Added halfopping functions.
2924
c74bf46b 29252006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acb6d53d 2926
2927 * src/x3.conf.example: Forgot a ;.
2928
c74bf46b 29292006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8692672 2930
2931 * src/mod-memoserv.c: Make use of SET LIMIT.
2932
c74bf46b 29332006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d9abe201 2934
2935 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
2936
c74bf46b 29372006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a8138c9f 2938
2939 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
2940
c74bf46b 29412006-06-19 Neil Spierling <sirvulcan@sirvulcan.co.nz>
acf3c6d5 2942
2943 * x3.conf.example: Max limit for Memoserv LIMIT option.
2944
2945 * src/hash.h: Fixed halfops issue.
2946
2947 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
2948 amount of memos you can have. This does not do anything yet as
2949 im committing the half ops fix now. This code is fine it just
2950 allows you to adjust the limit for now.
2951
c74bf46b 29522006-06-12 Neil Spierling <sirvulcan@sirvulcan.co.nz>
e3e5ba49 2953
2954 * x3.conf.example: Commented out SpamServ module as there are bugs
2955 and i cant give a definate date as to when i can fix it. Im not
2956 home much these days.
2957
2958 * src/mod-memoserv.c: Redid the SET code using some whatnet code
2959 by wasted. Tweaked here and there. Also added some formatting in
2960 LIST and SET like chanserv SET. Oh and MemoServ will join
2961 autojoin_channels if MemoServ is in a seperate nickname.
2962
2963 * src/mod-memoserv.help: Added OSET and done some tweaking.
2964
2965 * src/nickserv.c: Allow the use of get_victim_oper outside of
2966 nickserv.c.
2967
2968 * src/nickserv.h: Allow the use of get_victim_oper outside of
2969 nickserv.c.
2970
b3052f71 29712006-06-07 Alex Schumann <rubin@afternet.org>
2972
2973 * src/chanserv.help: Added a couple set helps that were missing.
e1443247 2974
2975 * src/helpfile.c: fix missing space in multi-column table output such
2976 as /msg opserv commands * (with nickserv tablewidth setting >60)
b3052f71 2977
1c5f6697 29782006-06-06 Alex Schumann <rubin@afternet.org>
2979
e3e5ba49 2980 * src/opserv.c: Change how addalert silence works, so that its a
2981 parameter instead of an action, and also works with trace now.
2982
1c5f6697 2983 * x3.conf.example: Added a config setting of level needed to use
2984 'silent yes' in trace/addalert.
2985
d762299d 29862006-06-04 Alex Schumann <rubin@afternet.org>
2987
2988 * src/nickserv.c: Fix oregister
2989
7293d1d3 2990 * src/nickserv.help: Update help for oregister
2991
c74bf46b 29922006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
a6a4707e 2993
2994 * src/proto-p10.c: Properly handle incomming manual silences.
2995
c74bf46b 29962006-06-05 Neil Spierling <sirvulcan@sirvulcan.co.nz>
668dc38e 2997
2998 * src/common.h: pretty_mask etc declerations.
2999
3000 * src/nickserv.c: Parse the mask through pretty_mask before adding
3001 it. Normal ircd side silences go through this, this just keeps
3002 things looking the same and if a user tries to remove a silence
3003 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
3004
3005 * src/proto-p10.c: Send a + if adding a silence.
3006
3007 * src/tools.c: pretty_mask and one other function for reformatting
3008 a hostname so its pretty :) from IRCu.
3009
92fac64c 30102006-06-04 Alex Schumann <rubin@afternet.org>
668dc38e 3011
92fac64c 3012 * src/nickserv.c: Send silences to every nick of a handle, not the
3013 nick that did the command.
3014
c74bf46b 30152006-06-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
3ec42e29 3016
3017 * src/main.c: Moved spamserv initilization to after chanserv.
3018
3019 * src/spamserv.c: Read the db earlier.
3020
c74bf46b 30212006-05-30 Neil Spierling <sirvulcan@sirvulcan.co.nz>
63c95a47 3022
3023 * configure: Regenerated.
3024
3025 * configure.in: Bumped version and changed list email.
3026
3027 * x3.example.conf: Added SpamServ options.
3028
3029 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
3030
3031 * src/chanserv.h: Declerations
3032
3033 * src/main.c: Init the new SpamServ service.
3034
3035 * src/Makefile.am: Added SpamServ files.
3036
3037 * src/Makefile.in: Regenerated
3038
3039 * src/modcmd.c: Added SpamServ to REBINDALL.
3040
3041 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
3042
3043 * src/proto-common.c: Make sure SpamServ gets notices.
3044
3045 * src/spamserv.c: New service that checks for spamming, floods etc.
3046 Requires an oper to register it to a channel for it to work.
3047
3048 * src/spamserv.h: Decelerations.
3049
3050 * src/spamserv.help: Help entries for SpamServ.
3051
c74bf46b 30522006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
fe32eb19 3053
3054 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3055
3056 * src/chanserv.c: Added selectable bantypes.
3057
3058 * src/chanserv.h: Added selectable bantypes.
3059
3060 * src/chanserv.help: Added help entries.
3061
c74bf46b 30622006-05-29 Neil Spierling <sirvulcan@sirvulcan.co.nz>
0b587959 3063
3064 * src/nickserv.c: Added user option ADVANCED, when we add more
3065 advanced commands users will need to set this to see the options
3066 in help. Further work in helpfile is still needed afaik. This is
3067 just the basics.
3068
3069 * src/nickserv.h: Advanced option declerations.
3070
3071 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
3072 Seems no one added that when they added the AUTOHIDE option.
3073
c74bf46b 30742006-05-28 Neil Spierling <sirvulcan@sirvulcan.co.nz>
7637f48f 3075
3076 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
3077
3078 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
3079 and denied_fakehost_words. Also dropped refresh_period for chanserv
3080 set resync.
3081
3082 * src/chanserv.c: Added god_timeout, disable god mode automatically
3083 when the period times out. Also added a new set option- resync, auto
3084 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
3085
3086 * src/chanserv.help: Added entry for SET RESYNC.
3087
3088 * src/global.c: Join global into autojoin_channels if enabled.
3089
3090 * src/main.c: Some tweaking for autojoin_channels.
3091
3092 * src/mod-memoserv.c: If a user has memos and notify on login
3093 enabled then only display the notify notice on login and not
3094 during a netburst.
3095
3096 * src/mod-track.c: Quashed a warning.
3097
3098 * src/modcmd.c: Added functions for god_timeout. Also added wasted
3099 to VERSION output for credits for these features.
3100
3101 * src/nickserv.c: Added denied_fakehost_words, deny the words set
3102 there if an oper trys to use them in a fakehost. Also autojoin
3103 chanserv if enabled into autojoin_channels.
3104
3105 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
3106 after a drone attack. Also join opserv and reserved nicks into
3107 autojoin_channels if opserv/reserved is enabled.
3108
3109 * src/opserv.help: Added entry for REFRESHMAX.
3110
0779bbcf 31112006-05-25 Alex Schumann <rubin@afternet.org>
3112
b5c80c61 3113 * src/proto-p10.c: make non-existant server type setting not crash x3.
3114
0779bbcf 3115 * src/nickserv.help: Added newby tip to authserv registration
3116 help (about < and >)
3117
3118 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
3119 deref null kicker)
3120
c74bf46b 31212006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
56958740 3122
3123 * src/chanserv.c: Set SWHOIS's when a user auths.
3124
3125 * src/hosthiding.c: Fixed a segfault.
3126
3127 * src/nickserv.c: Epithets now use SWHOIS.
3128
3129 * src/proto.h: Declerations for irc_swhois.
3130
3131 * src/proto-p10.c: Handle SWHOIS's.
3132
c74bf46b 31332006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
68b75482 3134
3135 * src/hash.h: Bumped SOCKIPLEN
3136
3137 * src/hosthiding.c: Functions to crypt IPv6 addresses.
3138
3139 * src/hosthiding.h: IPv6 function declerations.
3140
3141 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
3142 with the ipv6 crypting function.
3143
c74bf46b 31442006-05-23 Neil Spierling <sirvulcan@sirvulcan.co.nz>
37ef8ee3 3145
3146 * src/hash.h: Bits needed for other type of host hiding.
3147
3148 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
3149
3150 * src/hosthiding.c: This will generated crypted style 2 Nefarious
3151 hidden hosts and ips. Currently they are just displayed in O3
3152 WHOIS. Im yet to expand this.
3153
3154 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
3155
3156 * src/Makefile.in: Regenerated.
3157
3158 * src/opserv.c: Display crypted hosts n ips in WHOIS.
3159
3160 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
3161 save them in user->crypthost user->cryptip.
3162
c74bf46b 31632006-05-22 Neil Spierling <sirvulcan@sirvulcan.co.nz>
c02cd944 3164
5177fd21 3165 * src/chanserv.c: Set ignores when you authenticate.
c02cd944 3166
5177fd21 3167 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
3168 Used for centralized silence list management. Currently set ignores
3169 can be viewed in ACCOUNTINFO for via ircd SILENCE.
3170
3171 * src/nickserv.h: Declerations.
3172
3173 * src/nickserv.help: Added help entries for above commands.
3174
3175 * src/proto.h: Declerations.
3176
3177 * src/proto-p10.c: Functions to handle silences
c02cd944 3178
d9896a83 31792006-05-18 Alex Schumann <rubin@afternet.org>
3180
b34a7505 3181 * src/proto-p10.c: Fixed up the track module a bit more
d9896a83 3182
b34a7505 3183 * src/hash.c: Fixed up the track module a bit more, including
3184 reporting correctly when X3 kicks someone. This should affect mrsnoopy
3185 as well, hopefully wont cause any bugs.
d9896a83 3186
e5c85987 3187 * src/mod-track.c: Fixed up the track module a bit more - made track
3188 all/none work
d9896a83 3189
b34a7505 31902006-05-18 Alex Schumann <rubin@afternet.org>
3191
3192 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
3193
3194 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
3195
3196 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
3197
3198 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
d9896a83 3199
32002006-05-18 Alex Schumann <rubin@afternet.org>
3201
b34a7505 3202 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
12673a59 3203 in.
3204
b34a7505 3205 * src/mod-track.c: some cleanups and textual changes, to make the commands
12673a59 3206 slightly more user friendly.
3207
c74bf46b 32082006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
5177fd21 3209
3210 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
3211
3212 * src/x3.conf.example.: adding 050 'type' to server config (rubin
3213 fixed missing ';' and changelog entries)
3214
c74bf46b 32152006-05-16 Neil Spierling <sirvulcan@sirvulcan.co.nz>
f6c7c603 3216
3217 * Most files: Heh i cant be bothered listing all files, see websvn
3218 if you want specific files. I just added a new tracking module, its
3219 just like snoop except it targets specified users. The actual
3220 commit is in the previous revision, i just forgot to update this to
3221 tick over the svn version in version output.
3222
c74bf46b 32232006-05-15 Neil Spierling <sirvulcan@sirvulcan.co.nz>
697f4c9a 3224
2f61d1d7 3225 * Most files: Major update off the new release of srvx 1.3.1. Also
3226 seeing as the new updates dont all have changelog entries ive dropped
3227 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
697f4c9a 3228
2f61d1d7 32292006-03-20 Alex Schumann <rubin@afternet.org>
697f4c9a 3230
2f61d1d7 3231 * src/chanserv.c: core fix; check if theres a handle_info before looking
3232 at style...
697f4c9a 3233
2f61d1d7 3234 * src/helpfile.c: core fix; check if theres a handle_info before looking
3235 at style...
697f4c9a 3236
2f61d1d7 32372006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3238
2f61d1d7 3239 * src/chanserv.c: more clean style changes
697f4c9a 3240
2f61d1d7 32412006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3242
2f61d1d7 3243 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
3244 and dhp1080 made me do it) Needs lots of work to remove ----
3245 headers for 'clean' setting.
697f4c9a 3246
2f61d1d7 3247 * src/helpfile.c: Added nickserv 'style' stetting back.
697f4c9a 3248
2f61d1d7 3249 * src/nickserv.help: Added help for set style.
697f4c9a 3250
2f61d1d7 3251 * src/mod-helpserv.c: make style affect table outputs.
697f4c9a 3252
2f61d1d7 3253 * src/nickserv.c: Added nickserv 'style' setting back.
697f4c9a 3254
2f61d1d7 3255 * src/nickserv.h: Added nickserve 'style' setting back.
697f4c9a 3256
2f61d1d7 32572006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 3258
2f61d1d7 3259 * src/proto-p10.c: Added conf setting for extended_accounts for
3260 backward compatability with stock undernet ircd.
dee9951d 3261
2f61d1d7 3262 * x3.conf.example: Added conf setting for extended_accounts for
3263 backward compatability with stock undernet ircd.
dee9951d 3264
2f61d1d7 32652006-03-06 Alex Schumann <rubin@afternet.org>
3266
3267 * src/opserv.help: Added missing trace criteria to help,
3268 and fixed up a few other bits of help around that topic.
dee9951d 3269
2f61d1d7 32702006-01-16 Alex Schumann <rubin@afternet.org>
dee9951d 3271
2f61d1d7 3272 * src/tools.c: created an email valididty function
dee9951d 3273
2f61d1d7 3274 * src/nickserv.c: check valididty of email better
dee9951d 3275
2f61d1d7 3276 * src/sendmail.c: check validity of email better
dee9951d 3277
2f61d1d7 32782006-01-06 Alex Schumann <rubin@afternet.org>
dee9951d 3279
2f61d1d7 3280 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
3281 to a different bot, eg chanserv, and to reply from the correct nickname.
3282 also a bunch of whitespace changes
dee9951d 3283
2f61d1d7 3284 * src/nickserv.c: begin work on making nickserv commands bind without
3285 responding from the wrong nick. also a bunch of whitespace changes
dee9951d 3286
2f61d1d7 3287 * src/hash.h: whitespace
dee9951d 3288
2f61d1d7 3289 * src/opserv.help: improved QUERY helpfile. (though command itself still
3290 has bugs)
dee9951d 3291
2f61d1d7 32922005-12-14 Alex Schumann <rubin@afternet.org>
dee9951d 3293
2f61d1d7 3294 * src/chanserv.help: added set bantimeout help
dee9951d 3295
2f61d1d7 32962005-11-08 Alex Schumann <rubin@afternet.org>
dee9951d 3297
2f61d1d7 3298 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
3299 aliases properly.
697f4c9a 3300
2f61d1d7 3301 * src/modcmd.help: Added note about escaping spaces to modcmd help.
697f4c9a 3302
2f61d1d7 3303 * src/nickserv.help: Improved help files
697f4c9a 3304
2f61d1d7 3305 * src/chanserv.help: Improved help files
697f4c9a 3306
2f61d1d7 33072005-10-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3308
2f61d1d7 3309 * src/proto-p10.c: ignore remote /lusers
697f4c9a 3310
2f61d1d7 33112005-09-13 Alex Schumann <rubin@afternet.org>
697f4c9a 3312
2f61d1d7 3313 * src/global.c: Changed motd header style
697f4c9a 3314
2f61d1d7 3315 * src/nickserv.help: Improved directions for getting and using
3316 accounts.
697f4c9a 3317
2f61d1d7 3318 * src/chanserv.help: Improved directions for getting and using
3319 accounts.
b336c8db 3320
2f61d1d7 33212005-08-13 Alex Schumann <rubin@afternet.org>
b336c8db 3322
2f61d1d7 3323 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
3324 some *@* protection.
b336c8db 3325
2f61d1d7 3326 * src/tools.c: added function to detect an overmask (too general)
b336c8db 3327
2f61d1d7 3328 * src/common.h: added function to detect an overmask (too general)
b336c8db 3329
2f61d1d7 33302005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3331
2f61d1d7 3332 * src/chanserv.c: Modified resync to work accourding to automode
3333 setting, and fixed a buffer overflow problem.
0d16e639 3334
2f61d1d7 3335 * src/chanserv.help: updated set automode and rsync help.
0d16e639 3336
2f61d1d7 3337 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
3338 sets +x on AUTH.
0d16e639 3339
2f61d1d7 3340 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
3341 sets +x on AUTH.
0d16e639 3342
2f61d1d7 33432005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 3344
2f61d1d7 3345 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
3346 of 'voice' setting. + Rewording setting help
0d16e639 3347
2f61d1d7 3348 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
3349 of 'voice' setting.
0d16e639 3350
2f61d1d7 3351 * src/chanserv.help: Added help for automode. + Rewording setting help
0d16e639 3352
2f61d1d7 33532005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3354
2f61d1d7 3355 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3356
2f61d1d7 3357 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
0d16e639 3358
2f61d1d7 3359 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
0d16e639 3360
2f61d1d7 3361 * src/nickserv.c: Added option to have authserv oper/admin people with
3362 opserv access. (Life4Christ)
0d16e639 3363
2f61d1d7 3364 * src/opserv.c: Added admin_level config option
3365
3366 * src/opserv.h: Added admin_level config option
0d16e639 3367
2f61d1d7 33682005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 3369
2f61d1d7 3370 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
3371 command) when nef* bug sends the +o twice. ++fix bug in patch
0d16e639 3372
2f61d1d7 33732005-08-09 Alex Schumann <rubin@afternet.org>
0d16e639 3374
2f61d1d7 3375 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
0d16e639 3376
2f61d1d7 33772005-08-08 Alex Schumann <rubin@afternet.org>
0d16e639 3378
2f61d1d7 3379 * src/chanserv.c: Added banTimeout feature to .set
0d16e639 3380
2f61d1d7 3381 * src/chanserv.h: added banTimeout feature to .set
0d16e639 3382
2f61d1d7 3383 * src/recdb.c: Added some better error catching in database_get_data()
0d16e639 3384
2f61d1d7 3385 * src/proto-common.h: tabs
0d16e639 3386
2f61d1d7 3387 * x3.conf.example: added bantimeout to default set list, and ban
3388 timeout frequency config setting.
0d16e639 3389
2f61d1d7 33902005-08-04 Alex Schumann <rubin@afternet.org>
0d16e639 3391
2f61d1d7 3392 * src/chanserv.c: Changed kick protected message to one without %s or
3393 $b because the kick function doesnt support replacements.
0d16e639 3394
2f61d1d7 3395 * src/tools.c: fixed spelling error in comment.
0d16e639 3396
2f61d1d7 33972005-07-28 Alex Schumann <rubin@afternet.org>
0d16e639 3398
2f61d1d7 3399 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
3400 one)
0d16e639 3401
2f61d1d7 3402 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
3403 whining.
0d16e639 3404
2f61d1d7 34052005-07-26 Alex Schumann <rubin@afternet.org>
0d16e639 3406
2f61d1d7 3407 * x3.conf.example: Updated from live afternet file and improved help
3408 and layout. Added vim directive to set syntax type.
0d16e639 3409
2f61d1d7 3410 * src/chanserv.c: ported x2's 8ball in, and improved it.
0d16e639 3411
2f61d1d7 3412 * src/math.c: Added osiris' hack to do_math for supporting
3413 2(10) and 2pi etc. Improved it to handle pi2 also.
0d16e639 3414
2f61d1d7 3415 * src/chanserv.help: updated 8ball help and added 'myaccess' to
3416 information help index.
0d16e639 3417
2f61d1d7 34182005-07-18 Alex Schumann <rubin@afternet.org>
d76ed9a9 3419
2f61d1d7 3420 * src/proto-p10.c: added +L awareness
d76ed9a9 3421
2f61d1d7 3422 * src/hash.h: added +L awareness
d76ed9a9 3423
2f61d1d7 3424 * src/chanserv.help: changed set ctcpreaction help
d76ed9a9 3425
c74bf46b 34262005-07-18 Neil Spierling <sirvulcan@sirvulcan.co.nz>
d76ed9a9 3427
2f61d1d7 3428 * src/modcmd.h: Lets make some functions global.
d76ed9a9 3429
2f61d1d7 3430 * src/modcmd.c: Log hostmasks no matter what.
d76ed9a9 3431
2f61d1d7 3432 * src/log.c: Lookup commands if they are from OpServ in the log.
3433 If they match channel specific commands like OP, DEOP, etc then
3434 we will display them in a LAST command (assuming the person doing
3435 the LAST is an oper). Normal clients wont see commands that have
3436 been performed by OpServ.
d76ed9a9 3437
2f61d1d7 34382005-07-15 Alex Schumann <rubin@afternet.org>
d76ed9a9 3439
2f61d1d7 3440 * src/chanserv.c: Changed around ctcpreaction setting so it:
3441 a) doesnt crash.
3442 b) doesnt kick userlist members ever
3443 c) has only 1 setting needed to control it
3444 * src/chanserv.h: removed some old oplevel stuff.
d76ed9a9 3445
2f61d1d7 34462005-07-14 Alex Schumann <rubin@afternet.org>
d76ed9a9 3447
2f61d1d7 3448 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
3449 remove errors from log. Fixed problem with missing break; in
3450 channel mode c parsing (reed).
d76ed9a9 3451
2f61d1d7 3452 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
3453
3454 * src/log.c: Changed channel log target to send PRIVMSG instead of
3455 NOTICE. (Ghozer)
3456
c74bf46b 34572005-05-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3458
3459 * configure: Regenerated.
3460
3461 * configure.in: Added checks for tgmath.h.
3462
3463 * src/chanserv.c: Added new command LAST, from X2. Similar to
3464 EVENTS except its file based. Bear in mind you dont have to use
3465 both. You can bind what you want to use. Commented out zoot_list
3466 as its not in use, just a warning fix.
3467
3468 * src/hash.c: Warning fix.
3469
3470 * src/log.h: Misc defines.
3471
3472 * src/log.c: Logging functions from X2.
3473
3474 * src/math.c: If tgmath.h doesnt exist then include some other
3475 files that contain the functions we require.
3476
3477 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
3478
3479 * src/proto-p10.c: Added chanserv.h #include to squash a small
3480 compile error. Made X3 understand MARK's to a small point. Fixed
3481 a small parsing bug with exempts.
3482
34832005-07-06 Alex Schumann <rubin@afternet.org>
3484
3485 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
3486
3487 * src/opserv.c: Fixed an awkward output of trace count etc.
3488
34892005-06-22 Alex Schumann <rubin@afternet.org>
3490 * src/chanserv.help: Improved DURATION help
3491
3492 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
3493 a better average.
3494
34952005-05-27 Alex Schumann <rubin@afternet.org>
3496
3497 * src/chanserv.c: Improved usability of register command, fixed
3498 unregister reply.
3499
3500 * src/chanserv.help: Improved usability of register command
3501
35022005-05-27 Alex Schumann <rubin@afternet.org>
3503
3504 * src/chanserv.c: Resync working now
3505
35062005-05-27 Reed Loden <reed@reedloden.com>
3507
3508 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
3509 grammar issues in the message send to pending users. Fixed a
3510 problem with some of the resync code.
3511
35122005-05-27 Alex Schumann <rubin@afternet.org>
3513
3514 * src/chanserv.c: make pending add check if the person is already on
3515 the userlist before re-adding them (thx exec & reed for noticing this)
3516 Fix capitalisation of I in pending notice.
3517
35182005-05-18 Alex Schumann <rubin@afternet.org>
3519
3520 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
3521 working, and pointed me to the opserv helpfiles command, which shows
3522 what services search what help files. This fixes the help command to
3523 search that list as it should. Still need to modify the 'default'
3524 helpfile search bindigs because I dont think chanserv should respond
3525 to help from opserv's db, etc. See opserv's 'helpfiles' command.
3526
3527 * src/modcmd.help: clarified 'helpfiles' help.
3528
35292005-05-18 Alex Schumann <rubin@afternet.org>
3530
3531 * src/helpfile.c: make send_help() return true/false and not send
3532 errors so svccmd_send_help can 'take control' of things.
3533
3534 * src/modcmd.c: Fixed up the help system (again) / find aliased
3535 commands help if none exists. / Display no help for that command on
3536 commands (instead of topic)
3537
3538 * src/modcmd.h: Fixed up the help system (again)
3539
3540 * src/global.c: Fixed syntax display
3541
3542 * src/chanserv.help: Removed =---= formatting, fixed a few things.
3543 *spelling ++more spelling (thx reed)
3544
3545 * src/nickserv.help: Removed =---= formatting, fixed a few things.
3546 *spelling ++more spelling (thx reed)
3547
3548 * src/opserv.help: Removed =---= formatting, fixed a few things.
3549 ++spelling (thx reed)
3550
3551 * src/global.help: simplified index
3552
3553 * src/nickserv.c: Changed message users get when their email is
3554 already used for an account, fixed syntax help
3555
3556 * src/opserv.c: fixed syntax help
3557
35582005-05-16 Alex Schumann <rubin@afternet.org>
3559
3560 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
3561 the help file.
3562
35632005-05-04 Alex Schumann <rubin@afternet.org>
3564
3565 * src/modcmd.c: added a 'rebindall' command to assist with
3566 upgrades and changes which change command bindings.
3567
3568 * src/modcmd.help: modified help to reflect above
3569
3570 * src/opserv.help: modified help to reflect above
3571
3572 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
3573 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
3574 between channel bans (+b) and x3 remembered bans (lamers)
3575
3576 * src/chanserv.help: modified help to reflect above
3577
3578 * UPGRADE: added use of rebindall to upgrade instructions
3579
35802005-05-04 Alex Schumann <rubin@afternet.org>
3581
3582 * src/chanserv.c: added an 'adduser pending' feature, where if
3583 someone isn't authed x3 will ask them to /auth or register, and then
3584 automatically finish adding them to the channel when they do.
3585 Fixed email bug with adduser pending
3586
3587 * src/chanserv.h: adduser pending
3588
3589 * src/hash.c: adduser pending
3590
3591 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
3592
3593 * src/nickserv.c: adduser pending cleanup and activation code,
3594 Arch sync (Avoid losing channel information when
3595 replacing an account using the mergedb command.)
3596
3597 * src/proto-p10.c: adduser pending cleanup code
3598
3599 * src/nickserv.help: improved set and register help
3600
36012005-05-04 Alex Schumann <rubin@afternet.org>
3602
3603 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
3604 negitive). Added set voice to provide control over use of voice.
3605 Implimented a basic chanserv db version control system for upgrading
3606 seamlessly.
3607
3608 * src/chanserv.help: adjusted help to reflect voice and uset autoop
3609 changes.
3610
3611 * src/hash.h: updated ssz comment from z to Z
3612
3613 * src/modcmd.help: rewrote BIND help
3614
3615 * src/proto-p10.c: Added Z (sslonly) support back in
3616
3617 * UPGRADE: created file to document upgrading procedures
3618
36192005-04-23 Alex Schumann <rubin@afternet.org>
3620 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
3621 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
3622 topicmask to be an on or off setting, uninfluenced by enftopic.
3623 Added feature to use mask on /topic in addition to ,topic sets.
3624 Removed special consideration for ircops in protect_user()
3625
3626 * src/chanserv.help: updated documentation to reflect the new and
3627 much simpler topicmask feature, and removed op/voice levels.
3628
3629 * src/nickserv.c: added tailing 'end of' line for accountinfo
3630 for non-opers too.
3631
3632 * src/modcmd.c: tweaked alias notification for help and breef help.
3633
36342005-04-20 Alex Schumann <rubin@afternet.org>
3635
3636 * src/proto-common.c: removing +d. needs to be a config option
3637 or something.
3638
3639 * src/nickserv.help: modified main help reply of authserv
3640
3641 * src/nickserv.c: added title, epithet, and fakehost to oset listing
3642
3643 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
3644 totally redesigned though.
3645
36462005-04-15 Alex Schumann <rubin@afternet.org>
3647
3648 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
3649 at the same time. The whole block needs to be if/else instead of
3650 switch though, to be cleaner.
3651
3652 * src/nickserv.help: added fakehost and title options to help oset.
3653
3654 * src/nickserv.c: removed 'style' setting. (was not being used in
3655 code anyway)
3656
c74bf46b 36572005-04-04 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3658
3659 * src/proto-p10.c: Reinstated +d usermode.
3660
36612005-03-30 Alex Schumann <rubin@afternet.org>
3662
3663 * src/chanserv.c: Fixed unban.
3664
3665 * x3.conf.example: added note in snoop config that improper
3666 setting for bots nick will cause segfault.
3667
36682005-03-22 Alex Schumann <rubin@afternet.org>
3669
3670 * x3.conf.example: added sethost/fakehost settings to conf
3671
36722005-03-19 Alex Schumann <rubin@afternet.org>
3673
3674 * chanserv.c: Changed style of command outputs, added userlevel back
3675 to users list.
3676
3677 * opserv.c: Changed style of command outputs, removed warn feature
3678
3679 * tools.c: shortened duration string lengths
3680
3681 * main.c: shortened duration string lengths
3682
3683 * sendmail.c: Changed style of stats email
3684
36852005-03-18 Alex Schumann <rubin@afternet.org>
3686
3687 * Changed breef to brief...
3688
3689 * chanserv.c: Changed to access level names instead of numbers.
3690
36912005-03-17 Alex Schumann <rubin@afternet.org>
3692
3693
3694 * src/opserv.c: Improved readability of trace print output
3695
3696 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
3697 a little.
3698
3699 * src/helpfile.c: Improved table_send readability (used in lots
3700 of listings including users and stats network etc)
3701
37022005-03-15 Alex Schumann <rubin@afternet.org>
3703
3704 * src/chanserv.c: Improved some syntax error reporting for commands
3705
3706 * src/helpfile.c: Added a 'breef' help function
3707
3708 * src/helpfile.h: Added a 'breef' help function
3709
3710 * src/main.c: Improved some syntax error reporting for commands
3711
3712 * src/modcmd.c: Improved some syntax error reporting for commands
3713
3714 * src/modcmd.h: Improved some syntax error reporting for commands
3715
37162005-03-15 Reed Loden <reed@reedloden.com>
3717
3718 * Synchronization with srvx--devo--1.3--patch-19.
3719
37202005-03-12 Alex Schumann <rubin@afternet.org>
3721
3722 * src/common.h, src/opserv.h: more SRVX->X3 fixes
3723
3724 * opserv.c: fixed SRVX defines to X3
3725
3726 * src/nickserv.c: Applied patch to bring up to date with
3727 local uncommitted changes on afternets srvx2 tree. improved
3728 cookie gen code and removed /play from cookie messages.
3729
3730 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
3731 bunch more places.
3732
c74bf46b 37332005-03-07 Neil Spierling <sirvulcan@sirvulcan.co.nz>
2f61d1d7 3734
3735 * nickserv.help: Added odelcookie section.
3736
3737 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
3738 cookies.
3739
3740 * src/md5.c: Cleaned up compile warnings.
3741
3742 * src/nickserv.help: Added odelcookie section.
3743
3744***********************************************************************/
3745
3746#define CVS_VERSION "$Id$"
d76ed9a9 3747