aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Some mod_console changesMatthew Wild2008-11-251-13/+38
|
* Merge from waqasMatthew Wild2008-11-232-1/+37
|\
| * Added mod_discoWaqas Hussain2008-11-231-0/+9
| |
| * Account deletion supportWaqas Hussain2008-11-231-1/+28
| |
* | Add initial mod_consoleMatthew Wild2008-11-231-0/+140
| |
* | Fix mod_selftests syntax, and switch it to use configMatthew Wild2008-11-231-10/+6
|/
* Adding selftests module, but not enabling in configMatthew Wild2008-11-201-0/+57
|
* Use a stanza for c2s stream features instead of an array of strings. Removes ↵Matthew Wild2008-11-203-9/+13
| | | | a FIXME.
* Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. ↵Matthew Wild2008-11-191-1/+1
| | | | Thanks dwd!!
* Show which session got disconnected in log messageMatthew Wild2008-11-191-1/+1
|
* Don't error if the original s2s connection has closed before we get the ↵Matthew Wild2008-11-191-2/+6
| | | | dialback result
* Send unsubscribe and unsubscribed on roster item delete, and broadcast ↵Waqas Hussain2008-11-171-2/+13
| | | | available resources' presence in reply to pre-approved subscription request
* Fixed mod_tls to use session.send for sending stanzasWaqas Hussain2008-11-161-2/+1
|
* Removed useless [[local send = require ↵Waqas Hussain2008-11-162-2/+0
| | | | "core.sessionmanager".send_to_session]] from mod_uptime and mod_version
* 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
| | | | replies from sasl
* 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 ↵Waqas Hussain2008-11-101-0/+25
| | | | | | | | at the server.
* | 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
| | | | | | | - 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 s2sMatthew Wild2008-11-011-1/+1
|