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