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