Added new ENV value ANSW_PROTOCOL. Now you can securely recognize user by his nick...
authorHarvie <tomas@mudrunka.cz>
Sun, 29 Aug 2010 01:22:14 +0000 (03:22 +0200)
committerHarvie <tomas@mudrunka.cz>
Sun, 29 Aug 2010 01:22:14 +0000 (03:22 +0200)
commit2bcad731832754d3f67219355f1a9878bd38e27d
treec27acbd4a58583eb7ba12937777f1d125d1706e4
parent8ddbf94e3bd6d96862182bc6a054a2d411016e02
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!";
answerscripts.c
purple/answerscripts.d/00-debug.sh
purple/answerscripts.d/00-repeat.sh
purple/answerscripts.sh
This page took 0.117017 seconds and 4 git commands to generate.