Skip to content

privoxy-3.0.34-stable_y1

Compare
Choose a tag to compare
@yak1ex yak1ex released this 22 Jul 05:33
· 3 commits to master since this release
  • Feature: Add win32 message handling to query/update configuration status, which can be changed by GUI (GH-5)

The message ID can be gotten by calling RegisterWindowMessage("PrivoxyEnhancedQueryMessage").
wParam represents query/update target and command. lParam is used for +2 update commands.

  • ID_FORWARD_CLASS(6000): returns MAX_FORWARD_CLASSES(defaults to 10)
  • ID_FORWARD_CLASS+1(6001): returns the current forward class status. LSB represents ID 0, so 0b110 represents that ID 0 is disabled and ID 1 and 2 are enabled.
  • ID_FORWARD_CLASS+2(6002): updates status by lParam and returns updated forward class status
  • ID_MANUAL_TAGGER(7000): returns MAX_FORWARD_CLASSES(defaults to 10)
  • ID_MANUAL_TAGGER+1(7001): returns the current manual tagger status. LSB represents ID 0, so 0b011 represents that ID 0 and 1 are enabled and ID 2 is disabled.
  • ID_MANUAL_TAGGER+2(7002): updates status by lParam and returns updated manual tagger status