aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* stanza_router: Fire events for non-jabber:client and pre-auth stanzasWaqas Hussain2009-05-311-0/+14
|
* modulemanager: Stopped using core.eventmanager in module:fire_eventWaqas Hussain2009-05-311-3/+1
|
* modulemanager: module:fire_event now fires on the global and host-specific ↵Waqas Hussain2009-05-311-0/+2
| | | | events objects as well
* modulemanager: Made some code more conciseWaqas Hussain2009-05-311-5/+1
|
* modulemanager: module:hook now allows global modules to hook events on the ↵Waqas Hussain2009-05-311-1/+2
| | | | prosody.events object
* Removed core.eventmanager2Waqas Hussain2009-05-311-6/+0
|
* stanza_router: Changed to use the prosody.events object directly, rather ↵Waqas Hussain2009-05-311-1/+1
| | | | than through eventmanager2
* 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 ↵Waqas Hussain2009-05-291-17/+10
| | | | authenticated but unbound session
* sessionmanager: Add/remove sessions from full_sessions and bare_sessions ↵Waqas Hussain2009-05-291-1/+6
| | | | when binding/unbinding sessions
* 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 ↵Matthew Wild2009-05-281-14/+20
| | | | function
* 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 ↵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
|\|