| Commit message (Expand) | Author | Age | Files | Lines |
* | util.*: Remove use of module() function, make all module functions local and ... | Kim Alvefur | 2015-02-21 | 1 | -7/+13 |
* | Merge 0.9->0.10 | Matthew Wild | 2014-08-28 | 1 | -0/+2 |
|\ |
|
| * | util.filters: Ignore filters being added twice (fixes issues on removal) | Matthew Wild | 2014-08-28 | 1 | -0/+2 |
* | | Merge 0.9->0.10 | Matthew Wild | 2013-09-30 | 1 | -1/+1 |
|\| |
|
| * | util.filters: Fix inserting items so that higher priority filters run first | Kim Alvefur | 2013-09-30 | 1 | -1/+1 |
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -8/+8 |
|/ |
|
* | util.filters: Add remove_filter_hook() | Matthew Wild | 2010-12-22 | 1 | -0/+8 |
* | 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 |