| Commit message (Expand) | Author | Age | Files | Lines |
* | stanza_router: Removed some unnecessary code | Waqas Hussain | 2009-05-15 | 1 | -2/+0 |
* | stanza_router: Removed a FIXME | Waqas Hussain | 2009-05-15 | 1 | -1/+0 |
* | xmlhandlers: Removed another unnecessary check | Waqas Hussain | 2009-05-15 | 1 | -13/+11 |
* | xmlhandlers: Removed an unnecessary check | Waqas Hussain | 2009-05-15 | 1 | -10/+7 |
* | core.xmlhandlers: Removed unused variables | Waqas Hussain | 2009-05-15 | 1 | -6/+0 |
* | stanza_router: Fixed an invalid stanza check | Waqas Hussain | 2009-05-15 | 1 | -1/+1 |
* | util.stanza: Omit unused clone parameter from error_reply() | Waqas Hussain | 2009-05-15 | 1 | -2/+1 |
* | mod_presence: Added a FIXME comment about directed presence | Waqas Hussain | 2009-05-15 | 1 | -1/+1 |
* | stanza_router: Remove unnecessary directed presence handling | Waqas Hussain | 2009-05-15 | 1 | -5/+0 |
* | stanza_router: Prevent further processing of a handled stanza | Waqas Hussain | 2009-05-15 | 1 | -1/+1 |
* | mod_presence: return true from the presence handler | Waqas Hussain | 2009-05-15 | 1 | -0/+1 |
* | util.events: event handlers can now return a result, which also interrupts fu... | Waqas Hussain | 2009-05-15 | 1 | -2/+4 |
* | util.muc: A MUC library - initial commit | Waqas Hussain | 2009-05-13 | 1 | -0/+422 |
* | Merge with 0.4 | Matthew Wild | 2009-05-13 | 1 | -2/+7 |
|\ |
|
| * | stanza_router: Bounce stanzas to/from invalid JIDs with a jid-malformed error | Matthew Wild | 2009-05-13 | 1 | -2/+7 |
* | | stanza_router: Pass session.to_host to modulemanager, fixes modules for s2sin... | Matthew Wild | 2009-05-09 | 1 | -1/+1 |
* | | mod_muc: commented connection replace detection code because google keeps res... | Waqas Hussain | 2009-05-08 | 1 | -6/+6 |
* | | mod_muc: s/broadcast_history/send_history/ - since the cast isn't broad | Waqas Hussain | 2009-05-08 | 1 | -2/+2 |
* | | mod_muc: Extracted sending of occupant list into its own function | Waqas Hussain | 2009-05-08 | 1 | -12/+16 |
* | | mod_muc: Extracted history broadcast into its own function | Waqas Hussain | 2009-05-08 | 1 | -11/+14 |
* | | fallbacks/bit: bit manipulation API (compatible with bitlib for now) | Waqas Hussain | 2009-05-08 | 1 | -0/+137 |
* | | mod_pep: Initial commit (extremely basic implementation) | Waqas Hussain | 2009-05-08 | 1 | -0/+48 |
* | | util/serialization: Fixed serialization formatting | Waqas Hussain | 2009-05-08 | 1 | -1/+1 |
* | | util/sasl: Removed unnecessary references to util.encodings.idna | Waqas Hussain | 2009-05-08 | 1 | -2/+0 |
* | | mod_roster: Advertize roster versioning support | Waqas Hussain | 2009-05-08 | 1 | -0/+8 |
* | | Default config: Add 'presence' to list of modules | Matthew Wild | 2009-05-07 | 1 | -0/+1 |
* | | Merge with 0.4 | Matthew Wild | 2009-05-06 | 2 | -1/+5 |
|\| |
|
| * | util.prosodyctl: Import CFG_SOURCEDIR from the global environment (thanks mac... | Matthew Wild | 2009-05-06 | 1 | -0/+3 |
| * | Tagging 0.4.1 | Matthew Wild | 2009-05-05 | 0 | -0/+0 |
| * | util.serialization: Write nil for non-serializable data types, and bump the l...vault/0.4.10.4.1 | Matthew Wild | 2009-05-05 | 1 | -1/+2 |
| * | tools/ejabberd2prosody: Fixed private storage export | Waqas Hussain | 2009-05-05 | 1 | -1/+1 |
* | | tools/ejabberd2prosody: Fixed private storage export | Waqas Hussain | 2009-05-05 | 1 | -1/+1 |
* | | Merge with 0.4 | Matthew Wild | 2009-05-05 | 2 | -4/+9 |
|\| |
|
| * | prosodyctl: Add message for unable-to-save-data error | Matthew Wild | 2009-05-05 | 1 | -0/+1 |
| * | util.prosodyctl: Return success status of usermanager.create_user() | Matthew Wild | 2009-05-05 | 1 | -1/+4 |
| * | prosodyctl: Reformat note to fit in small-width terminals | Matthew Wild | 2009-05-05 | 1 | -3/+4 |
* | | Merge with 0.4 | Matthew Wild | 2009-05-05 | 1 | -0/+3 |
|\| |
|
| * | prosodyctl: Use correct path for the data directory | Matthew Wild | 2009-05-05 | 1 | -0/+3 |
* | | Merge with 0.4 | Matthew Wild | 2009-05-05 | 5 | -12/+75 |
|\| |
|
| * | mod_posix: Reload the config and reopen log files on SIGHUP | Matthew Wild | 2009-05-05 | 1 | -7/+9 |
| * | loggingmanager: File log sinks react to reopen-log-files event | Matthew Wild | 2009-05-05 | 1 | -3/+16 |
| * | prosody: Add functions to reload the config and re-open log files | Matthew Wild | 2009-05-05 | 1 | -1/+21 |
| * | prosodyctl: status: Show warning if we can't find a running Prosody, and we d... | Matthew Wild | 2009-05-05 | 1 | -0/+5 |
| * | prosodyctl: Switch to Prosody user before attempting to do anything | Matthew Wild | 2009-05-05 | 1 | -0/+23 |
| * | net.httpserver: Fix for urlencoding to always produce 2 digits | Matthew Wild | 2009-05-04 | 1 | -1/+1 |
* | | Merge with 0.4 | Matthew Wild | 2009-05-04 | 9 | -161/+190 |
|\| |
|
| * | net.http, net.httpserver: Remove urlcodes table... it really isn't needed (th... | Matthew Wild | 2009-05-04 | 2 | -3/+1 |
| * | net.httpserver: Fix potential nil access | Matthew Wild | 2009-04-22 | 1 | -2/+2 |
| * | mod_bosh: Give BOSH sessions a logger (thanks Florob) | Matthew Wild | 2009-05-04 | 1 | -2/+5 |
| * | mod_component: Vastly reduce the code, having split most of it to where it sh... | Matthew Wild | 2009-05-04 | 1 | -152/+6 |