| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_presence: Fix a global access | Waqas Hussain | 2009-06-02 | 1 | -1/+1 |
* | mod_presence: Check for nil 'to' attribute in all cases for outgoing stanzas | Waqas Hussain | 2009-06-02 | 1 | -14/+16 |
* | mod_presence: Check for nil 'to' attribute in all cases for incoming stanzas | Waqas Hussain | 2009-06-02 | 1 | -7/+7 |
* | mod_presence: return true from incoming presence handlers to prevent further ... | Waqas Hussain | 2009-06-02 | 1 | -0/+2 |
* | mod_presence: Handle non-subscription presence and routing | Waqas Hussain | 2009-06-02 | 1 | -0/+20 |
* | mod_presence: Handle subscriptions and probes | Waqas Hussain | 2009-06-02 | 1 | -2/+14 |
* | mod_presence: Add hooks for inbound presence | Waqas Hussain | 2009-06-02 | 1 | -0/+9 |
* | mod_presence: Fix a comment | Waqas Hussain | 2009-06-02 | 1 | -1/+1 |
* | mod_presence: Handle all outbound presence stanzas | Waqas Hussain | 2009-06-02 | 1 | -2/+6 |
* | mod_presence: A little cleanup | Waqas Hussain | 2009-06-02 | 1 | -4/+5 |
* | mod_presence: Remove JIDs from directed presence list on sending error or una... | Waqas Hussain | 2009-06-02 | 1 | -1/+5 |
* | mod_presence: Handle outbound presence to full JIDs | Waqas Hussain | 2009-06-02 | 1 | -0/+17 |
* | mod_message: A little cleanup | Waqas Hussain | 2009-06-01 | 1 | -22/+21 |
* | mod_message: mod_message now handles all cases | Waqas Hussain | 2009-06-01 | 1 | -18/+40 |
* | mod_message: Added code to handle error groupchat and headline messages to ba... | Waqas Hussain | 2009-06-01 | 1 | -9/+27 |
* | mod_message: Move bare JID processing to it's own function | Waqas Hussain | 2009-06-01 | 1 | -16/+20 |
* | mod_iq: Correctly handle the lack of 'to' on IQs | Waqas Hussain | 2009-06-01 | 1 | -2/+3 |
* | mod_iq: Immediately return an error for IQs to non-existing bare JIDs | Waqas Hussain | 2009-06-01 | 1 | -1/+11 |
* | mod_iq: Include event data in sub-events | Waqas Hussain | 2009-06-01 | 1 | -2/+2 |
* | mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all 'i... | Waqas Hussain | 2009-06-01 | 1 | -2/+6 |
* | mod_iq: Fire sub-events for IQs directed at bare JIDs and hosts | Waqas Hussain | 2009-06-01 | 1 | -2/+10 |
* | mod_welcome: Use module:hook instead of module:add_event_hook | Waqas Hussain | 2009-05-31 | 1 | -1/+1 |
* | mod_watchregistrations: Use module:hook instead of module:add_event_hook | Waqas Hussain | 2009-05-31 | 1 | -1/+2 |
* | mod_presence: Changed to use the prosody.events object directly, rather than ... | Waqas Hussain | 2009-05-31 | 1 | -5/+2 |
* | mod_console: c2s:show(), c2s:show_secure(), c2s:show_insecure() | Matthew Wild | 2009-05-30 | 1 | -0/+47 |
* | mod_console: Allow restricting results to matching JIDs in s2s:show() | Matthew Wild | 2009-05-30 | 1 | -27/+32 |
* | mod_posix: Use global prosody object | Matthew Wild | 2009-05-30 | 1 | -6/+8 |
* | mod_message, mod_iq: A little cleanup | Waqas Hussain | 2009-05-30 | 2 | -1/+4 |
* | mod_iq: Initial commit | Waqas Hussain | 2009-05-30 | 1 | -0/+30 |
* | mod_message: Initial commit | Waqas Hussain | 2009-05-30 | 1 | -0/+41 |
* | mod_tls: Add <required/> to stream feature when TLS is required | Matthew Wild | 2009-05-29 | 1 | -1/+9 |
* | mod_legacyauth: Hide stream feature when secure auth is enabled, and session ... | Matthew Wild | 2009-05-29 | 1 | -1/+6 |
* | mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) ... | Matthew Wild | 2009-05-29 | 1 | -1/+4 |
* | mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_e... | Matthew Wild | 2009-05-29 | 2 | -1/+11 |
* | sessionmanager, mod_tls: Mark a session as secure when TLS is active | Matthew Wild | 2009-05-29 | 1 | -0/+1 |
* | mod_presence: Lower some log levels to their correct values | Matthew Wild | 2009-05-28 | 1 | -2/+2 |
* | mod_presence: Use logger supplied by modulemanager | Matthew Wild | 2009-05-28 | 1 | -3/+1 |
* | mod_presence: Leave alone the from attribute of session.presence. Big thanks ... | Matthew Wild | 2009-05-28 | 1 | -2/+0 |
* | mod_watchregistrations: admin -> admins | Matthew Wild | 2009-05-27 | 1 | -1/+1 |
* | mod_watchregistrations: New plugin to send a message to admins when a new use... | Matthew Wild | 2009-05-26 | 1 | -0/+25 |
* | mod_roster: Add some comments for the error cases to improve readability | Matthew Wild | 2009-05-26 | 1 | -0/+6 |
* | mod_roster: Don't send a query element in roster response if roster is unchanged | Matthew Wild | 2009-05-26 | 1 | -2/+2 |
* | mod_register: Attach session to user-registered and user-deregistered events | Matthew Wild | 2009-05-21 | 1 | -2/+3 |
* | 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 |
* | | mod_presence: Added a FIXME comment about directed presence | Waqas Hussain | 2009-05-15 | 1 | -1/+1 |
* | | mod_presence: return true from the presence handler | Waqas Hussain | 2009-05-15 | 1 | -0/+1 |
* | | mod_muc: commented connection replace detection code because google keeps res... | Waqas Hussain | 2009-05-08 | 1 | -6/+6 |