aboutsummaryrefslogtreecommitdiffstats
path: root/util/logger.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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