| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | s2smanager: Only send reply </stream:stream> when connection is still open | Matthew Wild | 2009-05-26 | 1 | -1/+3 |
* | mod_roster: Don't send a query element in roster response if roster is unchanged | Matthew Wild | 2009-05-26 | 1 | -2/+2 |
* | Merge with 0.4 | Matthew Wild | 2009-05-22 | 1 | -2/+2 |
|\ |
|
| * | Tagging 0.4.2 | Matthew Wild | 2009-05-22 | 0 | -0/+0 |
| * | Close std{in,out,err} when daemonizingvault/0.4.20.4.2 | Matthew Wild | 2009-05-22 | 1 | -2/+2 |
| * | Tagging 0.4.2 | Matthew Wild | 2009-05-22 | 0 | -0/+0 |
* | | Merge with 0.4 | Matthew Wild | 2009-05-22 | 2 | -0/+106 |
|\| |
|
| * | Finally add README and INSTALL files | Matthew Wild | 2009-05-22 | 2 | -0/+106 |
* | | Merge with 0.4 | Matthew Wild | 2009-05-21 | 0 | -0/+0 |
|\| |
|
| * | stanza_router: Fix for subscriptions to users on components [0.4 branch only] | Matthew Wild | 2009-05-21 | 1 | -2/+2 |
* | | mod_register: Attach session to user-registered and user-deregistered events | Matthew Wild | 2009-05-21 | 1 | -2/+3 |
* | | core: hosts[*].events | Waqas Hussain | 2009-05-20 | 2 | -2/+4 |
* | | Merge with 0.4 | Matthew Wild | 2009-05-19 | 1 | -2/+4 |
|\| |
|
| * | mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from working | Matthew Wild | 2009-05-18 | 1 | -2/+4 |
* | | mod_welcome: New plugin to welcome users who register on the server | Matthew Wild | 2009-05-19 | 1 | -0/+23 |
* | | mod_register: Fire events and log on account creation/deletion | Matthew Wild | 2009-05-19 | 1 | -0/+5 |
* | | modulemanager: Add module:fire_event() to module API | Matthew Wild | 2009-05-19 | 1 | -0/+4 |
* | | stanza_router: Handle outbound presence if inbound handlers don't catch it | Waqas Hussain | 2009-05-19 | 1 | -1/+3 |
* | | util.events: Dispatch code now accepts a variable number of arguments | Waqas Hussain | 2009-05-17 | 1 | -4/+4 |
* | | util.events: Much more efficient index building | Waqas Hussain | 2009-05-17 | 1 | -12/+11 |
* | | stanza_router: s/conn/stream/ in log message | Matthew Wild | 2009-05-16 | 1 | -1/+1 |
* | | stanza_router: Remove FIXME and replace with meaningful comment | Matthew Wild | 2009-05-16 | 1 | -1/+3 |
* | | componentmanager: Don't error on stanzas to bare component JID | Matthew Wild | 2009-05-16 | 1 | -2/+4 |
* | | prosody.cfg.lua.dist: Update example to a better one | Matthew Wild | 2009-05-16 | 1 | -1/+1 |
* | | util.events: handler priorities | Waqas Hussain | 2009-05-16 | 1 | -3/+5 |
* | | modulemanager: require util.stanza | Waqas Hussain | 2009-05-16 | 1 | -0/+1 |
* | | modulemanager: Don't close the stream on unhandled stream:features | Waqas Hussain | 2009-05-16 | 1 | -1/+1 |
* | | stanza_router: Added global function core_post_stanza | Waqas Hussain | 2009-05-16 | 1 | -16/+24 |
* | | util.jid: Eliminate global method use | Waqas Hussain | 2009-05-16 | 1 | -5/+7 |
* | | util.muc: Made internal methods local | Waqas Hussain | 2009-05-16 | 1 | -3/+3 |
* | | stanza_router: Improved message routing order | Waqas Hussain | 2009-05-16 | 1 | -5/+3 |
* | | Dropped support for resource based components | Waqas Hussain | 2009-05-16 | 2 | -6/+1 |
* | | stanza_router: Removed global function core_handle_stanza | Waqas Hussain | 2009-05-16 | 2 | -20/+12 |
* | | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-05-15 | 1 | -30/+41 |
|\ \ |
|
| * \ | Merging SASL buggy client workaround with current tip. | Tobias Markmann | 2009-05-15 | 5 | -44/+27 |
| |\ \ |
|
| * | | | . | Tobias Markmann | 2009-05-15 | 1 | -1/+1 |
| * | | | Some beauty treatment. | Tobias Markmann | 2009-05-15 | 1 | -27/+27 |
| * | | | Adding minimal support for authorization identities to workaround buggy SASL ... | Tobias Markmann | 2009-05-15 | 1 | -2/+11 |
| * | | | adding RFC comment | Tobias Markmann | 2009-05-15 | 1 | -1/+3 |
* | | | | stanza_router: Cleaner namespace handling | Waqas Hussain | 2009-05-16 | 1 | -4/+2 |
* | | | | stanza_router: Refactored core_handle_stanza, and added handling for unsuppor... | Waqas Hussain | 2009-05-16 | 1 | -25/+7 |
* | | | | stanza_router: Fire events after all checks | Waqas Hussain | 2009-05-15 | 1 | -3/+4 |
| |/ /
|/| | |
|
* | | | 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 |