aboutsummaryrefslogtreecommitdiffstats
path: root/util/filters.lua
Commit message (Expand)AuthorAgeFilesLines
* vairious: Add annotation when an empty environment is set [luacheck]Kim Alvefur2018-02-281-0/+1
* util.*: Remove use of module() function, make all module functions local and ...Kim Alvefur2015-02-211-7/+13
* Merge 0.9->0.10Matthew Wild2014-08-281-0/+2
|\
| * util.filters: Ignore filters being added twice (fixes issues on removal)0.9.5Matthew Wild2014-08-281-0/+2
* | Merge 0.9->0.10Matthew Wild2013-09-301-1/+1
|\|
| * util.filters: Fix inserting items so that higher priority filters run firstKim Alvefur2013-09-301-1/+1
* | Remove all trailing whitespaceFlorian Zeitz2013-08-091-8/+8
|/
* util.filters: Add remove_filter_hook()Matthew Wild2010-12-221-0/+8
* util.filters: Support for 'filter hooks' that get called when a session is in...Matthew Wild2010-11-131-1/+12
* util.filters: Add newline at end of fileMatthew Wild2010-07-081-1/+1
* util.filters: Ensure initialize() never initializes an object twice - and ret...Matthew Wild2010-06-021-10/+13
* util.filters: Break processing if a filterer returns nilMatthew Wild2010-06-021-0/+1
* util.filters: Don't traceback with no filters of a type addedMatthew Wild2010-06-021-2/+4
* util.filters: Don't traceback when trying to remove a filter from an uninitia...Matthew Wild2010-06-021-0/+1
* util.filters: Expose the initialization functionMatthew Wild2010-06-021-2/+2
* util.filters: New utility library for managing filters on an objectMatthew Wild2010-06-021-0/+61