Changeset de3f641 for variable.c


Ignore:
Timestamp:
Sep 28, 2009, 3:19:50 PM (15 years ago)
Author:
Karl Ramm <kcr@1ts.org>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
39cff48
Parents:
bb79a52
git-author:
Karl Ramm <kcr@1ts.org> (09/26/09 12:25:28)
git-committer:
Karl Ramm <kcr@1ts.org> (09/28/09 15:19:50)
Message:
Perl callout for zsig computation + move default to perl

Barnowl::default_zephyr_signature works out what your zsig
should be.

New owl variable zsigfunc, which contains a perl expression
that is evaluated for the zsig.  Defaults to the above.

This is much more pleasant code in perl than in C.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    r8bce750 rde3f641  
    208208         "principal. Note that customizing the sender name will\n"
    209209         "cause your zephyrs to be sent unauthenticated."),
     210
     211  OWLVAR_STRING( "zsigfunc" /* %OwlVarStub */, "BarnOwl::default_zephyr_signature()",
     212                 "zsig perl function",
     213                 "Called every time you start a zephyrgram without an\n"
     214                 "explicit zsig.  The default setting implements the policy\n"
     215                 "descripted in the documentation for the 'zsig' variable.\n"),
    210216
    211217  OWLVAR_STRING( "zsig" /* %OwlVarStub */, "",
Note: See TracChangeset for help on using the changeset viewer.