| Commit message (Expand) | Author | Age | Files | Lines |
* | util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL errors,... | Waqas Hussain | 2010-06-03 | 1 | -1/+1 |
* | 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 |
* | Add jid support for motd | Jeff Mitchell | 2010-05-29 | 1 | -1/+2 |
* | Add motd plugin, giving text to a user on each login. | Jeff Mitchell | 2010-05-29 | 1 | -0/+24 |
* | Add the ability to have names in group files, by putting them with an = sign ... | Jeff Mitchell | 2010-05-28 | 1 | -2/+8 |
* | Correct out of order logic in mod_hashpassauth | Jeff Mitchell | 2010-05-28 | 3 | -25/+17 |
* | Add mechanism for upgrading to hashed passwords from default. Remove some ext... | Jeff Mitchell | 2010-05-27 | 2 | -24/+27 |
* | Have defaultauth load by default | Jeff Mitchell | 2010-05-27 | 2 | -1/+2 |
* | Check in mod_hashpassauth -- works! | Jeff Mitchell | 2010-05-26 | 5 | -13/+160 |
* | 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 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 |
|\ \ \ \ |
|