Changeset 32eed98 for ChangeLog


Ignore:
Timestamp:
Dec 26, 2003, 2:49:54 PM (20 years ago)
Author:
Erik Nygren <nygren@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
5f82eb3
Parents:
4357be8
Message:
2.1.3-pre-2
	Added perl filter elements.  Similar to having "filter <subfilter>"
	  in a filter, you may also have "perl <functionname>"
	  where <functionname> is passed an owl::Message object and
	  returns 0 or 1 depending on whether the message matches
	  that element of the filter.
	  [Note: currently this overloads the filtername element
	  of the filterelement structure to store the function name.
	  Perhaps we should change the name of this element to something
	  more general to avoid confusion?]
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r4357be8 r32eed98  
    11$Id$
    22
     32.1.3-pre-2
     4        Added perl filter elements.  Similar to having "filter <subfilter>"
     5          in a filter, you may also have "perl <functionname>"
     6          where <functionname> is passed an owl::Message object and
     7          returns 0 or 1 depending on whether the message matches
     8          that element of the filter.
     9          [Note: currently this overloads the filtername element
     10          of the filterelement structure to store the function name.
     11          Perhaps we should change the name of this element to something
     12          more general to avoid confusion?]
     13       
    3142.1.3-pre-1
    415        Don't print an error about loading subs if there is no
Note: See TracChangeset for help on using the changeset viewer.