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