Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL ↵ | Waqas Hussain | 2010-06-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | errors, not just the error code. | |||||
* | | | mod_presence: Send unavailable presence in response to probes to the ↵ | Waqas Hussain | 2010-06-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | sender's full JID, not bare JID. | |||||
* | | | 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 | |
| | | | | | | | | | | | | functions. | |||||
* | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | after the jid: myname@mydomain.com=My Name This is then passed on to rosters. | |||||
* | | | Correct out of order logic in mod_hashpassauth | Jeff Mitchell | 2010-05-28 | 3 | -25/+17 | |
| | | | | | | | | | | | | Make saslauth check the existence of the get_password and test_password functions to determine which authentication profile to use. | |||||
* | | | Add mechanism for upgrading to hashed passwords from default. Remove some ↵ | Jeff Mitchell | 2010-05-27 | 2 | -24/+27 | |
| | | | | | | | | | | | | extra debug. | |||||
* | | | 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 ↵ | 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 | |
|\ \ \ \ |