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