]> jfr.im git - irc/evilnet/x3.git/blob - ChangeLog
some read recipient support
[irc/evilnet/x3.git] / ChangeLog
1 /***********************************************************************
2 X3 ChangeLog
3
4 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
5
6 * src/mod-memoserv.c: Added read recipient support via SEND using
7 -r as a flag. Messages with requested read recipients have a (r)
8 shown beside the sender nick in LIST. People can ignore a read
9 recipient using -i when reading the message via READ. Its all
10 in the help file.
11
12 * src/mod-memoserv.help: Added read recipient relevent bits.
13
14 * src/opserv.help: Added halfopping functions.
15
16 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
17
18 * src/x3.conf.example: Forgot a ;.
19
20 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
21
22 * src/mod-memoserv.c: Make use of SET LIMIT.
23
24 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
25
26 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
27
28 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
29
30 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
31
32 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
33
34 * x3.conf.example: Max limit for Memoserv LIMIT option.
35
36 * src/hash.h: Fixed halfops issue.
37
38 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
39 amount of memos you can have. This does not do anything yet as
40 im committing the half ops fix now. This code is fine it just
41 allows you to adjust the limit for now.
42
43 2006-06-12 Neil Spierling <sirvulcan@gmail.com>
44
45 * x3.conf.example: Commented out SpamServ module as there are bugs
46 and i cant give a definate date as to when i can fix it. Im not
47 home much these days.
48
49 * src/mod-memoserv.c: Redid the SET code using some whatnet code
50 by wasted. Tweaked here and there. Also added some formatting in
51 LIST and SET like chanserv SET. Oh and MemoServ will join
52 autojoin_channels if MemoServ is in a seperate nickname.
53
54 * src/mod-memoserv.help: Added OSET and done some tweaking.
55
56 * src/nickserv.c: Allow the use of get_victim_oper outside of
57 nickserv.c.
58
59 * src/nickserv.h: Allow the use of get_victim_oper outside of
60 nickserv.c.
61
62 2006-06-07 Alex Schumann <rubin@afternet.org>
63
64 * src/chanserv.help: Added a couple set helps that were missing.
65
66 * src/helpfile.c: fix missing space in multi-column table output such
67 as /msg opserv commands * (with nickserv tablewidth setting >60)
68
69 2006-06-06 Alex Schumann <rubin@afternet.org>
70
71 * src/opserv.c: Change how addalert silence works, so that its a
72 parameter instead of an action, and also works with trace now.
73
74 * x3.conf.example: Added a config setting of level needed to use
75 'silent yes' in trace/addalert.
76
77 2006-06-04 Alex Schumann <rubin@afternet.org>
78
79 * src/nickserv.c: Fix oregister
80
81 * src/nickserv.help: Update help for oregister
82
83 2006-06-05 Neil Spierling <sirvulcan@gmail.com>
84
85 * src/proto-p10.c: Properly handle incomming manual silences.
86
87 2006-06-05 Neil Spierling <sirvulcan@gmail.com>
88
89 * src/common.h: pretty_mask etc declerations.
90
91 * src/nickserv.c: Parse the mask through pretty_mask before adding
92 it. Normal ircd side silences go through this, this just keeps
93 things looking the same and if a user tries to remove a silence
94 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
95
96 * src/proto-p10.c: Send a + if adding a silence.
97
98 * src/tools.c: pretty_mask and one other function for reformatting
99 a hostname so its pretty :) from IRCu.
100
101 2006-06-04 Alex Schumann <rubin@afternet.org>
102
103 * src/nickserv.c: Send silences to every nick of a handle, not the
104 nick that did the command.
105
106 2006-06-04 Neil Spierling <sirvulcan@gmail.com>
107
108 * src/main.c: Moved spamserv initilization to after chanserv.
109
110 * src/spamserv.c: Read the db earlier.
111
112 2006-05-30 Neil Spierling <sirvulcan@gmail.com>
113
114 * configure: Regenerated.
115
116 * configure.in: Bumped version and changed list email.
117
118 * x3.example.conf: Added SpamServ options.
119
120 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
121
122 * src/chanserv.h: Declerations
123
124 * src/main.c: Init the new SpamServ service.
125
126 * src/Makefile.am: Added SpamServ files.
127
128 * src/Makefile.in: Regenerated
129
130 * src/modcmd.c: Added SpamServ to REBINDALL.
131
132 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
133
134 * src/proto-common.c: Make sure SpamServ gets notices.
135
136 * src/spamserv.c: New service that checks for spamming, floods etc.
137 Requires an oper to register it to a channel for it to work.
138
139 * src/spamserv.h: Decelerations.
140
141 * src/spamserv.help: Help entries for SpamServ.
142
143 2006-05-29 Neil Spierling <sirvulcan@gmail.com>
144
145 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
146
147 * src/chanserv.c: Added selectable bantypes.
148
149 * src/chanserv.h: Added selectable bantypes.
150
151 * src/chanserv.help: Added help entries.
152
153 2006-05-29 Neil Spierling <sirvulcan@gmail.com>
154
155 * src/nickserv.c: Added user option ADVANCED, when we add more
156 advanced commands users will need to set this to see the options
157 in help. Further work in helpfile is still needed afaik. This is
158 just the basics.
159
160 * src/nickserv.h: Advanced option declerations.
161
162 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
163 Seems no one added that when they added the AUTOHIDE option.
164
165 2006-05-28 Neil Spierling <sirvulcan@gmail.com>
166
167 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
168
169 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
170 and denied_fakehost_words. Also dropped refresh_period for chanserv
171 set resync.
172
173 * src/chanserv.c: Added god_timeout, disable god mode automatically
174 when the period times out. Also added a new set option- resync, auto
175 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
176
177 * src/chanserv.help: Added entry for SET RESYNC.
178
179 * src/global.c: Join global into autojoin_channels if enabled.
180
181 * src/main.c: Some tweaking for autojoin_channels.
182
183 * src/mod-memoserv.c: If a user has memos and notify on login
184 enabled then only display the notify notice on login and not
185 during a netburst.
186
187 * src/mod-track.c: Quashed a warning.
188
189 * src/modcmd.c: Added functions for god_timeout. Also added wasted
190 to VERSION output for credits for these features.
191
192 * src/nickserv.c: Added denied_fakehost_words, deny the words set
193 there if an oper trys to use them in a fakehost. Also autojoin
194 chanserv if enabled into autojoin_channels.
195
196 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
197 after a drone attack. Also join opserv and reserved nicks into
198 autojoin_channels if opserv/reserved is enabled.
199
200 * src/opserv.help: Added entry for REFRESHMAX.
201
202 2006-05-25 Alex Schumann <rubin@afternet.org>
203
204 * src/proto-p10.c: make non-existant server type setting not crash x3.
205
206 * src/nickserv.help: Added newby tip to authserv registration
207 help (about < and >)
208
209 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
210 deref null kicker)
211
212 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
213
214 * src/chanserv.c: Set SWHOIS's when a user auths.
215
216 * src/hosthiding.c: Fixed a segfault.
217
218 * src/nickserv.c: Epithets now use SWHOIS.
219
220 * src/proto.h: Declerations for irc_swhois.
221
222 * src/proto-p10.c: Handle SWHOIS's.
223
224 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
225
226 * src/hash.h: Bumped SOCKIPLEN
227
228 * src/hosthiding.c: Functions to crypt IPv6 addresses.
229
230 * src/hosthiding.h: IPv6 function declerations.
231
232 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
233 with the ipv6 crypting function.
234
235 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
236
237 * src/hash.h: Bits needed for other type of host hiding.
238
239 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
240
241 * src/hosthiding.c: This will generated crypted style 2 Nefarious
242 hidden hosts and ips. Currently they are just displayed in O3
243 WHOIS. Im yet to expand this.
244
245 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
246
247 * src/Makefile.in: Regenerated.
248
249 * src/opserv.c: Display crypted hosts n ips in WHOIS.
250
251 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
252 save them in user->crypthost user->cryptip.
253
254 2006-05-22 Neil Spierling <sirvulcan@gmail.com>
255
256 * src/chanserv.c: Set ignores when you authenticate.
257
258 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
259 Used for centralized silence list management. Currently set ignores
260 can be viewed in ACCOUNTINFO for via ircd SILENCE.
261
262 * src/nickserv.h: Declerations.
263
264 * src/nickserv.help: Added help entries for above commands.
265
266 * src/proto.h: Declerations.
267
268 * src/proto-p10.c: Functions to handle silences
269
270 2006-05-18 Alex Schumann <rubin@afternet.org>
271
272 * src/proto-p10.c: Fixed up the track module a bit more
273
274 * src/hash.c: Fixed up the track module a bit more, including
275 reporting correctly when X3 kicks someone. This should affect mrsnoopy
276 as well, hopefully wont cause any bugs.
277
278 * src/mod-track.c: Fixed up the track module a bit more - made track
279 all/none work
280
281 2006-05-18 Alex Schumann <rubin@afternet.org>
282
283 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
284
285 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
286
287 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
288
289 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
290
291 2006-05-18 Alex Schumann <rubin@afternet.org>
292
293 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
294 in.
295
296 * src/mod-track.c: some cleanups and textual changes, to make the commands
297 slightly more user friendly.
298
299 2006-05-16 Neil Spierling <sirvulcan@gmail.com>
300
301 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
302
303 * src/x3.conf.example.: adding 050 'type' to server config (rubin
304 fixed missing ';' and changelog entries)
305
306 2006-05-16 Neil Spierling <sirvulcan@gmail.com>
307
308 * Most files: Heh i cant be bothered listing all files, see websvn
309 if you want specific files. I just added a new tracking module, its
310 just like snoop except it targets specified users. The actual
311 commit is in the previous revision, i just forgot to update this to
312 tick over the svn version in version output.
313
314 2006-05-15 Neil Spierling <sirvulcan@gmail.com>
315
316 * Most files: Major update off the new release of srvx 1.3.1. Also
317 seeing as the new updates dont all have changelog entries ive dropped
318 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
319
320 2006-03-20 Alex Schumann <rubin@afternet.org>
321
322 * src/chanserv.c: core fix; check if theres a handle_info before looking
323 at style...
324
325 * src/helpfile.c: core fix; check if theres a handle_info before looking
326 at style...
327
328 2006-03-17 Alex Schumann <rubin@afternet.org>
329
330 * src/chanserv.c: more clean style changes
331
332 2006-03-17 Alex Schumann <rubin@afternet.org>
333
334 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
335 and dhp1080 made me do it) Needs lots of work to remove ----
336 headers for 'clean' setting.
337
338 * src/helpfile.c: Added nickserv 'style' stetting back.
339
340 * src/nickserv.help: Added help for set style.
341
342 * src/mod-helpserv.c: make style affect table outputs.
343
344 * src/nickserv.c: Added nickserv 'style' setting back.
345
346 * src/nickserv.h: Added nickserve 'style' setting back.
347
348 2006-03-17 Alex Schumann <rubin@afternet.org>
349
350 * src/proto-p10.c: Added conf setting for extended_accounts for
351 backward compatability with stock undernet ircd.
352
353 * x3.conf.example: Added conf setting for extended_accounts for
354 backward compatability with stock undernet ircd.
355
356 2006-03-06 Alex Schumann <rubin@afternet.org>
357
358 * src/opserv.help: Added missing trace criteria to help,
359 and fixed up a few other bits of help around that topic.
360
361 2006-01-16 Alex Schumann <rubin@afternet.org>
362
363 * src/tools.c: created an email valididty function
364
365 * src/nickserv.c: check valididty of email better
366
367 * src/sendmail.c: check validity of email better
368
369 2006-01-06 Alex Schumann <rubin@afternet.org>
370
371 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
372 to a different bot, eg chanserv, and to reply from the correct nickname.
373 also a bunch of whitespace changes
374
375 * src/nickserv.c: begin work on making nickserv commands bind without
376 responding from the wrong nick. also a bunch of whitespace changes
377
378 * src/hash.h: whitespace
379
380 * src/opserv.help: improved QUERY helpfile. (though command itself still
381 has bugs)
382
383 2005-12-14 Alex Schumann <rubin@afternet.org>
384
385 * src/chanserv.help: added set bantimeout help
386
387 2005-11-08 Alex Schumann <rubin@afternet.org>
388
389 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
390 aliases properly.
391
392 * src/modcmd.help: Added note about escaping spaces to modcmd help.
393
394 * src/nickserv.help: Improved help files
395
396 * src/chanserv.help: Improved help files
397
398 2005-10-13 Alex Schumann <rubin@afternet.org>
399
400 * src/proto-p10.c: ignore remote /lusers
401
402 2005-09-13 Alex Schumann <rubin@afternet.org>
403
404 * src/global.c: Changed motd header style
405
406 * src/nickserv.help: Improved directions for getting and using
407 accounts.
408
409 * src/chanserv.help: Improved directions for getting and using
410 accounts.
411
412 2005-08-13 Alex Schumann <rubin@afternet.org>
413
414 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
415 some *@* protection.
416
417 * src/tools.c: added function to detect an overmask (too general)
418
419 * src/common.h: added function to detect an overmask (too general)
420
421 2005-08-12 Alex Schumann <rubin@afternet.org>
422
423 * src/chanserv.c: Modified resync to work accourding to automode
424 setting, and fixed a buffer overflow problem.
425
426 * src/chanserv.help: updated set automode and rsync help.
427
428 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
429 sets +x on AUTH.
430
431 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
432 sets +x on AUTH.
433
434 2005-08-12 Alex Schumann <rubin@afternet.org>
435
436 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
437 of 'voice' setting. + Rewording setting help
438
439 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
440 of 'voice' setting.
441
442 * src/chanserv.help: Added help for automode. + Rewording setting help
443
444 2005-08-11 Alex Schumann <rubin@afternet.org>
445
446 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
447
448 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
449
450 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
451
452 * src/nickserv.c: Added option to have authserv oper/admin people with
453 opserv access. (Life4Christ)
454
455 * src/opserv.c: Added admin_level config option
456
457 * src/opserv.h: Added admin_level config option
458
459 2005-08-11 Alex Schumann <rubin@afternet.org>
460
461 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
462 command) when nef* bug sends the +o twice. ++fix bug in patch
463
464 2005-08-09 Alex Schumann <rubin@afternet.org>
465
466 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
467
468 2005-08-08 Alex Schumann <rubin@afternet.org>
469
470 * src/chanserv.c: Added banTimeout feature to .set
471
472 * src/chanserv.h: added banTimeout feature to .set
473
474 * src/recdb.c: Added some better error catching in database_get_data()
475
476 * src/proto-common.h: tabs
477
478 * x3.conf.example: added bantimeout to default set list, and ban
479 timeout frequency config setting.
480
481 2005-08-04 Alex Schumann <rubin@afternet.org>
482
483 * src/chanserv.c: Changed kick protected message to one without %s or
484 $b because the kick function doesnt support replacements.
485
486 * src/tools.c: fixed spelling error in comment.
487
488 2005-07-28 Alex Schumann <rubin@afternet.org>
489
490 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
491 one)
492
493 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
494 whining.
495
496 2005-07-26 Alex Schumann <rubin@afternet.org>
497
498 * x3.conf.example: Updated from live afternet file and improved help
499 and layout. Added vim directive to set syntax type.
500
501 * src/chanserv.c: ported x2's 8ball in, and improved it.
502
503 * src/math.c: Added osiris' hack to do_math for supporting
504 2(10) and 2pi etc. Improved it to handle pi2 also.
505
506 * src/chanserv.help: updated 8ball help and added 'myaccess' to
507 information help index.
508
509 2005-07-18 Alex Schumann <rubin@afternet.org>
510
511 * src/proto-p10.c: added +L awareness
512
513 * src/hash.h: added +L awareness
514
515 * src/chanserv.help: changed set ctcpreaction help
516
517 2005-07-18 Neil Spierling <sirvulcan@gmail.com>
518
519 * src/modcmd.h: Lets make some functions global.
520
521 * src/modcmd.c: Log hostmasks no matter what.
522
523 * src/log.c: Lookup commands if they are from OpServ in the log.
524 If they match channel specific commands like OP, DEOP, etc then
525 we will display them in a LAST command (assuming the person doing
526 the LAST is an oper). Normal clients wont see commands that have
527 been performed by OpServ.
528
529 2005-07-15 Alex Schumann <rubin@afternet.org>
530
531 * src/chanserv.c: Changed around ctcpreaction setting so it:
532 a) doesnt crash.
533 b) doesnt kick userlist members ever
534 c) has only 1 setting needed to control it
535 * src/chanserv.h: removed some old oplevel stuff.
536
537 2005-07-14 Alex Schumann <rubin@afternet.org>
538
539 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
540 remove errors from log. Fixed problem with missing break; in
541 channel mode c parsing (reed).
542
543 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
544
545 * src/log.c: Changed channel log target to send PRIVMSG instead of
546 NOTICE. (Ghozer)
547
548 2005-05-07 Neil Spierling <sirvulcan@gmail.com>
549
550 * configure: Regenerated.
551
552 * configure.in: Added checks for tgmath.h.
553
554 * src/chanserv.c: Added new command LAST, from X2. Similar to
555 EVENTS except its file based. Bear in mind you dont have to use
556 both. You can bind what you want to use. Commented out zoot_list
557 as its not in use, just a warning fix.
558
559 * src/hash.c: Warning fix.
560
561 * src/log.h: Misc defines.
562
563 * src/log.c: Logging functions from X2.
564
565 * src/math.c: If tgmath.h doesnt exist then include some other
566 files that contain the functions we require.
567
568 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
569
570 * src/proto-p10.c: Added chanserv.h #include to squash a small
571 compile error. Made X3 understand MARK's to a small point. Fixed
572 a small parsing bug with exempts.
573
574 2005-07-06 Alex Schumann <rubin@afternet.org>
575
576 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
577
578 * src/opserv.c: Fixed an awkward output of trace count etc.
579
580 2005-06-22 Alex Schumann <rubin@afternet.org>
581 * src/chanserv.help: Improved DURATION help
582
583 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
584 a better average.
585
586 2005-05-27 Alex Schumann <rubin@afternet.org>
587
588 * src/chanserv.c: Improved usability of register command, fixed
589 unregister reply.
590
591 * src/chanserv.help: Improved usability of register command
592
593 2005-05-27 Alex Schumann <rubin@afternet.org>
594
595 * src/chanserv.c: Resync working now
596
597 2005-05-27 Reed Loden <reed@reedloden.com>
598
599 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
600 grammar issues in the message send to pending users. Fixed a
601 problem with some of the resync code.
602
603 2005-05-27 Alex Schumann <rubin@afternet.org>
604
605 * src/chanserv.c: make pending add check if the person is already on
606 the userlist before re-adding them (thx exec & reed for noticing this)
607 Fix capitalisation of I in pending notice.
608
609 2005-05-18 Alex Schumann <rubin@afternet.org>
610
611 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
612 working, and pointed me to the opserv helpfiles command, which shows
613 what services search what help files. This fixes the help command to
614 search that list as it should. Still need to modify the 'default'
615 helpfile search bindigs because I dont think chanserv should respond
616 to help from opserv's db, etc. See opserv's 'helpfiles' command.
617
618 * src/modcmd.help: clarified 'helpfiles' help.
619
620 2005-05-18 Alex Schumann <rubin@afternet.org>
621
622 * src/helpfile.c: make send_help() return true/false and not send
623 errors so svccmd_send_help can 'take control' of things.
624
625 * src/modcmd.c: Fixed up the help system (again) / find aliased
626 commands help if none exists. / Display no help for that command on
627 commands (instead of topic)
628
629 * src/modcmd.h: Fixed up the help system (again)
630
631 * src/global.c: Fixed syntax display
632
633 * src/chanserv.help: Removed =---= formatting, fixed a few things.
634 *spelling ++more spelling (thx reed)
635
636 * src/nickserv.help: Removed =---= formatting, fixed a few things.
637 *spelling ++more spelling (thx reed)
638
639 * src/opserv.help: Removed =---= formatting, fixed a few things.
640 ++spelling (thx reed)
641
642 * src/global.help: simplified index
643
644 * src/nickserv.c: Changed message users get when their email is
645 already used for an account, fixed syntax help
646
647 * src/opserv.c: fixed syntax help
648
649 2005-05-16 Alex Schumann <rubin@afternet.org>
650
651 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
652 the help file.
653
654 2005-05-04 Alex Schumann <rubin@afternet.org>
655
656 * src/modcmd.c: added a 'rebindall' command to assist with
657 upgrades and changes which change command bindings.
658
659 * src/modcmd.help: modified help to reflect above
660
661 * src/opserv.help: modified help to reflect above
662
663 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
664 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
665 between channel bans (+b) and x3 remembered bans (lamers)
666
667 * src/chanserv.help: modified help to reflect above
668
669 * UPGRADE: added use of rebindall to upgrade instructions
670
671 2005-05-04 Alex Schumann <rubin@afternet.org>
672
673 * src/chanserv.c: added an 'adduser pending' feature, where if
674 someone isn't authed x3 will ask them to /auth or register, and then
675 automatically finish adding them to the channel when they do.
676 Fixed email bug with adduser pending
677
678 * src/chanserv.h: adduser pending
679
680 * src/hash.c: adduser pending
681
682 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
683
684 * src/nickserv.c: adduser pending cleanup and activation code,
685 Arch sync (Avoid losing channel information when
686 replacing an account using the mergedb command.)
687
688 * src/proto-p10.c: adduser pending cleanup code
689
690 * src/nickserv.help: improved set and register help
691
692 2005-05-04 Alex Schumann <rubin@afternet.org>
693
694 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
695 negitive). Added set voice to provide control over use of voice.
696 Implimented a basic chanserv db version control system for upgrading
697 seamlessly.
698
699 * src/chanserv.help: adjusted help to reflect voice and uset autoop
700 changes.
701
702 * src/hash.h: updated ssz comment from z to Z
703
704 * src/modcmd.help: rewrote BIND help
705
706 * src/proto-p10.c: Added Z (sslonly) support back in
707
708 * UPGRADE: created file to document upgrading procedures
709
710 2005-04-23 Alex Schumann <rubin@afternet.org>
711 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
712 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
713 topicmask to be an on or off setting, uninfluenced by enftopic.
714 Added feature to use mask on /topic in addition to ,topic sets.
715 Removed special consideration for ircops in protect_user()
716
717 * src/chanserv.help: updated documentation to reflect the new and
718 much simpler topicmask feature, and removed op/voice levels.
719
720 * src/nickserv.c: added tailing 'end of' line for accountinfo
721 for non-opers too.
722
723 * src/modcmd.c: tweaked alias notification for help and breef help.
724
725 2005-04-20 Alex Schumann <rubin@afternet.org>
726
727 * src/proto-common.c: removing +d. needs to be a config option
728 or something.
729
730 * src/nickserv.help: modified main help reply of authserv
731
732 * src/nickserv.c: added title, epithet, and fakehost to oset listing
733
734 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
735 totally redesigned though.
736
737 2005-04-15 Alex Schumann <rubin@afternet.org>
738
739 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
740 at the same time. The whole block needs to be if/else instead of
741 switch though, to be cleaner.
742
743 * src/nickserv.help: added fakehost and title options to help oset.
744
745 * src/nickserv.c: removed 'style' setting. (was not being used in
746 code anyway)
747
748 2005-04-04 Neil Spierling <sirvulcan@gmail.com>
749
750 * src/proto-p10.c: Reinstated +d usermode.
751
752 2005-03-30 Alex Schumann <rubin@afternet.org>
753
754 * src/chanserv.c: Fixed unban.
755
756 * x3.conf.example: added note in snoop config that improper
757 setting for bots nick will cause segfault.
758
759 2005-03-22 Alex Schumann <rubin@afternet.org>
760
761 * x3.conf.example: added sethost/fakehost settings to conf
762
763 2005-03-19 Alex Schumann <rubin@afternet.org>
764
765 * chanserv.c: Changed style of command outputs, added userlevel back
766 to users list.
767
768 * opserv.c: Changed style of command outputs, removed warn feature
769
770 * tools.c: shortened duration string lengths
771
772 * main.c: shortened duration string lengths
773
774 * sendmail.c: Changed style of stats email
775
776 2005-03-18 Alex Schumann <rubin@afternet.org>
777
778 * Changed breef to brief...
779
780 * chanserv.c: Changed to access level names instead of numbers.
781
782 2005-03-17 Alex Schumann <rubin@afternet.org>
783
784
785 * src/opserv.c: Improved readability of trace print output
786
787 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
788 a little.
789
790 * src/helpfile.c: Improved table_send readability (used in lots
791 of listings including users and stats network etc)
792
793 2005-03-15 Alex Schumann <rubin@afternet.org>
794
795 * src/chanserv.c: Improved some syntax error reporting for commands
796
797 * src/helpfile.c: Added a 'breef' help function
798
799 * src/helpfile.h: Added a 'breef' help function
800
801 * src/main.c: Improved some syntax error reporting for commands
802
803 * src/modcmd.c: Improved some syntax error reporting for commands
804
805 * src/modcmd.h: Improved some syntax error reporting for commands
806
807 2005-03-15 Reed Loden <reed@reedloden.com>
808
809 * Synchronization with srvx--devo--1.3--patch-19.
810
811 2005-03-12 Alex Schumann <rubin@afternet.org>
812
813 * src/common.h, src/opserv.h: more SRVX->X3 fixes
814
815 * opserv.c: fixed SRVX defines to X3
816
817 * src/nickserv.c: Applied patch to bring up to date with
818 local uncommitted changes on afternets srvx2 tree. improved
819 cookie gen code and removed /play from cookie messages.
820
821 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
822 bunch more places.
823
824 2005-03-07 Neil Spierling <sirvulcan@gmail.com>
825
826 * nickserv.help: Added odelcookie section.
827
828 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
829 cookies.
830
831 * src/md5.c: Cleaned up compile warnings.
832
833 * src/nickserv.help: Added odelcookie section.
834
835 ***********************************************************************/
836
837 #define CVS_VERSION "$Id$"
838