usermanager: Rename the fallback provider from 'dummyauth' to 'null'
|
Matthew Wild |
2010-06-04 |
usermanager: Add hunk that got missed in a merge
|
Matthew Wild |
2010-06-04 |
util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL errors, not just the error code.
|
Waqas Hussain |
2010-06-03 |
mod_presence: Send unavailable presence in response to probes to the sender's full JID, not bare JID.
|
Waqas Hussain |
2010-06-03 |
SASL: Minor cleanup.
|
Waqas Hussain |
2010-06-03 |
util.sasl.scram: Fixed a log level.
|
Waqas Hussain |
2010-06-03 |
mod_presence: Removed unnecessary parameter 'core_route_stanza' from various functions.
|
Waqas Hussain |
2010-06-03 |
Add jid support for motd
|
Jeff Mitchell |
2010-05-29 |
Add motd plugin, giving text to a user on each login.
|
Jeff Mitchell |
2010-05-29 |
Add the ability to have names in group files, by putting them with an = sign after the jid:
|
Jeff Mitchell |
2010-05-28 |
Correct out of order logic in mod_hashpassauth
|
Jeff Mitchell |
2010-05-28 |
Add mechanism for upgrading to hashed passwords from default. Remove some extra debug.
|
Jeff Mitchell |
2010-05-27 |
Have defaultauth load by default
|
Jeff Mitchell |
2010-05-27 |
Check in mod_hashpassauth -- works!
|
Jeff Mitchell |
2010-05-26 |
Working defaultauth
|
Jeff Mitchell |
2010-05-20 |
Added mod_auth_default
|
Jeff Mitchell |
2010-05-20 |
Update usermanager to not crash, etc.
|
Jeff Mitchell |
2010-05-20 |
First bit of work
|
Jeff Mitchell |
2010-05-20 |
Merge backout
|
Matthew Wild |
2010-06-04 |
Backed out changeset 8bd3857a75ee
|
Matthew Wild |
2010-06-04 |
util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL errors, not just the error code.
|
Waqas Hussain |
2010-06-03 |
mod_presence: Send unavailable presence in response to probes to the sender's full JID, not bare JID.
|
Waqas Hussain |
2010-06-03 |
SASL: Minor cleanup.
|
Waqas Hussain |
2010-06-03 |
util.sasl.scram: Fixed a log level.
|
Waqas Hussain |
2010-06-03 |
mod_presence: Removed unnecessary parameter 'core_route_stanza' from various functions.
|
Waqas Hussain |
2010-06-03 |
Merge 0.7->trunk
|
Matthew Wild |
2010-06-03 |
s2smanager: Remove potentially misleading log message (thanks albert)
|
Matthew Wild |
2010-06-03 |
Merge 0.7->trunk
|
Matthew Wild |
2010-06-02 |
net.server_event: Also return the socket from wrapclient, to maintain compatibility with server_select (thanks uhoreg)
|
Matthew Wild |
2010-06-02 |
mod_compression: Use filters! \o/
|
Matthew Wild |
2010-06-02 |
xmppserver_listener: Add filters for incoming bytes and stanzas
|
Matthew Wild |
2010-06-02 |
s2smanager: Add filters for outgoing bytes and stanzas
|
Matthew Wild |
2010-06-02 |
sessionmanager: Rename filters_initialize->initialize_filters
|
Matthew Wild |
2010-06-02 |
xmppclient_listener: Add filters for incoming bytes and stanzas
|
Matthew Wild |
2010-06-02 |
sessionmanager: Initialize new sessions for filtering, and add filters for outgoing bytes and stanzas
|
Matthew Wild |
2010-06-02 |
util.filters: Ensure initialize() never initializes an object twice - and return the filter function to the caller
|
Matthew Wild |
2010-06-02 |
xmppserver_listener: Port to util.xmppstream \o/
|
Matthew Wild |
2010-06-02 |
util.filters: Break processing if a filterer returns nil
|
Matthew Wild |
2010-06-02 |
util.filters: Don't traceback with no filters of a type added
|
Matthew Wild |
2010-06-02 |
net.multiplex_listener: Test to make sure listener.onconnect isn't nil.
|
Waqas Hussain |
2010-06-02 |
net.multiplex_listener: Call listener.onconnect(conn) when swapping listeners.
|
Waqas Hussain |
2010-06-02 |
xmppclient_listener: Port to onconnect handler
|
Matthew Wild |
2010-06-02 |
util.filters: Don't traceback when trying to remove a filter from an uninitialized object
|
Matthew Wild |
2010-06-02 |
util.filters: Expose the initialization function
|
Matthew Wild |
2010-06-02 |
util.filters: New utility library for managing filters on an object
|
Matthew Wild |
2010-06-02 |
mod_pep: Corrected and optimized handling of non-available presence stanzas.
|
Waqas Hussain |
2010-06-01 |
mod_iq: Removed a check for user existance when firing iq/bare/* sub-events.
|
Waqas Hussain |
2010-05-30 |
mod_pep: Use is_contact_subscribed (which uses the new rostermanager fix to avoid unnecessary roster loads)
|
Matthew Wild |
2010-06-01 |
rostermanager: Optimisation to avoid unnecessarily loading rosters for offline contacts on probes, etc.
|
Waqas Hussain |
2010-06-01 |
Merge compression fix
|
Matthew Wild |
2010-05-29 |
mod_compression: Update for new session.data() syntax, fixes invalid XML errors after compression negotiation (thanks hg bisect)
|
Matthew Wild |
2010-05-29 |
Merge 0.7->trunk
|
Matthew Wild |
2010-05-26 |
mod_groups: Check for existence of roster[false] before clearing version (thanks Flo)
|
Matthew Wild |
2010-05-26 |
Merge 0.7->trunk
|
Matthew Wild |
2010-05-24 |
util.sasl.scram: Fix remaining - in profile name
|
Matthew Wild |
2010-05-24 |
util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_'
|
Tobias Markmann |
2010-05-24 |
Merge trunk/Tobias->trunk
|
Matthew Wild |
2010-05-24 |
util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_'
|
Tobias Markmann |
2010-05-24 |
Merge 0.7->trunk
|
Matthew Wild |
2010-05-24 |
util.sasl.scram: Fixing logic error in argument checking.
|
Tobias Markmann |
2010-05-24 |