aboutsummaryrefslogtreecommitdiffstats
path: root/util/helpers.lua
Commit message (Expand)AuthorAgeFilesLines
* util: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-2/+2
* util.helpers: when logging events, log individual handler callsMatthew Wild2020-09-031-0/+15
* util.helpers: Handle missing priorities, happens due to wildcard magic in net...Kim Alvefur2017-11-221-1/+1
* util.helpers: List event priorities instead of useless array indexKim Alvefur2016-11-181-2/+2
* util.helpers: Fix order of functions using each other [fixes 00412b36166f]Kim Alvefur2015-03-031-8/+8
* util.*: Remove use of module() function, make all module functions local and ...Kim Alvefur2015-02-211-9/+14
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
* util.helpers: Helper helpers to log host eventsMatthew Wild2013-04-031-0/+8
* util.helpers: show_events(): Make more robust, and allow filtering results to...Matthew Wild2012-04-261-9/+11
* util.helpers: Add show_events(), to show the events and handlers in a util.ev...Matthew Wild2012-04-241-0/+29
* util.helpers: After nearly 'fixing' this code, I conclude it instead only des...Matthew Wild2012-01-221-1/+1
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* util.helpers: Add copyright headerMatthew Wild2009-10-171-0/+7
* util.helpers: Add get_upvalue(function, name) helperMatthew Wild2009-10-161-0/+9
* util.helpers: It would be a good idea to fire an event when we say we areMatthew Wild2009-09-201-0/+1
* util.helpers: New util library to aid with debugging, etc.Matthew Wild2009-07-121-0/+26