aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Insert copyright/license headersMatthew Wild2008-12-0315-0/+300
* lxmppd -> ProsodyMatthew Wild2008-12-031-2/+2
* Load prosody instead of main.lia in mod_consoleWaqas Hussain2008-11-291-1/+1
* Merge from waqasMatthew Wild2008-11-271-2/+3
|\
| * Completely switched to new hashes library from the old md5 libraryWaqas Hussain2008-11-281-1/+2
| * Stopped using the lbase64 libraryWaqas Hussain2008-11-281-1/+1
* | Add module:unload() to mod_console, and allow module:load() to take config paramMatthew Wild2008-11-271-2/+11
* | Some mod_console updatesMatthew Wild2008-11-271-3/+20
|/
* Bumper commit for the new modulemanager API \o/ Updates all the modules, thou...Matthew Wild2008-11-2714-30/+30
* Update mod_selftests to use the hosts on http://xmpp.org/interop/servers.shtmlMatthew Wild2008-11-261-1/+1
* Yes, we don't put these things in here, we put them in here.Matthew Wild2008-11-261-0/+11
* Changed format for XEP-0090 to the legacy formatWaqas Hussain2008-11-261-1/+2
* Added mod_time with support for [XEP-0202: Entity Time] and [XEP-0090: Entity...Waqas Hussain2008-11-261-0/+28
* Modules now sending disco repliesWaqas Hussain2008-11-268-2/+17
* 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
* Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. Than...Matthew Wild2008-11-191-1/+1
* 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 dialb...Matthew Wild2008-11-191-2/+6
* Send unsubscribe and unsubscribed on roster item delete, and broadcast availa...Waqas Hussain2008-11-171-2/+13
* Fixed mod_tls to use session.send for sending stanzasWaqas Hussain2008-11-161-2/+1
* 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
|\|