aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* s2smanager: Only send reply </stream:stream> when connection is still openMatthew Wild2009-05-261-1/+3
* core: hosts[*].eventsWaqas Hussain2009-05-202-2/+4
* modulemanager: Add module:fire_event() to module APIMatthew Wild2009-05-191-0/+4
* stanza_router: Handle outbound presence if inbound handlers don't catch itWaqas Hussain2009-05-191-1/+3
* 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 unsuppor...Waqas Hussain2009-05-161-25/+7
* 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 s2sin...Matthew Wild2009-05-091-1/+1
* | 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
* | 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, improvin...Matthew Wild2009-04-301-3/+4
| * s2smanager: Miscellaneous logging improvements, changing levels, improving me...Matthew Wild2009-04-301-6/+6
| * 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 c...Matthew Wild2009-04-291-3/+12
* | Merge with 0.4Matthew Wild2009-04-291-1/+1
|\|
| * core.componentmanager: Really fix marking components as disconnected when unr...Matthew Wild2009-04-291-1/+1
* | Merge with 0.4 branchMatthew Wild2009-04-231-2/+9
|\|