aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* stanza_router: s/conn/stream/ in log messageMatthew Wild2009-05-161-1/+1
|
* stanza_router: Remove FIXME and replace with meaningful commentMatthew Wild2009-05-161-1/+3
|
* componentmanager: Don't error on stanzas to bare component JIDMatthew Wild2009-05-161-2/+4
|
* modulemanager: require util.stanzaWaqas Hussain2009-05-161-0/+1
|
* modulemanager: Don't close the stream on unhandled stream:featuresWaqas Hussain2009-05-161-1/+1
|
* stanza_router: Added global function core_post_stanzaWaqas Hussain2009-05-161-16/+24
|
* stanza_router: Improved message routing orderWaqas Hussain2009-05-161-5/+3
|
* Dropped support for resource based componentsWaqas Hussain2009-05-162-6/+1
|
* stanza_router: Removed global function core_handle_stanzaWaqas Hussain2009-05-162-20/+12
|
* stanza_router: Cleaner namespace handlingWaqas Hussain2009-05-161-4/+2
|
* stanza_router: Refactored core_handle_stanza, and added handling for ↵Waqas Hussain2009-05-161-25/+7
| | | | unsupported top-level stanzas
* stanza_router: Fire events after all checksWaqas Hussain2009-05-151-3/+4
|
* stanza_router: Removed some unnecessary codeWaqas Hussain2009-05-151-2/+0
|
* stanza_router: Removed a FIXMEWaqas Hussain2009-05-151-1/+0
|
* xmlhandlers: Removed another unnecessary checkWaqas Hussain2009-05-151-13/+11
|
* xmlhandlers: Removed an unnecessary checkWaqas Hussain2009-05-151-10/+7
|
* core.xmlhandlers: Removed unused variablesWaqas Hussain2009-05-151-6/+0
|
* stanza_router: Fixed an invalid stanza checkWaqas Hussain2009-05-151-1/+1
|
* stanza_router: Remove unnecessary directed presence handlingWaqas Hussain2009-05-151-5/+0
|
* stanza_router: Prevent further processing of a handled stanzaWaqas Hussain2009-05-151-1/+1
|
* Merge with 0.4Matthew Wild2009-05-131-2/+7
|\
| * stanza_router: Bounce stanzas to/from invalid JIDs with a jid-malformed errorMatthew Wild2009-05-131-2/+7
| |
* | stanza_router: Pass session.to_host to modulemanager, fixes modules for ↵Matthew Wild2009-05-091-1/+1
| | | | | | | | s2sin_unauthed
* | Merge with 0.4Matthew Wild2009-05-051-3/+16
|\|
| * loggingmanager: File log sinks react to reopen-log-files eventMatthew Wild2009-05-051-3/+16
| |
* | Merge with 0.4Matthew Wild2009-05-041-1/+1
|\|
| * modulemanager: No need for print()Matthew Wild2009-05-041-1/+1
| |
* | Merge with 0.4Matthew Wild2009-05-031-0/+3
|\|
| * loggingmanager: Support for specifying a single sink with *sinkname (*syslog ↵Matthew Wild2009-05-031-0/+3
| | | | | | | | should now work)
* | Merge with 0.4Matthew Wild2009-05-033-3/+10
|\|
| * componentmanager: Reduce log output at startup to 'debug'Matthew Wild2009-05-021-2/+2
| |
| * hostmanager: Reduce log output at startup to 'debug'Matthew Wild2009-05-021-1/+4
| |
| * modulemanager: Don't load modules when modules_enable is falseMatthew Wild2009-05-021-0/+4
| |
* | Merge with 0.4Matthew Wild2009-05-011-0/+1
|\|
| * loggingmanager: Add a comment about 'nowhere' sink typeMatthew Wild2009-04-301-0/+1
| |
* | Merge with 0.4Matthew Wild2009-04-305-12/+48
|\|
| * loggingmanager: Support prepending timestamps in file/console/stdout log sinksMatthew Wild2009-04-301-2/+29
| |
| * sessionmanager: Miscellaneous logging improvements, changing levels, ↵Matthew Wild2009-04-301-3/+4
| | | | | | | | improving messages and using session loggers where possible
| * s2smanager: Miscellaneous logging improvements, changing levels, improving ↵Matthew Wild2009-04-301-6/+6
| | | | | | | | messages and using session loggers where possible
| * presencemanager: Lower log level of a messageMatthew Wild2009-04-301-1/+1
| |
| * modulemanager: Update logger when a module becomes globalMatthew Wild2009-04-301-0/+8
| |
* | Merge with 0.4Matthew Wild2009-04-291-3/+12
|\|
| * loggingmanager: Add ability to set 'log' config option to a filename, which ↵Matthew Wild2009-04-291-3/+12
| | | | | | | | causes all levels >= info to be logged to that file
* | Merge with 0.4Matthew Wild2009-04-291-1/+1
|\|
| * core.componentmanager: Really fix marking components as disconnected when ↵Matthew Wild2009-04-291-1/+1
| | | | | | | | unregistered
* | Merge with 0.4 branchMatthew Wild2009-04-231-2/+9
|\|
| * xmlhandlers: Fix tag pattern again for the default namespaceMatthew Wild2009-04-231-2/+9
| |
* | Merge with 0.4 branchMatthew Wild2009-04-231-0/+2
|\|
| * core.loggingmanager: Reinstating global log() functionMatthew Wild2009-04-231-0/+2
| |
* | stanzarouter: Make _G.hosts localMatthew Wild2009-04-221-0/+2
| |