]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
make proper use of nefarious style 2 host hiding, let me know if ive missed anything
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
2f61d1d7 1/***********************************************************************
2 X3 ChangeLog
1117fc5a 3
f16ad9e7 42006-08-26 Neil Spierling <sirvulcan@gmail.com>
5
6 * x3.conf.example: Added hidden host style option and key options
7 for style 2.
8
9 * src/hosthiding.h: Remove KEY #defines.
10
11 * src/hosthiding.c: Set the keys only once using the conf values.
12
13 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
14 of standard hidden hosts if style is 2.
15
16 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
17 of standard hidden hosts if style is 2.
18
19 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
20 hostname (unresolved). This is how Nefarious works.
21
22 * src/tools.c: Generate hidden hosts off crypt hosts instead
23 of standard hidden hosts if style is 2.
24
cd25f2e9 252006-08-24 Neil Spierling <sirvulcan@gmail.com>
26
27 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
28
29 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
30
31 * src/proto.h: irc_svsjoin decelerations.
32
33 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
34 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
35 an SJ it will be handled properly as a JOIN. Did the same for
36 SVSPART.
37
a45018b2 382006-08-24 Neil Spierling <sirvulcan@gmail.com>
39
40 * src/spamserv.c: Fixed the +k issue with spamserv.
41
6c34bb5a 422006-08-24 Neil Spierling <sirvulcan@gmail.com>
43
44 * src/opserv.c: Added PRIVSET Command.
45
46 * src/opserv.help: Added PRIVSET Command. Plus contents for the
47 privs section.
48
49 * src/proto.h: irc_privs deceleration.
50
51 * src/proto-p10.c: Fixed a compile issue plus added functions for
52 setting and checking privs.
53
89d871d8 542006-08-23 Neil Spierling <sirvulcan@gmail.com>
55
56 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
57
58 * src/hash.h: Priv declerations.
59
60 * src/opserv.c: Show privs in WHOIS output.
61
62 * src/proto.h: client_report_privs decleration.
63
64 * src/proto-p10.c: Handle PRIV only for type 6 servers.
65
33741441 662006-08-19 Alex Schumann <rubin@afternet.org>
67
68 * src/chanserv.c: added reply command, which responds similar to calc,
69 but with any message. (for use with bindings)
70
71 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
72 are replaced with the target command's calling user's account, nick,
73 and numnick respectively. This and the above allows things like:
74 BIND x3 account x3.reply your account is $a or
75 BIND x3 kickme x3.kick $n $1-
76 more to come, maybe, later.
77
37d706b7 782006-08-01 Alex Schumann <rubin@afternet.org>
79
80 * src/modcmd.c: Added OSI certification message to VERSION command
81
01a5e8c8 822006-08-09 Neil Spierling <sirvulcan@gmail.com>
83
84 * x3.conf.example: Redid part of the geoip summary.
85
1ad7ac15 862006-08-09 Neil Spierling <sirvulcan@gmail.com>
87
88 * src/opserv.c: If we have a city, latitude and longitude returned
89 then show a map url. Some results have no city but a latitude and
90 a longitude. The coordinates are useless in this case and most
91 people would know where the country is around abouts.
92
58528547 932006-08-08 Neil Spierling <sirvulcan@gmail.com>
94
95 * src/hash.c: Speed up city and country lookups significantly.
96 Just slow for the first read but once thats done the rest is fast.
97
3a4fdc79 982006-08-08 Neil Spierling <sirvulcan@gmail.com>
99
100 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
101 I dont know if this will work for sure as i cant reproduce it. But
102 my theory is that once the user is kicked the mode node is dropped.
103 Users without modes should still return a valid mode node.
104
5678501c 1052006-08-08 Neil Spierling <sirvulcan@gmail.com>
106
107 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
108 if a giveownership command was issued in a channel with no owners.
109
21f6caee 1102006-08-07 Neil Spierling <sirvulcan@gmail.com>
111
112 * configure: Regenerated.
113
114 * configure.in: Added checks for GeoIP headers and libs.
115
116 * x3.conf.example: Add in 2 options for the dat filenames of the
117 city and country files. If not specified then no geoip data
118 will be checked.
119
120 * src/config.h.in: Regenerated.
121
122 * src/hash.c: Created a function to check the geoip info from the
123 dat files.
124
125 * src/hash.h: Decelerations plus added entries to the userNode
126 struct.
127
128 * src/opserv.c: Display the GeoIP information in WHOIS.
129
130 * src/proto-p10.c: Call the new geoip data collection function
131 towards the end of AddUser.
132
a2dbccef 1332006-08-06 Neil Spierling <sirvulcan@gmail.com>
134
135 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
136
4d69a3b1 1372006-08-01 Alex Schumann <rubin@afternet.org>
138
139 * src/chanserv.c: Add automode 6, to just voice everyone with access.
140 Idea by daniel (thx)
141
7827220c 1422006-08-01 Neil Spierling <sirvulcan@gmail.com>
143
144 * This message is apart of the below one, its just seperate so
145 it doesnt get lost amongst the below messages.
146
147 * src/global.c: Fixed a warning.
148
1492006-08-01 Neil Spierling <sirvulcan@gmail.com>
150
151 * configure: Removed bahamut support, didnt even work.
152
153 * configure.in: Removed bahamut support, didnt even work.
154
155 * INSTALL: Removed bahamut support, didnt even work.
156
157 * x3.conf.example: Removed bahamut support, didnt even work.
158
159 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
160
161 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
162 work.
163
164 * src/config.h.in: Removed bahamut support, didnt even work.
165
166 * src/gline.c: Removed bahamut support, didnt even work.
167
168 * src/hash.h: Removed bahamut support, didnt even work.
169
170 * src/nickserv.c: Removed bahamut support, didnt even work.
171
172 * src/nickserv.h: Removed bahamut support, didnt even work.
173
174 * src/Makefile.am: Removed bahamut support, didnt even work.
175
176 * src/Makefile.in: Removed bahamut support, didnt even work.
177
178 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
179
180 * src/shun.c: Removed bahamut support, didnt even work.
181
57692f5e 1822006-08-01 Neil Spierling <sirvulcan@gmail.com>
183
184 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
185 spamserv.c, nickserv.c.
186
187 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
188
189 * src/nickserv.c: Changed global_message uses to global_message_arg's.
190
191 * src/opserv.c: Changed global_message uses to global_message_arg's.
192
193 * src/spamserv.c: Changed global_message uses to global_message_arg's.
194
09a3057c 1952006-08-01 Neil Spierling <sirvulcan@gmail.com>
196
197 * src/chanserv.c: Changed global_message uses to global_message_arg's.
198
199 * src/global.c: Added language strings for chanserv.c
200
4d99495c 2012006-08-01 Neil Spierling <sirvulcan@gmail.com>
202
203 * src/global.c: Make sure we arnt sending duplicate messages in
204 some cases.
205
985d4109 2062006-08-01 Neil Spierling <sirvulcan@gmail.com>
207
208 * src/x3.conf.example: Removed the targets option.
209
210 * src/global.c: Wrote new function that will global message users
211 and/or opers and/or helpers messages in their own langauge. The
212 strings are set either in language files or in the global.c message
213 struct. This allows us to send defcon notices to people and they
214 will get them in their own language if they have it set.
215
216 * src/global.h: global_message_args decleration.
217
218 * src/opserv.c: Removed targets option for defcon as its too hard
219 to send messages to people in channels if the people have different
220 language settings.
221
d8b9cb7c 2222006-07-31 Neil Spierling <sirvulcan@gmail.com>
223
224 * src/opserv.c: TODO stuff.
225
0272358e 2262006-07-31 Neil Spierling <sirvulcan@gmail.com>
227
228 * x3.conf.example: Added SHUN setting for DEFCON.
229
230 * doc/DEFCON: Added SHUN setting for DEFCON.
231
232 * src/opserv.c: Moved the gline check to here. Also added a SHUN
233 check.
234
235 * src/opserv.h: Added SHUN setting for DEFCON.
236
237 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
238
08895577 2392006-07-31 Neil Spierling <sirvulcan@gmail.com>
240
241 * x3.conf.example: Added new Defcon system settings
242
243 * doc/DEFCON: Anope's Defcon doc adapted for X3.
244
245 * src/chanserv.c: Block mode changes and channel registrations if
246 required.
247
248 * src/mod-memoserv.c: Block new memos if required.
249
250 * src/nickserv.c: Block nick registrations if required.
251
252 * src/opserv.c: Added in defcon system, uses some of the anope code.
253 Most tho is from scratch.
254
255 * src/opserv.h: Defcon declerations.
256
257 * src/opserv.help: Added DEFCON entry.
258
259 * src/proto-p10.c: If required gline new clients, also if required
260 kill new clients.
261
35305a49 2622006-07-29 Alex Schumann <rubin@afternet.org>
263
264 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
265 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
266 not comfortable running 'make install' on libtre from ./configure.
267 This violates what the user expects in a way that can harm the system.
268 Changed how the libtre checks work and provided easy-to-use install
0754f993 269 script. -fix link stage
35305a49 270
271 * rx/Makefile.in: fix autotools warning(s)
272
babc1c07 2732006-07-28 Alex Schumann <rubin@afternet.org>
274
275 * src/nickserv.help: add odelcookie to help oper
276
31543e44 277 * x3.conf.example: update & improve x3.conf.example description of
278 extended_accounts setting.
279
964abe6b 2802006-07-26 Alex Schumann <rubin@afternet.org>
281
282 * src/opserv.c: Fix crash when doing reroute if routing isnt
ce9266cf 283 configured. | Voice discovered that the error message for addplan fail
284 was typeo'd so not showing.
964abe6b 285
20517d48 286 * src/opserv.help: slight changes to routing help.
287
288 * src/chanserv.c: let non-staff see when channels were registered with
289 .info
290
d9d33535 2912006-07-24 Alex Schumann <rubin@afternet.org>
292
293 * src/proto-p10.c: dont burst channels with 0 users in them (which
294 were created by alert discrims, most likely)
295
2962006-07-23 Alex Schumann <rubin@afternet.org>
297
298 * x3.conf.example: Added chanserv "modes" to example - use to control
299 what usermodes chanserv gets. Mainly for setting +d or not, if you
300 have nef 1.0 'b:' lines setup.
301
bae4525d 3022006-07-25 Neil Spierling <sirvulcan@gmail.com>
303
304 * src/nickserv.c: If theres no title set then the default title
305 will therefore be the first part of hidden_host in x3.conf.example,
306 so for consistency with opt_fakehost we will print this.
307
88b0672a 3082006-07-25 Neil Spierling <sirvulcan@gmail.com>
309
310 * src/nickserv.c: The reason why theres no arg rubin is that
311 if you want to print the fakehost then u dont specify an arg.
312 This tells opt_fakehost to set fake to the current fakehost
313 and pass it on to be printed.
314
bf93ca8d 3152006-07-23 Alex Schumann <rubin@afternet.org>
316
116d100f 317 * src/nickserv.c: Add config file regex fakehost test + sanity
574bfc14 318 checking in title as well (fixed).
bf93ca8d 319
8108185c 320 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
321 instead of argv[2]==null since argv's dont get set null.
322
eb43ca8c 3232006-07-23 Neil Spierling <sirvulcan@gmail.com>
324
325 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
326
327 * src/proto-p10.c: Host in topic supports sethost and fakehost
328 now.
329
47956fc5 3302006-07-21 Alex Schumann <rubin@afternet.org>
331
332 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
333 irc_connect, and added callbacks to handle connect failures and
334 successes. (All prep for auto routing system)
0520d39a 335
47956fc5 336 * src/proto.h: Added support for irc_wallop, irc_squit,
337 irc_connect, and added callbacks to handle connect failures and
338 successes. (All prep for auto routing system)
0520d39a 339
dd1fc2a3 340 * src/opserv.help: Help entries for auto routing system + fix typeo in
341 routing example
0520d39a 342
47956fc5 343 * src/hash.h: New structs for auto routing system
0520d39a 344
da0c436d 345 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
346 error message to debug message.
0520d39a 347
47956fc5 348 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
0520d39a 349
47956fc5 350 * src/modcmd.c: added 'routing' main command alias.
351
5006460e 3522006-07-16 Neil Spierling <sirvulcan@gmail.com>
353
354 * x3.conf.example: Added host_in_topic option for sending full
355 nick!user@host if its enabled. Default to one as Nefarious is
356 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
357 you have this enabled on X3 and not on your Nefarious server.
358
359 * src/proto-p10.c: Make use of host_in_topic.
360
c092fcad 3612006-07-13 Alex Schumann <rubin@afternet.org>
362
363 * src/opserv.c: make the bot reply from the nick you /msg in all
364 cases, if commands are bound to a different bot.
365
366 * src/nickserv.c: make the bot reply from the nick you /msg in all
367 cases, if commands are bound to a different bot.
368
369 * src/chanserv.c: make the bot reply from the nick you /msg in all
370 cases, if commands are bound to a different bot.
371
372 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
373 msg, not the defined memoserv bot, if commands are aliased to other
374 bots. This may also fix the crash bug playa reported at
375 http://www.unrealgamers.net/forums/index.php?showtopic=138
376
be3d31e0 3772006-07-11 Alex Schumann <rubin@afternet.org>
378
75ef8cdc 379 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
380 and some x3 topic functions.
381
be3d31e0 382 * x3.conf.example: Improved server/type setting documentation,
383 and changed default to 5.
384
0c0adfe0 3852006-07-11 Alex Schumann <rubin@afternet.org>
386
387 * src/opserv.c: fixed silent alerts not getting picked up from db file
388 on read/load.
389
827ecd60 3902006-07-11 Alex Schumann <rubin@afternet.org>
391
df5f6070 392 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
393 when adding an invalid jupe servername or numeric.
394 this closes bug number 1513510.
395
827ecd60 396 * src/modcmd.c: if pubcmd is set higher than your level, only respond
397 with the denied msg if the command was actually found. this closes bug
398 number 1509382.
399
22d5d8cf 4002006-07-10 Alex Schumann <rubin@afternet.org>
401
402 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
403 non-logged-in user (null pointer)
404
3f5b8801 4052006-07-09 Alex Schumann <rubin@afternet.org>
406
407 * src/nickserv.c: fixed bug where unignores were getting sent to the
408 user multiple times, instead of to each online nick once.
409
d07e3fff 4102006-07-09 Alex Schumann <rubin@afternet.org>
411
f0b5157b 412 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
b6599cc2 413 spot. Ugh, messed up the fix. Trying again :)
d07e3fff 414
5f1600ab 4152006-07-10 Neil Spierling <sirvulcan@gmail.com>
416
417 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
418 If the target is ignoring the person inviting them then the invite
419 is denied.
420
a76bcc6a 4212006-07-07 Alex Schumann <rubin@afternet.org>
422
423 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
424 memoserv most easily seen when sending short memos. Rewrote the flag
425 handling part of memo send to correct it.
426
18757dc0 4272006-07-05 Alex Schumann <rubin@afternet.org>
428
429 * src/helpfile.c: pLaYa pointed out the table code row count is off by
430 one. Fixed.
431
5b1166fd 4322006-06-27 Neil Spierling <sirvulcan@gmail.com>
433
434 * configure: Regenerated.
435
436 * configure.in: Make use of TRE regexp library. Its more powerful
437 than the standard library (http://laurikari.net/tre/index.html).
438 Im also pondering adding services side regexp bans, X3 would
439 probably required a channel flag called say advanced that can
440 only be set by the owner. If enabled then regexp bans can be
441 used. I also added an output saying what modules are enabled,
442 what protocol is enabled, what malloc is choosen and if debugging
443 is enabled. Just a bit of a message as the user will of seen
444 programs just finish compiling and he/she/it may think it
445 was X3 compiling, but it was just TRE compiling. They still need
446 to compile X3.
447
448 * src/config.h.in: Regenerated.
449
450 * src/Makefile.am: Tweak for TRE.
451
452 * src/Makefile.in: Regenerated.
453
454 * src/nickserv.c: Use the new regex.h Im sure -I includes get
455 called before system includes like /usr/include.
456
457 * src/opserv.c: Use the new regex.h Im sure -I includes get
458 called before system includes like /usr/include.
459
460 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
461 compile this just before configure finishes up. Sits around
462 470KB, rather than another 2.5MB if i TRE untarred. I suppose
463 i could get it down a bit more using Bzip but there are some
464 boxes out there still without bzip.
465
1b4a47ca 4662006-06-25 Neil Spierling <sirvulcan@gmail.com>
467
468 * src/mod-memoserv.c: Better history implementation. A seperate
469 table is used for history entries. Entries contain the same
470 fields as the memo table except for the message, read, and flags.
471 Entries are only removed from the history db when they get
472 expired by do_expire (older than message_expire). Also fixed
473 up a issue with STATUS. On AfterNET we were getting huge large
474 for the amount of memos. I now realise it was reading the amount
475 of users. It now reads the proper amount of memos. I also a count
476 for history entries.
477
478 * src/mod-memoserv.help: EXPIRE handles history and memos now.
479
35ca8140 4802006-06-25 Neil Spierling <sirvulcan@gmail.com>
481
482 * src/mod-memoserv.c: Make use of ignore lists when trying to
483 send memos.
484
6546e922 4852006-06-25 Neil Spierling <sirvulcan@gmail.com>
486
487 * src/spamserv.c: Crash fix (finally). Been meaning to do this
488 for a while now.
489
a8370a20 4902006-06-23 Alex Schumann <rubin@afternet.org>
491
492 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
493 src/modcmd.c, src/nickserv.c: Improvements to
494 table output and help display.
495
496 * src/mod-memoserv.c: fix segfault
497
4982006-06-23 Alex Schumann <rubin@afternet.org>
6c3ce3bb 499
500 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
501 fix it and re-apply if you want it..
502
503 * src/chanserv.h: Backing out the bantype patch.
504
505 * src/chanserv.help: Backing out the bantype patch.
506
8cfd8013 5072006-06-20 Neil Spierling <sirvulcan@gmail.com>
508
509 * src/mod-memoserv.c: Fixed a bug.
510
cbc5a1a4 5112006-06-20 Neil Spierling <sirvulcan@gmail.com>
512
513 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
514 if the recipient deletes the memo it will not be listed in the
515 HISTORY list.
516
517 * src/mod-memoserv.help: HISTORY entry.
518
2a951803 5192006-06-20 Neil Spierling <sirvulcan@gmail.com>
520
521 * src/mod-memoserv.c: Added new flags, see below.
522
523 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
524 added flags for always ignoring read reciepts and always sending
525 read reciepts.
526
f2e592d3 5272006-06-20 Neil Spierling <sirvulcan@gmail.com>
528
529 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
530 that you have sent, aslong as they have not been read yet.
531
532 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
533 recipient to read reciept stuff.
534
34a9e19a 5352006-06-20 Neil Spierling <sirvulcan@gmail.com>
536
537 * src/mod-memoserv.c: Redid the db stuff, it now writes users
538 settings and memos to the memoserv database.
539
512d7958 5402006-06-20 Neil Spierling <sirvulcan@gmail.com>
541
542 * src/mod-memoserv.c: Small bug fix.
543
82794e1b 5442006-06-20 Neil Spierling <sirvulcan@gmail.com>
545
546 * src/mod-memoserv.c: Added read recipient support via SEND using
547 -r as a flag. Messages with requested read recipients have a (r)
548 shown beside the sender nick in LIST. People can ignore a read
549 recipient using -i when reading the message via READ. Its all
550 in the help file.
551
552 * src/mod-memoserv.help: Added read recipient relevent bits.
553
554 * src/opserv.help: Added halfopping functions.
555
acb6d53d 5562006-06-19 Neil Spierling <sirvulcan@gmail.com>
557
558 * src/x3.conf.example: Forgot a ;.
559
a8692672 5602006-06-19 Neil Spierling <sirvulcan@gmail.com>
561
562 * src/mod-memoserv.c: Make use of SET LIMIT.
563
d9abe201 5642006-06-19 Neil Spierling <sirvulcan@gmail.com>
565
566 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
567
a8138c9f 5682006-06-19 Neil Spierling <sirvulcan@gmail.com>
569
570 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
571
acf3c6d5 5722006-06-19 Neil Spierling <sirvulcan@gmail.com>
573
574 * x3.conf.example: Max limit for Memoserv LIMIT option.
575
576 * src/hash.h: Fixed halfops issue.
577
578 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
579 amount of memos you can have. This does not do anything yet as
580 im committing the half ops fix now. This code is fine it just
581 allows you to adjust the limit for now.
582
e3e5ba49 5832006-06-12 Neil Spierling <sirvulcan@gmail.com>
584
585 * x3.conf.example: Commented out SpamServ module as there are bugs
586 and i cant give a definate date as to when i can fix it. Im not
587 home much these days.
588
589 * src/mod-memoserv.c: Redid the SET code using some whatnet code
590 by wasted. Tweaked here and there. Also added some formatting in
591 LIST and SET like chanserv SET. Oh and MemoServ will join
592 autojoin_channels if MemoServ is in a seperate nickname.
593
594 * src/mod-memoserv.help: Added OSET and done some tweaking.
595
596 * src/nickserv.c: Allow the use of get_victim_oper outside of
597 nickserv.c.
598
599 * src/nickserv.h: Allow the use of get_victim_oper outside of
600 nickserv.c.
601
b3052f71 6022006-06-07 Alex Schumann <rubin@afternet.org>
603
604 * src/chanserv.help: Added a couple set helps that were missing.
e1443247 605
606 * src/helpfile.c: fix missing space in multi-column table output such
607 as /msg opserv commands * (with nickserv tablewidth setting >60)
b3052f71 608
1c5f6697 6092006-06-06 Alex Schumann <rubin@afternet.org>
610
e3e5ba49 611 * src/opserv.c: Change how addalert silence works, so that its a
612 parameter instead of an action, and also works with trace now.
613
1c5f6697 614 * x3.conf.example: Added a config setting of level needed to use
615 'silent yes' in trace/addalert.
616
d762299d 6172006-06-04 Alex Schumann <rubin@afternet.org>
618
619 * src/nickserv.c: Fix oregister
620
7293d1d3 621 * src/nickserv.help: Update help for oregister
622
a6a4707e 6232006-06-05 Neil Spierling <sirvulcan@gmail.com>
624
625 * src/proto-p10.c: Properly handle incomming manual silences.
626
668dc38e 6272006-06-05 Neil Spierling <sirvulcan@gmail.com>
628
629 * src/common.h: pretty_mask etc declerations.
630
631 * src/nickserv.c: Parse the mask through pretty_mask before adding
632 it. Normal ircd side silences go through this, this just keeps
633 things looking the same and if a user tries to remove a silence
634 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
635
636 * src/proto-p10.c: Send a + if adding a silence.
637
638 * src/tools.c: pretty_mask and one other function for reformatting
639 a hostname so its pretty :) from IRCu.
640
92fac64c 6412006-06-04 Alex Schumann <rubin@afternet.org>
668dc38e 642
92fac64c 643 * src/nickserv.c: Send silences to every nick of a handle, not the
644 nick that did the command.
645
3ec42e29 6462006-06-04 Neil Spierling <sirvulcan@gmail.com>
647
648 * src/main.c: Moved spamserv initilization to after chanserv.
649
650 * src/spamserv.c: Read the db earlier.
651
63c95a47 6522006-05-30 Neil Spierling <sirvulcan@gmail.com>
653
654 * configure: Regenerated.
655
656 * configure.in: Bumped version and changed list email.
657
658 * x3.example.conf: Added SpamServ options.
659
660 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
661
662 * src/chanserv.h: Declerations
663
664 * src/main.c: Init the new SpamServ service.
665
666 * src/Makefile.am: Added SpamServ files.
667
668 * src/Makefile.in: Regenerated
669
670 * src/modcmd.c: Added SpamServ to REBINDALL.
671
672 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
673
674 * src/proto-common.c: Make sure SpamServ gets notices.
675
676 * src/spamserv.c: New service that checks for spamming, floods etc.
677 Requires an oper to register it to a channel for it to work.
678
679 * src/spamserv.h: Decelerations.
680
681 * src/spamserv.help: Help entries for SpamServ.
682
fe32eb19 6832006-05-29 Neil Spierling <sirvulcan@gmail.com>
684
685 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
686
687 * src/chanserv.c: Added selectable bantypes.
688
689 * src/chanserv.h: Added selectable bantypes.
690
691 * src/chanserv.help: Added help entries.
692
0b587959 6932006-05-29 Neil Spierling <sirvulcan@gmail.com>
694
695 * src/nickserv.c: Added user option ADVANCED, when we add more
696 advanced commands users will need to set this to see the options
697 in help. Further work in helpfile is still needed afaik. This is
698 just the basics.
699
700 * src/nickserv.h: Advanced option declerations.
701
702 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
703 Seems no one added that when they added the AUTOHIDE option.
704
7637f48f 7052006-05-28 Neil Spierling <sirvulcan@gmail.com>
706
707 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
708
709 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
710 and denied_fakehost_words. Also dropped refresh_period for chanserv
711 set resync.
712
713 * src/chanserv.c: Added god_timeout, disable god mode automatically
714 when the period times out. Also added a new set option- resync, auto
715 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
716
717 * src/chanserv.help: Added entry for SET RESYNC.
718
719 * src/global.c: Join global into autojoin_channels if enabled.
720
721 * src/main.c: Some tweaking for autojoin_channels.
722
723 * src/mod-memoserv.c: If a user has memos and notify on login
724 enabled then only display the notify notice on login and not
725 during a netburst.
726
727 * src/mod-track.c: Quashed a warning.
728
729 * src/modcmd.c: Added functions for god_timeout. Also added wasted
730 to VERSION output for credits for these features.
731
732 * src/nickserv.c: Added denied_fakehost_words, deny the words set
733 there if an oper trys to use them in a fakehost. Also autojoin
734 chanserv if enabled into autojoin_channels.
735
736 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
737 after a drone attack. Also join opserv and reserved nicks into
738 autojoin_channels if opserv/reserved is enabled.
739
740 * src/opserv.help: Added entry for REFRESHMAX.
741
0779bbcf 7422006-05-25 Alex Schumann <rubin@afternet.org>
743
b5c80c61 744 * src/proto-p10.c: make non-existant server type setting not crash x3.
745
0779bbcf 746 * src/nickserv.help: Added newby tip to authserv registration
747 help (about < and >)
748
749 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
750 deref null kicker)
751
56958740 7522006-05-23 Neil Spierling <sirvulcan@gmail.com>
753
754 * src/chanserv.c: Set SWHOIS's when a user auths.
755
756 * src/hosthiding.c: Fixed a segfault.
757
758 * src/nickserv.c: Epithets now use SWHOIS.
759
760 * src/proto.h: Declerations for irc_swhois.
761
762 * src/proto-p10.c: Handle SWHOIS's.
763
68b75482 7642006-05-23 Neil Spierling <sirvulcan@gmail.com>
765
766 * src/hash.h: Bumped SOCKIPLEN
767
768 * src/hosthiding.c: Functions to crypt IPv6 addresses.
769
770 * src/hosthiding.h: IPv6 function declerations.
771
772 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
773 with the ipv6 crypting function.
774
37ef8ee3 7752006-05-23 Neil Spierling <sirvulcan@gmail.com>
776
777 * src/hash.h: Bits needed for other type of host hiding.
778
779 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
780
781 * src/hosthiding.c: This will generated crypted style 2 Nefarious
782 hidden hosts and ips. Currently they are just displayed in O3
783 WHOIS. Im yet to expand this.
784
785 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
786
787 * src/Makefile.in: Regenerated.
788
789 * src/opserv.c: Display crypted hosts n ips in WHOIS.
790
791 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
792 save them in user->crypthost user->cryptip.
793
5177fd21 7942006-05-22 Neil Spierling <sirvulcan@gmail.com>
c02cd944 795
5177fd21 796 * src/chanserv.c: Set ignores when you authenticate.
c02cd944 797
5177fd21 798 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
799 Used for centralized silence list management. Currently set ignores
800 can be viewed in ACCOUNTINFO for via ircd SILENCE.
801
802 * src/nickserv.h: Declerations.
803
804 * src/nickserv.help: Added help entries for above commands.
805
806 * src/proto.h: Declerations.
807
808 * src/proto-p10.c: Functions to handle silences
c02cd944 809
d9896a83 8102006-05-18 Alex Schumann <rubin@afternet.org>
811
b34a7505 812 * src/proto-p10.c: Fixed up the track module a bit more
d9896a83 813
b34a7505 814 * src/hash.c: Fixed up the track module a bit more, including
815 reporting correctly when X3 kicks someone. This should affect mrsnoopy
816 as well, hopefully wont cause any bugs.
d9896a83 817
e5c85987 818 * src/mod-track.c: Fixed up the track module a bit more - made track
819 all/none work
d9896a83 820
b34a7505 8212006-05-18 Alex Schumann <rubin@afternet.org>
822
823 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
824
825 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
826
827 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
828
829 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
d9896a83 830
8312006-05-18 Alex Schumann <rubin@afternet.org>
832
b34a7505 833 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
12673a59 834 in.
835
b34a7505 836 * src/mod-track.c: some cleanups and textual changes, to make the commands
12673a59 837 slightly more user friendly.
838
5177fd21 8392006-05-16 Neil Spierling <sirvulcan@gmail.com>
840
841 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
842
843 * src/x3.conf.example.: adding 050 'type' to server config (rubin
844 fixed missing ';' and changelog entries)
845
f6c7c603 8462006-05-16 Neil Spierling <sirvulcan@gmail.com>
847
848 * Most files: Heh i cant be bothered listing all files, see websvn
849 if you want specific files. I just added a new tracking module, its
850 just like snoop except it targets specified users. The actual
851 commit is in the previous revision, i just forgot to update this to
852 tick over the svn version in version output.
853
2f61d1d7 8542006-05-15 Neil Spierling <sirvulcan@gmail.com>
697f4c9a 855
2f61d1d7 856 * Most files: Major update off the new release of srvx 1.3.1. Also
857 seeing as the new updates dont all have changelog entries ive dropped
858 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
697f4c9a 859
2f61d1d7 8602006-03-20 Alex Schumann <rubin@afternet.org>
697f4c9a 861
2f61d1d7 862 * src/chanserv.c: core fix; check if theres a handle_info before looking
863 at style...
697f4c9a 864
2f61d1d7 865 * src/helpfile.c: core fix; check if theres a handle_info before looking
866 at style...
697f4c9a 867
2f61d1d7 8682006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 869
2f61d1d7 870 * src/chanserv.c: more clean style changes
697f4c9a 871
2f61d1d7 8722006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 873
2f61d1d7 874 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
875 and dhp1080 made me do it) Needs lots of work to remove ----
876 headers for 'clean' setting.
697f4c9a 877
2f61d1d7 878 * src/helpfile.c: Added nickserv 'style' stetting back.
697f4c9a 879
2f61d1d7 880 * src/nickserv.help: Added help for set style.
697f4c9a 881
2f61d1d7 882 * src/mod-helpserv.c: make style affect table outputs.
697f4c9a 883
2f61d1d7 884 * src/nickserv.c: Added nickserv 'style' setting back.
697f4c9a 885
2f61d1d7 886 * src/nickserv.h: Added nickserve 'style' setting back.
697f4c9a 887
2f61d1d7 8882006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 889
2f61d1d7 890 * src/proto-p10.c: Added conf setting for extended_accounts for
891 backward compatability with stock undernet ircd.
dee9951d 892
2f61d1d7 893 * x3.conf.example: Added conf setting for extended_accounts for
894 backward compatability with stock undernet ircd.
dee9951d 895
2f61d1d7 8962006-03-06 Alex Schumann <rubin@afternet.org>
897
898 * src/opserv.help: Added missing trace criteria to help,
899 and fixed up a few other bits of help around that topic.
dee9951d 900
2f61d1d7 9012006-01-16 Alex Schumann <rubin@afternet.org>
dee9951d 902
2f61d1d7 903 * src/tools.c: created an email valididty function
dee9951d 904
2f61d1d7 905 * src/nickserv.c: check valididty of email better
dee9951d 906
2f61d1d7 907 * src/sendmail.c: check validity of email better
dee9951d 908
2f61d1d7 9092006-01-06 Alex Schumann <rubin@afternet.org>
dee9951d 910
2f61d1d7 911 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
912 to a different bot, eg chanserv, and to reply from the correct nickname.
913 also a bunch of whitespace changes
dee9951d 914
2f61d1d7 915 * src/nickserv.c: begin work on making nickserv commands bind without
916 responding from the wrong nick. also a bunch of whitespace changes
dee9951d 917
2f61d1d7 918 * src/hash.h: whitespace
dee9951d 919
2f61d1d7 920 * src/opserv.help: improved QUERY helpfile. (though command itself still
921 has bugs)
dee9951d 922
2f61d1d7 9232005-12-14 Alex Schumann <rubin@afternet.org>
dee9951d 924
2f61d1d7 925 * src/chanserv.help: added set bantimeout help
dee9951d 926
2f61d1d7 9272005-11-08 Alex Schumann <rubin@afternet.org>
dee9951d 928
2f61d1d7 929 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
930 aliases properly.
697f4c9a 931
2f61d1d7 932 * src/modcmd.help: Added note about escaping spaces to modcmd help.
697f4c9a 933
2f61d1d7 934 * src/nickserv.help: Improved help files
697f4c9a 935
2f61d1d7 936 * src/chanserv.help: Improved help files
697f4c9a 937
2f61d1d7 9382005-10-13 Alex Schumann <rubin@afternet.org>
697f4c9a 939
2f61d1d7 940 * src/proto-p10.c: ignore remote /lusers
697f4c9a 941
2f61d1d7 9422005-09-13 Alex Schumann <rubin@afternet.org>
697f4c9a 943
2f61d1d7 944 * src/global.c: Changed motd header style
697f4c9a 945
2f61d1d7 946 * src/nickserv.help: Improved directions for getting and using
947 accounts.
697f4c9a 948
2f61d1d7 949 * src/chanserv.help: Improved directions for getting and using
950 accounts.
b336c8db 951
2f61d1d7 9522005-08-13 Alex Schumann <rubin@afternet.org>
b336c8db 953
2f61d1d7 954 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
955 some *@* protection.
b336c8db 956
2f61d1d7 957 * src/tools.c: added function to detect an overmask (too general)
b336c8db 958
2f61d1d7 959 * src/common.h: added function to detect an overmask (too general)
b336c8db 960
2f61d1d7 9612005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 962
2f61d1d7 963 * src/chanserv.c: Modified resync to work accourding to automode
964 setting, and fixed a buffer overflow problem.
0d16e639 965
2f61d1d7 966 * src/chanserv.help: updated set automode and rsync help.
0d16e639 967
2f61d1d7 968 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
969 sets +x on AUTH.
0d16e639 970
2f61d1d7 971 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
972 sets +x on AUTH.
0d16e639 973
2f61d1d7 9742005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 975
2f61d1d7 976 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
977 of 'voice' setting. + Rewording setting help
0d16e639 978
2f61d1d7 979 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
980 of 'voice' setting.
0d16e639 981
2f61d1d7 982 * src/chanserv.help: Added help for automode. + Rewording setting help
0d16e639 983
2f61d1d7 9842005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 985
2f61d1d7 986 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
0d16e639 987
2f61d1d7 988 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
0d16e639 989
2f61d1d7 990 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
0d16e639 991
2f61d1d7 992 * src/nickserv.c: Added option to have authserv oper/admin people with
993 opserv access. (Life4Christ)
0d16e639 994
2f61d1d7 995 * src/opserv.c: Added admin_level config option
996
997 * src/opserv.h: Added admin_level config option
0d16e639 998
2f61d1d7 9992005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 1000
2f61d1d7 1001 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
1002 command) when nef* bug sends the +o twice. ++fix bug in patch
0d16e639 1003
2f61d1d7 10042005-08-09 Alex Schumann <rubin@afternet.org>
0d16e639 1005
2f61d1d7 1006 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
0d16e639 1007
2f61d1d7 10082005-08-08 Alex Schumann <rubin@afternet.org>
0d16e639 1009
2f61d1d7 1010 * src/chanserv.c: Added banTimeout feature to .set
0d16e639 1011
2f61d1d7 1012 * src/chanserv.h: added banTimeout feature to .set
0d16e639 1013
2f61d1d7 1014 * src/recdb.c: Added some better error catching in database_get_data()
0d16e639 1015
2f61d1d7 1016 * src/proto-common.h: tabs
0d16e639 1017
2f61d1d7 1018 * x3.conf.example: added bantimeout to default set list, and ban
1019 timeout frequency config setting.
0d16e639 1020
2f61d1d7 10212005-08-04 Alex Schumann <rubin@afternet.org>
0d16e639 1022
2f61d1d7 1023 * src/chanserv.c: Changed kick protected message to one without %s or
1024 $b because the kick function doesnt support replacements.
0d16e639 1025
2f61d1d7 1026 * src/tools.c: fixed spelling error in comment.
0d16e639 1027
2f61d1d7 10282005-07-28 Alex Schumann <rubin@afternet.org>
0d16e639 1029
2f61d1d7 1030 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
1031 one)
0d16e639 1032
2f61d1d7 1033 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
1034 whining.
0d16e639 1035
2f61d1d7 10362005-07-26 Alex Schumann <rubin@afternet.org>
0d16e639 1037
2f61d1d7 1038 * x3.conf.example: Updated from live afternet file and improved help
1039 and layout. Added vim directive to set syntax type.
0d16e639 1040
2f61d1d7 1041 * src/chanserv.c: ported x2's 8ball in, and improved it.
0d16e639 1042
2f61d1d7 1043 * src/math.c: Added osiris' hack to do_math for supporting
1044 2(10) and 2pi etc. Improved it to handle pi2 also.
0d16e639 1045
2f61d1d7 1046 * src/chanserv.help: updated 8ball help and added 'myaccess' to
1047 information help index.
0d16e639 1048
2f61d1d7 10492005-07-18 Alex Schumann <rubin@afternet.org>
d76ed9a9 1050
2f61d1d7 1051 * src/proto-p10.c: added +L awareness
d76ed9a9 1052
2f61d1d7 1053 * src/hash.h: added +L awareness
d76ed9a9 1054
2f61d1d7 1055 * src/chanserv.help: changed set ctcpreaction help
d76ed9a9 1056
2f61d1d7 10572005-07-18 Neil Spierling <sirvulcan@gmail.com>
d76ed9a9 1058
2f61d1d7 1059 * src/modcmd.h: Lets make some functions global.
d76ed9a9 1060
2f61d1d7 1061 * src/modcmd.c: Log hostmasks no matter what.
d76ed9a9 1062
2f61d1d7 1063 * src/log.c: Lookup commands if they are from OpServ in the log.
1064 If they match channel specific commands like OP, DEOP, etc then
1065 we will display them in a LAST command (assuming the person doing
1066 the LAST is an oper). Normal clients wont see commands that have
1067 been performed by OpServ.
d76ed9a9 1068
2f61d1d7 10692005-07-15 Alex Schumann <rubin@afternet.org>
d76ed9a9 1070
2f61d1d7 1071 * src/chanserv.c: Changed around ctcpreaction setting so it:
1072 a) doesnt crash.
1073 b) doesnt kick userlist members ever
1074 c) has only 1 setting needed to control it
1075 * src/chanserv.h: removed some old oplevel stuff.
d76ed9a9 1076
2f61d1d7 10772005-07-14 Alex Schumann <rubin@afternet.org>
d76ed9a9 1078
2f61d1d7 1079 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
1080 remove errors from log. Fixed problem with missing break; in
1081 channel mode c parsing (reed).
d76ed9a9 1082
2f61d1d7 1083 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
1084
1085 * src/log.c: Changed channel log target to send PRIVMSG instead of
1086 NOTICE. (Ghozer)
1087
10882005-05-07 Neil Spierling <sirvulcan@gmail.com>
1089
1090 * configure: Regenerated.
1091
1092 * configure.in: Added checks for tgmath.h.
1093
1094 * src/chanserv.c: Added new command LAST, from X2. Similar to
1095 EVENTS except its file based. Bear in mind you dont have to use
1096 both. You can bind what you want to use. Commented out zoot_list
1097 as its not in use, just a warning fix.
1098
1099 * src/hash.c: Warning fix.
1100
1101 * src/log.h: Misc defines.
1102
1103 * src/log.c: Logging functions from X2.
1104
1105 * src/math.c: If tgmath.h doesnt exist then include some other
1106 files that contain the functions we require.
1107
1108 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
1109
1110 * src/proto-p10.c: Added chanserv.h #include to squash a small
1111 compile error. Made X3 understand MARK's to a small point. Fixed
1112 a small parsing bug with exempts.
1113
11142005-07-06 Alex Schumann <rubin@afternet.org>
1115
1116 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
1117
1118 * src/opserv.c: Fixed an awkward output of trace count etc.
1119
11202005-06-22 Alex Schumann <rubin@afternet.org>
1121 * src/chanserv.help: Improved DURATION help
1122
1123 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
1124 a better average.
1125
11262005-05-27 Alex Schumann <rubin@afternet.org>
1127
1128 * src/chanserv.c: Improved usability of register command, fixed
1129 unregister reply.
1130
1131 * src/chanserv.help: Improved usability of register command
1132
11332005-05-27 Alex Schumann <rubin@afternet.org>
1134
1135 * src/chanserv.c: Resync working now
1136
11372005-05-27 Reed Loden <reed@reedloden.com>
1138
1139 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
1140 grammar issues in the message send to pending users. Fixed a
1141 problem with some of the resync code.
1142
11432005-05-27 Alex Schumann <rubin@afternet.org>
1144
1145 * src/chanserv.c: make pending add check if the person is already on
1146 the userlist before re-adding them (thx exec & reed for noticing this)
1147 Fix capitalisation of I in pending notice.
1148
11492005-05-18 Alex Schumann <rubin@afternet.org>
1150
1151 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
1152 working, and pointed me to the opserv helpfiles command, which shows
1153 what services search what help files. This fixes the help command to
1154 search that list as it should. Still need to modify the 'default'
1155 helpfile search bindigs because I dont think chanserv should respond
1156 to help from opserv's db, etc. See opserv's 'helpfiles' command.
1157
1158 * src/modcmd.help: clarified 'helpfiles' help.
1159
11602005-05-18 Alex Schumann <rubin@afternet.org>
1161
1162 * src/helpfile.c: make send_help() return true/false and not send
1163 errors so svccmd_send_help can 'take control' of things.
1164
1165 * src/modcmd.c: Fixed up the help system (again) / find aliased
1166 commands help if none exists. / Display no help for that command on
1167 commands (instead of topic)
1168
1169 * src/modcmd.h: Fixed up the help system (again)
1170
1171 * src/global.c: Fixed syntax display
1172
1173 * src/chanserv.help: Removed =---= formatting, fixed a few things.
1174 *spelling ++more spelling (thx reed)
1175
1176 * src/nickserv.help: Removed =---= formatting, fixed a few things.
1177 *spelling ++more spelling (thx reed)
1178
1179 * src/opserv.help: Removed =---= formatting, fixed a few things.
1180 ++spelling (thx reed)
1181
1182 * src/global.help: simplified index
1183
1184 * src/nickserv.c: Changed message users get when their email is
1185 already used for an account, fixed syntax help
1186
1187 * src/opserv.c: fixed syntax help
1188
11892005-05-16 Alex Schumann <rubin@afternet.org>
1190
1191 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
1192 the help file.
1193
11942005-05-04 Alex Schumann <rubin@afternet.org>
1195
1196 * src/modcmd.c: added a 'rebindall' command to assist with
1197 upgrades and changes which change command bindings.
1198
1199 * src/modcmd.help: modified help to reflect above
1200
1201 * src/opserv.help: modified help to reflect above
1202
1203 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
1204 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
1205 between channel bans (+b) and x3 remembered bans (lamers)
1206
1207 * src/chanserv.help: modified help to reflect above
1208
1209 * UPGRADE: added use of rebindall to upgrade instructions
1210
12112005-05-04 Alex Schumann <rubin@afternet.org>
1212
1213 * src/chanserv.c: added an 'adduser pending' feature, where if
1214 someone isn't authed x3 will ask them to /auth or register, and then
1215 automatically finish adding them to the channel when they do.
1216 Fixed email bug with adduser pending
1217
1218 * src/chanserv.h: adduser pending
1219
1220 * src/hash.c: adduser pending
1221
1222 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
1223
1224 * src/nickserv.c: adduser pending cleanup and activation code,
1225 Arch sync (Avoid losing channel information when
1226 replacing an account using the mergedb command.)
1227
1228 * src/proto-p10.c: adduser pending cleanup code
1229
1230 * src/nickserv.help: improved set and register help
1231
12322005-05-04 Alex Schumann <rubin@afternet.org>
1233
1234 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
1235 negitive). Added set voice to provide control over use of voice.
1236 Implimented a basic chanserv db version control system for upgrading
1237 seamlessly.
1238
1239 * src/chanserv.help: adjusted help to reflect voice and uset autoop
1240 changes.
1241
1242 * src/hash.h: updated ssz comment from z to Z
1243
1244 * src/modcmd.help: rewrote BIND help
1245
1246 * src/proto-p10.c: Added Z (sslonly) support back in
1247
1248 * UPGRADE: created file to document upgrading procedures
1249
12502005-04-23 Alex Schumann <rubin@afternet.org>
1251 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
1252 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
1253 topicmask to be an on or off setting, uninfluenced by enftopic.
1254 Added feature to use mask on /topic in addition to ,topic sets.
1255 Removed special consideration for ircops in protect_user()
1256
1257 * src/chanserv.help: updated documentation to reflect the new and
1258 much simpler topicmask feature, and removed op/voice levels.
1259
1260 * src/nickserv.c: added tailing 'end of' line for accountinfo
1261 for non-opers too.
1262
1263 * src/modcmd.c: tweaked alias notification for help and breef help.
1264
12652005-04-20 Alex Schumann <rubin@afternet.org>
1266
1267 * src/proto-common.c: removing +d. needs to be a config option
1268 or something.
1269
1270 * src/nickserv.help: modified main help reply of authserv
1271
1272 * src/nickserv.c: added title, epithet, and fakehost to oset listing
1273
1274 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
1275 totally redesigned though.
1276
12772005-04-15 Alex Schumann <rubin@afternet.org>
1278
1279 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
1280 at the same time. The whole block needs to be if/else instead of
1281 switch though, to be cleaner.
1282
1283 * src/nickserv.help: added fakehost and title options to help oset.
1284
1285 * src/nickserv.c: removed 'style' setting. (was not being used in
1286 code anyway)
1287
12882005-04-04 Neil Spierling <sirvulcan@gmail.com>
1289
1290 * src/proto-p10.c: Reinstated +d usermode.
1291
12922005-03-30 Alex Schumann <rubin@afternet.org>
1293
1294 * src/chanserv.c: Fixed unban.
1295
1296 * x3.conf.example: added note in snoop config that improper
1297 setting for bots nick will cause segfault.
1298
12992005-03-22 Alex Schumann <rubin@afternet.org>
1300
1301 * x3.conf.example: added sethost/fakehost settings to conf
1302
13032005-03-19 Alex Schumann <rubin@afternet.org>
1304
1305 * chanserv.c: Changed style of command outputs, added userlevel back
1306 to users list.
1307
1308 * opserv.c: Changed style of command outputs, removed warn feature
1309
1310 * tools.c: shortened duration string lengths
1311
1312 * main.c: shortened duration string lengths
1313
1314 * sendmail.c: Changed style of stats email
1315
13162005-03-18 Alex Schumann <rubin@afternet.org>
1317
1318 * Changed breef to brief...
1319
1320 * chanserv.c: Changed to access level names instead of numbers.
1321
13222005-03-17 Alex Schumann <rubin@afternet.org>
1323
1324
1325 * src/opserv.c: Improved readability of trace print output
1326
1327 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
1328 a little.
1329
1330 * src/helpfile.c: Improved table_send readability (used in lots
1331 of listings including users and stats network etc)
1332
13332005-03-15 Alex Schumann <rubin@afternet.org>
1334
1335 * src/chanserv.c: Improved some syntax error reporting for commands
1336
1337 * src/helpfile.c: Added a 'breef' help function
1338
1339 * src/helpfile.h: Added a 'breef' help function
1340
1341 * src/main.c: Improved some syntax error reporting for commands
1342
1343 * src/modcmd.c: Improved some syntax error reporting for commands
1344
1345 * src/modcmd.h: Improved some syntax error reporting for commands
1346
13472005-03-15 Reed Loden <reed@reedloden.com>
1348
1349 * Synchronization with srvx--devo--1.3--patch-19.
1350
13512005-03-12 Alex Schumann <rubin@afternet.org>
1352
1353 * src/common.h, src/opserv.h: more SRVX->X3 fixes
1354
1355 * opserv.c: fixed SRVX defines to X3
1356
1357 * src/nickserv.c: Applied patch to bring up to date with
1358 local uncommitted changes on afternets srvx2 tree. improved
1359 cookie gen code and removed /play from cookie messages.
1360
1361 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
1362 bunch more places.
1363
13642005-03-07 Neil Spierling <sirvulcan@gmail.com>
1365
1366 * nickserv.help: Added odelcookie section.
1367
1368 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
1369 cookies.
1370
1371 * src/md5.c: Cleaned up compile warnings.
1372
1373 * src/nickserv.help: Added odelcookie section.
1374
1375***********************************************************************/
1376
1377#define CVS_VERSION "$Id$"
d76ed9a9 1378