Commit graph

13815 commits

Author SHA1 Message Date
Waqas Hussain
04bebd603f Removed useless [[local send = require "core.sessionmanager".send_to_session]] from mod_uptime and mod_version 2008-11-16 04:52:11 +05:00
Waqas Hussain
66546f8ea8 Fixed mod_saslauth to use session.send for sending stanzas 2008-11-16 04:47:34 +05:00
Waqas Hussain
97bf43fe7a Fixed sessionmanager to not send session in place of stream features... 2008-11-16 04:45:31 +05:00
Waqas Hussain
b13d3e5d44 Fixed mod_register to use session.send for sending stanzas 2008-11-16 04:42:03 +05:00
Waqas Hussain
643710a688 Fixed mod_private to use session.send for sending stanzas 2008-11-16 04:39:48 +05:00
Waqas Hussain
0fbd257633 Fixed sessionmanager to use appropriate method for sending stream features 2008-11-16 04:37:54 +05:00
Waqas Hussain
801779a3e2 Fixed mod_legacyauth to use session.send for sending stanzas 2008-11-16 04:36:34 +05:00
Waqas Hussain
5ce66c1455 Fix mod_vcard to use session.send for sending stanzas 2008-11-16 04:28:37 +05:00
Matthew Wild
669f7ac76a Merge with myself (!) 2008-11-15 23:22:27 +00:00
Matthew Wild
fa063a0299 You can never have too many tests 2008-11-15 23:14:32 +00:00
Matthew Wild
6b834ab79b Warn when subtest function does not exist 2008-11-15 23:11:17 +00:00
Matthew Wild
35d9765b9a If iq child element has no xmlns, use parent's 2008-11-15 23:10:41 +00:00
Matthew Wild
6522555bbb Fix mod_roster to use session.send for sending stanzas 2008-11-15 23:09:08 +00:00
Matthew Wild
60292ade15 Merge from waqas 2008-11-15 22:29:24 +00:00
Waqas Hussain
49ab3af442 Code cleanup for resource binding 2008-11-16 03:16:53 +05:00
Matthew Wild
7fb5761449 Small fix for mod_version 2008-11-15 22:07:31 +00:00
Waqas Hussain
803c3e4a90 Unused variables in mod_tls 2008-11-16 02:52:54 +05:00
Tobias Markmann
f2bca1da10 Providing some human readable error messages and some fixes. 2008-11-15 22:36:22 +01:00
Tobias Markmann
a06fac33d5 Made SASL module fit the new interface. 2008-11-15 22:30:09 +01:00
Waqas Hussain
f2ffc8c323 Using md5.sum rather than hashes.md5 because we don't want hexadecimal 2008-11-16 02:28:32 +05:00
Waqas Hussain
2a1ed142ab mod_saslauth: Code cleanup 2008-11-16 02:27:22 +05:00
Waqas Hussain
7c9ca1658a base64 encode the sasl responses 2008-11-16 02:10:01 +05:00
Waqas Hussain
a055e3c41b Started using realm in password hashing, and added support for error message replies from sasl 2008-11-16 01:54:14 +05:00
Matthew Wild
e9de112af3 Comment out DIGEST-MD5 until it is fully implemented 2008-11-15 19:50:22 +00:00
Matthew Wild
c076401aa7 Merge new SASL code from Tobias and Waqas 2008-11-15 19:44:09 +00:00
Matthew Wild
cd80b1c71d Fix logging of disconnect reason, and also sending of unavailable presence on disconnect 2008-11-15 19:32:58 +00:00
Tobias Markmann
35b187ca4a Merging with Waqas' code. 2008-11-15 20:28:49 +01:00
Tobias Markmann
0d8a36b732 Set username in a SASL object. 2008-11-15 20:28:09 +01:00
Waqas Hussain
1b6b09a27d Set username on SASL success 2008-11-16 00:25:28 +05:00
Matthew Wild
62ee1df6b6 Fix routing of outbound iq stanzas 2008-11-15 19:13:28 +00:00
Matthew Wild
b1bc21f5f0 Add tests for core.stanza_router 2008-11-15 19:12:23 +00:00
Matthew Wild
94373484f7 Add new logger for tests to use 2008-11-15 19:11:38 +00:00
Matthew Wild
22bd662f3c Some fixes for our test runner 2008-11-15 19:05:01 +00:00
Tobias Markmann
564d2da8d5 Merge with Waqas changes to mod_saslauth. 2008-11-15 19:25:51 +01:00
Tobias Markmann
ffae5a0713 Made PLAIN method in sasl.lua module follow new interface. 2008-11-15 19:23:55 +01:00
Waqas Hussain
9245e20027 mod_saslauth: Added base64 decoding, encoding check, and cleaned the code up. 2008-11-15 23:20:07 +05:00
Tobias Markmann
72e415f823 Adding some TODO for some security issue. 2008-11-15 19:12:05 +01:00
Tobias Markmann
efb34b5c4a Merging my new SASL code with Waqas' adjusted saslauth module. 2008-11-15 13:47:17 +01:00
Waqas Hussain
aefcb845c3 mod_saslauth updated for digest-md5 2008-11-15 12:21:04 +05:00
Matthew Wild
32a4306f7a Return registered host table when registering a component 2008-11-15 04:28:41 +00:00
Waqas Hussain
9318711f5f Log how many queued stanzas we send 2008-11-15 08:38:25 +05:00
Matthew Wild
785e99a1af Merge from waqas 2008-11-15 00:35:09 +00:00
Waqas Hussain
fc57c3a09a Some bugs fixed 2008-11-15 05:33:14 +05:00
Matthew Wild
1c704dcef7 Update hostname for identi.ca 2008-11-14 20:30:24 +00:00
Matthew Wild
b06c5faec4 Remove some old unused (and empty) functions from s2smanager 2008-11-14 18:54:19 +00:00
Matthew Wild
50e328e87f Only reply with errors if the stanza is not an error or a result (don't know how much bandwidth this just cost me :) ) 2008-11-14 18:46:00 +00:00
Matthew Wild
44701835b1 Update rostermanager to use new logger 2008-11-14 17:37:45 +00:00
Matthew Wild
d67940a1d7 A treat for Linux users ;) 2008-11-14 16:03:33 +00:00
Matthew Wild
be854cf899 Fix outgoing s2s from components. Fixes #16 2008-11-14 14:26:56 +00:00
Matthew Wild
22df06d27d Now outgoing s2s sessions are associated with their from_host, fixes #15 2008-11-14 02:54:56 +00:00