stanza_router: Cleaner namespace handling
|
Waqas Hussain |
2009-05-15 |
stanza_router: Refactored core_handle_stanza, and added handling for unsupported top-level stanzas
|
Waqas Hussain |
2009-05-15 |
stanza_router: Fire events after all checks
|
Waqas Hussain |
2009-05-15 |
Merging SASL buggy client workaround with current tip.
|
Tobias Markmann |
2009-05-15 |
.
|
Tobias Markmann |
2009-05-15 |
Some beauty treatment.
|
Tobias Markmann |
2009-05-15 |
Adding minimal support for authorization identities to workaround buggy SASL implementations.
|
Tobias Markmann |
2009-05-15 |
adding RFC comment
|
Tobias Markmann |
2009-05-15 |
stanza_router: Removed some unnecessary code
|
Waqas Hussain |
2009-05-15 |
stanza_router: Removed a FIXME
|
Waqas Hussain |
2009-05-15 |
xmlhandlers: Removed another unnecessary check
|
Waqas Hussain |
2009-05-15 |
xmlhandlers: Removed an unnecessary check
|
Waqas Hussain |
2009-05-15 |
core.xmlhandlers: Removed unused variables
|
Waqas Hussain |
2009-05-15 |
stanza_router: Fixed an invalid stanza check
|
Waqas Hussain |
2009-05-15 |
util.stanza: Omit unused clone parameter from error_reply()
|
Waqas Hussain |
2009-05-15 |
mod_presence: Added a FIXME comment about directed presence
|
Waqas Hussain |
2009-05-15 |
stanza_router: Remove unnecessary directed presence handling
|
Waqas Hussain |
2009-05-15 |
stanza_router: Prevent further processing of a handled stanza
|
Waqas Hussain |
2009-05-15 |
mod_presence: return true from the presence handler
|
Waqas Hussain |
2009-05-15 |
util.events: event handlers can now return a result, which also interrupts further handling of the event
|
Waqas Hussain |
2009-05-15 |
util.muc: A MUC library - initial commit
|
Waqas Hussain |
2009-05-13 |
Merge with 0.4
|
Matthew Wild |
2009-05-13 |
stanza_router: Bounce stanzas to/from invalid JIDs with a jid-malformed error
|
Matthew Wild |
2009-05-13 |
stanza_router: Pass session.to_host to modulemanager, fixes modules for s2sin_unauthed
|
Matthew Wild |
2009-05-09 |
mod_muc: commented connection replace detection code because google keeps resendng directed presence
|
Waqas Hussain |
2009-05-07 |
mod_muc: s/broadcast_history/send_history/ - since the cast isn't broad
|
Waqas Hussain |
2009-05-07 |
mod_muc: Extracted sending of occupant list into its own function
|
Waqas Hussain |
2009-05-07 |
mod_muc: Extracted history broadcast into its own function
|
Waqas Hussain |
2009-05-07 |
fallbacks/bit: bit manipulation API (compatible with bitlib for now)
|
Waqas Hussain |
2009-05-07 |
mod_pep: Initial commit (extremely basic implementation)
|
Waqas Hussain |
2009-05-07 |
util/serialization: Fixed serialization formatting
|
Waqas Hussain |
2009-05-07 |
util/sasl: Removed unnecessary references to util.encodings.idna
|
Waqas Hussain |
2009-05-07 |
mod_roster: Advertize roster versioning support
|
Waqas Hussain |
2009-05-07 |
Default config: Add 'presence' to list of modules
|
Matthew Wild |
2009-05-07 |
Merge with 0.4
|
Matthew Wild |
2009-05-06 |
util.prosodyctl: Import CFG_SOURCEDIR from the global environment (thanks macaronyde!)
|
Matthew Wild |
2009-05-06 |
Tagging 0.4.1
|
Matthew Wild |
2009-05-05 |
util.serialization: Write nil for non-serializable data types, and bump the log level to 'error'
0.4.1
|
Matthew Wild |
2009-05-05 |
tools/ejabberd2prosody: Fixed private storage export
|
Waqas Hussain |
2009-05-05 |
tools/ejabberd2prosody: Fixed private storage export
|
Waqas Hussain |
2009-05-05 |
Merge with 0.4
|
Matthew Wild |
2009-05-05 |
prosodyctl: Add message for unable-to-save-data error
|
Matthew Wild |
2009-05-05 |
util.prosodyctl: Return success status of usermanager.create_user()
|
Matthew Wild |
2009-05-05 |
prosodyctl: Reformat note to fit in small-width terminals
|
Matthew Wild |
2009-05-05 |
Merge with 0.4
|
Matthew Wild |
2009-05-05 |
prosodyctl: Use correct path for the data directory
|
Matthew Wild |
2009-05-05 |
Merge with 0.4
|
Matthew Wild |
2009-05-05 |
mod_posix: Reload the config and reopen log files on SIGHUP
|
Matthew Wild |
2009-05-05 |
loggingmanager: File log sinks react to reopen-log-files event
|
Matthew Wild |
2009-05-05 |
prosody: Add functions to reload the config and re-open log files
|
Matthew Wild |
2009-05-05 |
prosodyctl: status: Show warning if we can't find a running Prosody, and we didn't switch user
|
Matthew Wild |
2009-05-05 |
prosodyctl: Switch to Prosody user before attempting to do anything
|
Matthew Wild |
2009-05-05 |
net.httpserver: Fix for urlencoding to always produce 2 digits
|
Matthew Wild |
2009-05-04 |
Merge with 0.4
|
Matthew Wild |
2009-05-04 |
net.http, net.httpserver: Remove urlcodes table... it really isn't needed (thanks Jan Harkes)
|
Matthew Wild |
2009-05-04 |
net.httpserver: Fix potential nil access
|
Matthew Wild |
2009-04-22 |
mod_bosh: Give BOSH sessions a logger (thanks Florob)
|
Matthew Wild |
2009-05-04 |
mod_component: Vastly reduce the code, having split most of it to where it should be, xmppcomponent_listener
|
Matthew Wild |
2009-05-04 |
util.serialization: Log a warning when trying to serialize something we can't
|
Matthew Wild |
2009-05-04 |
prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections
|
Matthew Wild |
2009-05-04 |