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