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