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