summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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!";
Harvie [Tue, 24 Aug 2010 02:43:02 +0000 (04:43 +0200)]
more fancy menu script example
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...)
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
Harvie [Tue, 24 Aug 2010 01:10:54 +0000 (03:10 +0200)]
Autokiss now shuffles if possible
Harvie [Tue, 24 Aug 2010 00:55:28 +0000 (02:55 +0200)]
version bump to 0.3.0
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.
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.
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
Harvie [Tue, 24 Aug 2010 00:17:54 +0000 (02:17 +0200)]
renamed "buff" to "message" & added some comments
Harvie [Tue, 24 Aug 2010 00:13:52 +0000 (02:13 +0200)]
now exporting also status and status message
Harvie [Sun, 1 Aug 2010 02:33:10 +0000 (04:33 +0200)]
Now .exe extension is used only when building on windoze
Harvie [Wed, 9 Jun 2010 02:02:35 +0000 (04:02 +0200)]
Added ArchLinux package ( aur.archlinux.org/packages.php?ID=37942 )
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
Harvie [Wed, 2 Jun 2010 23:41:19 +0000 (01:41 +0200)]
Version bump
Harvie [Wed, 2 Jun 2010 23:37:53 +0000 (01:37 +0200)]
Made everything nicer :-)
Harvie [Wed, 2 Jun 2010 23:17:31 +0000 (01:17 +0200)]
asynchronous execution finaly working
Harvie [Wed, 2 Jun 2010 22:19:39 +0000 (00:19 +0200)]
removed pthread from makefile
Harvie [Wed, 2 Jun 2010 18:44:11 +0000 (20:44 +0200)]
version 0.1.1 - few cosmetic fixes
Harvie [Wed, 2 Jun 2010 18:08:06 +0000 (20:08 +0200)]
almost ready for async code execution...
Harvie [Wed, 2 Jun 2010 16:09:45 +0000 (18:09 +0200)]
stupid pthread try... i will reimplement it using purple events...
Harvie [Wed, 2 Jun 2010 03:34:38 +0000 (05:34 +0200)]
fixed .exe suffix
Harvie [Wed, 2 Jun 2010 03:26:18 +0000 (05:26 +0200)]
commited working version
Harvie [Wed, 2 Jun 2010 03:25:47 +0000 (05:25 +0200)]
first commit
This page took 0.171981 seconds and 4 git commands to generate.