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