mod_legacyauth, mod_saslauth, mod_tls: Pass require_encryption as default option to s2s_require_encryption so the later overrides the former
|
Kim Alvefur |
2014-10-21 |
mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use the newer stanza:get_child APIs and optimize away some table lookups
|
Kim Alvefur |
2014-07-04 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
mod_legacyauth: Fix for sending error response to unauthed s2s connections
|
Matthew Wild |
2012-09-13 |
mod_legacyauth: Remove unused variable
|
Kim Alvefur |
2012-08-07 |
mod_legacyauth: Return an error if username or resource fails stringprep (thanks iron)
|
Kim Alvefur |
2012-08-07 |
mod_legacyauth: Disallow on unencrypted connections by default, heed allow_unencrypted_plain_auth config option (thanks Maranda/Zash)
|
Matthew Wild |
2011-04-20 |
mod_legacyauth: Limit authentication to unauthenticated client connections.
|
Waqas Hussain |
2010-10-16 |
mod_legacyauth: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of parameters for usermanager.test_password - username, host, password
|
Matthew Wild |
2010-07-21 |
mod_legacyauth: Fixed the ordering of parameters passed to usermanager.test_password.
|
Waqas Hussain |
2010-06-09 |
mod_legacyauth: Use the new usermanager.test_password instead of usermanager.validate_credentials.
|
Waqas Hussain |
2010-06-09 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
mod_legacyauth: Hook stream-features event using new events API.
|
Waqas Hussain |
2010-02-11 |
require_encryption deprecated, use c2s_require_encryption instead
|
Matthew Wild |
2009-10-05 |
Merge with 0.5
|
Matthew Wild |
2009-09-27 |
mod_legacyauth: Don't allow server-generated resource identifiers, as these are not support by legacy auth.
|
Waqas Hussain |
2009-09-27 |
mod_legacyauth: Undo auth on bind fail. Legacy auth is atomic.
|
Waqas Hussain |
2009-09-27 |
mod_legacyauth: Added node and resource prepping.
|
Waqas Hussain |
2009-09-27 |
mod_legacyauth: Added a FIXME
|
Waqas Hussain |
2009-08-13 |
mod_legacyauth: Refactored a bit
|
Waqas Hussain |
2009-08-13 |
mod_legacyauth: Updated to use module:get_option instead of configmanager
|
Waqas Hussain |
2009-08-13 |
mod_legacyauth: Removed useless 'require' call on every login attempt
|
Waqas Hussain |
2009-08-13 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
mod_legacyauth: Hide stream feature when secure auth is enabled, and session isn't secure
|
Matthew Wild |
2009-05-29 |
mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_encryption config option is true
|
Matthew Wild |
2009-05-29 |
mod_*: Fix a load of global accesses
|
Matthew Wild |
2009-04-22 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
mod_legacyauth: Added stream feature: <auth xmlns='http://jabber.org/features/iq-auth'/>
|
Waqas Hussain |
2009-03-07 |
Update copyright notices for 2009
|
Matthew Wild |
2009-01-30 |
0.2->0.3
|
Matthew Wild |
2009-01-30 |
GPL->MIT!
|
Matthew Wild |
2009-01-30 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
Change modules to use the new add_feature module API method.
|
Waqas Hussain |
2008-12-04 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
|
Matthew Wild |
2008-11-27 |
Modules now sending disco replies
|
Waqas Hussain |
2008-11-26 |
Fixed mod_legacyauth to use session.send for sending stanzas
|
Waqas Hussain |
2008-11-15 |
Code cleanup for resource binding
|
Waqas Hussain |
2008-11-15 |
Fix mod_legacyauth to not use old stanza_dispatch
|
Matthew Wild |
2008-10-24 |
Small fix for sending stanzas in case of resource binding error
|
Matthew Wild |
2008-10-04 |
SASL!
|
Matthew Wild |
2008-10-02 |
Huge commit to:
|
Matthew Wild |
2008-09-30 |