mirrors/libpurple-core-answerscripts.git
13 years agoExperimental fix to avoid sending empty messages sometimes without any reason
Harvie [Sun, 3 Oct 2010 09:45:37 +0000 (11:45 +0200)] 
Experimental fix to avoid sending empty messages sometimes without any reason

13 years agoAdded FIXME: should return something meaningful when buddy does not belong to any...
Harvie [Thu, 30 Sep 2010 08:17:38 +0000 (10:17 +0200)] 
Added FIXME: should return something meaningful when buddy does not belong to any group...

13 years agoAdded FROM_GROUP to README
Harvie [Tue, 28 Sep 2010 23:11:16 +0000 (01:11 +0200)] 
Added FROM_GROUP to README

13 years agoCleaned up comments a bit
Harvie [Tue, 28 Sep 2010 23:09:48 +0000 (01:09 +0200)] 
Cleaned up comments a bit

13 years agoAdded FROM_GROUP to indicate group that buddy belongs to
Harvie [Tue, 28 Sep 2010 23:08:03 +0000 (01:08 +0200)] 
Added FROM_GROUP to indicate group that buddy belongs to

13 years agoadded some notes for future development
Harvie [Tue, 28 Sep 2010 22:51:46 +0000 (00:51 +0200)] 
added some notes for future development

13 years agoPorted 10-menu.pl to PERL v5.10
Harvie [Tue, 28 Sep 2010 20:37:46 +0000 (22:37 +0200)] 
Ported 10-menu.pl to PERL v5.10

13 years agoMoved some variables from global to local scope in order to fix github issue #5 and...
Harvie [Tue, 28 Sep 2010 20:13:00 +0000 (22:13 +0200)] 
Moved some variables from global to local scope in order to fix github issue #5 and another similar possible bug.
"When script is executing&new conversation opens, output gets sent to new conversation"

13 years agoPKGBUILD Now clones with --depth 1 only
Harvie [Thu, 9 Sep 2010 02:41:56 +0000 (04:41 +0200)] 
PKGBUILD Now clones with --depth 1 only

13 years agoAdded notes for future porting to windows
Harvie [Sun, 29 Aug 2010 22:07:21 +0000 (00:07 +0200)] 
Added notes for future porting to windows

13 years agoMost hackable plugin ;-)
Harvie [Sun, 29 Aug 2010 21:05:49 +0000 (23:05 +0200)] 
Most hackable plugin ;-)

13 years agoNicer README
Harvie [Sun, 29 Aug 2010 21:03:33 +0000 (23:03 +0200)] 
Nicer README

13 years agoRemoved TODO as all tasks have been finished
Harvie [Sun, 29 Aug 2010 20:59:08 +0000 (22:59 +0200)] 
Removed TODO as all tasks have been finished

13 years agoNew answerscript for notify-send
Harvie [Sun, 29 Aug 2010 20:51:51 +0000 (22:51 +0200)] 
New answerscript for notify-send

13 years agoNew answerscript for forwarding messages
Harvie [Sun, 29 Aug 2010 20:51:15 +0000 (22:51 +0200)] 
New answerscript for forwarding messages

13 years agoVersion 0.3.1 + Updated plugin description...
Harvie [Sun, 29 Aug 2010 02:31:12 +0000 (04:31 +0200)] 
Version 0.3.1 + Updated plugin description...

13 years agoImproved documentation ;o)
Harvie [Sun, 29 Aug 2010 02:03:15 +0000 (04:03 +0200)] 
Improved documentation ;o)

13 years agoAdded new ENV value ANSW_PROTOCOL. Now you can securely recognize user by his nick...
Harvie [Sun, 29 Aug 2010 01:22:14 +0000 (03:22 +0200)] 
Added new ENV value ANSW_PROTOCOL. Now you can securely recognize user by his nick and protocol (eg.: no one can fake your UIN by setting same IRC nick). eg.: [ "$ANSW_PROTOCOL" = "jabber" ] && [ "$ANSW_FROM" = "user@example.com" ] && echo "Access granted!";

13 years agomore fancy menu script example
Harvie [Tue, 24 Aug 2010 02:43:02 +0000 (04:43 +0200)] 
more fancy menu script example

