]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
add odelcookie to help oper
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
2f61d1d7 1/***********************************************************************
2 X3 ChangeLog
1117fc5a 3
babc1c07 42006-07-28 Alex Schumann <rubin@afternet.org>
5
6 * src/nickserv.help: add odelcookie to help oper
7
964abe6b 82006-07-26 Alex Schumann <rubin@afternet.org>
9
10 * src/opserv.c: Fix crash when doing reroute if routing isnt
ce9266cf 11 configured. | Voice discovered that the error message for addplan fail
12 was typeo'd so not showing.
964abe6b 13
20517d48 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
d9d33535 192006-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
242006-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
bae4525d 302006-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
88b0672a 362006-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
bf93ca8d 432006-07-23 Alex Schumann <rubin@afternet.org>
44
116d100f 45 * src/nickserv.c: Add config file regex fakehost test + sanity
574bfc14 46 checking in title as well (fixed).
bf93ca8d 47
8108185c 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
eb43ca8c 512006-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
47956fc5 582006-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)
0520d39a 63
47956fc5 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)
0520d39a 67
dd1fc2a3 68 * src/opserv.help: Help entries for auto routing system + fix typeo in
69 routing example
0520d39a 70
47956fc5 71 * src/hash.h: New structs for auto routing system
0520d39a 72
da0c436d 73 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
74 error message to debug message.
0520d39a 75
47956fc5 76 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
0520d39a 77
47956fc5 78 * src/modcmd.c: added 'routing' main command alias.
79
5006460e 802006-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
c092fcad 892006-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
be3d31e0 1052006-07-11 Alex Schumann <rubin@afternet.org>
106
75ef8cdc 107 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
108 and some x3 topic functions.
109
be3d31e0 110 * x3.conf.example: Improved server/type setting documentation,
111 and changed default to 5.
112
0c0adfe0 1132006-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
827ecd60 1182006-07-11 Alex Schumann <rubin@afternet.org>
119
df5f6070 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
827ecd60 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
22d5d8cf 1282006-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
3f5b8801 1332006-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
d07e3fff 1382006-07-09 Alex Schumann <rubin@afternet.org>
139
f0b5157b 140 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
b6599cc2 141 spot. Ugh, messed up the fix. Trying again :)
d07e3fff 142
5f1600ab 1432006-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
a76bcc6a 1492006-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
18757dc0 1552006-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
5b1166fd 1602006-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
1b4a47ca 1942006-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
35ca8140 2082006-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
6546e922 2132006-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
a8370a20 2182006-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
2262006-06-23 Alex Schumann <rubin@afternet.org>
6c3ce3bb 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
8cfd8013 2352006-06-20 Neil Spierling <sirvulcan@gmail.com>
236
237 * src/mod-memoserv.c: Fixed a bug.
238
cbc5a1a4 2392006-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
2a951803 2472006-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
f2e592d3 2552006-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
34a9e19a 2632006-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
512d7958 2682006-06-20 Neil Spierling <sirvulcan@gmail.com>
269
270 * src/mod-memoserv.c: Small bug fix.
271
82794e1b 2722006-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
acb6d53d 2842006-06-19 Neil Spierling <sirvulcan@gmail.com>
285
286 * src/x3.conf.example: Forgot a ;.
287
a8692672 2882006-06-19 Neil Spierling <sirvulcan@gmail.com>
289
290 * src/mod-memoserv.c: Make use of SET LIMIT.
291
d9abe201 2922006-06-19 Neil Spierling <sirvulcan@gmail.com>
293
294 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
295
a8138c9f 2962006-06-19 Neil Spierling <sirvulcan@gmail.com>
297
298 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
299
acf3c6d5 3002006-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
e3e5ba49 3112006-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
b3052f71 3302006-06-07 Alex Schumann <rubin@afternet.org>
331
332 * src/chanserv.help: Added a couple set helps that were missing.
e1443247 333
334 * src/helpfile.c: fix missing space in multi-column table output such
335 as /msg opserv commands * (with nickserv tablewidth setting >60)
b3052f71 336
1c5f6697 3372006-06-06 Alex Schumann <rubin@afternet.org>
338
e3e5ba49 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
1c5f6697 342 * x3.conf.example: Added a config setting of level needed to use
343 'silent yes' in trace/addalert.
344
d762299d 3452006-06-04 Alex Schumann <rubin@afternet.org>
346
347 * src/nickserv.c: Fix oregister
348
7293d1d3 349 * src/nickserv.help: Update help for oregister
350
a6a4707e 3512006-06-05 Neil Spierling <sirvulcan@gmail.com>
352
353 * src/proto-p10.c: Properly handle incomming manual silences.
354
668dc38e 3552006-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
92fac64c 3692006-06-04 Alex Schumann <rubin@afternet.org>
668dc38e 370
92fac64c 371 * src/nickserv.c: Send silences to every nick of a handle, not the
372 nick that did the command.
373
3ec42e29 3742006-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
63c95a47 3802006-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
fe32eb19 4112006-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
0b587959 4212006-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
7637f48f 4332006-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
0779bbcf 4702006-05-25 Alex Schumann <rubin@afternet.org>
471
b5c80c61 472 * src/proto-p10.c: make non-existant server type setting not crash x3.
473
0779bbcf 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
56958740 4802006-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
68b75482 4922006-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
37ef8ee3 5032006-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
5177fd21 5222006-05-22 Neil Spierling <sirvulcan@gmail.com>
c02cd944 523
5177fd21 524 * src/chanserv.c: Set ignores when you authenticate.
c02cd944 525
5177fd21 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
c02cd944 537
d9896a83 5382006-05-18 Alex Schumann <rubin@afternet.org>
539
b34a7505 540 * src/proto-p10.c: Fixed up the track module a bit more
d9896a83 541
b34a7505 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.
d9896a83 545
e5c85987 546 * src/mod-track.c: Fixed up the track module a bit more - made track
547 all/none work
d9896a83 548
b34a7505 5492006-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
d9896a83 558
5592006-05-18 Alex Schumann <rubin@afternet.org>
560
b34a7505 561 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
12673a59 562 in.
563
b34a7505 564 * src/mod-track.c: some cleanups and textual changes, to make the commands
12673a59 565 slightly more user friendly.
566
5177fd21 5672006-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
f6c7c603 5742006-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
2f61d1d7 5822006-05-15 Neil Spierling <sirvulcan@gmail.com>
697f4c9a 583
2f61d1d7 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.
697f4c9a 587
2f61d1d7 5882006-03-20 Alex Schumann <rubin@afternet.org>
697f4c9a 589
2f61d1d7 590 * src/chanserv.c: core fix; check if theres a handle_info before looking
591 at style...
697f4c9a 592
2f61d1d7 593 * src/helpfile.c: core fix; check if theres a handle_info before looking
594 at style...
697f4c9a 595
2f61d1d7 5962006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 597
2f61d1d7 598 * src/chanserv.c: more clean style changes
697f4c9a 599
2f61d1d7 6002006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 601
2f61d1d7 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.
697f4c9a 605
2f61d1d7 606 * src/helpfile.c: Added nickserv 'style' stetting back.
697f4c9a 607
2f61d1d7 608 * src/nickserv.help: Added help for set style.
697f4c9a 609
2f61d1d7 610 * src/mod-helpserv.c: make style affect table outputs.
697f4c9a 611
2f61d1d7 612 * src/nickserv.c: Added nickserv 'style' setting back.
697f4c9a 613
2f61d1d7 614 * src/nickserv.h: Added nickserve 'style' setting back.
697f4c9a 615
2f61d1d7 6162006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 617
2f61d1d7 618 * src/proto-p10.c: Added conf setting for extended_accounts for
619 backward compatability with stock undernet ircd.
dee9951d 620
2f61d1d7 621 * x3.conf.example: Added conf setting for extended_accounts for
622 backward compatability with stock undernet ircd.
dee9951d 623
2f61d1d7 6242006-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.
dee9951d 628
2f61d1d7 6292006-01-16 Alex Schumann <rubin@afternet.org>
dee9951d 630
2f61d1d7 631 * src/tools.c: created an email valididty function
dee9951d 632
2f61d1d7 633 * src/nickserv.c: check valididty of email better
dee9951d 634
2f61d1d7 635 * src/sendmail.c: check validity of email better
dee9951d 636
2f61d1d7 6372006-01-06 Alex Schumann <rubin@afternet.org>
dee9951d 638
2f61d1d7 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
dee9951d 642
2f61d1d7 643 * src/nickserv.c: begin work on making nickserv commands bind without
644 responding from the wrong nick. also a bunch of whitespace changes
dee9951d 645
2f61d1d7 646 * src/hash.h: whitespace
dee9951d 647
2f61d1d7 648 * src/opserv.help: improved QUERY helpfile. (though command itself still
649 has bugs)
dee9951d 650
2f61d1d7 6512005-12-14 Alex Schumann <rubin@afternet.org>
dee9951d 652
2f61d1d7 653 * src/chanserv.help: added set bantimeout help
dee9951d 654
2f61d1d7 6552005-11-08 Alex Schumann <rubin@afternet.org>
dee9951d 656
2f61d1d7 657 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
658 aliases properly.
697f4c9a 659
2f61d1d7 660 * src/modcmd.help: Added note about escaping spaces to modcmd help.
697f4c9a 661
2f61d1d7 662 * src/nickserv.help: Improved help files
697f4c9a 663
2f61d1d7 664 * src/chanserv.help: Improved help files
697f4c9a 665
2f61d1d7 6662005-10-13 Alex Schumann <rubin@afternet.org>
697f4c9a 667
2f61d1d7 668 * src/proto-p10.c: ignore remote /lusers
697f4c9a 669
2f61d1d7 6702005-09-13 Alex Schumann <rubin@afternet.org>
697f4c9a 671
2f61d1d7 672 * src/global.c: Changed motd header style
697f4c9a 673
2f61d1d7 674 * src/nickserv.help: Improved directions for getting and using
675 accounts.
697f4c9a 676
2f61d1d7 677 * src/chanserv.help: Improved directions for getting and using
678 accounts.
b336c8db 679
2f61d1d7 6802005-08-13 Alex Schumann <rubin@afternet.org>
b336c8db 681
2f61d1d7 682 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
683 some *@* protection.
b336c8db 684
2f61d1d7 685 * src/tools.c: added function to detect an overmask (too general)
b336c8db 686
2f61d1d7 687 * src/common.h: added function to detect an overmask (too general)
b336c8db 688
2f61d1d7 6892005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 690
2f61d1d7 691 * src/chanserv.c: Modified resync to work accourding to automode
692 setting, and fixed a buffer overflow problem.
0d16e639 693
2f61d1d7 694 * src/chanserv.help: updated set automode and rsync help.
0d16e639 695
2f61d1d7 696 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
697 sets +x on AUTH.
0d16e639 698
2f61d1d7 699 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
700 sets +x on AUTH.
0d16e639 701
2f61d1d7 7022005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 703
2f61d1d7 704 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
705 of 'voice' setting. + Rewording setting help
0d16e639 706
2f61d1d7 707 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
708 of 'voice' setting.
0d16e639 709
2f61d1d7 710 * src/chanserv.help: Added help for automode. + Rewording setting help
0d16e639 711
2f61d1d7 7122005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 713
2f61d1d7 714 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
0d16e639 715
2f61d1d7 716 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
0d16e639 717
2f61d1d7 718 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
0d16e639 719
2f61d1d7 720 * src/nickserv.c: Added option to have authserv oper/admin people with
721 opserv access. (Life4Christ)
0d16e639 722
2f61d1d7 723 * src/opserv.c: Added admin_level config option
724
725 * src/opserv.h: Added admin_level config option
0d16e639 726
2f61d1d7 7272005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 728
2f61d1d7 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
0d16e639 731
2f61d1d7 7322005-08-09 Alex Schumann <rubin@afternet.org>
0d16e639 733
2f61d1d7 734 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
0d16e639 735
2f61d1d7 7362005-08-08 Alex Schumann <rubin@afternet.org>
0d16e639 737
2f61d1d7 738 * src/chanserv.c: Added banTimeout feature to .set
0d16e639 739
2f61d1d7 740 * src/chanserv.h: added banTimeout feature to .set
0d16e639 741
2f61d1d7 742 * src/recdb.c: Added some better error catching in database_get_data()
0d16e639 743
2f61d1d7 744 * src/proto-common.h: tabs
0d16e639 745
2f61d1d7 746 * x3.conf.example: added bantimeout to default set list, and ban
747 timeout frequency config setting.
0d16e639 748
2f61d1d7 7492005-08-04 Alex Schumann <rubin@afternet.org>
0d16e639 750
2f61d1d7 751 * src/chanserv.c: Changed kick protected message to one without %s or
752 $b because the kick function doesnt support replacements.
0d16e639 753
2f61d1d7 754 * src/tools.c: fixed spelling error in comment.
0d16e639 755
2f61d1d7 7562005-07-28 Alex Schumann <rubin@afternet.org>
0d16e639 757
2f61d1d7 758 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
759 one)
0d16e639 760
2f61d1d7 761 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
762 whining.
0d16e639 763
2f61d1d7 7642005-07-26 Alex Schumann <rubin@afternet.org>
0d16e639 765
2f61d1d7 766 * x3.conf.example: Updated from live afternet file and improved help
767 and layout. Added vim directive to set syntax type.
0d16e639 768
2f61d1d7 769 * src/chanserv.c: ported x2's 8ball in, and improved it.
0d16e639 770
2f61d1d7 771 * src/math.c: Added osiris' hack to do_math for supporting
772 2(10) and 2pi etc. Improved it to handle pi2 also.
0d16e639 773
2f61d1d7 774 * src/chanserv.help: updated 8ball help and added 'myaccess' to
775 information help index.
0d16e639 776
2f61d1d7 7772005-07-18 Alex Schumann <rubin@afternet.org>
d76ed9a9 778
2f61d1d7 779 * src/proto-p10.c: added +L awareness
d76ed9a9 780
2f61d1d7 781 * src/hash.h: added +L awareness
d76ed9a9 782
2f61d1d7 783 * src/chanserv.help: changed set ctcpreaction help
d76ed9a9 784
2f61d1d7 7852005-07-18 Neil Spierling <sirvulcan@gmail.com>
d76ed9a9 786
2f61d1d7 787 * src/modcmd.h: Lets make some functions global.
d76ed9a9 788
2f61d1d7 789 * src/modcmd.c: Log hostmasks no matter what.
d76ed9a9 790
2f61d1d7 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.
d76ed9a9 796
2f61d1d7 7972005-07-15 Alex Schumann <rubin@afternet.org>
d76ed9a9 798
2f61d1d7 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.
d76ed9a9 804
2f61d1d7 8052005-07-14 Alex Schumann <rubin@afternet.org>
d76ed9a9 806
2f61d1d7 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).
d76ed9a9 810
2f61d1d7 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
8162005-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
8422005-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
8482005-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
8542005-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
8612005-05-27 Alex Schumann <rubin@afternet.org>
862
863 * src/chanserv.c: Resync working now
864
8652005-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
8712005-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
8772005-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
8882005-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
9172005-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
9222005-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
9392005-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
9602005-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
9782005-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
9932005-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
10052005-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
10162005-04-04 Neil Spierling <sirvulcan@gmail.com>
1017
1018 * src/proto-p10.c: Reinstated +d usermode.
1019
10202005-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
10272005-03-22 Alex Schumann <rubin@afternet.org>
1028
1029 * x3.conf.example: added sethost/fakehost settings to conf
1030
10312005-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
10442005-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
10502005-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
10612005-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
10752005-03-15 Reed Loden <reed@reedloden.com>
1076
1077 * Synchronization with srvx--devo--1.3--patch-19.
1078
10792005-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
10922005-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$"
d76ed9a9 1106