aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* modulemanager: Made some code more conciseWaqas Hussain2009-05-311-5/+1
* modulemanager: module:hook now allows global modules to hook events on the pr...Waqas Hussain2009-05-311-1/+2
* Removed core.eventmanager2Waqas Hussain2009-05-311-6/+0
* stanza_router: Changed to use the prosody.events object directly, rather than...Waqas Hussain2009-05-311-1/+1
* core.eventmanager2: Now uses the new prosody.events objectWaqas Hussain2009-05-311-1/+1
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-05-301-2/+2
|\
| * stanza_router: Fix syntax errorsMatthew Wild2009-05-291-2/+2
* | modulemanager: Added hook(event, handler) to the plugin APIWaqas Hussain2009-05-301-0/+8
|/
* stanza_router: Fire per-host stanza eventsWaqas Hussain2009-05-301-0/+31
* sessionmanager: Removed a redundant checkWaqas Hussain2009-05-291-4/+2
* sessionmanager: Fixed an old FIXME: A problem caused by an error on an authen...Waqas Hussain2009-05-291-17/+10
* sessionmanager: Add/remove sessions from full_sessions and bare_sessions when...Waqas Hussain2009-05-291-1/+6
* sessionmanager: Added reference to globals full_sessions and bare_sessionsWaqas Hussain2009-05-291-0/+2
* sessionmanager: Removed reference to global 'sessions'Waqas Hussain2009-05-291-1/+0
* sessionmanager, mod_tls: Mark a session as secure when TLS is activeMatthew Wild2009-05-291-0/+6
* stanza_router: Break off resource selection for messages into a standalone fu...Matthew Wild2009-05-281-14/+20
* s2smanager: Timeout DNS requests after 60 seconds (or dns_timeout in config)Matthew Wild2009-05-261-2/+14
* 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