Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.filters: Support for 'filter hooks' that get called when a session is in... | Matthew Wild | 2010-11-13 | 1 | -1/+12 |
* | util.filters: Add newline at end of file | Matthew Wild | 2010-07-08 | 1 | -1/+1 |
* | util.filters: Ensure initialize() never initializes an object twice - and ret... | Matthew Wild | 2010-06-02 | 1 | -10/+13 |
* | util.filters: Break processing if a filterer returns nil | Matthew Wild | 2010-06-02 | 1 | -0/+1 |
* | util.filters: Don't traceback with no filters of a type added | Matthew Wild | 2010-06-02 | 1 | -2/+4 |
* | util.filters: Don't traceback when trying to remove a filter from an uninitia... | Matthew Wild | 2010-06-02 | 1 | -0/+1 |
* | util.filters: Expose the initialization function | Matthew Wild | 2010-06-02 | 1 | -2/+2 |
* | util.filters: New utility library for managing filters on an object | Matthew Wild | 2010-06-02 | 1 | -0/+61 |