| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use th... | Kim Alvefur | 2014-07-04 | 1 | -3/+4 |
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -2/+2 |
* | mod_legacyauth: Fix for sending error response to unauthed s2s connections | Matthew Wild | 2012-09-13 | 1 | -1/+1 |
* | mod_legacyauth: Remove unused variable | Kim Alvefur | 2012-08-07 | 1 | -1/+0 |
* | mod_legacyauth: Return an error if username or resource fails stringprep (tha... | Kim Alvefur | 2012-08-07 | 1 | -0/+4 |
* | mod_legacyauth: Disallow on unencrypted connections by default, heed allow_un... | Matthew Wild | 2011-04-20 | 1 | -1/+3 |
* | mod_legacyauth: Limit authentication to unauthenticated client connections. | Waqas Hussain | 2010-10-16 | 1 | -0/+5 |
* | mod_legacyauth: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -42/+43 |
* | usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of parameter... | Matthew Wild | 2010-07-21 | 1 | -1/+1 |
* | mod_legacyauth: Fixed the ordering of parameters passed to usermanager.test_p... | Waqas Hussain | 2010-06-10 | 1 | -1/+1 |
* | mod_legacyauth: Use the new usermanager.test_password instead of usermanager.... | Waqas Hussain | 2010-06-09 | 1 | -1/+1 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
* | | mod_legacyauth: Hook stream-features event using new events API. | Waqas Hussain | 2010-02-12 | 1 | -3/+4 |
|/ |
|
* | require_encryption deprecated, use c2s_require_encryption instead | Matthew Wild | 2009-10-05 | 1 | -1/+1 |
* | Merge with 0.5 | Matthew Wild | 2009-09-27 | 1 | -1/+10 |
|\ |
|
| * | mod_legacyauth: Don't allow server-generated resource identifiers, as these a... | Waqas Hussain | 2009-09-27 | 1 | -1/+5 |
| * | mod_legacyauth: Undo auth on bind fail. Legacy auth is atomic. | Waqas Hussain | 2009-09-27 | 1 | -0/+1 |
| * | mod_legacyauth: Added node and resource prepping. | Waqas Hussain | 2009-09-27 | 1 | -1/+5 |
* | | mod_legacyauth: Added a FIXME | Waqas Hussain | 2009-08-13 | 1 | -1/+1 |
* | | mod_legacyauth: Refactored a bit | Waqas Hussain | 2009-08-13 | 1 | -9/+2 |
* | | mod_legacyauth: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-13 | 1 | -2/+1 |
* | | mod_legacyauth: Removed useless 'require' call on every login attempt | Waqas Hussain | 2009-08-13 | 1 | -1/+0 |
|/ |
|
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | mod_legacyauth: Hide stream feature when secure auth is enabled, and session ... | Matthew Wild | 2009-05-29 | 1 | -1/+6 |
* | mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_e... | Matthew Wild | 2009-05-29 | 1 | -0/+8 |
* | mod_*: Fix a load of global accesses | Matthew Wild | 2009-04-22 | 1 | -0/+3 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | mod_legacyauth: Added stream feature: <auth xmlns='http://jabber.org/features... | Waqas Hussain | 2009-03-08 | 1 | -0/+3 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | Change modules to use the new add_feature module API method. | Waqas Hussain | 2008-12-04 | 1 | -1/+1 |
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
* | Bumper commit for the new modulemanager API \o/ Updates all the modules, thou... | Matthew Wild | 2008-11-27 | 1 | -2/+2 |
* | Modules now sending disco replies | Waqas Hussain | 2008-11-26 | 1 | -0/+2 |
* | Fixed mod_legacyauth to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -4/+3 |
* | Code cleanup for resource binding | Waqas Hussain | 2008-11-16 | 1 | -15/+3 |
* | Fix mod_legacyauth to not use old stanza_dispatch | Matthew Wild | 2008-10-24 | 1 | -1/+1 |
* | Small fix for sending stanzas in case of resource binding error | Matthew Wild | 2008-10-04 | 1 | -1/+1 |
* | SASL! | Matthew Wild | 2008-10-02 | 1 | -9/+20 |
* | Huge commit to: | Matthew Wild | 2008-09-30 | 1 | -0/+46 |