Commit graph

13815 commits

Author SHA1 Message Date
Matthew Wild
428fc65bbc Some more logging fixes 2008-11-14 02:41:37 +00:00
Matthew Wild
6d9485225a Yep, s2s definitely works now. This is just a small fix for logging... 2008-11-14 02:38:41 +00:00
Matthew Wild
c374478423 I knew it ;) Fix sending error replies over s2s (though we shouldn't be error'ing on stream:features anyway) 2008-11-14 02:33:20 +00:00
Matthew Wild
f980ba5734 Print out the stanza also 2008-11-14 02:23:43 +00:00
Matthew Wild
1b422e8f1d Fix for detecting when we are routing a stanza to ourself (I'm sure this has something to do with you, waqas...) 2008-11-14 02:20:46 +00:00
Matthew Wild
9acd51fbef Another small fix, for logging in s2smanager 2008-11-14 02:12:08 +00:00
Matthew Wild
e110538068 Another small fix, for logging in s2smanager 2008-11-14 02:09:20 +00:00
Matthew Wild
3349550650 Mmm, s2s fixed :) 2008-11-14 02:06:17 +00:00
Matthew Wild
11ec0f82d7 Merge from waqas 2008-11-13 16:58:29 +00:00
Matthew Wild
2292681334 Add support for remote debugger 2008-11-13 16:47:16 +00:00
Waqas Hussain
a1740642f2 Added error replies for unhandled stanzas 2008-11-13 19:14:31 +05:00
Waqas Hussain
093cf3e017 Added basic offline message support 2008-11-13 12:13:13 +05:00
Waqas Hussain
5358129300 Added util.datetime: Utility methods to support XEP-0082: XMPP Date and Time Profiles 2008-11-13 12:12:19 +05:00
Waqas Hussain
6c0003661a Added support for storing (and removing), loading and appending to lists of data to datamanager (for supporting offline messages) 2008-11-13 12:10:42 +05:00
Waqas Hussain
a3018d6421 Fixed stanza deserialization 2008-11-13 12:07:53 +05:00
Matthew Wild
2a2cad9354 Missed importing a function in last commit 2008-11-13 03:56:22 +00:00
Matthew Wild
a37d7db54f Change sending reply stream header to use top_tag() 2008-11-13 03:48:20 +00:00
Matthew Wild
6bb0a34965 Add new top_tag() method to stanzas 2008-11-13 03:47:44 +00:00
Tobias Markmann
18e785078a Rewrote SASL Digest-MD5 responce generating code, fixed some realm related issue and tested it successfully with Psi. Thanks to dwd, remko and jake. 2008-11-12 21:38:46 +01:00
Matthew Wild
564fb0420a Some s2s fixes. Now connect() does not block, and stanzas are not lost when connection is slow 2008-11-12 19:26:08 +00:00
Tobias Markmann
3bbc4e3391 Merging. 2008-11-10 16:29:19 +01:00
Tobias Markmann
c4d2deffc6 Forward response stanzas to sasl.lua and some other stuff. 2008-11-10 16:28:15 +01:00
Matthew Wild
eea12d2279 Renamed some of the variables in jid.split test to make it clearer 2008-11-10 00:00:46 +00:00
Matthew Wild
dfe7f483e4 Fix jid.split test function 2008-11-09 23:58:19 +00:00
Matthew Wild
678df8a8dc Merge from waqas 2008-11-09 23:54:54 +00:00
Waqas Hussain
b2b866b63d Fixed typo 2008-11-10 04:53:42 +05:00
Matthew Wild
ee679158ff Merge from waqas 2008-11-09 21:48:01 +00:00
Matthew Wild
074f86605d Move some code about so that we don't leave connections hanging if they hit the connection timeout 2008-11-09 21:46:42 +00:00
Tobias Markmann
346b695b79 Fixing some parsing and some other stuff. 2008-11-09 22:45:17 +01:00
Waqas Hussain
b2a1a80faf Added mod_uptime: [XEP-0012: Last Activity] queries now work when directed at the server. 2008-11-10 01:33:37 +05:00
Waqas Hussain
439b80fc6e Hack to allow s2s stanzas to work until we do proper namespace handling 2008-11-10 01:30:52 +05:00
Tobias Markmann
07e0d852f5 Some early attempts on DIGEST-MD5. 2008-11-09 21:16:57 +01:00
Matthew Wild
bc83d650a0 Actually show error and position when we show a traceback :) 2008-11-09 20:15:31 +00:00
Matthew Wild
a94c596c02 Prevent slow connects for s2s from blocking for so long 2008-11-09 20:14:58 +00:00
Waqas Hussain
ba880d6215 We don't fail if modules fail to load at startup :) 2008-11-09 05:24:47 +05:00
Waqas Hussain
7b3ed77aef We now fail if modules fail to load at startup. 2008-11-09 04:26:25 +05:00
Waqas Hussain
b96ce57db8 Updated usermanager with DIGEST-MD5 support 2008-11-09 03:33:38 +05:00
Matthew Wild
eafc61c999 Fix some very misleading logging 2008-11-08 20:44:32 +00:00
Matthew Wild
8b42a2b8d8 Committing code to get nicer tracebacks for errors, also we no longer consider such errors fatal (probably a bad thing, I know...) 2008-11-08 20:42:23 +00:00
Matthew Wild
63808314ef Just committing this warning, because I want to know if the problem really affects us 2008-11-08 20:39:08 +00:00
Matthew Wild
c96a001744 Add host field to local host sessions 2008-11-08 20:32:30 +00:00
Matthew Wild
4f4cb48332 Merge from waqas 2008-11-08 00:17:00 +00:00
Matthew Wild
522292ae3d Fix for checking components, but we need to look at this whole block to optimise it, really we do 2008-11-08 00:10:01 +00:00
Waqas Hussain
12938dcfc8 Redirecting all stanzas not from origin of type s2sin and c2s to core_handle_stanza 2008-11-08 05:06:22 +05:00
Waqas Hussain
b5ae4957d4 Shortened log output for incoming stanzas and an added check. 2008-11-07 02:38:44 +05:00
Waqas Hussain
a88ddeb67d Fixed some whitespace. 2008-11-06 16:57:10 +05:00
Waqas Hussain
0ff2eacdaf Reworked the way lxmppd.cfg is used 2008-11-06 16:52:39 +05:00
Matthew Wild
fa5531fe41 Re-applying my changes to componentmanager. Sigh. 2008-11-04 22:50:32 +00:00
Waqas Hussain
c25d2a02a8 Adding component support. Again... 2008-11-05 03:47:22 +05:00
Matthew Wild
1723a75097 /me glares at waqas for messing up the repo 2008-11-04 22:42:06 +00:00