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