Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from waqas | Matthew Wild | 2008-11-23 | 2 | -1/+37 |
|\ | |||||
| * | Added mod_disco | Waqas Hussain | 2008-11-23 | 1 | -0/+9 |
| | | |||||
| * | Account deletion support | Waqas Hussain | 2008-11-23 | 1 | -1/+28 |
| | | |||||
* | | Add initial mod_console | Matthew Wild | 2008-11-23 | 1 | -0/+140 |
| | | |||||
* | | Fix mod_selftests syntax, and switch it to use config | Matthew Wild | 2008-11-23 | 1 | -10/+6 |
|/ | |||||
* | Adding selftests module, but not enabling in config | Matthew Wild | 2008-11-20 | 1 | -0/+57 |
| | |||||
* | Use a stanza for c2s stream features instead of an array of strings. Removes ↵ | Matthew Wild | 2008-11-20 | 3 | -9/+13 |
| | | | | a FIXME. | ||||
* | Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. ↵ | Matthew Wild | 2008-11-19 | 1 | -1/+1 |
| | | | | Thanks dwd!! | ||||
* | Show which session got disconnected in log message | Matthew Wild | 2008-11-19 | 1 | -1/+1 |
| | |||||
* | Don't error if the original s2s connection has closed before we get the ↵ | Matthew Wild | 2008-11-19 | 1 | -2/+6 |
| | | | | dialback result | ||||
* | Send unsubscribe and unsubscribed on roster item delete, and broadcast ↵ | Waqas Hussain | 2008-11-17 | 1 | -2/+13 |
| | | | | available resources' presence in reply to pre-approved subscription request | ||||
* | Fixed mod_tls to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -2/+1 |
| | |||||
* | Removed useless [[local send = require ↵ | Waqas Hussain | 2008-11-16 | 2 | -2/+0 |
| | | | | "core.sessionmanager".send_to_session]] from mod_uptime and mod_version | ||||
* | Fixed mod_saslauth to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -2/+1 |
| | |||||
* | Fixed mod_register to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -15/+14 |
| | |||||
* | Fixed mod_private to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -8/+7 |
| | |||||
* | Fixed mod_legacyauth to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -4/+3 |
| | |||||
* | Fix mod_vcard to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -6/+5 |
| | |||||
* | Merge with myself (!) | Matthew Wild | 2008-11-15 | 1 | -10/+9 |
|\ | |||||
| * | 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 |
| | | | | replies from sasl | ||||
* | 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 ↵ | Waqas Hussain | 2008-11-10 | 1 | -0/+25 |
| | | | | | | | | at the server. | ||||
* | | 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 |
| | | | | | | | - Moved dialback to the new mod_dialback (mostly). - Modules can now supply a list of origins to handle to add_handler - Modules can now handle and process any stanza, overriding the core - Modules handle non-jabber:client/jabber:server xmlns'd stanzas | ||||
* | 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 |
| |