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