aboutsummaryrefslogtreecommitdiffstats
path: root/util/logger.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.logger: Fix for attempting to call a tableMatthew Wild2009-04-211-1/+1
|
* util.logger: Revamped logger library, but backwards-compatible for users of ↵Matthew Wild2009-04-211-25/+88
| | | | logger.init()
* Remove more debugging code which was accidentally committed (don't trust hg)Matthew Wild2009-04-101-2/+0
|
* MergeMatthew Wild2009-04-101-0/+2
|
* 0.3->0.4Matthew Wild2009-03-201-1/+1
|
* util.logger: Small code tidying :)Matthew Wild2009-03-071-3/+3
|
* Support to filter logging by source via pattern matching from config file.Tobias Markmann2009-03-071-0/+17
|
* Logging format improvementWaqas Hussain2009-02-131-6/+1
|
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
|
* 0.2->0.3Matthew Wild2009-01-301-1/+1
|
* GPL->MIT!Matthew Wild2009-01-301-13/+2
|
* util/logger: setwriter now returns the old writer on successWaqas Hussain2009-01-141-1/+3
|
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
|
* Make it possible to set custom output handler for loggerMatthew Wild2008-12-061-3/+15
|
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
|
* Nice enhancement for logging outputMatthew Wild2008-11-271-3/+9
|
* Remove or comment useless prints, or change them to log()Matthew Wild2008-11-201-1/+1
|
* A treat for Linux users ;)Matthew Wild2008-11-141-2/+15
|
* Some more logging fixesMatthew Wild2008-11-141-2/+2
|
* working incoming s2s \o/Matthew Wild2008-10-241-1/+1
|
* Session destruction fixes, some debugging code while we fix the rest. Also ↵Matthew Wild2008-10-041-1/+1
| | | | change logger to be more useful.
* Huge commit to:Matthew Wild2008-09-301-0/+23
* Break stanza routing (to be restored in a future commit) * Remove the old stanza_dispatcher code, which was never going to be maintainable nor extendable :) * Bring us plugins, starting with mod_legacyauth and mod_roster * Sessions are now created/destroyed using a standard sessionmanager interface