aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Dropped support for resource based componentsWaqas Hussain2009-05-162-6/+1
|
* stanza_router: Removed global function core_handle_stanzaWaqas Hussain2009-05-162-20/+12
|
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-05-151-30/+41
|\
| * Merging SASL buggy client workaround with current tip.Tobias Markmann2009-05-155-44/+27
| |\
| * | .Tobias Markmann2009-05-151-1/+1
| | |
| * | Some beauty treatment.Tobias Markmann2009-05-151-27/+27
| | |
| * | Adding minimal support for authorization identities to workaround buggy SASL ↵Tobias Markmann2009-05-151-2/+11
| | | | | | | | | | | | implementations.
| * | adding RFC commentTobias Markmann2009-05-151-1/+3
| | |
* | | 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
| |
* | util.stanza: Omit unused clone parameter from error_reply()Waqas Hussain2009-05-151-2/+1
| |
* | mod_presence: Added a FIXME comment about directed presenceWaqas 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
| |
* | mod_presence: return true from the presence handlerWaqas Hussain2009-05-151-0/+1
| |
* | util.events: event handlers can now return a result, which also interrupts ↵Waqas Hussain2009-05-151-2/+4
|/ | | | further handling of the event
* util.muc: A MUC library - initial commitWaqas Hussain2009-05-131-0/+422
|
* 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
* | mod_muc: commented connection replace detection code because google keeps ↵Waqas Hussain2009-05-081-6/+6
| | | | | | | | resendng directed presence
* | mod_muc: s/broadcast_history/send_history/ - since the cast isn't broadWaqas Hussain2009-05-081-2/+2
| |
* | mod_muc: Extracted sending of occupant list into its own functionWaqas Hussain2009-05-081-12/+16
| |
* | mod_muc: Extracted history broadcast into its own functionWaqas Hussain2009-05-081-11/+14
| |
* | fallbacks/bit: bit manipulation API (compatible with bitlib for now)Waqas Hussain2009-05-081-0/+137
| |
* | mod_pep: Initial commit (extremely basic implementation)Waqas Hussain2009-05-081-0/+48
| |
* | util/serialization: Fixed serialization formattingWaqas Hussain2009-05-081-1/+1
| |
* | util/sasl: Removed unnecessary references to util.encodings.idnaWaqas Hussain2009-05-081-2/+0
| |
* | mod_roster: Advertize roster versioning supportWaqas Hussain2009-05-081-0/+8
| |
* | Default config: Add 'presence' to list of modulesMatthew Wild2009-05-071-0/+1
| |
* | Merge with 0.4Matthew Wild2009-05-062-1/+5
|\|
| * util.prosodyctl: Import CFG_SOURCEDIR from the global environment (thanks ↵Matthew Wild2009-05-061-0/+3
| | | | | | | | macaronyde!)
| * Tagging 0.4.1Matthew Wild2009-05-050-0/+0
| |
| * util.serialization: Write nil for non-serializable data types, and bump the ↵vault/0.4.10.4.1Matthew Wild2009-05-051-1/+2
| | | | | | | | log level to 'error'
| * tools/ejabberd2prosody: Fixed private storage exportWaqas Hussain2009-05-051-1/+1
| |
* | tools/ejabberd2prosody: Fixed private storage exportWaqas Hussain2009-05-051-1/+1
| |
* | Merge with 0.4Matthew Wild2009-05-052-4/+9
|\|
| * prosodyctl: Add message for unable-to-save-data errorMatthew Wild2009-05-051-0/+1
| |
| * util.prosodyctl: Return success status of usermanager.create_user()Matthew Wild2009-05-051-1/+4
| |
| * prosodyctl: Reformat note to fit in small-width terminalsMatthew Wild2009-05-051-3/+4
| |
* | Merge with 0.4Matthew Wild2009-05-051-0/+3
|\|
| * prosodyctl: Use correct path for the data directoryMatthew Wild2009-05-051-0/+3
| |
* | Merge with 0.4Matthew Wild2009-05-055-12/+75
|\|