Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Kim Alvefur | 2012-08-07 | 1 | -0/+4 |
| | | | | (thanks iron) | ||||
* | mod_legacyauth: Disallow on unencrypted connections by default, heed ↵ | Matthew Wild | 2011-04-20 | 1 | -1/+3 |
| | | | | allow_unencrypted_plain_auth config option (thanks Maranda/Zash) | ||||
* | 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 ↵ | Matthew Wild | 2010-07-21 | 1 | -1/+1 |
| | | | | parameters for usermanager.test_password - username, host, password | ||||
* | mod_legacyauth: Fixed the ordering of parameters passed to ↵ | Waqas Hussain | 2010-06-10 | 1 | -1/+1 |
| | | | | usermanager.test_password. | ||||
* | mod_legacyauth: Use the new usermanager.test_password instead of ↵ | Waqas Hussain | 2010-06-09 | 1 | -1/+1 |
| | | | | usermanager.validate_credentials. | ||||
* | 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 ↵ | Waqas Hussain | 2009-09-27 | 1 | -1/+5 |
| | | | | | | | | are not support by legacy auth. | ||||
| * | 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 |
| | | | | isn't secure | ||||
* | mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when ↵ | Matthew Wild | 2009-05-29 | 1 | -0/+8 |
| | | | | require_encryption config option is true | ||||
* | 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 ↵ | Waqas Hussain | 2009-03-08 | 1 | -0/+3 |
| | | | | xmlns='http://jabber.org/features/iq-auth'/> | ||||
* | 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 |
| | | | | This also fixes the bug causing disco features being added to every disco reply for every host. | ||||
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
| | |||||
* | Bumper commit for the new modulemanager API \o/ Updates all the modules, ↵ | Matthew Wild | 2008-11-27 | 1 | -2/+2 |
| | | | | though some more changes may be in store. | ||||
* | 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 |
| | | | | | (but before you get too excited, no resource binding yet. And yes, there are still plenty of rough edges to the code...) ((eg. must move <stream:features> out of xmlhandlers.lua o_O )) | ||||
* | Huge commit to: | Matthew Wild | 2008-09-30 | 1 | -0/+46 |
* Break stanza routing (to be restored in a future commit) * Remove the old stanza_dispatcher code, which was never going to be maintainable nor extendable :) * Bring us plugins, starting with mod_legacyauth and mod_roster * Sessions are now created/destroyed using a standard sessionmanager interface |