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