Plugins item #450319, was opened at 2001-08-12 17:40
Message generated for change (Comment added) made by eperez
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=390395&aid=450319&group_id=235
Category: None
Group: None
Status: Closed
Priority: 5
Submitted By: Neil Sanchala (nsanch)
Assigned to: Nobody/Anonymous (nobody)
Summary: /exec plugin
Initial Comment:
Hey, here's a plugin so you can use /exec in
conversations. If you send a message whose first first
6 letters are "/exec ", then the remainder of the line
is run as a command. If a -o flag is given b/w /exec
and the command, then the output of the command is sent
as a replacement for that message. So, if you give the
-o flag, gaim stalls until the command terminates, but
we fork and exec if the -o flag is not given.
----------------------------------------------------------------------
Comment By: Eduardo Pérez (eperez)
Date: 2005-01-05 19:15
Message:
Logged In: YES
user_id=60347
Are you still maintaning this patch?
Could you update it?
Is there any better patch for the same thing?
----------------------------------------------------------------------
Comment By: Luke Schierer (lschiere)
Date: 2004-06-27 18:38
Message:
Logged In: YES
user_id=28833
A new version of gaim has been released. It is likely that your
plugin will crash in the new gaim. As per our standard policy,
we are only including plugins that we write, being unable to
maintain hundreds of plugins as we develop gaim, if you want to
continue making your plugin available, please update your plugin
and reopen it. If not updated, this will close in 14 days.
----------------------------------------------------------------------
Comment By: Neil Sanchala (nsanch)
Date: 2002-02-19 20:29
Message:
Logged In: YES
user_id=105218
bartof:
Looking at my code, it looks like I do a gaim_signal_connect
to an event_im_send, which should only be triggered when an
IM is sent, not received. I didn't test this though.
Neil
----------------------------------------------------------------------
Comment By: Frank C. Barton (bartof)
Date: 2002-02-19 20:18
Message:
Logged In: YES
user_id=348946
What happens if someone sends you a message with a /exec in
it?
I see that this could be a secuity risk
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=390395&aid=450319&group_id=235
|