| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Fix mod_roster to use session.send for sending stanzas | Matthew Wild | 2008-11-15 | 1 | -10/+9 |
* | | Merge from waqas | Matthew Wild | 2008-11-15 | 3 | -39/+10 |
|\ \
| |/
|/| |
|
| * | Code cleanup for resource binding | Waqas Hussain | 2008-11-16 | 2 | -34/+8 |
| * | Unused variables in mod_tls | Waqas Hussain | 2008-11-16 | 1 | -5/+2 |
* | | Small fix for mod_version | Matthew Wild | 2008-11-15 | 1 | -1/+1 |
|/ |
|
* | Providing some human readable error messages and some fixes. | Tobias Markmann | 2008-11-15 | 1 | -23/+11 |
|\ |
|
| * | Using md5.sum rather than hashes.md5 because we don't want hexadecimal | Waqas Hussain | 2008-11-16 | 1 | -1/+1 |
| * | mod_saslauth: Code cleanup | Waqas Hussain | 2008-11-16 | 1 | -22/+10 |
* | | Made SASL module fit the new interface. | Tobias Markmann | 2008-11-15 | 1 | -1/+2 |
|/ |
|
* | base64 encode the sasl responses | Waqas Hussain | 2008-11-16 | 1 | -3/+3 |
* | Started using realm in password hashing, and added support for error message ... | Waqas Hussain | 2008-11-16 | 1 | -6/+6 |
* | Comment out DIGEST-MD5 until it is fully implemented | Matthew Wild | 2008-11-15 | 1 | -1/+1 |
* | Merging with Waqas' code. | Tobias Markmann | 2008-11-15 | 1 | -0/+2 |
|\ |
|
| * | Set username on SASL success | Waqas Hussain | 2008-11-16 | 1 | -0/+2 |
* | | Set username in a SASL object. | Tobias Markmann | 2008-11-15 | 1 | -1/+4 |
* | | Merge with Waqas changes to mod_saslauth. | Tobias Markmann | 2008-11-15 | 1 | -40/+19 |
|\| |
|
| * | mod_saslauth: Added base64 decoding, encoding check, and cleaned the code up. | Waqas Hussain | 2008-11-15 | 1 | -40/+19 |
* | | Adding some TODO for some security issue. | Tobias Markmann | 2008-11-15 | 1 | -0/+1 |
* | | Merging my new SASL code with Waqas' adjusted saslauth module. | Tobias Markmann | 2008-11-15 | 2 | -41/+95 |
|\| |
|
| * | mod_saslauth updated for digest-md5 | Waqas Hussain | 2008-11-15 | 1 | -3/+60 |
| * | Now outgoing s2s sessions are associated with their from_host, fixes #15 | Matthew Wild | 2008-11-14 | 1 | -1/+1 |
| * | Some more logging fixes | Matthew Wild | 2008-11-14 | 1 | -0/+1 |
* | | Merging. | Tobias Markmann | 2008-11-10 | 1 | -0/+25 |
|\| |
|
| * | Added mod_uptime: [XEP-0012: Last Activity] queries now work when directed at... | Waqas Hussain | 2008-11-10 | 1 | -0/+25 |
* | | Forward response stanzas to sasl.lua and some other stuff. | Tobias Markmann | 2008-11-10 | 1 | -37/+42 |
|/ |
|
* | Fixed some whitespace. | Waqas Hussain | 2008-11-06 | 2 | -56/+58 |
* | vcards for s2s | Matthew Wild | 2008-11-02 | 1 | -1/+1 |
* | mod_roster fix | Waqas Hussain | 2008-11-02 | 1 | -0/+1 |
* | Fix s2s once and for all | Matthew Wild | 2008-11-01 | 1 | -0/+67 |
* | Fix for mod_version over s2s | Matthew Wild | 2008-11-01 | 1 | -1/+1 |
* | mod_version is here | Matthew Wild | 2008-10-30 | 1 | -0/+20 |
* | Added support for XEP-0049: Private XML Storage (mod_private) | Waqas Hussain | 2008-10-26 | 1 | -0/+47 |
* | mod_vcard: Fixed to use new util.stanza.add_child | Waqas Hussain | 2008-10-26 | 1 | -3/+1 |
* | Bug fixes and checks for presence subscriptions, etc | Waqas Hussain | 2008-10-26 | 1 | -9/+12 |
* | Fix mod_legacyauth to not use old stanza_dispatch | Matthew Wild | 2008-10-24 | 1 | -1/+1 |
* | Roster updates | Waqas Hussain | 2008-10-23 | 1 | -0/+2 |
* | TLS/SASL no longer should include the connhandler module | Matthew Wild | 2008-10-23 | 2 | -4/+1 |
* | Merge roster & presence from waqas | Matthew Wild | 2008-10-22 | 1 | -7/+79 |
|\ |
|
| * | Added session property for interested resources | Waqas Hussain | 2008-10-23 | 1 | -0/+1 |
| * | Fixed: Roster support | Waqas Hussain | 2008-10-22 | 1 | -4/+4 |
| * | Added: More complete implementation for mod_roster | Waqas Hussain | 2008-10-17 | 1 | -14/+77 |
| * | Fixed: mod_roster now outputs all roster data (instead of just the JIDs) | Waqas Hussain | 2008-10-12 | 1 | -1/+9 |
* | | Abstract connections with "connection listeners" | Matthew Wild | 2008-10-22 | 2 | -11/+11 |
|/ |
|
* | Stanza preserialize/deserialize helpers, to strip and restore stanzas respect... | Matthew Wild | 2008-10-09 | 1 | -3/+3 |
* | Fixed: incorrect auth check | Waqas Hussain | 2008-10-09 | 1 | -1/+1 |
* | Added: vCard plugin: mod_vcard | Waqas Hussain | 2008-10-09 | 1 | -0/+54 |
* | Added: mod_register now replies with an error stanza when file write fails | Waqas Hussain | 2008-10-09 | 1 | -2/+4 |
* | Removed: Unnecessary check in mod_roster. session.roster is guaranteed to be ... | Waqas Hussain | 2008-10-08 | 1 | -8/+0 |
* | forgot to commit mod_tls, oops :) | Matthew Wild | 2008-10-07 | 1 | -0/+37 |
* | mod_InBandRegistration -> mod_register | Matthew Wild | 2008-10-05 | 1 | -0/+0 |