aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Removed useless [[local send = require "core.sessionmanager".send_to_session]...Waqas Hussain2008-11-162-2/+0
* Fixed mod_saslauth to use session.send for sending stanzasWaqas Hussain2008-11-161-2/+1
* Fixed mod_register to use session.send for sending stanzasWaqas Hussain2008-11-161-15/+14
* Fixed mod_private to use session.send for sending stanzasWaqas Hussain2008-11-161-8/+7
* Fixed mod_legacyauth to use session.send for sending stanzasWaqas Hussain2008-11-161-4/+3
* Fix mod_vcard to use session.send for sending stanzasWaqas Hussain2008-11-161-6/+5
* Merge with myself (!)Matthew Wild2008-11-151-10/+9
|\
| * Fix mod_roster to use session.send for sending stanzasMatthew Wild2008-11-151-10/+9
* | Merge from waqasMatthew Wild2008-11-153-39/+10
|\ \ | |/ |/|
| * Code cleanup for resource bindingWaqas Hussain2008-11-162-34/+8
| * Unused variables in mod_tlsWaqas Hussain2008-11-161-5/+2
* | Small fix for mod_versionMatthew Wild2008-11-151-1/+1
|/
* Providing some human readable error messages and some fixes.Tobias Markmann2008-11-151-23/+11
|\
| * Using md5.sum rather than hashes.md5 because we don't want hexadecimalWaqas Hussain2008-11-161-1/+1
| * mod_saslauth: Code cleanupWaqas Hussain2008-11-161-22/+10
* | Made SASL module fit the new interface.Tobias Markmann2008-11-151-1/+2
|/
* base64 encode the sasl responsesWaqas Hussain2008-11-161-3/+3
* Started using realm in password hashing, and added support for error message ...Waqas Hussain2008-11-161-6/+6
* Comment out DIGEST-MD5 until it is fully implementedMatthew Wild2008-11-151-1/+1
* Merging with Waqas' code.Tobias Markmann2008-11-151-0/+2
|\
| * Set username on SASL successWaqas Hussain2008-11-161-0/+2
* | Set username in a SASL object.Tobias Markmann2008-11-151-1/+4
* | Merge with Waqas changes to mod_saslauth.Tobias Markmann2008-11-151-40/+19
|\|
| * mod_saslauth: Added base64 decoding, encoding check, and cleaned the code up.Waqas Hussain2008-11-151-40/+19
* | Adding some TODO for some security issue.Tobias Markmann2008-11-151-0/+1
* | Merging my new SASL code with Waqas' adjusted saslauth module.Tobias Markmann2008-11-152-41/+95
|\|
| * mod_saslauth updated for digest-md5Waqas Hussain2008-11-151-3/+60
| * Now outgoing s2s sessions are associated with their from_host, fixes #15Matthew Wild2008-11-141-1/+1
| * Some more logging fixesMatthew Wild2008-11-141-0/+1
* | Merging.Tobias Markmann2008-11-101-0/+25
|\|
| * Added mod_uptime: [XEP-0012: Last Activity] queries now work when directed at...Waqas Hussain2008-11-101-0/+25
* | Forward response stanzas to sasl.lua and some other stuff.Tobias Markmann2008-11-101-37/+42
|/
* Fixed some whitespace.Waqas Hussain2008-11-062-56/+58
* vcards for s2sMatthew Wild2008-11-021-1/+1
* mod_roster fixWaqas Hussain2008-11-021-0/+1
* Fix s2s once and for allMatthew Wild2008-11-011-0/+67
* Fix for mod_version over s2sMatthew Wild2008-11-011-1/+1
* mod_version is hereMatthew Wild2008-10-301-0/+20
* Added support for XEP-0049: Private XML Storage (mod_private)Waqas Hussain2008-10-261-0/+47
* mod_vcard: Fixed to use new util.stanza.add_childWaqas Hussain2008-10-261-3/+1
* Bug fixes and checks for presence subscriptions, etcWaqas Hussain2008-10-261-9/+12
* Fix mod_legacyauth to not use old stanza_dispatchMatthew Wild2008-10-241-1/+1
* Roster updatesWaqas Hussain2008-10-231-0/+2
* TLS/SASL no longer should include the connhandler moduleMatthew Wild2008-10-232-4/+1
* Merge roster & presence from waqasMatthew Wild2008-10-221-7/+79
|\
| * Added session property for interested resourcesWaqas Hussain2008-10-231-0/+1
| * Fixed: Roster supportWaqas Hussain2008-10-221-4/+4
| * Added: More complete implementation for mod_rosterWaqas Hussain2008-10-171-14/+77
| * Fixed: mod_roster now outputs all roster data (instead of just the JIDs)Waqas Hussain2008-10-121-1/+9
* | Abstract connections with "connection listeners"Matthew Wild2008-10-222-11/+11
|/