| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_presence: Send unavailable presence in response to probes to the sender's... | Waqas Hussain | 2010-06-03 | 1 | -1/+1 |
* | SASL: Minor cleanup. | Waqas Hussain | 2010-06-03 | 4 | -11/+6 |
* | util.sasl.scram: Fixed a log level. | Waqas Hussain | 2010-06-03 | 1 | -1/+1 |
* | mod_presence: Removed unnecessary parameter 'core_route_stanza' from various ... | Waqas Hussain | 2010-06-03 | 1 | -12/+12 |
* | Merge 0.7->trunk | Matthew Wild | 2010-06-03 | 1 | -1/+0 |
|\ |
|
| * | s2smanager: Remove potentially misleading log message (thanks albert) | Matthew Wild | 2010-06-03 | 1 | -1/+0 |
* | | Merge 0.7->trunk | Matthew Wild | 2010-06-02 | 1 | -1/+1 |
|\| |
|
| * | net.server_event: Also return the socket from wrapclient, to maintain compati... | Matthew Wild | 2010-06-02 | 1 | -1/+1 |
* | | mod_compression: Use filters! \o/ | Matthew Wild | 2010-06-02 | 1 | -34/+28 |
* | | xmppserver_listener: Add filters for incoming bytes and stanzas | Matthew Wild | 2010-06-02 | 1 | -6/+16 |
* | | s2smanager: Add filters for outgoing bytes and stanzas | Matthew Wild | 2010-06-02 | 1 | -2/+29 |
* | | sessionmanager: Rename filters_initialize->initialize_filters | Matthew Wild | 2010-06-02 | 1 | -2/+2 |
* | | xmppclient_listener: Add filters for incoming bytes and stanzas | Matthew Wild | 2010-06-02 | 1 | -5/+15 |
* | | sessionmanager: Initialize new sessions for filtering, and add filters for ou... | Matthew Wild | 2010-06-02 | 1 | -1/+14 |
* | | util.filters: Ensure initialize() never initializes an object twice - and ret... | Matthew Wild | 2010-06-02 | 1 | -10/+13 |
* | | xmppserver_listener: Port to util.xmppstream \o/ | Matthew Wild | 2010-06-02 | 1 | -40/+36 |
* | | util.filters: Break processing if a filterer returns nil | Matthew Wild | 2010-06-02 | 1 | -0/+1 |
* | | util.filters: Don't traceback with no filters of a type added | Matthew Wild | 2010-06-02 | 1 | -2/+4 |
* | | net.multiplex_listener: Test to make sure listener.onconnect isn't nil. | Waqas Hussain | 2010-06-02 | 1 | -1/+4 |
* | | net.multiplex_listener: Call listener.onconnect(conn) when swapping listeners. | Waqas Hussain | 2010-06-02 | 1 | -0/+1 |
* | | xmppclient_listener: Port to onconnect handler | Matthew Wild | 2010-06-02 | 1 | -37/+38 |
* | | util.filters: Don't traceback when trying to remove a filter from an uninitia... | Matthew Wild | 2010-06-02 | 1 | -0/+1 |
* | | util.filters: Expose the initialization function | Matthew Wild | 2010-06-02 | 1 | -2/+2 |
* | | util.filters: New utility library for managing filters on an object | Matthew Wild | 2010-06-02 | 1 | -0/+61 |
* | | mod_pep: Corrected and optimized handling of non-available presence stanzas. | Waqas Hussain | 2010-06-02 | 1 | -17/+22 |
* | | mod_iq: Removed a check for user existance when firing iq/bare/* sub-events. | Waqas Hussain | 2010-05-30 | 1 | -11/+0 |
* | | mod_pep: Use is_contact_subscribed (which uses the new rostermanager fix to a... | Matthew Wild | 2010-06-01 | 1 | -3/+2 |
* | | rostermanager: Optimisation to avoid unnecessarily loading rosters for offlin... | Waqas Hussain | 2010-06-01 | 1 | -0/+12 |
* | | Merge compression fix | Matthew Wild | 2010-05-29 | 1 | -2/+2 |
|\ \ |
|
| * | | mod_compression: Update for new session.data() syntax, fixes invalid XML erro... | Matthew Wild | 2010-05-29 | 1 | -2/+2 |
* | | | Merge 0.7->trunk | Matthew Wild | 2010-05-26 | 1 | -1/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | mod_groups: Check for existence of roster[false] before clearing version (tha... | Matthew Wild | 2010-05-26 | 1 | -1/+3 |
* | | | Merge 0.7->trunk | Matthew Wild | 2010-05-24 | 1 | -1/+1 |
|\| | |
|
| * | | util.sasl.scram: Fix remaining - in profile name | Matthew Wild | 2010-05-24 | 1 | -1/+1 |
| * | | util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_' | Tobias Markmann | 2010-05-24 | 2 | -5/+12 |
* | | | Merge trunk/Tobias->trunk | Matthew Wild | 2010-05-24 | 2 | -5/+12 |
|\ \ \ |
|
| * | | | util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_' | Tobias Markmann | 2010-05-24 | 2 | -5/+12 |
* | | | | Merge 0.7->trunk | Matthew Wild | 2010-05-24 | 0 | -0/+0 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | util.sasl.scram: Fixing logic error in argument checking. | Tobias Markmann | 2010-05-24 | 1 | -1/+1 |
* | | | util.sasl.scram: Fixing logic error in argument checking. | Tobias Markmann | 2010-05-24 | 1 | -1/+1 |
* | | | Merge 0.7->trunk | Matthew Wild | 2010-05-23 | 8 | -60/+77 |
|\| | |
|
| * | | Merge 0.7/waqas->0.7/MattJ | Matthew Wild | 2010-05-23 | 5 | -12/+15 |
| |\ \ |
|
| | * | | mod_private: Detect datamanager read errors, and respond with 'internal-serve... | Waqas Hussain | 2010-05-24 | 1 | -1/+5 |
| | * | | usermanager: Take datamanager errors into account when determining account ex... | Waqas Hussain | 2010-05-24 | 1 | -1/+2 |
| | * | | mod_presence: Don't send 'unsubscribed' in response to probes when roster loa... | Waqas Hussain | 2010-05-24 | 1 | -2/+3 |
| | * | | rostermanager: Return an error string when subscription test fails due to an ... | Waqas Hussain | 2010-05-24 | 1 | -2/+2 |
| | * | | rostermanager: Mark rosters which fail to load as broken, and never save them. | Waqas Hussain | 2010-05-24 | 1 | -1/+2 |
| | * | | mod_presence: Removed a useless check when handling incoming presence probes ... | Waqas Hussain | 2010-05-24 | 1 | -4/+0 |
| | * | | util.datamanager: Return an error string when failing to save. | Waqas Hussain | 2010-05-23 | 1 | -1/+1 |
| * | | | util.sasl.scram: Adjusting authentication backend name to conform with the st... | Tobias Markmann | 2010-02-28 | 1 | -1/+1 |