Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Working defaultauth | Jeff Mitchell | 2010-05-20 | 2 | -14/+30 | |
| | | | | ||||||
* | | | | Added mod_auth_default | Jeff Mitchell | 2010-05-20 | 1 | -0/+92 | |
| | | | | ||||||
* | | | | Update usermanager to not crash, etc. | Jeff Mitchell | 2010-05-20 | 2 | -8/+9 | |
| | | | | ||||||
* | | | | First bit of work | Jeff Mitchell | 2010-05-20 | 1 | -65/+8 | |
| | | | | ||||||
* | | | | Merge backout | Matthew Wild | 2010-06-04 | 1 | -14/+14 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Backed out changeset 8bd3857a75ee | Matthew Wild | 2010-06-04 | 1 | -14/+14 | |
| | | | | ||||||
* | | | | 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 ↵ | Matthew Wild | 2010-06-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | compatibility with server_select (thanks uhoreg) | |||||
* | | | | 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 ↵ | Matthew Wild | 2010-06-02 | 1 | -1/+14 | |
| | | | | | | | | | | | | | | | | outgoing bytes and stanzas | |||||
* | | | | util.filters: Ensure initialize() never initializes an object twice - and ↵ | Matthew Wild | 2010-06-02 | 1 | -10/+13 | |
| | | | | | | | | | | | | | | | | return the filter function to the caller | |||||
* | | | | 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 ↵ | Matthew Wild | 2010-06-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | uninitialized object | |||||
* | | | | 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 ↵ | Matthew Wild | 2010-06-01 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | avoid unnecessary roster loads) | |||||
* | | | | rostermanager: Optimisation to avoid unnecessarily loading rosters for ↵ | Waqas Hussain | 2010-06-01 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | offline contacts on probes, etc. | |||||
* | | | | Merge compression fix | Matthew Wild | 2010-05-29 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | mod_compression: Update for new session.data() syntax, fixes invalid XML ↵ | Matthew Wild | 2010-05-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | errors after compression negotiation (thanks hg bisect) | |||||
* | | | | | Merge 0.7->trunk | Matthew Wild | 2010-05-26 | 1 | -1/+3 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | mod_groups: Check for existence of roster[false] before clearing version ↵ | Matthew Wild | 2010-05-26 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | (thanks Flo) | |||||
* | | | | | 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 ↵ | Waqas Hussain | 2010-05-24 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 'internal-server-error'. | |||||
| | * | | | | usermanager: Take datamanager errors into account when determining account ↵ | Waqas Hussain | 2010-05-24 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | existance. | |||||
| | * | | | | mod_presence: Don't send 'unsubscribed' in response to probes when roster ↵ | Waqas Hussain | 2010-05-24 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | loading fails. | |||||
| | * | | | | rostermanager: Return an error string when subscription test fails due to an ↵ | Waqas Hussain | 2010-05-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | error. | |||||
| | * | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | and subscriptions. |