13 years agoNew answerscript that implements few new features (numbered scripts, parallel process...
Harvie [Tue, 24 Aug 2010 02:22:24 +0000 (04:22 +0200)] 
New answerscript that implements few new features (numbered scripts, parallel processing, random delay emulating human factor, documentation...)

13 years agoRenamed scripts to obey rules (numbered filenames) that will be brought in next commit
Harvie [Tue, 24 Aug 2010 02:19:05 +0000 (04:19 +0200)] 
Renamed scripts to obey rules (numbered filenames) that will be brought in next commit

13 years agoAutokiss now shuffles if possible
Harvie [Tue, 24 Aug 2010 01:10:54 +0000 (03:10 +0200)] 
Autokiss now shuffles if possible

13 years agoversion bump to 0.3.0
Harvie [Tue, 24 Aug 2010 00:55:28 +0000 (02:55 +0200)] 
version bump to 0.3.0

13 years agoPorted all scripts from PURPLE_ to ANSW_ prefix. Added examples to support STATUS...
Harvie [Tue, 24 Aug 2010 00:54:13 +0000 (02:54 +0200)] 
Ported all scripts from PURPLE_ to ANSW_ prefix. Added examples to support STATUS values. Improved autokiss a bit.

13 years agoENV_PREFIX changed from "PURPLE_" to "ANSW_" as i expect that answerscripts may be...
Harvie [Tue, 24 Aug 2010 00:52:12 +0000 (02:52 +0200)] 
ENV_PREFIX changed from "PURPLE_" to "ANSW_" as i expect that answerscripts may be ported to non-purple clients. PLEASE EDIT YOUR SCRIPTS! There is legacy support for PURPLE_* variables, but i will be removed. Also tuned up documentation to reflect those changes.

13 years agonow using ENV_PREFIX macro instead of hardcoded "PURPLE_" prefix for ENV values
Harvie [Tue, 24 Aug 2010 00:22:02 +0000 (02:22 +0200)] 
now using ENV_PREFIX macro instead of hardcoded "PURPLE_" prefix for ENV values

13 years agorenamed "buff" to "message" & added some comments
Harvie [Tue, 24 Aug 2010 00:17:54 +0000 (02:17 +0200)] 
renamed "buff" to "message" & added some comments

13 years agonow exporting also status and status message
Harvie [Tue, 24 Aug 2010 00:13:52 +0000 (02:13 +0200)] 
now exporting also status and status message

13 years agoNow .exe extension is used only when building on windoze
Harvie [Sun, 1 Aug 2010 02:33:10 +0000 (04:33 +0200)] 
Now .exe extension is used only when building on windoze

13 years agoAdded ArchLinux package ( http://aur.archlinux.org/packages.php?ID=37942 )
Harvie [Wed, 9 Jun 2010 02:02:35 +0000 (04:02 +0200)] 
Added ArchLinux package ( aur.archlinux.org/packages.php?ID=37942 )

13 years agoVersion 0.2.1 fixes small issues and is supposed to be stable
Harvie [Thu, 3 Jun 2010 00:31:13 +0000 (02:31 +0200)] 
Version 0.2.1 fixes small issues and is supposed to be stable

13 years agoVersion bump
Harvie [Wed, 2 Jun 2010 23:41:19 +0000 (01:41 +0200)] 
Version bump

13 years agoMade everything nicer :-)
Harvie [Wed, 2 Jun 2010 23:37:53 +0000 (01:37 +0200)] 
Made everything nicer :-)

13 years agoasynchronous execution finaly working
Harvie [Wed, 2 Jun 2010 23:17:31 +0000 (01:17 +0200)] 
asynchronous execution finaly working

13 years agoremoved pthread from makefile
Harvie [Wed, 2 Jun 2010 22:19:39 +0000 (00:19 +0200)] 
removed pthread from makefile

13 years agoversion 0.1.1 - few cosmetic fixes
Harvie [Wed, 2 Jun 2010 18:44:11 +0000 (20:44 +0200)] 
version 0.1.1 - few cosmetic fixes

13 years agoalmost ready for async code execution...
Harvie [Wed, 2 Jun 2010 18:08:06 +0000 (20:08 +0200)] 
almost ready for async code execution...

13 years agostupid pthread try... i will reimplement it using purple events...
Harvie [Wed, 2 Jun 2010 16:09:45 +0000 (18:09 +0200)] 
stupid pthread try... i will reimplement it using purple events...

13 years agofixed .exe suffix
Harvie [Wed, 2 Jun 2010 03:34:38 +0000 (05:34 +0200)] 
fixed .exe suffix

13 years agocommited working version
Harvie [Wed, 2 Jun 2010 03:26:18 +0000 (05:26 +0200)] 
commited working version

13 years agofirst commit
Harvie [Wed, 2 Jun 2010 03:25:47 +0000 (05:25 +0200)] 
first commit

This page took 0.270886 seconds and 4 git commands to generate.