23W

Member
  • Content count

    6
  • Joined

  • Last visited

Posts posted by 23W


  1. 23W:

    What do you mean? If you're talking about the way that Apex sends private messages, remember that Apex is only a client and has to follow the NMDC/ADC protocol so other clients (and the hub) know what to make of the data it sends. Encrypting PMs wouldn't work with any other client.

    Correct me if I'm wrong.....

    No, I mean setup humane password on  private message receiving, as anti-spam feature. Message will be delivered to me only if sender can answer on simply human question, for example: "How many is two plus zero ?", correct answer is "two".


  2. Sorry for my late react.

    lua5.1.dll - 5.1.4.0

    lua51.dll - 5.1.4.0

    These files come from where? These files are not present in my apex installation. Try 1 thing: delete all of the .txt files, then lanch the client. My script will generate these files, and maybe you will se some information in the systemlog. (from the view menu in apex's menu bar)

    Thank you, now all works ok.

    But, log.lua and uptime.lua from your startup.lua are absent in standart plugin installation set (). I found them in BCDC++ package, but...  log.lua is not worked in ApexDC++. Can you help me, where i can find BCDC++ lua scrips ported to ApexDC++ ?


  3. Antispam filter  - v1.3 (all Filter???.txt is defaults).

    DC cleint - ApexDC++ 1.3.1 (x86)

    LUA Plugin - 2.0.1.0

    lua5.1.dll - 5.1.4.0

    lua51.dll - 5.1.4.0

    startup.lua - 

    dofile( DC():GetAppPath() .. "Scripts\\antispam.lua" )

    Error is generated every time on ApexDC++ startup.

     /as and /antispam commands are not worked -

    [20:44:39] *** Unknown command: as

    [20:44:47] *** Unknown command: antispam

    P.S.: Can you post your startup.lua file? May be this is cause of accident. 


  4. Error occurs in antispam filter:

    [2010-03-14 18:48] LUA ERROR: D:\Archive\ApexDC++\Scripts\antispam.lua:179: attempt to index global 'dcpp' (a nil value)

    All setting is defaults. No modifies in filter*.txt files.

    Startup.lua file contains only:

    dofile( DC():GetAppPath() .. "Scripts\\antispam.lua" )