log

age author description
Sat, 22 Nov 2008 19:07:41 +0000 Matthew Wild Add helper function for adding message bodies to stanzas
Fri, 21 Nov 2008 05:59:03 +0000 Matthew Wild Now possible to specify nil origin to core_route_stanza. Origin will be chosen as the host of the 'from' attribute on the stanza. Returns false on no such host.
Fri, 21 Nov 2008 05:47:27 +0000 Matthew Wild Import initial configmanager, not sure if it works yet, but it does pass the unit tests ;)
Fri, 21 Nov 2008 05:46:15 +0000 Matthew Wild Update test.lua with a work-in-progress
Fri, 21 Nov 2008 05:07:41 +0000 Matthew Wild Better names for variables
Fri, 21 Nov 2008 05:06:35 +0000 Matthew Wild Remove old TODO
Fri, 21 Nov 2008 05:06:01 +0000 Matthew Wild Remove some declarations I added while debugging
Fri, 21 Nov 2008 05:02:53 +0000 Matthew Wild Improve jid.split() and jid.bare() to pass new test cases with invalid JIDs
Thu, 20 Nov 2008 23:28:16 +0000 Matthew Wild Add jid.bare() helper function
Thu, 20 Nov 2008 22:42:37 +0000 Matthew Wild Adding selftests module, but not enabling in config
Thu, 20 Nov 2008 21:06:27 +0000 Matthew Wild Oops, never added the tests for s2smanager to the repo
Thu, 20 Nov 2008 21:04:46 +0000 Matthew Wild Add run_tests.sh
Thu, 20 Nov 2008 21:02:49 +0000 Matthew Wild Update unit testing to output coverage reports
Thu, 20 Nov 2008 03:00:43 +0000 Matthew Wild Remove or comment useless prints, or change them to log()
Thu, 20 Nov 2008 02:59:40 +0000 Matthew Wild Add event for server startup completed: server-started
Thu, 20 Nov 2008 02:05:26 +0000 Matthew Wild Don't error reply to stanzas direct over the s2s stream they came from
Thu, 20 Nov 2008 01:33:25 +0000 Matthew Wild Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME.
Thu, 20 Nov 2008 01:32:24 +0000 Matthew Wild Log number of open sessions on session creation
Thu, 20 Nov 2008 01:31:15 +0000 Matthew Wild Remove a debug print() from xmlhandlers
Thu, 20 Nov 2008 01:14:31 +0000 Matthew Wild Remove version=1.0 on s2s stream headers, again.
Wed, 19 Nov 2008 23:25:04 +0000 Matthew Wild Remove an old FIXME comment
Wed, 19 Nov 2008 23:18:12 +0000 Matthew Wild Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. Thanks dwd!!
Wed, 19 Nov 2008 22:50:37 +0000 Matthew Wild Comments and logging fixes
Wed, 19 Nov 2008 22:05:44 +0000 Matthew Wild Send version=1.0 again in s2s stream header
Wed, 19 Nov 2008 22:04:39 +0000 Matthew Wild Fix for setting the correct host on the socket, seems to fix s2s with XCP
Wed, 19 Nov 2008 22:03:39 +0000 Matthew Wild Show which session got disconnected in log message
Wed, 19 Nov 2008 21:07:40 +0000 Matthew Wild Don't error if the original s2s connection has closed before we get the dialback result
Wed, 19 Nov 2008 05:34:00 +0000 Matthew Wild Don't send version 1.0. Who cares about Gmail?
Wed, 19 Nov 2008 05:13:07 +0000 Matthew Wild Send version=1.0 in s2s stream header. Send s2s stream:features when in 1.0 mode.
Wed, 19 Nov 2008 05:12:21 +0000 Matthew Wild Don't attempt to auth connection unless stanzas are being sent across it
Wed, 19 Nov 2008 05:11:37 +0000 Matthew Wild Log sent s2s stanzas
Wed, 19 Nov 2008 05:10:42 +0000 Matthew Wild Incorrect function set as callback
Wed, 19 Nov 2008 05:10:16 +0000 Matthew Wild Don't error if streamopened/streamclosed callback is not specified for a session
Wed, 19 Nov 2008 05:09:05 +0000 Matthew Wild Extra checks before sending error replies to incoming stanzas
Wed, 19 Nov 2008 05:07:52 +0000 Matthew Wild Fix sending of unavailable presence on disconnect
Wed, 19 Nov 2008 05:02:13 +0000 Matthew Wild Don't forget to escape XML in attributes. Thanks to the Postgres Q&A room on conference.jabber.org :)
Tue, 18 Nov 2008 22:41:04 +0000 Matthew Wild We have SRV resolving \o/
Tue, 18 Nov 2008 22:40:23 +0000 Matthew Wild Small fix for servermanager
Tue, 18 Nov 2008 22:16:06 +0000 Matthew Wild Fix to prevent send retry when connection is already closed
Tue, 18 Nov 2008 19:58:29 +0000 Matthew Wild *ahem* Yes, move along please... though really, quite a classic. :)
Tue, 18 Nov 2008 19:44:54 +0000 Matthew Wild session:disconnect() -> session:close() for consistency with other Lua APIs
Tue, 18 Nov 2008 19:40:04 +0000 Matthew Wild Remove useless check for unavailable presence (which never exists)
Tue, 18 Nov 2008 17:52:33 +0000 Matthew Wild Quite some changes, to:
Tue, 18 Nov 2008 14:42:45 +0000 Matthew Wild s2s sessions can now be disconnected, with or without a stream error. Fixes #8
Tue, 18 Nov 2008 05:13:29 +0000 Matthew Wild Allow us to close client connections, with or without a stream error. Partially fixes #8, we still need the same for s2s (though it should be almost a straight copy of the code, I'm too tired atm)
Tue, 18 Nov 2008 05:06:50 +0000 Matthew Wild Flush write queue before closing socket
Mon, 17 Nov 2008 18:53:13 +0500 Waqas Hussain Fixed s2s manager's send queue to not store recieved stanza objects (as these can chnage after the send call)
Mon, 17 Nov 2008 13:51:47 +0500 Waqas Hussain Send unsubscribe and unsubscribed on roster item delete, and broadcast available resources' presence in reply to pre-approved subscription request
Mon, 17 Nov 2008 12:27:02 +0500 Waqas Hussain Adding logging for outbound presence broadcasts (changed it a bit)
Mon, 17 Nov 2008 12:21:21 +0500 Waqas Hussain Adding logging for outbound presence broadcasts
Mon, 17 Nov 2008 11:28:09 +0500 Waqas Hussain Second fix for broadcasting presence of available resources to newly approved contact
Mon, 17 Nov 2008 10:24:47 +0500 Waqas Hussain Fix for broadcasting presence of available resources to newly approved contact
Mon, 17 Nov 2008 10:15:04 +0500 Waqas Hussain Moved presence subscription code from stanza_router to presencemanager
Sun, 16 Nov 2008 00:30:13 +0000 Matthew Wild Merge with waqas
Sun, 16 Nov 2008 00:29:15 +0000 Matthew Wild Fix for putting TLS in stream:features for connections already using TLS. Thanks to albert for spotting.
Sun, 16 Nov 2008 00:27:40 +0000 Matthew Wild Fix logging in some cases for client disconnects
Sun, 16 Nov 2008 05:06:38 +0500 Waqas Hussain Removed unused function send_to_session from sessionmanager (send_to_session replaced by session.send)
Sun, 16 Nov 2008 05:03:21 +0500 Waqas Hussain Fixed mod_tls to use session.send for sending stanzas
Sun, 16 Nov 2008 05:02:15 +0500 Waqas Hussain Fixed servermanager to use session.send for sending stanzas
Sun, 16 Nov 2008 04:52:11 +0500 Waqas Hussain Removed useless [[local send = require "core.sessionmanager".send_to_session]] from mod_uptime and mod_version
Sun, 16 Nov 2008 04:47:34 +0500 Waqas Hussain Fixed mod_saslauth to use session.send for sending stanzas
Sun, 16 Nov 2008 04:45:31 +0500 Waqas Hussain Fixed sessionmanager to not send session in place of stream features...
Sun, 16 Nov 2008 04:42:03 +0500 Waqas Hussain Fixed mod_register to use session.send for sending stanzas
Sun, 16 Nov 2008 04:39:48 +0500 Waqas Hussain Fixed mod_private to use session.send for sending stanzas
Sun, 16 Nov 2008 04:37:54 +0500 Waqas Hussain Fixed sessionmanager to use appropriate method for sending stream features
Sun, 16 Nov 2008 04:36:34 +0500 Waqas Hussain Fixed mod_legacyauth to use session.send for sending stanzas
Sun, 16 Nov 2008 04:28:37 +0500 Waqas Hussain Fix mod_vcard to use session.send for sending stanzas
Sat, 15 Nov 2008 23:22:27 +0000 Matthew Wild Merge with myself (!)
Sat, 15 Nov 2008 22:29:24 +0000 Matthew Wild Merge from waqas
Sun, 16 Nov 2008 03:16:53 +0500 Waqas Hussain Code cleanup for resource binding
Sun, 16 Nov 2008 02:52:54 +0500 Waqas Hussain Unused variables in mod_tls
Sat, 15 Nov 2008 23:14:32 +0000 Matthew Wild You can never have too many tests
Sat, 15 Nov 2008 23:11:17 +0000 Matthew Wild Warn when subtest function does not exist
Sat, 15 Nov 2008 23:10:41 +0000 Matthew Wild If iq child element has no xmlns, use parent's
Sat, 15 Nov 2008 23:09:08 +0000 Matthew Wild Fix mod_roster to use session.send for sending stanzas
Sat, 15 Nov 2008 22:07:31 +0000 Matthew Wild Small fix for mod_version
Sat, 15 Nov 2008 22:36:22 +0100 Tobias Markmann Providing some human readable error messages and some fixes.
Sun, 16 Nov 2008 02:28:32 +0500 Waqas Hussain Using md5.sum rather than hashes.md5 because we don't want hexadecimal
Sun, 16 Nov 2008 02:27:22 +0500 Waqas Hussain mod_saslauth: Code cleanup
Sat, 15 Nov 2008 22:30:09 +0100 Tobias Markmann Made SASL module fit the new interface.
Sun, 16 Nov 2008 02:10:01 +0500 Waqas Hussain base64 encode the sasl responses
Sun, 16 Nov 2008 01:54:14 +0500 Waqas Hussain Started using realm in password hashing, and added support for error message replies from sasl
Sat, 15 Nov 2008 19:50:22 +0000 Matthew Wild Comment out DIGEST-MD5 until it is fully implemented
Sat, 15 Nov 2008 19:44:09 +0000 Matthew Wild Merge new SASL code from Tobias and Waqas
Sat, 15 Nov 2008 20:28:49 +0100 Tobias Markmann Merging with Waqas' code.
Sat, 15 Nov 2008 20:28:09 +0100 Tobias Markmann Set username in a SASL object.
Sun, 16 Nov 2008 00:25:28 +0500 Waqas Hussain Set username on SASL success
Sat, 15 Nov 2008 19:25:51 +0100 Tobias Markmann Merge with Waqas changes to mod_saslauth.
Sat, 15 Nov 2008 19:23:55 +0100 Tobias Markmann Made PLAIN method in sasl.lua module follow new interface.
Sat, 15 Nov 2008 23:20:07 +0500 Waqas Hussain mod_saslauth: Added base64 decoding, encoding check, and cleaned the code up.
Sat, 15 Nov 2008 19:12:05 +0100 Tobias Markmann Adding some TODO for some security issue.
Sat, 15 Nov 2008 13:47:17 +0100 Tobias Markmann Merging my new SASL code with Waqas' adjusted saslauth module.
Sat, 15 Nov 2008 12:21:04 +0500 Waqas Hussain mod_saslauth updated for digest-md5
Wed, 12 Nov 2008 21:38:46 +0100 Tobias Markmann Rewrote SASL Digest-MD5 responce generating code, fixed some realm related issue and tested it successfully with Psi. Thanks to dwd, remko and jake.
Mon, 10 Nov 2008 16:29:19 +0100 Tobias Markmann Merging.
Mon, 10 Nov 2008 16:28:15 +0100 Tobias Markmann Forward response stanzas to sasl.lua and some other stuff.
Sun, 09 Nov 2008 22:45:17 +0100 Tobias Markmann Fixing some parsing and some other stuff.
Sun, 09 Nov 2008 21:16:57 +0100 Tobias Markmann Some early attempts on DIGEST-MD5.
Sat, 15 Nov 2008 19:32:58 +0000 Matthew Wild Fix logging of disconnect reason, and also sending of unavailable presence on disconnect
Sat, 15 Nov 2008 19:13:28 +0000 Matthew Wild Fix routing of outbound iq stanzas
Sat, 15 Nov 2008 19:12:23 +0000 Matthew Wild Add tests for core.stanza_router
Sat, 15 Nov 2008 19:11:38 +0000 Matthew Wild Add new logger for tests to use
Sat, 15 Nov 2008 19:05:01 +0000 Matthew Wild Some fixes for our test runner
Sat, 15 Nov 2008 04:28:41 +0000 Matthew Wild Return registered host table when registering a component
Sat, 15 Nov 2008 08:38:25 +0500 Waqas Hussain Log how many queued stanzas we send
Sat, 15 Nov 2008 00:35:09 +0000 Matthew Wild Merge from waqas
Sat, 15 Nov 2008 05:33:14 +0500 Waqas Hussain Some bugs fixed
Fri, 14 Nov 2008 20:30:24 +0000 Matthew Wild Update hostname for identi.ca
Fri, 14 Nov 2008 18:54:19 +0000 Matthew Wild Remove some old unused (and empty) functions from s2smanager
Fri, 14 Nov 2008 18:46:00 +0000 Matthew Wild Only reply with errors if the stanza is not an error or a result (don't know how much bandwidth this just cost me :) )
Fri, 14 Nov 2008 17:37:45 +0000 Matthew Wild Update rostermanager to use new logger
Fri, 14 Nov 2008 16:03:33 +0000 Matthew Wild A treat for Linux users ;)
Fri, 14 Nov 2008 14:26:56 +0000 Matthew Wild Fix outgoing s2s from components. Fixes #16
Fri, 14 Nov 2008 02:54:56 +0000 Matthew Wild Now outgoing s2s sessions are associated with their from_host, fixes #15
Fri, 14 Nov 2008 02:41:37 +0000 Matthew Wild Some more logging fixes
Fri, 14 Nov 2008 02:38:41 +0000 Matthew Wild Yep, s2s definitely works now. This is just a small fix for logging...
Fri, 14 Nov 2008 02:33:20 +0000 Matthew Wild I knew it ;) Fix sending error replies over s2s (though we shouldn't be error'ing on stream:features anyway)
Fri, 14 Nov 2008 02:23:43 +0000 Matthew Wild Print out the stanza also
Fri, 14 Nov 2008 02:20:46 +0000 Matthew Wild Fix for detecting when we are routing a stanza to ourself (I'm sure this has something to do with you, waqas...)
Fri, 14 Nov 2008 02:12:08 +0000 Matthew Wild Another small fix, for logging in s2smanager
Fri, 14 Nov 2008 02:09:20 +0000 Matthew Wild Another small fix, for logging in s2smanager
Fri, 14 Nov 2008 02:06:17 +0000 Matthew Wild Mmm, s2s fixed :)
Thu, 13 Nov 2008 16:58:29 +0000 Matthew Wild Merge from waqas
Thu, 13 Nov 2008 19:14:31 +0500 Waqas Hussain Added error replies for unhandled stanzas
Thu, 13 Nov 2008 12:13:13 +0500 Waqas Hussain Added basic offline message support
Thu, 13 Nov 2008 12:12:19 +0500 Waqas Hussain Added util.datetime: Utility methods to support XEP-0082: XMPP Date and Time Profiles
Thu, 13 Nov 2008 12:10:42 +0500 Waqas Hussain Added support for storing (and removing), loading and appending to lists of data to datamanager (for supporting offline messages)
Thu, 13 Nov 2008 12:07:53 +0500 Waqas Hussain Fixed stanza deserialization
Thu, 13 Nov 2008 16:47:16 +0000 Matthew Wild Add support for remote debugger
Thu, 13 Nov 2008 03:56:22 +0000 Matthew Wild Missed importing a function in last commit
Thu, 13 Nov 2008 03:48:20 +0000 Matthew Wild Change sending reply stream header to use top_tag()
Thu, 13 Nov 2008 03:47:44 +0000 Matthew Wild Add new top_tag() method to stanzas
Wed, 12 Nov 2008 19:26:08 +0000 Matthew Wild Some s2s fixes. Now connect() does not block, and stanzas are not lost when connection is slow
Mon, 10 Nov 2008 00:00:46 +0000 Matthew Wild Renamed some of the variables in jid.split test to make it clearer
Sun, 09 Nov 2008 23:58:19 +0000 Matthew Wild Fix jid.split test function
Sun, 09 Nov 2008 23:54:54 +0000 Matthew Wild Merge from waqas
Mon, 10 Nov 2008 04:53:42 +0500 Waqas Hussain Fixed typo
Sun, 09 Nov 2008 21:48:01 +0000 Matthew Wild Merge from waqas
Mon, 10 Nov 2008 01:33:37 +0500 Waqas Hussain Added mod_uptime: [XEP-0012: Last Activity] queries now work when directed at the server.
Mon, 10 Nov 2008 01:30:52 +0500 Waqas Hussain Hack to allow s2s stanzas to work until we do proper namespace handling
Sun, 09 Nov 2008 21:46:42 +0000 Matthew Wild Move some code about so that we don't leave connections hanging if they hit the connection timeout
Sun, 09 Nov 2008 20:15:31 +0000 Matthew Wild Actually show error and position when we show a traceback :)
Sun, 09 Nov 2008 20:14:58 +0000 Matthew Wild Prevent slow connects for s2s from blocking for so long
Sun, 09 Nov 2008 05:24:47 +0500 Waqas Hussain We don't fail if modules fail to load at startup :)
Sun, 09 Nov 2008 04:26:25 +0500 Waqas Hussain We now fail if modules fail to load at startup.
Sun, 09 Nov 2008 03:33:38 +0500 Waqas Hussain Updated usermanager with DIGEST-MD5 support
Sat, 08 Nov 2008 20:44:32 +0000 Matthew Wild Fix some very misleading logging
Sat, 08 Nov 2008 20:42:23 +0000 Matthew Wild Committing code to get nicer tracebacks for errors, also we no longer consider such errors fatal (probably a bad thing, I know...)
Sat, 08 Nov 2008 20:39:08 +0000 Matthew Wild Just committing this warning, because I want to know if the problem really affects us
Sat, 08 Nov 2008 20:32:30 +0000 Matthew Wild Add host field to local host sessions
Sat, 08 Nov 2008 00:17:00 +0000 Matthew Wild Merge from waqas
Sat, 08 Nov 2008 05:06:22 +0500 Waqas Hussain Redirecting all stanzas not from origin of type s2sin and c2s to core_handle_stanza
Fri, 07 Nov 2008 02:38:44 +0500 Waqas Hussain Shortened log output for incoming stanzas and an added check.
Sat, 08 Nov 2008 00:10:01 +0000 Matthew Wild Fix for checking components, but we need to look at this whole block to optimise it, really we do
Thu, 06 Nov 2008 16:57:10 +0500 Waqas Hussain Fixed some whitespace.
Thu, 06 Nov 2008 16:52:39 +0500 Waqas Hussain Reworked the way lxmppd.cfg is used
Tue, 04 Nov 2008 22:50:32 +0000 Matthew Wild Re-applying my changes to componentmanager. Sigh.
Wed, 05 Nov 2008 03:47:22 +0500 Waqas Hussain Adding component support. Again...
Tue, 04 Nov 2008 22:42:06 +0000 Matthew Wild /me glares at waqas for messing up the repo
Wed, 05 Nov 2008 03:06:05 +0500 Waqas Hussain /me glares at MattJ
Tue, 04 Nov 2008 17:43:48 +0500 Waqas Hussain Commented a buggy check
Tue, 04 Nov 2008 17:25:12 +0500 Waqas Hussain Internal component support
Tue, 04 Nov 2008 17:21:27 +0500 Waqas Hussain Foxed: Copy stanza type in reply for presence and message stanzas
Tue, 04 Nov 2008 18:17:48 +0000 Matthew Wild Part 2 of internal components. Should have mentioned that the previous commit was from waqas, this one from me.
Tue, 04 Nov 2008 18:15:56 +0000 Matthew Wild Part one of internal component support
Tue, 04 Nov 2008 01:26:56 +0000 Matthew Wild Merge (for some reason)
Tue, 04 Nov 2008 00:41:40 +0500 Waqas Hussain A little whitespace fix
Mon, 03 Nov 2008 07:50:09 +0500 Waqas Hussain Datamanager now deletes files with no data
Mon, 03 Nov 2008 07:48:39 +0500 Waqas Hussain Reformatted lxmppd.cfg.dist and removed redundant variable
Sun, 02 Nov 2008 17:36:40 +0000 Matthew Wild imported patch srv-for-cdr-se.patch
Sun, 02 Nov 2008 22:28:32 +0500 Waqas Hussain Removed require "core.stanza_dispatch"
Sun, 02 Nov 2008 16:42:20 +0000 Matthew Wild Remove obsolete stanza_dispatch.lua
Sun, 02 Nov 2008 02:02:41 +0000 Matthew Wild merge from waqas
Sun, 02 Nov 2008 06:53:31 +0500 Waqas Hussain Priority based message routing, etc
Sun, 02 Nov 2008 06:36:42 +0500 Waqas Hussain Added resource priority handling, etc
Sun, 02 Nov 2008 01:30:36 +0000 Matthew Wild Fix for previous commit (again)
Sun, 02 Nov 2008 01:28:27 +0000 Matthew Wild Fix for previous commit
Sun, 02 Nov 2008 01:26:37 +0000 Matthew Wild Fix for add_iq_handler to allow multiple origin types too
Sun, 02 Nov 2008 01:20:42 +0000 Matthew Wild vcards for s2s
Sun, 02 Nov 2008 01:19:23 +0000 Matthew Wild Fix MD5 loading check
Sun, 02 Nov 2008 02:23:52 +0500 Waqas Hussain mod_roster fix
Sat, 01 Nov 2008 21:10:19 +0000 Matthew Wild Another fix for s2s (well, let's say it was more for modules)
Sat, 01 Nov 2008 21:07:14 +0000 Matthew Wild Fix s2s once and for all
Sat, 01 Nov 2008 18:28:46 +0000 Matthew Wild General fixes for s2s, to make it more robust (I hope), sending data to remote hosts sane (s2ssession.send() works as expected), recycle outgoing dialback connections, etc.
Sat, 01 Nov 2008 18:23:52 +0000 Matthew Wild Fix for mod_version over s2s
Thu, 30 Oct 2008 21:26:53 +0000 Matthew Wild mod_version is here
Thu, 30 Oct 2008 21:19:26 +0000 Matthew Wild Was a bit hasty to remove send_s2s() from stanza_router. We still use it, and there is no problem with it.
Thu, 30 Oct 2008 21:11:22 +0000 Matthew Wild sends2s -> s2s_session.send(), s2s_session.send() -> s2s_session.sends2s()
Sun, 26 Oct 2008 21:22:59 +0500 Waqas Hussain Added support for XEP-0049: Private XML Storage (mod_private)
Sun, 26 Oct 2008 21:21:38 +0500 Waqas Hussain mod_vcard: Fixed to use new util.stanza.add_child
Sun, 26 Oct 2008 21:19:49 +0500 Waqas Hussain Combined some lines
Sun, 26 Oct 2008 21:19:04 +0500 Waqas Hussain Datamanager Fixes and improvements
Sun, 26 Oct 2008 14:39:52 +0000 Matthew Wild Don't set cursor inside added child when using add_child()
Sun, 26 Oct 2008 14:27:10 +0000 Matthew Wild Make add_child() behave as expected. Old add_child() is now add_direct_child()
Sun, 26 Oct 2008 14:03:40 +0000 Matthew Wild Better logging of s2s connections
Sun, 26 Oct 2008 13:19:09 +0000 Matthew Wild Merge presence/subscription support from waqas
Sun, 26 Oct 2008 00:22:18 +0500 Waqas Hussain Bug fixes and checks for presence subscriptions, etc
Sat, 25 Oct 2008 21:16:08 +0500 Waqas Hussain Outbound presence subscription
Sat, 25 Oct 2008 06:49:48 +0500 Waqas Hussain Routing code reorganization
Sat, 25 Oct 2008 03:13:10 +0500 Waqas Hussain Inbound subscription request
Sat, 25 Oct 2008 02:38:24 +0500 Waqas Hussain Inbound unsubscribe
Sat, 25 Oct 2008 02:29:58 +0500 Waqas Hussain Inbound subscription cancellation
Sat, 25 Oct 2008 02:16:29 +0500 Waqas Hussain Inbound subscription approval
Sat, 25 Oct 2008 01:48:34 +0500 Waqas Hussain Minor fixes, comments
Sun, 26 Oct 2008 13:14:14 +0000 Matthew Wild Little tweak for more useful logging of closed s2s sessions
Sat, 25 Oct 2008 20:34:21 +0100 Matthew Wild Log when an incoming dialback verification request is an invalid key for our domain
Sat, 25 Oct 2008 18:21:34 +0100 Matthew Wild Remove misleading log message regarding s2s/dialback
Fri, 24 Oct 2008 19:04:51 +0100 Matthew Wild Backed out changeset 4adc53e03b4d (garbage collection)
Fri, 24 Oct 2008 18:43:26 +0100 Matthew Wild Extra garbage collection, for debugging
Fri, 24 Oct 2008 18:14:40 +0100 Matthew Wild other half of previous commit
Fri, 24 Oct 2008 18:13:54 +0100 Matthew Wild Clean up session when s2s connections are disconnected
Fri, 24 Oct 2008 15:33:38 +0100 Matthew Wild Remove some overly-verbose debug log output
Fri, 24 Oct 2008 15:32:31 +0100 Matthew Wild Destroy s2s sendqueue when connection is established successfully and data written
Fri, 24 Oct 2008 15:20:34 +0100 Matthew Wild Fix nil concat for good this time (\!)
Fri, 24 Oct 2008 15:18:53 +0100 Matthew Wild Fix nil concat when non-existant user is probed (another)
Fri, 24 Oct 2008 15:16:18 +0100 Matthew Wild Fix nil concat when non-existant user is probed
Fri, 24 Oct 2008 14:59:04 +0100 Matthew Wild Hack until we get SRV resolving
Fri, 24 Oct 2008 14:47:23 +0100 Matthew Wild Fix for sessionmanager to not throw error when session doesn't have a private logger
Fri, 24 Oct 2008 14:46:22 +0100 Matthew Wild Show error when no MD5 lib available
Fri, 24 Oct 2008 14:45:50 +0100 Matthew Wild Fix mod_legacyauth to not use old stanza_dispatch
Fri, 24 Oct 2008 07:57:06 +0100 Matthew Wild Merge from waqas
Fri, 24 Oct 2008 01:06:54 +0500 Waqas Hussain Moved some code and removed unnecessary checks.
Fri, 24 Oct 2008 00:26:01 +0500 Waqas Hussain Presence fixes (again)
Fri, 24 Oct 2008 07:36:48 +0100 Matthew Wild Merging more s2s
Fri, 24 Oct 2008 07:34:13 +0100 Matthew Wild Partial s2s commit
Fri, 24 Oct 2008 07:27:36 +0100 Matthew Wild s2s works! \o/ \o/ s2s
Fri, 24 Oct 2008 06:13:38 +0100 Matthew Wild working incoming s2s \o/ s2s
Fri, 24 Oct 2008 03:42:26 +0100 Matthew Wild working outgoing s2s \o/ s2s
Fri, 24 Oct 2008 03:06:55 +0100 Matthew Wild dialback keys now verified s2s
Thu, 23 Oct 2008 19:10:16 +0100 Matthew Wild No need to comment out s2s in this branch s2s
Thu, 23 Oct 2008 18:43:00 +0100 Matthew Wild Backed out changeset 98e9fea75e5b
Thu, 23 Oct 2008 18:42:25 +0100 Matthew Wild Backed out changeset 37b3e9ed8918 (again)
Thu, 23 Oct 2008 18:40:06 +0100 Matthew Wild Backed out changeset a0fc73d5f48c
Thu, 23 Oct 2008 18:39:26 +0100 Matthew Wild Backed out changeset 8f17ba74823c
Thu, 23 Oct 2008 18:33:10 +0100 Matthew Wild Reverting stanza_router to non-conflicted version
Thu, 23 Oct 2008 18:24:55 +0100 Matthew Wild Making the best attempt out of a bad merge from waqas
Thu, 23 Oct 2008 22:08:19 +0500 Waqas Hussain Added TODO
Thu, 23 Oct 2008 22:07:36 +0500 Waqas Hussain Merged from Matthew
Thu, 23 Oct 2008 21:51:00 +0500 Waqas Hussain Merged from Matthew
Thu, 23 Oct 2008 21:39:49 +0500 Waqas Hussain Removed .hgtags
Thu, 23 Oct 2008 20:11:06 +0500 Waqas Hussain Fixed: Works when LuaRocks is not present
Thu, 23 Oct 2008 20:02:30 +0500 Waqas Hussain Roster updates
Thu, 23 Oct 2008 19:53:02 +0500 Waqas Hussain Docs update
Thu, 23 Oct 2008 19:47:56 +0500 Waqas Hussain Presence fixes
Thu, 23 Oct 2008 18:42:29 +0500 Waqas Hussain Fixed: Some modules did not return anything
Thu, 23 Oct 2008 18:36:10 +0500 Waqas Hussain Set things up for presence subscriptions.
Thu, 23 Oct 2008 18:09:39 +0100 Matthew Wild Initial s2s stuff s2s
Thu, 23 Oct 2008 18:05:06 +0100 Matthew Wild Final fix for marking user offline when all resources are gone :)
Thu, 23 Oct 2008 17:34:10 +0100 Matthew Wild even faster checking for other sessions... thank you waqas :)
Thu, 23 Oct 2008 17:27:41 +0100 Matthew Wild faster checking for other sessions
Thu, 23 Oct 2008 16:07:40 +0100 Matthew Wild Fix for not destroying sessions when connection closed.
Thu, 23 Oct 2008 14:39:42 +0100 Matthew Wild No s2s yet :)
Thu, 23 Oct 2008 04:06:51 +0100 Matthew Wild Added a comment, removed all the old code
Thu, 23 Oct 2008 03:53:51 +0100 Matthew Wild TLS/SASL no longer should include the connhandler module
Thu, 23 Oct 2008 03:52:51 +0100 Matthew Wild Relocate presence broadcast to core_handle_stanza()
Wed, 22 Oct 2008 23:12:26 +0100 Matthew Wild Merge roster & presence from waqas
Thu, 23 Oct 2008 02:49:43 +0500 Waqas Hussain Fixed: datamanager.store and datamanager.load could crash when username or host arguments were nil. (useful for server specific and global data).
Thu, 23 Oct 2008 02:19:26 +0500 Waqas Hussain Updated and fixed session documentation
Thu, 23 Oct 2008 02:11:48 +0500 Waqas Hussain Updated session documentation
Thu, 23 Oct 2008 02:11:27 +0500 Waqas Hussain Added session property for interested resources
Thu, 23 Oct 2008 00:46:38 +0500 Waqas Hussain Working presence, presence probes and other fixes
Wed, 22 Oct 2008 21:20:47 +0500 Waqas Hussain Added: TODO
Wed, 22 Oct 2008 21:20:29 +0500 Waqas Hussain Fixed: Unhandled stanza handling
Wed, 22 Oct 2008 21:20:07 +0500 Waqas Hussain Fixed: Roster support
Wed, 22 Oct 2008 21:18:50 +0500 Waqas Hussain Minor edit, and added a TODO
Fri, 17 Oct 2008 22:20:03 +0500 Waqas Hussain Added: More complete implementation for mod_roster
Fri, 17 Oct 2008 22:19:26 +0500 Waqas Hussain Added: Roster manipulation functions to core.rostermanager
Tue, 14 Oct 2008 10:26:33 +0500 Waqas Hussain Added: presence broadcast
Tue, 14 Oct 2008 09:56:14 +0500 Waqas Hussain Removed an unnecessary line
Tue, 14 Oct 2008 09:54:49 +0500 Waqas Hussain Fixed: util/jid.lua now returns module object
Tue, 14 Oct 2008 07:20:29 +0500 Waqas Hussain Fixed: Typos caused by lack of sleep.
Sun, 12 Oct 2008 17:41:14 +0500 Waqas Hussain Fixed: mod_roster now outputs all roster data (instead of just the JIDs)
Sun, 12 Oct 2008 17:40:03 +0500 Waqas Hussain Added some roster management functions
Sun, 12 Oct 2008 17:38:17 +0500 Waqas Hussain Documented the roster object's structure
Wed, 22 Oct 2008 17:36:21 +0100 Matthew Wild Abstract connections with "connection listeners"
Wed, 22 Oct 2008 17:27:40 +0100 Matthew Wild server.lua should degrade gracefully when LuaSec not present
Sun, 12 Oct 2008 01:23:30 +0100 Matthew Wild Some tiny changes for main.lua
Sun, 12 Oct 2008 01:01:19 +0100 Matthew Wild Updated TODO
Sat, 11 Oct 2008 22:16:02 +0100 Matthew Wild Remove more of Dolphin's leftovers
Sat, 11 Oct 2008 21:40:50 +0100 Matthew Wild Add AUTHORS file
Thu, 09 Oct 2008 20:32:59 +0100 Matthew Wild Fix MUC address
Thu, 09 Oct 2008 20:28:39 +0100 Matthew Wild Updated pull script for new repo
Thu, 09 Oct 2008 22:19:35 +0500 Waqas Hussain Fixed: util.stanza.deserialize now handles nil stanzas
Thu, 09 Oct 2008 00:50:45 +0100 Matthew Wild Stanza preserialize/deserialize helpers, to strip and restore stanzas respectively. Fixed mod_vcard to use these.
Thu, 09 Oct 2008 03:40:16 +0500 Waqas Hussain Fixed: incorrect auth check
Thu, 09 Oct 2008 03:21:16 +0500 Waqas Hussain Minor fix
Thu, 09 Oct 2008 03:01:47 +0500 Waqas Hussain Merge from Matthew. datamanager.simplesave fix
Thu, 09 Oct 2008 02:59:57 +0500 Waqas Hussain Added: vCard plugin: mod_vcard
Thu, 09 Oct 2008 02:08:33 +0500 Waqas Hussain Added: mod_register now replies with an error stanza when file write fails
Thu, 09 Oct 2008 01:20:43 +0500 Waqas Hussain Added: Datastore support for hosts and global data in addition to users
Thu, 09 Oct 2008 01:18:48 +0500 Waqas Hussain Fixed routing for IQs to bare JIDs, and added a simple IQ validity check
Wed, 08 Oct 2008 22:42:51 +0100 Matthew Wild Fix for saving tables with non-string keys
Wed, 08 Oct 2008 17:27:20 +0100 Matthew Wild Merge roster fixes from waqas
Wed, 08 Oct 2008 21:10:18 +0500 Waqas Hussain Fixed: rostermanager.lua now returns the module
Wed, 08 Oct 2008 20:38:05 +0500 Waqas Hussain Removed: Unnecessary check in mod_roster. session.roster is guaranteed to be available for "c2s" session type.
Wed, 08 Oct 2008 20:37:16 +0500 Waqas Hussain Fized: Added check to ensure that resource binding is done after auth.
Wed, 08 Oct 2008 19:30:35 +0500 Waqas Hussain Load roster on resource bind
Wed, 08 Oct 2008 17:20:11 +0100 Matthew Wild Merged docs from paul
Wed, 08 Oct 2008 19:17:14 +0300 Paul-Sebastian Manole Added script to pull from master mercurial repository
Wed, 08 Oct 2008 17:19:00 +0100 Matthew Wild Remove debugging output from when doing TLS
Wed, 08 Oct 2008 17:06:51 +0500 Waqas Hussain Added to a comment
Wed, 08 Oct 2008 17:05:25 +0500 Waqas Hussain Code cleanup
Wed, 08 Oct 2008 04:49:55 +0500 Waqas Hussain Added: Local stanza routing
Wed, 08 Oct 2008 03:38:07 +0500 Waqas Hussain Fixed typo in variable name
Tue, 07 Oct 2008 23:13:30 +0100 Matthew Wild forgot to commit mod_tls, oops :)
Sun, 05 Oct 2008 19:48:25 +0100 Matthew Wild Beginnings of real stanza routing
Sun, 05 Oct 2008 19:16:32 +0100 Matthew Wild Merged local TLS branch
Sun, 05 Oct 2008 19:10:21 +0100 Matthew Wild Working TLS! tls
Sun, 05 Oct 2008 17:33:38 +0100 Matthew Wild TLS: Handshake works, no data after that tls
Sun, 05 Oct 2008 02:48:39 +0100 Matthew Wild Convert spaces->tabs
Sun, 05 Oct 2008 01:39:49 +0100 Matthew Wild mod_InBandRegistration -> mod_register
Sun, 05 Oct 2008 01:32:43 +0100 Matthew Wild Merged mod_InBandRegistration from waqas
Sun, 05 Oct 2008 01:31:27 +0100 Matthew Wild Docs
Sun, 05 Oct 2008 04:55:45 +0500 Waqas Hussain User registration, etc (jabber:iq:register)
Sat, 04 Oct 2008 19:24:43 +0100 Matthew Wild Merge from waqas
Sat, 04 Oct 2008 19:51:59 +0500 Waqas Hussain Removed unused functions
Sat, 04 Oct 2008 17:59:32 +0100 Matthew Wild Fix setting resource before we even know what it is
Sat, 04 Oct 2008 15:35:28 +0100 Matthew Wild Merge docs from waqas
Sat, 04 Oct 2008 19:32:02 +0500 Waqas Hussain Some notes of the stanza and session structures
Sat, 04 Oct 2008 15:26:36 +0100 Matthew Wild DEPENDS updated by waqas
Sat, 04 Oct 2008 15:25:54 +0100 Matthew Wild Session destruction fixes, some debugging code while we fix the rest. Also change logger to be more useful.
Sat, 04 Oct 2008 15:24:52 +0100 Matthew Wild Fix for destruction of unauthed SASL sessions
Sat, 04 Oct 2008 18:54:09 +0500 Waqas Hussain Added lbase64 to the dependency list
Sat, 04 Oct 2008 14:36:03 +0100 Matthew Wild Fix for using wrong auth token as username (fixes Gajim login)
Sat, 04 Oct 2008 02:43:23 +0100 Matthew Wild New "import" module to help tidy up all the local declarations at the top of modules
Sat, 04 Oct 2008 02:42:23 +0100 Matthew Wild Use xmlns for matching auth tag too
Sat, 04 Oct 2008 02:40:47 +0100 Matthew Wild Fix stanza handlers to use xmlns also for matching
Sat, 04 Oct 2008 02:15:13 +0100 Matthew Wild Resource binding, XMPP sessions (whatever they're for...)
Sat, 04 Oct 2008 02:14:11 +0100 Matthew Wild Small fix for sending stanzas in case of resource binding error
Sat, 04 Oct 2008 02:12:54 +0100 Matthew Wild Add "uuid" library and make sessionmanager use this.
Sat, 04 Oct 2008 02:10:14 +0100 Matthew Wild Reply to unhandled iq's with service-unavailable
Sat, 04 Oct 2008 02:09:46 +0100 Matthew Wild Small fixes
Fri, 03 Oct 2008 22:21:01 +0100 Matthew Wild An oops in sessionmanager stream:features code :)
Fri, 03 Oct 2008 22:18:08 +0100 Matthew Wild Move stream opening handling from xmlhandlers to sessionmanager
Fri, 03 Oct 2008 22:17:20 +0100 Matthew Wild Add support for arbitrary events and event hooks
Thu, 02 Oct 2008 01:08:58 +0100 Matthew Wild SASL!
Thu, 02 Oct 2008 00:00:35 +0100 Matthew Wild Removed unused functions from main.lua
Wed, 01 Oct 2008 22:11:28 +0100 Matthew Wild Moved hosts to a config file, still need better config though
Wed, 01 Oct 2008 18:51:28 +0500 Waqas Hussain Removed tag tip
Wed, 01 Oct 2008 18:47:07 +0500 Waqas Hussain Fixed: Session data was never removed from sessions list
Wed, 01 Oct 2008 01:18:19 +0100 Matthew Wild Let modules set/write globals
Tue, 30 Sep 2008 21:35:39 +0100 Matthew Wild Fix quoting in util/sasl.lua
Tue, 30 Sep 2008 21:20:55 +0100 Matthew Wild Remove now useless debug output
Tue, 30 Sep 2008 19:52:00 +0100 Matthew Wild Huge commit to:
Tue, 30 Sep 2008 19:49:36 +0100 Matthew Wild jid.split(): Return nil when passed nil
Sat, 27 Sep 2008 19:18:05 +0100 Matthew Wild Adding initial unit testing scripts
Sat, 27 Sep 2008 19:17:40 +0100 Matthew Wild Fixing jid.split() for all JIDs
Wed, 17 Sep 2008 21:33:05 +0100 Matthew Wild Merged Paul's branch
Wed, 17 Sep 2008 23:30:48 +0300 bt Grrr! Don't use KDE apps to view this repo!
Wed, 17 Sep 2008 23:26:48 +0300 bt Removed ~ files
Wed, 17 Sep 2008 22:20:08 +0300 bt Some docs written by Thorns. Need reviewing.
Wed, 03 Sep 2008 02:24:28 +0100 Matthew Wild Various documentation updates, and added names.txt :)
Wed, 27 Aug 2008 03:16:14 +0100 Matthew Wild Updated stanza routing doc
Tue, 26 Aug 2008 16:57:00 +0100 Matthew Wild Remove some debugging messages
Tue, 26 Aug 2008 13:15:06 +0100 Matthew Wild Merged in Tobias's SASL lib
Tue, 26 Aug 2008 13:14:43 +0100 Matthew Wild Beginning of new routing logic
Tue, 26 Aug 2008 14:11:52 +0200 Tobias Markmann module table was missing
Tue, 26 Aug 2008 01:01:13 +0200 Tobias Markmann * missing base64 decode of SASL response
Tue, 26 Aug 2008 00:57:46 +0200 Tobias Markmann adding SASL lib with PLAIN support, not tested yet
Mon, 25 Aug 2008 22:19:47 +0100 Matthew Wild Added tests/ folder
Mon, 25 Aug 2008 22:06:47 +0100 Matthew Wild Coding style doc, HACKERS file
Mon, 25 Aug 2008 16:46:05 +0100 Matthew Wild Moved server module to net/
Mon, 25 Aug 2008 02:10:50 +0100 Matthew Wild Remove redundant comments
Mon, 25 Aug 2008 00:35:54 +0200 Tobias Markmann renaming _ to sock to improve readability
Mon, 25 Aug 2008 00:33:16 +0200 Tobias Markmann remaned _ to sock to improve readability
Sun, 24 Aug 2008 22:51:01 +0100 Matthew Wild added LICENSE file
Sun, 24 Aug 2008 22:48:27 +0100 Matthew Wild - Remove some debugging code
Sun, 24 Aug 2008 18:08:04 +0100 matthew Merged 2 heads o_O
Sun, 24 Aug 2008 18:01:20 +0100 matthew Added all the files to please hg :/
Sun, 24 Aug 2008 14:52:02 +0000 matthew Presence unavailable on disconnect
Sun, 24 Aug 2008 13:29:01 +0000 matthew "Shared roster" - well, kind of :)
Sun, 24 Aug 2008 04:34:01 +0000 matthew Working presence!
Sun, 24 Aug 2008 01:51:02 +0000 matthew Switched to new connection framework, courtesy of the luadch project
Fri, 22 Aug 2008 21:09:04 +0000 matthew First commit, where do you want to go tomorrow?