| Commit message (Expand) | Author | Age | Files | Lines |
* | util.logger: Import globals (fixes on Lua 5.2) | Kim Alvefur | 2018-02-28 | 1 | -0/+2 |
* | vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | 2018-02-28 | 1 | -0/+1 |
* | util.logger: New method 'add_simple_sink', logger.add_simple_sink(print) works | Matthew Wild | 2018-02-27 | 1 | -0/+11 |
* | util.logger: Silence luacheck warning | Kim Alvefur | 2016-02-04 | 1 | -0/+1 |
* | util.logger: Remove unused locals | Kim Alvefur | 2016-02-04 | 1 | -4/+1 |
* | util.*: Remove use of module() function, make all module functions local and ... | Kim Alvefur | 2015-02-21 | 1 | -7/+11 |
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
* | util.logger: Remove some redundant code | Matthew Wild | 2012-06-25 | 1 | -2/+0 |
* | loggingmanager, util.logger: Remove name sinks and the ability to filter logs... | Matthew Wild | 2012-03-15 | 1 | -30/+1 |
* | util.logger: Remove support for a global writer (setwriter) to try and balanc... | Matthew Wild | 2010-11-04 | 1 | -14/+0 |
* | util.logger: Remove my precious premature optimisation :( | Matthew Wild | 2010-11-04 | 1 | -23/+2 |
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -1/+1 |
* | util.logger: Remove support for the 'log_sources' option, to remove a depende... | Matthew Wild | 2010-08-22 | 1 | -15/+0 |
* | util.logger: Add reset() method to clear all sinks | Matthew Wild | 2010-07-14 | 1 | -0/+15 |
* | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | util.logger: Fix for attempting to call a table | Matthew Wild | 2009-04-21 | 1 | -1/+1 |
* | util.logger: Revamped logger library, but backwards-compatible for users of l... | Matthew Wild | 2009-04-21 | 1 | -25/+88 |
* | Remove more debugging code which was accidentally committed (don't trust hg) | Matthew Wild | 2009-04-10 | 1 | -2/+0 |
* | Merge | Matthew Wild | 2009-04-10 | 1 | -0/+2 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | util.logger: Small code tidying :) | Matthew Wild | 2009-03-07 | 1 | -3/+3 |
* | Support to filter logging by source via pattern matching from config file. | Tobias Markmann | 2009-03-07 | 1 | -0/+17 |
* | Logging format improvement | Waqas Hussain | 2009-02-13 | 1 | -6/+1 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
* | util/logger: setwriter now returns the old writer on success | Waqas Hussain | 2009-01-14 | 1 | -1/+3 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | Make it possible to set custom output handler for logger | Matthew Wild | 2008-12-06 | 1 | -3/+15 |
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
* | Nice enhancement for logging output | Matthew Wild | 2008-11-27 | 1 | -3/+9 |
* | Remove or comment useless prints, or change them to log() | Matthew Wild | 2008-11-20 | 1 | -1/+1 |
* | A treat for Linux users ;) | Matthew Wild | 2008-11-14 | 1 | -2/+15 |
* | Some more logging fixes | Matthew Wild | 2008-11-14 | 1 | -2/+2 |
* | working incoming s2s \o/ | Matthew Wild | 2008-10-24 | 1 | -1/+1 |
* | Session destruction fixes, some debugging code while we fix the rest. Also ch... | Matthew Wild | 2008-10-04 | 1 | -1/+1 |
* | Huge commit to: | Matthew Wild | 2008-09-30 | 1 | -0/+23 |