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