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