pidgin-privacy-please 0.5.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News pidgin-privacy-please 0.5.2 (Default branch)
# 1  
Old 10-17-2008
pidgin-privacy-please 0.5.2 (Default branch)

pidgin privacy please is a pidgin plugin to stop spammers from annoying you. You can block messages from certain users, block messages from people who are not on your contact list, and suppress repeated authorization requests. Optionally, senders of blocked messages can be notified with an auto-reply. License: GNU General Public License (GPL) Changes:
This release fixes build issues on Windows. It removes pidgin patches since they are no longer necessary. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
purple-remote(1)						   User Commands						  purple-remote(1)

NAME
purple-remote - Send remote commands to Pidgin/Finch SYNOPSIS
purple-remote [-command1] [-command2] [-...] DESCRIPTION
Send remote commands to Purple. This program uses DBus to communicate with Pidgin/Finch. OPTIONS
Each command is of one of the three types: [protocol:]commandname?param1=value1=value2&... FunctionName?param1=value1=value2&... FunctionName(value1,value2,...) The second and third form are provided for completeness but their use is not recommended; use purple-send or purple-send-async instead. The second form uses introspection to find out the parameter names and their types, therefore it is rather slow. Here are some examples: jabber:goim?screenname=testone@localhost=hi jabber:gochat?room=TestRoom=conference.localhost jabber:getinfo?screenname=testone@localhost jabber:addbuddy?screenname=my friend setstatus?status=away=don't disturb quit PurpleAccountsFindConnected?name==prpl-jabber PurpleAccountFindConnected(,prpl-jabber) ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-cd | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
purple-send(1), purple-send-async(1), purple-url-handler(1), attributes(5) purple-remote Manual, http://pidgin.im/ NOTES
Updated by Lei Ju, Sun Microsystems Inc., 2006, 2007. SunOS 5.11 02 Apr 2008 purple-remote(1)