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