]> jfr.im git - irc/evilnet/x3.git/blob - ChangeLog
fixing memory corruption in spamserv.c
[irc/evilnet/x3.git] / ChangeLog
1 /***********************************************************************
2 X3 ChangeLog
3
4 2006-12-18 Alex Schumann <rubin@afternet.org>
5
6 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
7 commands. (such as delpeon of a user with non-standard peon level)
8
9 * src/spamserv.c: fixing memory corruption problems with dicts
10
11 2006-12-20 Neil Spierling <sirvulcan@gmail.com>
12
13 * src/chanserv.help: Opps that will teach me for cut n pasting.
14 Adjusted duration line for CLVL help. Users are not removed after
15 the duration they are reverted back to their previous access
16 level.
17
18 2006-12-19 Neil Spierling <sirvulcan@gmail.com>
19
20 * src/chanserv.c: check the ircd side ban list too
21
22 * src/opserv.c: Fixed a small bug, woops.
23
24 2006-12-19 Neil Spierling <sirvulcan@gmail.com>
25
26 * src/chanserv.c: Added trace_check_bans, cut down version of
27 check_bans for checkrestrictions
28
29 * src/chanserv.h: Declare trace_check_bans.
30
31 * src/opserv.c: Added addalert/trace option checkrestrictions. When
32 using SVSJOIN as an action this option will check the ban lists, invite
33 keys and limits of the target channel and if any match or exist (invite
34 etc) then the SVSJOIN wont go through
35
36 * src/opserv.help: Added information about checkrestrictions.
37
38 2006-12-19 Neil Spierling <sirvulcan@gmail.com>
39
40 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
41
42 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
43 and lastlevel.
44
45 * src/chanserv.help: Added information about timed clvls.
46
47 2006-12-18 Alex Schumann <rubin@afternet.org>
48
49 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
50 instead of notice, when you get new memos. Fixed a buffer overrun with
51 memo ids.
52
53 * src/mod-memoserv.help: fix-up help for settings.
54
55 2006-12-19 Neil Spierling <sirvulcan@gmail.com>
56
57 * src/chanserv.c: New feature, channel managers can now add people
58 with a duration. After the duration expires the person will be
59 automatically removed and deoped.
60
61 * src/chanserv.h: Added expiry.
62
63 * src/chanserv.help: Added information about timed accesses.
64
65 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
66 specified.
67
68 2006-12-18 Neil Spierling <sirvulcan@gmail.com>
69
70 * src/proto-p10.c: Reverted one of my line changes.
71
72 2006-12-17 Neil Spierling <sirvulcan@gmail.com>
73
74 * src/opserv.c: Fixed up a couple of $b errors.
75
76 2006-12-17 Neil Spierling <sirvulcan@gmail.com>
77
78 * src/chanserv.c: Woops forgot to init the channel mode change.
79
80 * src/chanserv.h: Tweak to check_bans.
81
82 * src/proto-p10.c: Add some sanity checks plus moved the +x to
83 after the CMD_FAKEHOST otherwise if the person auths then gets
84 marked they will cause 2 Registered quits on the IRCd. Only one
85 will happen now.
86
87 2006-12-17 Neil Spierling <sirvulcan@gmail.com>
88
89 * src/chanserv.c: Added function check_bans to check bans in a
90 specific channel when needed (see below).
91
92 * src/chanserv.h: check_bans deceleration.
93
94 * src/proto-p10.c: First of all we dont need a handle_info when
95 checking for IsHiddenHost, the IRCd takes care of this. Made it
96 so we copy the fakehost into user->fakehost so X3 can check
97 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
98 we need to recheck the users bans just in case a person has
99 lamer'ed the marked hostname.
100
101 2006-12-12 Alex Schumann <rubin@afternet.org>
102
103 * configure.in: making google core lib optional
104
105 * configure: regenerated
106
107 * src/proto-p10.c: added support for sending nefarious marks
108
109 * src/proto.h: prototype for irc_mark
110
111 * src/opserv.help: documented new mark support. Also documented the
112 svsjoin and svspart commands as they were missing.
113
114 * src/hash.h: added MARKLEN define
115
116 * src/opserv.c: added mark command as well as mark support in trace
117 and addalert.
118
119 2006-12-12 Neil Spierling <sirvulcan@gmail.com>
120
121 * configure: Regenerated.
122
123 * configure.in: Add support for google core dumper. Plus updated
124 tre to 0.7.5.
125
126 * Makefile.in: Regenerated.
127
128 * rx/Makefile.in: Regenerated.
129
130 * src/config.h.in: Regenerated.
131
132 * src/Makefile.in: Regenerated.
133
134 * tools/core_install.sh: Just like tre_install.sh. This installs
135 the core dumper.
136
137 * tools/coredumper.tar.gz: Google core dumper 0.2.
138 http://sourceforge.net/projects/goog-coredumper/
139
140 * tools/tre_install.sh: Updated version to 0.7.5
141
142 * tools/tre.tar.gz: Updated tre to 0.7.5.
143
144 2006-12-10 Alex Schumann <rubin@afternet.org>
145
146 * src/opserv.c: fix debug message left at wrong level ("checking
147 reroute()")
148
149 2006-12-09 Alex Schumann <rubin@afternet.org>
150
151 * src/opserv.c: bugfixes to autorouting timer code
152 improved stats routing to clean up & take an argument
153
154 * src/opserv.h: bugfixes to autorouting timer code
155
156 * src/opserv.help: document new stats routing syntax
157
158 * src/timeq.c: added some usefull (commented out) debugging code for
159 figuring out timer problems.
160
161 * src/timerq.h: added some usefull (commented out) debugging code for
162 figuring out timer problems.
163
164 * src/proto-p10.c: cleanup/improve eob autorouting init
165
166 2006-12-08 Alex Schumann <rubin@afternet.org>
167
168 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
169
170 * src/proto-p10.c: moving version reply storage here, adding webTV
171 no_notice support (automatiaclly dont send notices if version reply
172 says its a webtv user since they cant SEE notices. (other clients to
173 add?)) note, this needs a version query alert to get the version from
174 them.
175
176 * src/helpfile.c: honor the no_notices user bit
177
178 * src/hash.h: add no_notices user bit
179
180 2006-12-07 Alex Schumann <rubin@afternet.org>
181
182 * src/opserv.c: Add filter ability to stats alerts + fixup
183
184 * src/opserv.help: document filter feature of stats alerts + fixup
185
186 2006-12-02 Alex Schumann <rubin@afternet.org>
187
188 * src/chanserv.c: fix to levels command (- were missing)
189
190 * src/tools.c: fix warning
191
192 * src/common.h: fix warning
193
194 * src/chanserv.help: update online help url, changed help general to
195 use new $! command char replacement code.
196
197 * src/hash.c: fix warning when geoip is off
198
199 * src/helpfile.c: add new '$!' code for chanserv's current trigger
200 char in help files
201
202 2006-12-01 Alex Schumann <rubin@afternet.org>
203
204 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
205 on users of non-standard access level such as 201. Fixed this by
206 changing mdelop and friends to work on the range of access levels.
207 Added a LEVELS command.
208
209 * src/chanserv.h: corrected PEON access defines such that 1-150 is
210 peon instead of 100-150 with 1-99 being undefined.
211
212 * src/chanserv.help: help for new LEVELS command
213
214 * src/helpfile.c: Improved table functions so that it automatically
215 right-justifies numerical columns.
216
217 * src/tools.c: Added helper functions str_is_number and msnprintf (an
218 auto-mallocing printf function)
219
220 * src/common.h: defines and defines for msnprintf and str_is_number
221
222
223 2006-11-30 Alex Schumann <rubin@afternet.org>
224
225 * src/chanserv.c: Modified .myaccess such that if you give it your own
226 account when you are not a helper, it still works. (Requested by
227 Jigsy)
228
229 * src/nickserv.help: Corrected the help file to feed oregister based
230 on email_required instead of email_enabled
231
232 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
233 causes crash in set if no title) thanks xanjunior
234
235 2006-10-18 Neil Spierling <sirvulcan@gmail.com>
236
237 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
238 opserv WHOIS from another service (when bound), the channels reply
239 would come from o3 instead of that service.
240
241 2006-10-18 Neil Spierling <sirvulcan@gmail.com>
242
243 * src/opserv.c: Added in SVSPART alert/traces.
244
245 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
246
247 * src/proto.h: Added in decleration for svspart.
248
249 * src/proto-p10.c: Extend current SVSPART functionality so that we
250 can send them with traces etc.
251
252 2006-10-14 Alex Schumann <rubin@afternet.org>
253
254 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
255 in svsjoin alerts. Cleanup old silent code fragments left over. Check
256 for missing chantarget in alerts also.
257
258 2006-10-12 Alex Schumann <rubin@afternet.org>
259
260 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
261 setup x3 to version only users matching a criteria, and then another
262 alert to do someting based on the version reply. This should be
263 usefull for finding bots etc. Or, for example, you can make all xchat
264 people join #xchat, or all mirc join #mirc etc.
265 Also, there is a fix in here for SVSJOIN which i hadn't gotten
266 everything working with.
267
268 * src/proto-p10.c: added privmsg_user and version_user functions
269
270 * src/proto.h: added privmsg_user and version_user function
271 declerations
272
273 * src/hash.h: added version_reply variable to users
274
275
276
277 2006-10-12 Alex Schumann <rubin@afternet.org>
278
279 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
280 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
281 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
282 or send all level3 users to a perticular channel on connection, etc.
283
284 2006-10-12 Alex Schumann <rubin@afternet.org>
285
286 * src/chanserv.c: Make lamers not affect users on the userlist above
287 inviteme level in the channel. (why kb users who can .uba and
288 .inviteme back in?)
289
290 2006-10-10 Neil Spierling <sirvulcan@gmail.com>
291
292 * src/spamserv.c: Ignore those with access (if the options are
293 disabled- scanchanops, scanhalfops, scanvoiced.
294
295 2006-10-08 Alex Schumann <rubin@afternet.org>
296
297 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
298 autojoin. Not really a great solution. Instead, move auth_handler
299 funcs to be called after stamping etc. thx to Buttaknife for this
300 solution.
301
302 * src/nickserv.c: move auth_func calls to after stamping, and
303 commented up the cmd_auth source to make it more managable.
304
305 2006-10-04 Alex Schumann <rubin@afternet.org>
306
307 * src/chanserv.c: remove redundant 'none' from empty llists
308
309 2006-10-04 Neil Spierling <sirvulcan@gmail.com>
310
311 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
312 over with odelcookie now.
313
314 2006-10-04 Neil Spierling <sirvulcan@gmail.com>
315
316 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
317 in a channel and a user auths in the channel, the user will not
318 receive autoop etc if they have it enabled in uset.
319
320 2006-10-03 Alex Schumann <rubin@afternet.org>
321
322 * src/opserv.c: Check for connect timer entries before adding new
323 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
324
325 2006-09-25 Neil Spierling <sirvulcan@gmail.com>
326
327 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
328 by him.
329
330 2006-09-16 Neil Spierling <sirvulcan@gmail.com>
331
332 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
333 happening before autohide. Let me know if its still happening before
334 autohide.
335
336 * src/chanserv.help: Updated the AUTOJOIN bit.
337
338 2006-09-13 Alex Schumann <rubin@afternet.org>
339
340 * src/chanserv.help: improved the help listing for the info command,
341 and information help category.
342
343 2006-09-10 Neil Spierling <sirvulcan@gmail.com>
344
345 * src/mod-memoserv.c: Fixed crash bug.
346
347 * src/spamserv.c: Ignore opers.
348
349 2006-08-28 Neil Spierling <sirvulcan@gmail.com>
350
351 * README: tweaks.
352
353 2006-08-27 Neil Spierling <sirvulcan@gmail.com>
354
355 * src/chanserv.help: Tweaked a , to .
356
357 2006-08-27 Neil Spierling <sirvulcan@gmail.com>
358
359 * src/opserv.help: Removed privs menu so we can release a tarball.
360
361 2006-08-25 Alex Schumann <rubin@afternet.org>
362
363 * src/chanserv.c: fix uset reply for halfops
364
365 * src/nickserv.help: document the 'b' account flag
366
367 2006-08-26 Neil Spierling <sirvulcan@gmail.com>
368
369 * x3.conf.example: Added hidden host style option and key options
370 for style 2.
371
372 * src/hosthiding.h: Remove KEY #defines.
373
374 * src/hosthiding.c: Set the keys only once using the conf values.
375
376 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
377 of standard hidden hosts if style is 2.
378
379 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
380 of standard hidden hosts if style is 2.
381
382 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
383 hostname (unresolved). This is how Nefarious works.
384
385 * src/tools.c: Generate hidden hosts off crypt hosts instead
386 of standard hidden hosts if style is 2.
387
388 2006-08-24 Neil Spierling <sirvulcan@gmail.com>
389
390 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
391
392 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
393
394 * src/proto.h: irc_svsjoin decelerations.
395
396 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
397 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
398 an SJ it will be handled properly as a JOIN. Did the same for
399 SVSPART.
400
401 2006-08-24 Neil Spierling <sirvulcan@gmail.com>
402
403 * src/spamserv.c: Fixed the +k issue with spamserv.
404
405 2006-08-24 Neil Spierling <sirvulcan@gmail.com>
406
407 * src/opserv.c: Added PRIVSET Command.
408
409 * src/opserv.help: Added PRIVSET Command. Plus contents for the
410 privs section.
411
412 * src/proto.h: irc_privs deceleration.
413
414 * src/proto-p10.c: Fixed a compile issue plus added functions for
415 setting and checking privs.
416
417 2006-08-23 Neil Spierling <sirvulcan@gmail.com>
418
419 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
420
421 * src/hash.h: Priv declerations.
422
423 * src/opserv.c: Show privs in WHOIS output.
424
425 * src/proto.h: client_report_privs decleration.
426
427 * src/proto-p10.c: Handle PRIV only for type 6 servers.
428
429 2006-08-19 Alex Schumann <rubin@afternet.org>
430
431 * src/authserv.c: document the oset flag +b in help (hide from staff
432 command.)
433
434 2006-08-19 Alex Schumann <rubin@afternet.org>
435
436 * src/chanserv.c: added reply command, which responds similar to calc,
437 but with any message. (for use with bindings)
438
439 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
440 are replaced with the target command's calling user's account, nick,
441 and numnick respectively. This and the above allows things like:
442 BIND x3 account x3.reply your account is $a or
443 BIND x3 kickme x3.kick $n $1-
444 more to come, maybe, later.
445
446 2006-08-01 Alex Schumann <rubin@afternet.org>
447
448 * src/modcmd.c: Added OSI certification message to VERSION command
449
450 2006-08-09 Neil Spierling <sirvulcan@gmail.com>
451
452 * x3.conf.example: Redid part of the geoip summary.
453
454 2006-08-09 Neil Spierling <sirvulcan@gmail.com>
455
456 * src/opserv.c: If we have a city, latitude and longitude returned
457 then show a map url. Some results have no city but a latitude and
458 a longitude. The coordinates are useless in this case and most
459 people would know where the country is around abouts.
460
461 2006-08-08 Neil Spierling <sirvulcan@gmail.com>
462
463 * src/hash.c: Speed up city and country lookups significantly.
464 Just slow for the first read but once thats done the rest is fast.
465
466 2006-08-08 Neil Spierling <sirvulcan@gmail.com>
467
468 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
469 I dont know if this will work for sure as i cant reproduce it. But
470 my theory is that once the user is kicked the mode node is dropped.
471 Users without modes should still return a valid mode node.
472
473 2006-08-08 Neil Spierling <sirvulcan@gmail.com>
474
475 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
476 if a giveownership command was issued in a channel with no owners.
477
478 2006-08-07 Neil Spierling <sirvulcan@gmail.com>
479
480 * configure: Regenerated.
481
482 * configure.in: Added checks for GeoIP headers and libs.
483
484 * x3.conf.example: Add in 2 options for the dat filenames of the
485 city and country files. If not specified then no geoip data
486 will be checked.
487
488 * src/config.h.in: Regenerated.
489
490 * src/hash.c: Created a function to check the geoip info from the
491 dat files.
492
493 * src/hash.h: Decelerations plus added entries to the userNode
494 struct.
495
496 * src/opserv.c: Display the GeoIP information in WHOIS.
497
498 * src/proto-p10.c: Call the new geoip data collection function
499 towards the end of AddUser.
500
501 2006-08-06 Neil Spierling <sirvulcan@gmail.com>
502
503 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
504
505 2006-08-01 Alex Schumann <rubin@afternet.org>
506
507 * src/chanserv.c: Add automode 6, to just voice everyone with access.
508 Idea by daniel (thx)
509
510 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
511
512 * This message is apart of the below one, its just seperate so
513 it doesnt get lost amongst the below messages.
514
515 * src/global.c: Fixed a warning.
516
517 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
518
519 * configure: Removed bahamut support, didnt even work.
520
521 * configure.in: Removed bahamut support, didnt even work.
522
523 * INSTALL: Removed bahamut support, didnt even work.
524
525 * x3.conf.example: Removed bahamut support, didnt even work.
526
527 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
528
529 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
530 work.
531
532 * src/config.h.in: Removed bahamut support, didnt even work.
533
534 * src/gline.c: Removed bahamut support, didnt even work.
535
536 * src/hash.h: Removed bahamut support, didnt even work.
537
538 * src/nickserv.c: Removed bahamut support, didnt even work.
539
540 * src/nickserv.h: Removed bahamut support, didnt even work.
541
542 * src/Makefile.am: Removed bahamut support, didnt even work.
543
544 * src/Makefile.in: Removed bahamut support, didnt even work.
545
546 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
547
548 * src/shun.c: Removed bahamut support, didnt even work.
549
550 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
551
552 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
553 spamserv.c, nickserv.c.
554
555 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
556
557 * src/nickserv.c: Changed global_message uses to global_message_arg's.
558
559 * src/opserv.c: Changed global_message uses to global_message_arg's.
560
561 * src/spamserv.c: Changed global_message uses to global_message_arg's.
562
563 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
564
565 * src/chanserv.c: Changed global_message uses to global_message_arg's.
566
567 * src/global.c: Added language strings for chanserv.c
568
569 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
570
571 * src/global.c: Make sure we arnt sending duplicate messages in
572 some cases.
573
574 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
575
576 * src/x3.conf.example: Removed the targets option.
577
578 * src/global.c: Wrote new function that will global message users
579 and/or opers and/or helpers messages in their own langauge. The
580 strings are set either in language files or in the global.c message
581 struct. This allows us to send defcon notices to people and they
582 will get them in their own language if they have it set.
583
584 * src/global.h: global_message_args decleration.
585
586 * src/opserv.c: Removed targets option for defcon as its too hard
587 to send messages to people in channels if the people have different
588 language settings.
589
590 2006-07-31 Neil Spierling <sirvulcan@gmail.com>
591
592 * src/opserv.c: TODO stuff.
593
594 2006-07-31 Neil Spierling <sirvulcan@gmail.com>
595
596 * x3.conf.example: Added SHUN setting for DEFCON.
597
598 * doc/DEFCON: Added SHUN setting for DEFCON.
599
600 * src/opserv.c: Moved the gline check to here. Also added a SHUN
601 check.
602
603 * src/opserv.h: Added SHUN setting for DEFCON.
604
605 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
606
607 2006-07-31 Neil Spierling <sirvulcan@gmail.com>
608
609 * x3.conf.example: Added new Defcon system settings
610
611 * doc/DEFCON: Anope's Defcon doc adapted for X3.
612
613 * src/chanserv.c: Block mode changes and channel registrations if
614 required.
615
616 * src/mod-memoserv.c: Block new memos if required.
617
618 * src/nickserv.c: Block nick registrations if required.
619
620 * src/opserv.c: Added in defcon system, uses some of the anope code.
621 Most tho is from scratch.
622
623 * src/opserv.h: Defcon declerations.
624
625 * src/opserv.help: Added DEFCON entry.
626
627 * src/proto-p10.c: If required gline new clients, also if required
628 kill new clients.
629
630 2006-07-29 Alex Schumann <rubin@afternet.org>
631
632 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
633 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
634 not comfortable running 'make install' on libtre from ./configure.
635 This violates what the user expects in a way that can harm the system.
636 Changed how the libtre checks work and provided easy-to-use install
637 script. -fix link stage
638
639 * rx/Makefile.in: fix autotools warning(s)
640
641 2006-07-28 Alex Schumann <rubin@afternet.org>
642
643 * src/nickserv.help: add odelcookie to help oper
644
645 * x3.conf.example: update & improve x3.conf.example description of
646 extended_accounts setting.
647
648 2006-07-26 Alex Schumann <rubin@afternet.org>
649
650 * src/opserv.c: Fix crash when doing reroute if routing isnt
651 configured. | Voice discovered that the error message for addplan fail
652 was typeo'd so not showing.
653
654 * src/opserv.help: slight changes to routing help.
655
656 * src/chanserv.c: let non-staff see when channels were registered with
657 .info
658
659 2006-07-24 Alex Schumann <rubin@afternet.org>
660
661 * src/proto-p10.c: dont burst channels with 0 users in them (which
662 were created by alert discrims, most likely)
663
664 2006-07-23 Alex Schumann <rubin@afternet.org>
665
666 * x3.conf.example: Added chanserv "modes" to example - use to control
667 what usermodes chanserv gets. Mainly for setting +d or not, if you
668 have nef 1.0 'b:' lines setup.
669
670 2006-07-25 Neil Spierling <sirvulcan@gmail.com>
671
672 * src/nickserv.c: If theres no title set then the default title
673 will therefore be the first part of hidden_host in x3.conf.example,
674 so for consistency with opt_fakehost we will print this.
675
676 2006-07-25 Neil Spierling <sirvulcan@gmail.com>
677
678 * src/nickserv.c: The reason why theres no arg rubin is that
679 if you want to print the fakehost then u dont specify an arg.
680 This tells opt_fakehost to set fake to the current fakehost
681 and pass it on to be printed.
682
683 2006-07-23 Alex Schumann <rubin@afternet.org>
684
685 * src/nickserv.c: Add config file regex fakehost test + sanity
686 checking in title as well (fixed).
687
688 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
689 instead of argv[2]==null since argv's dont get set null.
690
691 2006-07-23 Neil Spierling <sirvulcan@gmail.com>
692
693 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
694
695 * src/proto-p10.c: Host in topic supports sethost and fakehost
696 now.
697
698 2006-07-21 Alex Schumann <rubin@afternet.org>
699
700 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
701 irc_connect, and added callbacks to handle connect failures and
702 successes. (All prep for auto routing system)
703
704 * src/proto.h: Added support for irc_wallop, irc_squit,
705 irc_connect, and added callbacks to handle connect failures and
706 successes. (All prep for auto routing system)
707
708 * src/opserv.help: Help entries for auto routing system + fix typeo in
709 routing example
710
711 * src/hash.h: New structs for auto routing system
712
713 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
714 error message to debug message.
715
716 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
717
718 * src/modcmd.c: added 'routing' main command alias.
719
720 2006-07-16 Neil Spierling <sirvulcan@gmail.com>
721
722 * x3.conf.example: Added host_in_topic option for sending full
723 nick!user@host if its enabled. Default to one as Nefarious is
724 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
725 you have this enabled on X3 and not on your Nefarious server.
726
727 * src/proto-p10.c: Make use of host_in_topic.
728
729 2006-07-13 Alex Schumann <rubin@afternet.org>
730
731 * src/opserv.c: make the bot reply from the nick you /msg in all
732 cases, if commands are bound to a different bot.
733
734 * src/nickserv.c: make the bot reply from the nick you /msg in all
735 cases, if commands are bound to a different bot.
736
737 * src/chanserv.c: make the bot reply from the nick you /msg in all
738 cases, if commands are bound to a different bot.
739
740 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
741 msg, not the defined memoserv bot, if commands are aliased to other
742 bots. This may also fix the crash bug playa reported at
743 http://www.unrealgamers.net/forums/index.php?showtopic=138
744
745 2006-07-11 Alex Schumann <rubin@afternet.org>
746
747 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
748 and some x3 topic functions.
749
750 * x3.conf.example: Improved server/type setting documentation,
751 and changed default to 5.
752
753 2006-07-11 Alex Schumann <rubin@afternet.org>
754
755 * src/opserv.c: fixed silent alerts not getting picked up from db file
756 on read/load.
757
758 2006-07-11 Alex Schumann <rubin@afternet.org>
759
760 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
761 when adding an invalid jupe servername or numeric.
762 this closes bug number 1513510.
763
764 * src/modcmd.c: if pubcmd is set higher than your level, only respond
765 with the denied msg if the command was actually found. this closes bug
766 number 1509382.
767
768 2006-07-10 Alex Schumann <rubin@afternet.org>
769
770 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
771 non-logged-in user (null pointer)
772
773 2006-07-09 Alex Schumann <rubin@afternet.org>
774
775 * src/nickserv.c: fixed bug where unignores were getting sent to the
776 user multiple times, instead of to each online nick once.
777
778 2006-07-09 Alex Schumann <rubin@afternet.org>
779
780 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
781 spot. Ugh, messed up the fix. Trying again :)
782
783 2006-07-10 Neil Spierling <sirvulcan@gmail.com>
784
785 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
786 If the target is ignoring the person inviting them then the invite
787 is denied.
788
789 2006-07-07 Alex Schumann <rubin@afternet.org>
790
791 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
792 memoserv most easily seen when sending short memos. Rewrote the flag
793 handling part of memo send to correct it.
794
795 2006-07-05 Alex Schumann <rubin@afternet.org>
796
797 * src/helpfile.c: pLaYa pointed out the table code row count is off by
798 one. Fixed.
799
800 2006-06-27 Neil Spierling <sirvulcan@gmail.com>
801
802 * configure: Regenerated.
803
804 * configure.in: Make use of TRE regexp library. Its more powerful
805 than the standard library (http://laurikari.net/tre/index.html).
806 Im also pondering adding services side regexp bans, X3 would
807 probably required a channel flag called say advanced that can
808 only be set by the owner. If enabled then regexp bans can be
809 used. I also added an output saying what modules are enabled,
810 what protocol is enabled, what malloc is choosen and if debugging
811 is enabled. Just a bit of a message as the user will of seen
812 programs just finish compiling and he/she/it may think it
813 was X3 compiling, but it was just TRE compiling. They still need
814 to compile X3.
815
816 * src/config.h.in: Regenerated.
817
818 * src/Makefile.am: Tweak for TRE.
819
820 * src/Makefile.in: Regenerated.
821
822 * src/nickserv.c: Use the new regex.h Im sure -I includes get
823 called before system includes like /usr/include.
824
825 * src/opserv.c: Use the new regex.h Im sure -I includes get
826 called before system includes like /usr/include.
827
828 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
829 compile this just before configure finishes up. Sits around
830 470KB, rather than another 2.5MB if i TRE untarred. I suppose
831 i could get it down a bit more using Bzip but there are some
832 boxes out there still without bzip.
833
834 2006-06-25 Neil Spierling <sirvulcan@gmail.com>
835
836 * src/mod-memoserv.c: Better history implementation. A seperate
837 table is used for history entries. Entries contain the same
838 fields as the memo table except for the message, read, and flags.
839 Entries are only removed from the history db when they get
840 expired by do_expire (older than message_expire). Also fixed
841 up a issue with STATUS. On AfterNET we were getting huge large
842 for the amount of memos. I now realise it was reading the amount
843 of users. It now reads the proper amount of memos. I also a count
844 for history entries.
845
846 * src/mod-memoserv.help: EXPIRE handles history and memos now.
847
848 2006-06-25 Neil Spierling <sirvulcan@gmail.com>
849
850 * src/mod-memoserv.c: Make use of ignore lists when trying to
851 send memos.
852
853 2006-06-25 Neil Spierling <sirvulcan@gmail.com>
854
855 * src/spamserv.c: Crash fix (finally). Been meaning to do this
856 for a while now.
857
858 2006-06-23 Alex Schumann <rubin@afternet.org>
859
860 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
861 src/modcmd.c, src/nickserv.c: Improvements to
862 table output and help display.
863
864 * src/mod-memoserv.c: fix segfault
865
866 2006-06-23 Alex Schumann <rubin@afternet.org>
867
868 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
869 fix it and re-apply if you want it..
870
871 * src/chanserv.h: Backing out the bantype patch.
872
873 * src/chanserv.help: Backing out the bantype patch.
874
875 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
876
877 * src/mod-memoserv.c: Fixed a bug.
878
879 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
880
881 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
882 if the recipient deletes the memo it will not be listed in the
883 HISTORY list.
884
885 * src/mod-memoserv.help: HISTORY entry.
886
887 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
888
889 * src/mod-memoserv.c: Added new flags, see below.
890
891 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
892 added flags for always ignoring read reciepts and always sending
893 read reciepts.
894
895 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
896
897 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
898 that you have sent, aslong as they have not been read yet.
899
900 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
901 recipient to read reciept stuff.
902
903 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
904
905 * src/mod-memoserv.c: Redid the db stuff, it now writes users
906 settings and memos to the memoserv database.
907
908 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
909
910 * src/mod-memoserv.c: Small bug fix.
911
912 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
913
914 * src/mod-memoserv.c: Added read recipient support via SEND using
915 -r as a flag. Messages with requested read recipients have a (r)
916 shown beside the sender nick in LIST. People can ignore a read
917 recipient using -i when reading the message via READ. Its all
918 in the help file.
919
920 * src/mod-memoserv.help: Added read recipient relevent bits.
921
922 * src/opserv.help: Added halfopping functions.
923
924 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
925
926 * src/x3.conf.example: Forgot a ;.
927
928 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
929
930 * src/mod-memoserv.c: Make use of SET LIMIT.
931
932 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
933
934 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
935
936 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
937
938 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
939
940 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
941
942 * x3.conf.example: Max limit for Memoserv LIMIT option.
943
944 * src/hash.h: Fixed halfops issue.
945
946 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
947 amount of memos you can have. This does not do anything yet as
948 im committing the half ops fix now. This code is fine it just
949 allows you to adjust the limit for now.
950
951 2006-06-12 Neil Spierling <sirvulcan@gmail.com>
952
953 * x3.conf.example: Commented out SpamServ module as there are bugs
954 and i cant give a definate date as to when i can fix it. Im not
955 home much these days.
956
957 * src/mod-memoserv.c: Redid the SET code using some whatnet code
958 by wasted. Tweaked here and there. Also added some formatting in
959 LIST and SET like chanserv SET. Oh and MemoServ will join
960 autojoin_channels if MemoServ is in a seperate nickname.
961
962 * src/mod-memoserv.help: Added OSET and done some tweaking.
963
964 * src/nickserv.c: Allow the use of get_victim_oper outside of
965 nickserv.c.
966
967 * src/nickserv.h: Allow the use of get_victim_oper outside of
968 nickserv.c.
969
970 2006-06-07 Alex Schumann <rubin@afternet.org>
971
972 * src/chanserv.help: Added a couple set helps that were missing.
973
974 * src/helpfile.c: fix missing space in multi-column table output such
975 as /msg opserv commands * (with nickserv tablewidth setting >60)
976
977 2006-06-06 Alex Schumann <rubin@afternet.org>
978
979 * src/opserv.c: Change how addalert silence works, so that its a
980 parameter instead of an action, and also works with trace now.
981
982 * x3.conf.example: Added a config setting of level needed to use
983 'silent yes' in trace/addalert.
984
985 2006-06-04 Alex Schumann <rubin@afternet.org>
986
987 * src/nickserv.c: Fix oregister
988
989 * src/nickserv.help: Update help for oregister
990
991 2006-06-05 Neil Spierling <sirvulcan@gmail.com>
992
993 * src/proto-p10.c: Properly handle incomming manual silences.
994
995 2006-06-05 Neil Spierling <sirvulcan@gmail.com>
996
997 * src/common.h: pretty_mask etc declerations.
998
999 * src/nickserv.c: Parse the mask through pretty_mask before adding
1000 it. Normal ircd side silences go through this, this just keeps
1001 things looking the same and if a user tries to remove a silence
1002 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
1003
1004 * src/proto-p10.c: Send a + if adding a silence.
1005
1006 * src/tools.c: pretty_mask and one other function for reformatting
1007 a hostname so its pretty :) from IRCu.
1008
1009 2006-06-04 Alex Schumann <rubin@afternet.org>
1010
1011 * src/nickserv.c: Send silences to every nick of a handle, not the
1012 nick that did the command.
1013
1014 2006-06-04 Neil Spierling <sirvulcan@gmail.com>
1015
1016 * src/main.c: Moved spamserv initilization to after chanserv.
1017
1018 * src/spamserv.c: Read the db earlier.
1019
1020 2006-05-30 Neil Spierling <sirvulcan@gmail.com>
1021
1022 * configure: Regenerated.
1023
1024 * configure.in: Bumped version and changed list email.
1025
1026 * x3.example.conf: Added SpamServ options.
1027
1028 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
1029
1030 * src/chanserv.h: Declerations
1031
1032 * src/main.c: Init the new SpamServ service.
1033
1034 * src/Makefile.am: Added SpamServ files.
1035
1036 * src/Makefile.in: Regenerated
1037
1038 * src/modcmd.c: Added SpamServ to REBINDALL.
1039
1040 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
1041
1042 * src/proto-common.c: Make sure SpamServ gets notices.
1043
1044 * src/spamserv.c: New service that checks for spamming, floods etc.
1045 Requires an oper to register it to a channel for it to work.
1046
1047 * src/spamserv.h: Decelerations.
1048
1049 * src/spamserv.help: Help entries for SpamServ.
1050
1051 2006-05-29 Neil Spierling <sirvulcan@gmail.com>
1052
1053 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
1054
1055 * src/chanserv.c: Added selectable bantypes.
1056
1057 * src/chanserv.h: Added selectable bantypes.
1058
1059 * src/chanserv.help: Added help entries.
1060
1061 2006-05-29 Neil Spierling <sirvulcan@gmail.com>
1062
1063 * src/nickserv.c: Added user option ADVANCED, when we add more
1064 advanced commands users will need to set this to see the options
1065 in help. Further work in helpfile is still needed afaik. This is
1066 just the basics.
1067
1068 * src/nickserv.h: Advanced option declerations.
1069
1070 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
1071 Seems no one added that when they added the AUTOHIDE option.
1072
1073 2006-05-28 Neil Spierling <sirvulcan@gmail.com>
1074
1075 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
1076
1077 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
1078 and denied_fakehost_words. Also dropped refresh_period for chanserv
1079 set resync.
1080
1081 * src/chanserv.c: Added god_timeout, disable god mode automatically
1082 when the period times out. Also added a new set option- resync, auto
1083 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
1084
1085 * src/chanserv.help: Added entry for SET RESYNC.
1086
1087 * src/global.c: Join global into autojoin_channels if enabled.
1088
1089 * src/main.c: Some tweaking for autojoin_channels.
1090
1091 * src/mod-memoserv.c: If a user has memos and notify on login
1092 enabled then only display the notify notice on login and not
1093 during a netburst.
1094
1095 * src/mod-track.c: Quashed a warning.
1096
1097 * src/modcmd.c: Added functions for god_timeout. Also added wasted
1098 to VERSION output for credits for these features.
1099
1100 * src/nickserv.c: Added denied_fakehost_words, deny the words set
1101 there if an oper trys to use them in a fakehost. Also autojoin
1102 chanserv if enabled into autojoin_channels.
1103
1104 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
1105 after a drone attack. Also join opserv and reserved nicks into
1106 autojoin_channels if opserv/reserved is enabled.
1107
1108 * src/opserv.help: Added entry for REFRESHMAX.
1109
1110 2006-05-25 Alex Schumann <rubin@afternet.org>
1111
1112 * src/proto-p10.c: make non-existant server type setting not crash x3.
1113
1114 * src/nickserv.help: Added newby tip to authserv registration
1115 help (about < and >)
1116
1117 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
1118 deref null kicker)
1119
1120 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
1121
1122 * src/chanserv.c: Set SWHOIS's when a user auths.
1123
1124 * src/hosthiding.c: Fixed a segfault.
1125
1126 * src/nickserv.c: Epithets now use SWHOIS.
1127
1128 * src/proto.h: Declerations for irc_swhois.
1129
1130 * src/proto-p10.c: Handle SWHOIS's.
1131
1132 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
1133
1134 * src/hash.h: Bumped SOCKIPLEN
1135
1136 * src/hosthiding.c: Functions to crypt IPv6 addresses.
1137
1138 * src/hosthiding.h: IPv6 function declerations.
1139
1140 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
1141 with the ipv6 crypting function.
1142
1143 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
1144
1145 * src/hash.h: Bits needed for other type of host hiding.
1146
1147 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
1148
1149 * src/hosthiding.c: This will generated crypted style 2 Nefarious
1150 hidden hosts and ips. Currently they are just displayed in O3
1151 WHOIS. Im yet to expand this.
1152
1153 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
1154
1155 * src/Makefile.in: Regenerated.
1156
1157 * src/opserv.c: Display crypted hosts n ips in WHOIS.
1158
1159 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
1160 save them in user->crypthost user->cryptip.
1161
1162 2006-05-22 Neil Spierling <sirvulcan@gmail.com>
1163
1164 * src/chanserv.c: Set ignores when you authenticate.
1165
1166 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
1167 Used for centralized silence list management. Currently set ignores
1168 can be viewed in ACCOUNTINFO for via ircd SILENCE.
1169
1170 * src/nickserv.h: Declerations.
1171
1172 * src/nickserv.help: Added help entries for above commands.
1173
1174 * src/proto.h: Declerations.
1175
1176 * src/proto-p10.c: Functions to handle silences
1177
1178 2006-05-18 Alex Schumann <rubin@afternet.org>
1179
1180 * src/proto-p10.c: Fixed up the track module a bit more
1181
1182 * src/hash.c: Fixed up the track module a bit more, including
1183 reporting correctly when X3 kicks someone. This should affect mrsnoopy
1184 as well, hopefully wont cause any bugs.
1185
1186 * src/mod-track.c: Fixed up the track module a bit more - made track
1187 all/none work
1188
1189 2006-05-18 Alex Schumann <rubin@afternet.org>
1190
1191 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
1192
1193 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
1194
1195 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
1196
1197 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
1198
1199 2006-05-18 Alex Schumann <rubin@afternet.org>
1200
1201 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
1202 in.
1203
1204 * src/mod-track.c: some cleanups and textual changes, to make the commands
1205 slightly more user friendly.
1206
1207 2006-05-16 Neil Spierling <sirvulcan@gmail.com>
1208
1209 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
1210
1211 * src/x3.conf.example.: adding 050 'type' to server config (rubin
1212 fixed missing ';' and changelog entries)
1213
1214 2006-05-16 Neil Spierling <sirvulcan@gmail.com>
1215
1216 * Most files: Heh i cant be bothered listing all files, see websvn
1217 if you want specific files. I just added a new tracking module, its
1218 just like snoop except it targets specified users. The actual
1219 commit is in the previous revision, i just forgot to update this to
1220 tick over the svn version in version output.
1221
1222 2006-05-15 Neil Spierling <sirvulcan@gmail.com>
1223
1224 * Most files: Major update off the new release of srvx 1.3.1. Also
1225 seeing as the new updates dont all have changelog entries ive dropped
1226 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
1227
1228 2006-03-20 Alex Schumann <rubin@afternet.org>
1229
1230 * src/chanserv.c: core fix; check if theres a handle_info before looking
1231 at style...
1232
1233 * src/helpfile.c: core fix; check if theres a handle_info before looking
1234 at style...
1235
1236 2006-03-17 Alex Schumann <rubin@afternet.org>
1237
1238 * src/chanserv.c: more clean style changes
1239
1240 2006-03-17 Alex Schumann <rubin@afternet.org>
1241
1242 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
1243 and dhp1080 made me do it) Needs lots of work to remove ----
1244 headers for 'clean' setting.
1245
1246 * src/helpfile.c: Added nickserv 'style' stetting back.
1247
1248 * src/nickserv.help: Added help for set style.
1249
1250 * src/mod-helpserv.c: make style affect table outputs.
1251
1252 * src/nickserv.c: Added nickserv 'style' setting back.
1253
1254 * src/nickserv.h: Added nickserve 'style' setting back.
1255
1256 2006-03-17 Alex Schumann <rubin@afternet.org>
1257
1258 * src/proto-p10.c: Added conf setting for extended_accounts for
1259 backward compatability with stock undernet ircd.
1260
1261 * x3.conf.example: Added conf setting for extended_accounts for
1262 backward compatability with stock undernet ircd.
1263
1264 2006-03-06 Alex Schumann <rubin@afternet.org>
1265
1266 * src/opserv.help: Added missing trace criteria to help,
1267 and fixed up a few other bits of help around that topic.
1268
1269 2006-01-16 Alex Schumann <rubin@afternet.org>
1270
1271 * src/tools.c: created an email valididty function
1272
1273 * src/nickserv.c: check valididty of email better
1274
1275 * src/sendmail.c: check validity of email better
1276
1277 2006-01-06 Alex Schumann <rubin@afternet.org>
1278
1279 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
1280 to a different bot, eg chanserv, and to reply from the correct nickname.
1281 also a bunch of whitespace changes
1282
1283 * src/nickserv.c: begin work on making nickserv commands bind without
1284 responding from the wrong nick. also a bunch of whitespace changes
1285
1286 * src/hash.h: whitespace
1287
1288 * src/opserv.help: improved QUERY helpfile. (though command itself still
1289 has bugs)
1290
1291 2005-12-14 Alex Schumann <rubin@afternet.org>
1292
1293 * src/chanserv.help: added set bantimeout help
1294
1295 2005-11-08 Alex Schumann <rubin@afternet.org>
1296
1297 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
1298 aliases properly.
1299
1300 * src/modcmd.help: Added note about escaping spaces to modcmd help.
1301
1302 * src/nickserv.help: Improved help files
1303
1304 * src/chanserv.help: Improved help files
1305
1306 2005-10-13 Alex Schumann <rubin@afternet.org>
1307
1308 * src/proto-p10.c: ignore remote /lusers
1309
1310 2005-09-13 Alex Schumann <rubin@afternet.org>
1311
1312 * src/global.c: Changed motd header style
1313
1314 * src/nickserv.help: Improved directions for getting and using
1315 accounts.
1316
1317 * src/chanserv.help: Improved directions for getting and using
1318 accounts.
1319
1320 2005-08-13 Alex Schumann <rubin@afternet.org>
1321
1322 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
1323 some *@* protection.
1324
1325 * src/tools.c: added function to detect an overmask (too general)
1326
1327 * src/common.h: added function to detect an overmask (too general)
1328
1329 2005-08-12 Alex Schumann <rubin@afternet.org>
1330
1331 * src/chanserv.c: Modified resync to work accourding to automode
1332 setting, and fixed a buffer overflow problem.
1333
1334 * src/chanserv.help: updated set automode and rsync help.
1335
1336 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
1337 sets +x on AUTH.
1338
1339 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
1340 sets +x on AUTH.
1341
1342 2005-08-12 Alex Schumann <rubin@afternet.org>
1343
1344 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
1345 of 'voice' setting. + Rewording setting help
1346
1347 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
1348 of 'voice' setting.
1349
1350 * src/chanserv.help: Added help for automode. + Rewording setting help
1351
1352 2005-08-11 Alex Schumann <rubin@afternet.org>
1353
1354 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
1355
1356 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
1357
1358 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
1359
1360 * src/nickserv.c: Added option to have authserv oper/admin people with
1361 opserv access. (Life4Christ)
1362
1363 * src/opserv.c: Added admin_level config option
1364
1365 * src/opserv.h: Added admin_level config option
1366
1367 2005-08-11 Alex Schumann <rubin@afternet.org>
1368
1369 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
1370 command) when nef* bug sends the +o twice. ++fix bug in patch
1371
1372 2005-08-09 Alex Schumann <rubin@afternet.org>
1373
1374 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
1375
1376 2005-08-08 Alex Schumann <rubin@afternet.org>
1377
1378 * src/chanserv.c: Added banTimeout feature to .set
1379
1380 * src/chanserv.h: added banTimeout feature to .set
1381
1382 * src/recdb.c: Added some better error catching in database_get_data()
1383
1384 * src/proto-common.h: tabs
1385
1386 * x3.conf.example: added bantimeout to default set list, and ban
1387 timeout frequency config setting.
1388
1389 2005-08-04 Alex Schumann <rubin@afternet.org>
1390
1391 * src/chanserv.c: Changed kick protected message to one without %s or
1392 $b because the kick function doesnt support replacements.
1393
1394 * src/tools.c: fixed spelling error in comment.
1395
1396 2005-07-28 Alex Schumann <rubin@afternet.org>
1397
1398 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
1399 one)
1400
1401 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
1402 whining.
1403
1404 2005-07-26 Alex Schumann <rubin@afternet.org>
1405
1406 * x3.conf.example: Updated from live afternet file and improved help
1407 and layout. Added vim directive to set syntax type.
1408
1409 * src/chanserv.c: ported x2's 8ball in, and improved it.
1410
1411 * src/math.c: Added osiris' hack to do_math for supporting
1412 2(10) and 2pi etc. Improved it to handle pi2 also.
1413
1414 * src/chanserv.help: updated 8ball help and added 'myaccess' to
1415 information help index.
1416
1417 2005-07-18 Alex Schumann <rubin@afternet.org>
1418
1419 * src/proto-p10.c: added +L awareness
1420
1421 * src/hash.h: added +L awareness
1422
1423 * src/chanserv.help: changed set ctcpreaction help
1424
1425 2005-07-18 Neil Spierling <sirvulcan@gmail.com>
1426
1427 * src/modcmd.h: Lets make some functions global.
1428
1429 * src/modcmd.c: Log hostmasks no matter what.
1430
1431 * src/log.c: Lookup commands if they are from OpServ in the log.
1432 If they match channel specific commands like OP, DEOP, etc then
1433 we will display them in a LAST command (assuming the person doing
1434 the LAST is an oper). Normal clients wont see commands that have
1435 been performed by OpServ.
1436
1437 2005-07-15 Alex Schumann <rubin@afternet.org>
1438
1439 * src/chanserv.c: Changed around ctcpreaction setting so it:
1440 a) doesnt crash.
1441 b) doesnt kick userlist members ever
1442 c) has only 1 setting needed to control it
1443 * src/chanserv.h: removed some old oplevel stuff.
1444
1445 2005-07-14 Alex Schumann <rubin@afternet.org>
1446
1447 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
1448 remove errors from log. Fixed problem with missing break; in
1449 channel mode c parsing (reed).
1450
1451 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
1452
1453 * src/log.c: Changed channel log target to send PRIVMSG instead of
1454 NOTICE. (Ghozer)
1455
1456 2005-05-07 Neil Spierling <sirvulcan@gmail.com>
1457
1458 * configure: Regenerated.
1459
1460 * configure.in: Added checks for tgmath.h.
1461
1462 * src/chanserv.c: Added new command LAST, from X2. Similar to
1463 EVENTS except its file based. Bear in mind you dont have to use
1464 both. You can bind what you want to use. Commented out zoot_list
1465 as its not in use, just a warning fix.
1466
1467 * src/hash.c: Warning fix.
1468
1469 * src/log.h: Misc defines.
1470
1471 * src/log.c: Logging functions from X2.
1472
1473 * src/math.c: If tgmath.h doesnt exist then include some other
1474 files that contain the functions we require.
1475
1476 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
1477
1478 * src/proto-p10.c: Added chanserv.h #include to squash a small
1479 compile error. Made X3 understand MARK's to a small point. Fixed
1480 a small parsing bug with exempts.
1481
1482 2005-07-06 Alex Schumann <rubin@afternet.org>
1483
1484 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
1485
1486 * src/opserv.c: Fixed an awkward output of trace count etc.
1487
1488 2005-06-22 Alex Schumann <rubin@afternet.org>
1489 * src/chanserv.help: Improved DURATION help
1490
1491 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
1492 a better average.
1493
1494 2005-05-27 Alex Schumann <rubin@afternet.org>
1495
1496 * src/chanserv.c: Improved usability of register command, fixed
1497 unregister reply.
1498
1499 * src/chanserv.help: Improved usability of register command
1500
1501 2005-05-27 Alex Schumann <rubin@afternet.org>
1502
1503 * src/chanserv.c: Resync working now
1504
1505 2005-05-27 Reed Loden <reed@reedloden.com>
1506
1507 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
1508 grammar issues in the message send to pending users. Fixed a
1509 problem with some of the resync code.
1510
1511 2005-05-27 Alex Schumann <rubin@afternet.org>
1512
1513 * src/chanserv.c: make pending add check if the person is already on
1514 the userlist before re-adding them (thx exec & reed for noticing this)
1515 Fix capitalisation of I in pending notice.
1516
1517 2005-05-18 Alex Schumann <rubin@afternet.org>
1518
1519 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
1520 working, and pointed me to the opserv helpfiles command, which shows
1521 what services search what help files. This fixes the help command to
1522 search that list as it should. Still need to modify the 'default'
1523 helpfile search bindigs because I dont think chanserv should respond
1524 to help from opserv's db, etc. See opserv's 'helpfiles' command.
1525
1526 * src/modcmd.help: clarified 'helpfiles' help.
1527
1528 2005-05-18 Alex Schumann <rubin@afternet.org>
1529
1530 * src/helpfile.c: make send_help() return true/false and not send
1531 errors so svccmd_send_help can 'take control' of things.
1532
1533 * src/modcmd.c: Fixed up the help system (again) / find aliased
1534 commands help if none exists. / Display no help for that command on
1535 commands (instead of topic)
1536
1537 * src/modcmd.h: Fixed up the help system (again)
1538
1539 * src/global.c: Fixed syntax display
1540
1541 * src/chanserv.help: Removed =---= formatting, fixed a few things.
1542 *spelling ++more spelling (thx reed)
1543
1544 * src/nickserv.help: Removed =---= formatting, fixed a few things.
1545 *spelling ++more spelling (thx reed)
1546
1547 * src/opserv.help: Removed =---= formatting, fixed a few things.
1548 ++spelling (thx reed)
1549
1550 * src/global.help: simplified index
1551
1552 * src/nickserv.c: Changed message users get when their email is
1553 already used for an account, fixed syntax help
1554
1555 * src/opserv.c: fixed syntax help
1556
1557 2005-05-16 Alex Schumann <rubin@afternet.org>
1558
1559 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
1560 the help file.
1561
1562 2005-05-04 Alex Schumann <rubin@afternet.org>
1563
1564 * src/modcmd.c: added a 'rebindall' command to assist with
1565 upgrades and changes which change command bindings.
1566
1567 * src/modcmd.help: modified help to reflect above
1568
1569 * src/opserv.help: modified help to reflect above
1570
1571 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
1572 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
1573 between channel bans (+b) and x3 remembered bans (lamers)
1574
1575 * src/chanserv.help: modified help to reflect above
1576
1577 * UPGRADE: added use of rebindall to upgrade instructions
1578
1579 2005-05-04 Alex Schumann <rubin@afternet.org>
1580
1581 * src/chanserv.c: added an 'adduser pending' feature, where if
1582 someone isn't authed x3 will ask them to /auth or register, and then
1583 automatically finish adding them to the channel when they do.
1584 Fixed email bug with adduser pending
1585
1586 * src/chanserv.h: adduser pending
1587
1588 * src/hash.c: adduser pending
1589
1590 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
1591
1592 * src/nickserv.c: adduser pending cleanup and activation code,
1593 Arch sync (Avoid losing channel information when
1594 replacing an account using the mergedb command.)
1595
1596 * src/proto-p10.c: adduser pending cleanup code
1597
1598 * src/nickserv.help: improved set and register help
1599
1600 2005-05-04 Alex Schumann <rubin@afternet.org>
1601
1602 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
1603 negitive). Added set voice to provide control over use of voice.
1604 Implimented a basic chanserv db version control system for upgrading
1605 seamlessly.
1606
1607 * src/chanserv.help: adjusted help to reflect voice and uset autoop
1608 changes.
1609
1610 * src/hash.h: updated ssz comment from z to Z
1611
1612 * src/modcmd.help: rewrote BIND help
1613
1614 * src/proto-p10.c: Added Z (sslonly) support back in
1615
1616 * UPGRADE: created file to document upgrading procedures
1617
1618 2005-04-23 Alex Schumann <rubin@afternet.org>
1619 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
1620 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
1621 topicmask to be an on or off setting, uninfluenced by enftopic.
1622 Added feature to use mask on /topic in addition to ,topic sets.
1623 Removed special consideration for ircops in protect_user()
1624
1625 * src/chanserv.help: updated documentation to reflect the new and
1626 much simpler topicmask feature, and removed op/voice levels.
1627
1628 * src/nickserv.c: added tailing 'end of' line for accountinfo
1629 for non-opers too.
1630
1631 * src/modcmd.c: tweaked alias notification for help and breef help.
1632
1633 2005-04-20 Alex Schumann <rubin@afternet.org>
1634
1635 * src/proto-common.c: removing +d. needs to be a config option
1636 or something.
1637
1638 * src/nickserv.help: modified main help reply of authserv
1639
1640 * src/nickserv.c: added title, epithet, and fakehost to oset listing
1641
1642 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
1643 totally redesigned though.
1644
1645 2005-04-15 Alex Schumann <rubin@afternet.org>
1646
1647 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
1648 at the same time. The whole block needs to be if/else instead of
1649 switch though, to be cleaner.
1650
1651 * src/nickserv.help: added fakehost and title options to help oset.
1652
1653 * src/nickserv.c: removed 'style' setting. (was not being used in
1654 code anyway)
1655
1656 2005-04-04 Neil Spierling <sirvulcan@gmail.com>
1657
1658 * src/proto-p10.c: Reinstated +d usermode.
1659
1660 2005-03-30 Alex Schumann <rubin@afternet.org>
1661
1662 * src/chanserv.c: Fixed unban.
1663
1664 * x3.conf.example: added note in snoop config that improper
1665 setting for bots nick will cause segfault.
1666
1667 2005-03-22 Alex Schumann <rubin@afternet.org>
1668
1669 * x3.conf.example: added sethost/fakehost settings to conf
1670
1671 2005-03-19 Alex Schumann <rubin@afternet.org>
1672
1673 * chanserv.c: Changed style of command outputs, added userlevel back
1674 to users list.
1675
1676 * opserv.c: Changed style of command outputs, removed warn feature
1677
1678 * tools.c: shortened duration string lengths
1679
1680 * main.c: shortened duration string lengths
1681
1682 * sendmail.c: Changed style of stats email
1683
1684 2005-03-18 Alex Schumann <rubin@afternet.org>
1685
1686 * Changed breef to brief...
1687
1688 * chanserv.c: Changed to access level names instead of numbers.
1689
1690 2005-03-17 Alex Schumann <rubin@afternet.org>
1691
1692
1693 * src/opserv.c: Improved readability of trace print output
1694
1695 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
1696 a little.
1697
1698 * src/helpfile.c: Improved table_send readability (used in lots
1699 of listings including users and stats network etc)
1700
1701 2005-03-15 Alex Schumann <rubin@afternet.org>
1702
1703 * src/chanserv.c: Improved some syntax error reporting for commands
1704
1705 * src/helpfile.c: Added a 'breef' help function
1706
1707 * src/helpfile.h: Added a 'breef' help function
1708
1709 * src/main.c: Improved some syntax error reporting for commands
1710
1711 * src/modcmd.c: Improved some syntax error reporting for commands
1712
1713 * src/modcmd.h: Improved some syntax error reporting for commands
1714
1715 2005-03-15 Reed Loden <reed@reedloden.com>
1716
1717 * Synchronization with srvx--devo--1.3--patch-19.
1718
1719 2005-03-12 Alex Schumann <rubin@afternet.org>
1720
1721 * src/common.h, src/opserv.h: more SRVX->X3 fixes
1722
1723 * opserv.c: fixed SRVX defines to X3
1724
1725 * src/nickserv.c: Applied patch to bring up to date with
1726 local uncommitted changes on afternets srvx2 tree. improved
1727 cookie gen code and removed /play from cookie messages.
1728
1729 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
1730 bunch more places.
1731
1732 2005-03-07 Neil Spierling <sirvulcan@gmail.com>
1733
1734 * nickserv.help: Added odelcookie section.
1735
1736 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
1737 cookies.
1738
1739 * src/md5.c: Cleaned up compile warnings.
1740
1741 * src/nickserv.help: Added odelcookie section.
1742
1743 ***********************************************************************/
1744
1745 #define CVS_VERSION "$Id$"
1746