← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 1130835] Re: Allow TTH searchs on the bloom plugin to other plugins

 

This version solves all the shortcomings: it provides a getBM method
that doesn't require any arguments, and provides both the hasTTH and
hasBloom methods as functions (so we call getBM) and as methods of the
BloomManager object.

** Patch removed: "3/3: Lua interface for the Bloom plugin. Copyright assigned to Jacek Sieka and stuff xD"
   https://bugs.launchpad.net/adchpp/+bug/1130835/+attachment/3541038/+files/bloom_lua.patch

** Patch added: "3/3: Lua interface for the Bloom plugin. Copyright assigned to Jacek Sieka and stuff xD"
   https://bugs.launchpad.net/adchpp/+bug/1130835/+attachment/3541088/+files/bloom_lua.patch

-- 
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
https://bugs.launchpad.net/bugs/1130835

Title:
  Allow TTH searchs on the bloom plugin to other plugins

Status in ADCH++:
  New

Bug description:
  It would be very useful to be able to query the BLOOM filters of the
  users over other plugins (this includes at least lua). The attached
  patch adds a hasTTH method to the BLOOM plugin interface so other
  plugins can do this request.

  I intend to add also an extra lua library for the BLOOM plugin so this
  information can be requested from the lua interface.

To manage notifications about this bug go to:
https://bugs.launchpad.net/adchpp/+bug/1130835/+subscriptions


References