]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
global message function that will deal with multi languages. Made use of it with...
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
2f61d1d7 1/***********************************************************************
2 X3 ChangeLog
1117fc5a 3
985d4109 42006-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
d8b9cb7c 202006-07-31 Neil Spierling <sirvulcan@gmail.com>
21
22 * src/opserv.c: TODO stuff.
23
0272358e 242006-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
08895577 372006-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
35305a49 602006-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
0754f993 67 script. -fix link stage
35305a49 68
69 * rx/Makefile.in: fix autotools warning(s)
70
babc1c07 712006-07-28 Alex Schumann <rubin@afternet.org>
72
73 * src/nickserv.help: add odelcookie to help oper
74
31543e44 75 * x3.conf.example: update & improve x3.conf.example description of
76 extended_accounts setting.
77
964abe6b 782006-07-26 Alex Schumann <rubin@afternet.org>
79
80 * src/opserv.c: Fix crash when doing reroute if routing isnt
ce9266cf 81 configured. | Voice discovered that the error message for addplan fail
82 was typeo'd so not showing.
964abe6b 83
20517d48 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
d9d33535 892006-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
942006-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
bae4525d 1002006-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
88b0672a 1062006-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
bf93ca8d 1132006-07-23 Alex Schumann <rubin@afternet.org>
114
116d100f 115 * src/nickserv.c: Add config file regex fakehost test + sanity
574bfc14 116 checking in title as well (fixed).
bf93ca8d 117
8108185c 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
eb43ca8c 1212006-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
47956fc5 1282006-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)
0520d39a 133
47956fc5 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)
0520d39a 137
dd1fc2a3 138 * src/opserv.help: Help entries for auto routing system + fix typeo in
139 routing example
0520d39a 140
47956fc5 141 * src/hash.h: New structs for auto routing system
0520d39a 142
da0c436d 143 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
144 error message to debug message.
0520d39a 145
47956fc5 146 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
0520d39a 147
47956fc5 148 * src/modcmd.c: added 'routing' main command alias.
149
5006460e 1502006-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
c092fcad 1592006-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
be3d31e0 1752006-07-11 Alex Schumann <rubin@afternet.org>
176
75ef8cdc 177 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
178 and some x3 topic functions.
179
be3d31e0 180 * x3.conf.example: Improved server/type setting documentation,
181 and changed default to 5.
182
0c0adfe0 1832006-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
827ecd60 1882006-07-11 Alex Schumann <rubin@afternet.org>
189
df5f6070 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
827ecd60 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
22d5d8cf 1982006-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
3f5b8801 2032006-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
d07e3fff 2082006-07-09 Alex Schumann <rubin@afternet.org>
209
f0b5157b 210 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
b6599cc2 211 spot. Ugh, messed up the fix. Trying again :)
d07e3fff 212
5f1600ab 2132006-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
a76bcc6a 2192006-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
18757dc0 2252006-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
5b1166fd 2302006-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
1b4a47ca 2642006-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
35ca8140 2782006-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
6546e922 2832006-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
a8370a20 2882006-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
2962006-06-23 Alex Schumann <rubin@afternet.org>
6c3ce3bb 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
8cfd8013 3052006-06-20 Neil Spierling <sirvulcan@gmail.com>
306
307 * src/mod-memoserv.c: Fixed a bug.
308
cbc5a1a4 3092006-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
2a951803 3172006-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
f2e592d3 3252006-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
34a9e19a 3332006-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
512d7958 3382006-06-20 Neil Spierling <sirvulcan@gmail.com>
339
340 * src/mod-memoserv.c: Small bug fix.
341
82794e1b 3422006-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
acb6d53d 3542006-06-19 Neil Spierling <sirvulcan@gmail.com>
355
356 * src/x3.conf.example: Forgot a ;.
357
a8692672 3582006-06-19 Neil Spierling <sirvulcan@gmail.com>
359
360 * src/mod-memoserv.c: Make use of SET LIMIT.
361
d9abe201 3622006-06-19 Neil Spierling <sirvulcan@gmail.com>
363
364 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
365
a8138c9f 3662006-06-19 Neil Spierling <sirvulcan@gmail.com>
367
368 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
369
acf3c6d5 3702006-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
e3e5ba49 3812006-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
b3052f71 4002006-06-07 Alex Schumann <rubin@afternet.org>
401
402 * src/chanserv.help: Added a couple set helps that were missing.
e1443247 403
404 * src/helpfile.c: fix missing space in multi-column table output such
405 as /msg opserv commands * (with nickserv tablewidth setting >60)
b3052f71 406
1c5f6697 4072006-06-06 Alex Schumann <rubin@afternet.org>
408
e3e5ba49 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
1c5f6697 412 * x3.conf.example: Added a config setting of level needed to use
413 'silent yes' in trace/addalert.
414
d762299d 4152006-06-04 Alex Schumann <rubin@afternet.org>
416
417 * src/nickserv.c: Fix oregister
418
7293d1d3 419 * src/nickserv.help: Update help for oregister
420
a6a4707e 4212006-06-05 Neil Spierling <sirvulcan@gmail.com>
422
423 * src/proto-p10.c: Properly handle incomming manual silences.
424
668dc38e 4252006-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
92fac64c 4392006-06-04 Alex Schumann <rubin@afternet.org>
668dc38e 440
92fac64c 441 * src/nickserv.c: Send silences to every nick of a handle, not the
442 nick that did the command.
443
3ec42e29 4442006-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
63c95a47 4502006-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
fe32eb19 4812006-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
0b587959 4912006-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
7637f48f 5032006-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
0779bbcf 5402006-05-25 Alex Schumann <rubin@afternet.org>
541
b5c80c61 542 * src/proto-p10.c: make non-existant server type setting not crash x3.
543
0779bbcf 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
56958740 5502006-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
68b75482 5622006-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
37ef8ee3 5732006-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
5177fd21 5922006-05-22 Neil Spierling <sirvulcan@gmail.com>
c02cd944 593
5177fd21 594 * src/chanserv.c: Set ignores when you authenticate.
c02cd944 595
5177fd21 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
c02cd944 607
d9896a83 6082006-05-18 Alex Schumann <rubin@afternet.org>
609
b34a7505 610 * src/proto-p10.c: Fixed up the track module a bit more
d9896a83 611
b34a7505 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.
d9896a83 615
e5c85987 616 * src/mod-track.c: Fixed up the track module a bit more - made track
617 all/none work
d9896a83 618
b34a7505 6192006-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
d9896a83 628
6292006-05-18 Alex Schumann <rubin@afternet.org>
630
b34a7505 631 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
12673a59 632 in.
633
b34a7505 634 * src/mod-track.c: some cleanups and textual changes, to make the commands
12673a59 635 slightly more user friendly.
636
5177fd21 6372006-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
f6c7c603 6442006-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
2f61d1d7 6522006-05-15 Neil Spierling <sirvulcan@gmail.com>
697f4c9a 653
2f61d1d7 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.
697f4c9a 657
2f61d1d7 6582006-03-20 Alex Schumann <rubin@afternet.org>
697f4c9a 659
2f61d1d7 660 * src/chanserv.c: core fix; check if theres a handle_info before looking
661 at style...
697f4c9a 662
2f61d1d7 663 * src/helpfile.c: core fix; check if theres a handle_info before looking
664 at style...
697f4c9a 665
2f61d1d7 6662006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 667
2f61d1d7 668 * src/chanserv.c: more clean style changes
697f4c9a 669
2f61d1d7 6702006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 671
2f61d1d7 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.
697f4c9a 675
2f61d1d7 676 * src/helpfile.c: Added nickserv 'style' stetting back.
697f4c9a 677
2f61d1d7 678 * src/nickserv.help: Added help for set style.
697f4c9a 679
2f61d1d7 680 * src/mod-helpserv.c: make style affect table outputs.
697f4c9a 681
2f61d1d7 682 * src/nickserv.c: Added nickserv 'style' setting back.
697f4c9a 683
2f61d1d7 684 * src/nickserv.h: Added nickserve 'style' setting back.
697f4c9a 685
2f61d1d7 6862006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 687
2f61d1d7 688 * src/proto-p10.c: Added conf setting for extended_accounts for
689 backward compatability with stock undernet ircd.
dee9951d 690
2f61d1d7 691 * x3.conf.example: Added conf setting for extended_accounts for
692 backward compatability with stock undernet ircd.
dee9951d 693
2f61d1d7 6942006-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.
dee9951d 698
2f61d1d7 6992006-01-16 Alex Schumann <rubin@afternet.org>
dee9951d 700
2f61d1d7 701 * src/tools.c: created an email valididty function
dee9951d 702
2f61d1d7 703 * src/nickserv.c: check valididty of email better
dee9951d 704
2f61d1d7 705 * src/sendmail.c: check validity of email better
dee9951d 706
2f61d1d7 7072006-01-06 Alex Schumann <rubin@afternet.org>
dee9951d 708
2f61d1d7 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
dee9951d 712
2f61d1d7 713 * src/nickserv.c: begin work on making nickserv commands bind without
714 responding from the wrong nick. also a bunch of whitespace changes
dee9951d 715
2f61d1d7 716 * src/hash.h: whitespace
dee9951d 717
2f61d1d7 718 * src/opserv.help: improved QUERY helpfile. (though command itself still
719 has bugs)
dee9951d 720
2f61d1d7 7212005-12-14 Alex Schumann <rubin@afternet.org>
dee9951d 722
2f61d1d7 723 * src/chanserv.help: added set bantimeout help
dee9951d 724
2f61d1d7 7252005-11-08 Alex Schumann <rubin@afternet.org>
dee9951d 726
2f61d1d7 727 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
728 aliases properly.
697f4c9a 729
2f61d1d7 730 * src/modcmd.help: Added note about escaping spaces to modcmd help.
697f4c9a 731
2f61d1d7 732 * src/nickserv.help: Improved help files
697f4c9a 733
2f61d1d7 734 * src/chanserv.help: Improved help files
697f4c9a 735
2f61d1d7 7362005-10-13 Alex Schumann <rubin@afternet.org>
697f4c9a 737
2f61d1d7 738 * src/proto-p10.c: ignore remote /lusers
697f4c9a 739
2f61d1d7 7402005-09-13 Alex Schumann <rubin@afternet.org>
697f4c9a 741
2f61d1d7 742 * src/global.c: Changed motd header style
697f4c9a 743
2f61d1d7 744 * src/nickserv.help: Improved directions for getting and using
745 accounts.
697f4c9a 746
2f61d1d7 747 * src/chanserv.help: Improved directions for getting and using
748 accounts.
b336c8db 749
2f61d1d7 7502005-08-13 Alex Schumann <rubin@afternet.org>
b336c8db 751
2f61d1d7 752 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
753 some *@* protection.
b336c8db 754
2f61d1d7 755 * src/tools.c: added function to detect an overmask (too general)
b336c8db 756
2f61d1d7 757 * src/common.h: added function to detect an overmask (too general)
b336c8db 758
2f61d1d7 7592005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 760
2f61d1d7 761 * src/chanserv.c: Modified resync to work accourding to automode
762 setting, and fixed a buffer overflow problem.
0d16e639 763
2f61d1d7 764 * src/chanserv.help: updated set automode and rsync help.
0d16e639 765
2f61d1d7 766 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
767 sets +x on AUTH.
0d16e639 768
2f61d1d7 769 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
770 sets +x on AUTH.
0d16e639 771
2f61d1d7 7722005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 773
2f61d1d7 774 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
775 of 'voice' setting. + Rewording setting help
0d16e639 776
2f61d1d7 777 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
778 of 'voice' setting.
0d16e639 779
2f61d1d7 780 * src/chanserv.help: Added help for automode. + Rewording setting help
0d16e639 781
2f61d1d7 7822005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 783
2f61d1d7 784 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
0d16e639 785
2f61d1d7 786 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
0d16e639 787
2f61d1d7 788 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
0d16e639 789
2f61d1d7 790 * src/nickserv.c: Added option to have authserv oper/admin people with
791 opserv access. (Life4Christ)
0d16e639 792
2f61d1d7 793 * src/opserv.c: Added admin_level config option
794
795 * src/opserv.h: Added admin_level config option
0d16e639 796
2f61d1d7 7972005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 798
2f61d1d7 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
0d16e639 801
2f61d1d7 8022005-08-09 Alex Schumann <rubin@afternet.org>
0d16e639 803
2f61d1d7 804 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
0d16e639 805
2f61d1d7 8062005-08-08 Alex Schumann <rubin@afternet.org>
0d16e639 807
2f61d1d7 808 * src/chanserv.c: Added banTimeout feature to .set
0d16e639 809
2f61d1d7 810 * src/chanserv.h: added banTimeout feature to .set
0d16e639 811
2f61d1d7 812 * src/recdb.c: Added some better error catching in database_get_data()
0d16e639 813
2f61d1d7 814 * src/proto-common.h: tabs
0d16e639 815
2f61d1d7 816 * x3.conf.example: added bantimeout to default set list, and ban
817 timeout frequency config setting.
0d16e639 818
2f61d1d7 8192005-08-04 Alex Schumann <rubin@afternet.org>
0d16e639 820
2f61d1d7 821 * src/chanserv.c: Changed kick protected message to one without %s or
822 $b because the kick function doesnt support replacements.
0d16e639 823
2f61d1d7 824 * src/tools.c: fixed spelling error in comment.
0d16e639 825
2f61d1d7 8262005-07-28 Alex Schumann <rubin@afternet.org>
0d16e639 827
2f61d1d7 828 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
829 one)
0d16e639 830
2f61d1d7 831 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
832 whining.
0d16e639 833
2f61d1d7 8342005-07-26 Alex Schumann <rubin@afternet.org>
0d16e639 835
2f61d1d7 836 * x3.conf.example: Updated from live afternet file and improved help
837 and layout. Added vim directive to set syntax type.
0d16e639 838
2f61d1d7 839 * src/chanserv.c: ported x2's 8ball in, and improved it.
0d16e639 840
2f61d1d7 841 * src/math.c: Added osiris' hack to do_math for supporting
842 2(10) and 2pi etc. Improved it to handle pi2 also.
0d16e639 843
2f61d1d7 844 * src/chanserv.help: updated 8ball help and added 'myaccess' to
845 information help index.
0d16e639 846
2f61d1d7 8472005-07-18 Alex Schumann <rubin@afternet.org>
d76ed9a9 848
2f61d1d7 849 * src/proto-p10.c: added +L awareness
d76ed9a9 850
2f61d1d7 851 * src/hash.h: added +L awareness
d76ed9a9 852
2f61d1d7 853 * src/chanserv.help: changed set ctcpreaction help
d76ed9a9 854
2f61d1d7 8552005-07-18 Neil Spierling <sirvulcan@gmail.com>
d76ed9a9 856
2f61d1d7 857 * src/modcmd.h: Lets make some functions global.
d76ed9a9 858
2f61d1d7 859 * src/modcmd.c: Log hostmasks no matter what.
d76ed9a9 860
2f61d1d7 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.
d76ed9a9 866
2f61d1d7 8672005-07-15 Alex Schumann <rubin@afternet.org>
d76ed9a9 868
2f61d1d7 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.
d76ed9a9 874
2f61d1d7 8752005-07-14 Alex Schumann <rubin@afternet.org>
d76ed9a9 876
2f61d1d7 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).
d76ed9a9 880
2f61d1d7 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
8862005-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
9122005-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
9182005-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
9242005-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
9312005-05-27 Alex Schumann <rubin@afternet.org>
932
933 * src/chanserv.c: Resync working now
934
9352005-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
9412005-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
9472005-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
9582005-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
9872005-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
9922005-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
10092005-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
10302005-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
10482005-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
10632005-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
10752005-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
10862005-04-04 Neil Spierling <sirvulcan@gmail.com>
1087
1088 * src/proto-p10.c: Reinstated +d usermode.
1089
10902005-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
10972005-03-22 Alex Schumann <rubin@afternet.org>
1098
1099 * x3.conf.example: added sethost/fakehost settings to conf
1100
11012005-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
11142005-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
11202005-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
11312005-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
11452005-03-15 Reed Loden <reed@reedloden.com>
1146
1147 * Synchronization with srvx--devo--1.3--patch-19.
1148
11492005-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
11622005-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$"
d76ed9a9 1176