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