Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Matthew Wild | 2012-03-15 | 1 | -30/+1 |
| | | | | logs by source name (lots of code, hardly used if at all, and possibly broken) | ||||
* | util.logger: Remove support for a global writer (setwriter) to try and ↵ | Matthew Wild | 2010-11-04 | 1 | -14/+0 |
| | | | | balance the forces... | ||||
* | 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 ↵ | Matthew Wild | 2010-08-22 | 1 | -15/+0 |
| | | | | dependency on configmanager. I think the equivalent of log_sources can be done with the advanced logging config. | ||||
* | 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 ↵ | Matthew Wild | 2009-04-21 | 1 | -25/+88 |
| | | | | logger.init() | ||||
* | 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 ↵ | Matthew Wild | 2008-10-04 | 1 | -1/+1 |
| | | | | change logger to be more useful. | ||||
* | Huge commit to: | Matthew Wild | 2008-09-30 | 1 | -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 |