Commit graph

22 commits

Author SHA1 Message Date
Waqas Hussain
ae63e1d1cd mod_legacyauth: Updated to use module:get_option instead of configmanager 2009-08-13 16:46:08 +05:00
Waqas Hussain
42d4cad137 mod_legacyauth: Removed useless 'require' call on every login attempt 2009-08-13 16:45:47 +05:00
Matthew Wild
118883d655 Remove version number from copyright headers 2009-07-10 03:11:45 +01:00
Matthew Wild
fc68c36454 mod_legacyauth: Hide stream feature when secure auth is enabled, and session isn't secure 2009-05-29 18:04:53 +01:00
Matthew Wild
4e00f6c8b5 mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_encryption config option is true 2009-05-29 14:33:55 +01:00
Matthew Wild
ca9a9eb85e mod_*: Fix a load of global accesses 2009-04-22 21:32:23 +01:00
Matthew Wild
c80f91dc02 0.3->0.4 2009-03-20 20:16:25 +00:00
Waqas Hussain
c733342161 mod_legacyauth: Added stream feature: <auth xmlns='http://jabber.org/features/iq-auth'/> 2009-03-08 04:49:51 +05:00
Matthew Wild
c5ee166aa9 Update copyright notices for 2009 2009-01-30 17:59:26 +00:00
Matthew Wild
f2d020191f 0.2->0.3 2009-01-30 17:40:25 +00:00
Matthew Wild
bf3b96204d GPL->MIT! 2009-01-30 17:22:56 +00:00
Matthew Wild
d3ad4a5123 0.1 -> 0.2 2008-12-10 15:44:03 +00:00
Waqas Hussain
2d2414f199 Change modules to use the new add_feature module API method.
This also fixes the bug causing disco features being added to every disco reply for every host.
2008-12-04 20:16:30 +05:00
Matthew Wild
0c5cc83112 Insert copyright/license headers 2008-12-03 14:39:07 +00:00
Matthew Wild
a153b3c267 Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store. 2008-11-27 03:12:12 +00:00
Waqas Hussain
f68d335729 Modules now sending disco replies 2008-11-26 08:27:09 +05:00
Waqas Hussain
801779a3e2 Fixed mod_legacyauth to use session.send for sending stanzas 2008-11-16 04:36:34 +05:00
Waqas Hussain
49ab3af442 Code cleanup for resource binding 2008-11-16 03:16:53 +05:00
Matthew Wild
652190787c Fix mod_legacyauth to not use old stanza_dispatch 2008-10-24 14:45:50 +01:00
Matthew Wild
c98dd482df Small fix for sending stanzas in case of resource binding error 2008-10-04 02:14:11 +01:00
Matthew Wild
6db3d039b3 SASL!
(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 ))
2008-10-02 01:08:58 +01:00
Matthew Wild
a53395e6b7 Huge commit to:
* 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
2008-09-30 19:52:00 +01:00