aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* modulemanager: Load mod_message, mod_iq and mod_presence implicitlyWaqas Hussain2009-06-041-1/+6
|
* s2smanager: Use a UUID as the dialback secretWaqas Hussain2009-06-041-1/+1
|
* stanza_router: Remove unused s2s dialback functionsWaqas Hussain2009-06-041-3/+0
|
* sessionmanager: It really is username@host, not host@username :)Waqas Hussain2009-06-041-1/+1
|
* My merge!!!!Waqas Hussain2009-06-041-1/+1
|\
| * sessionmanager: It's username@host, not host@username :)Matthew Wild2009-06-021-1/+1
| |
* | stanza_router: workaround for a Pidgin bug which sets 'to' to the SRV resultWaqas Hussain2009-06-031-0/+1
| |
* | stanza_router: Remove the 'to' attribute when it's value is the bare JID of ↵Waqas Hussain2009-06-031-0/+3
|/ | | | the local user sending the stanza
* stanza_router: Reply with an error on groupchat messages to bare JIDWaqas Hussain2009-06-011-1/+1
|
* stanza_router: Don't reply with an error on invalid JIDs in error or result ↵Waqas Hussain2009-06-011-2/+6
| | | | stanzas
* stanza_router: Proper error for clients sending stanzas after auth but ↵Waqas Hussain2009-06-011-2/+3
| | | | before resource binding
* componentmanager: Create events object for configured hosts, and carry it ↵Matthew Wild2009-06-011-2/+4
| | | | over to a new component if one is registered with no events object
* Merge backout with following commitsMatthew Wild2009-06-011-3/+3
|\
| * Backed out changeset 98f0e9eadf3b (better fix on the way)Matthew Wild2009-06-011-3/+3
| |
* | Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-06-012-6/+9
|\ \
| * | stanza_router: Don't route before firing events... waqas, is this safe?Matthew Wild2009-05-311-3/+0
| | |
| * | componentmanager: Add events object to registered components if they don't ↵Matthew Wild2009-05-311-0/+6
| |/ | | | | | | already have one
| * stanza_router: Fire global event if host doesn't have events, fixes #103Matthew Wild2009-05-311-3/+3
| |
* | modulemanager: Keep track of event handlers added by module:hook, and remove ↵Waqas Hussain2009-05-311-0/+9
|/ | | | them on module unload
* 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
|