Sun, 22 Mar 2009 12:13:39 +0000 Matthew Wild util.set: New util library changeset | files
Sat, 21 Mar 2009 23:48:09 +0000 Matthew Wild net.http: Don't throw error on invalid URLs. Fixes #56. changeset | files
Sat, 21 Mar 2009 21:47:09 +0000 Matthew Wild Add initial mod_component for XEP-0114 support. Albert, where are you? changeset | files
Sat, 21 Mar 2009 21:45:25 +0000 Matthew Wild net.xmppclient_listener: Set default namespace to jabber:client changeset | files
Sat, 21 Mar 2009 21:44:42 +0000 Matthew Wild net.xmppserver_listener: Set default namespace to jabber:server changeset | files
Sat, 21 Mar 2009 21:43:50 +0000 Matthew Wild core.xmlhandlers: Filter out default stream namespace from stanzas changeset | files
Sat, 21 Mar 2009 21:42:14 +0000 Matthew Wild core.stanza_router: Allow routing from components changeset | files
Fri, 20 Mar 2009 20:17:05 +0000 Matthew Wild Merge changeset | files
Sat, 14 Mar 2009 16:05:22 +0000 Matthew Wild Merge changeset | files
Sat, 14 Mar 2009 16:03:48 +0000 Matthew Wild Don't reject some valid IQs. Thanks to elmex for spotting. changeset | files
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4 changeset | files
Sun, 08 Mar 2009 03:38:22 +0000 Matthew Wild Automated merge with http://waqas.ath.cx:8000/ changeset | files
Sun, 08 Mar 2009 05:03:22 +0500 Waqas Hussain mod_xmlrpc: Limit usage to admins changeset | files
Sun, 08 Mar 2009 04:49:51 +0500 Waqas Hussain mod_legacyauth: Added stream feature: <auth xmlns='http://jabber.org/features/iq-auth'/> changeset | files
Sun, 08 Mar 2009 03:46:44 +0500 Waqas Hussain usermanager: Added is_admin(jid) changeset | files
Sun, 08 Mar 2009 01:07:29 +0500 Waqas Hussain Added core.objectmanager changeset | files
Sun, 08 Mar 2009 01:06:37 +0500 Waqas Hussain util/xmlrpc: Added <nil/> extension to RPC functions (allowing nil parameters and return values) changeset | files
Sat, 07 Mar 2009 20:17:09 +0000 Matthew Wild mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with sasl_anonymous = true changeset | files
Sat, 07 Mar 2009 19:57:28 +0000 Matthew Wild net.adns: Set new send in net.server after 'connecting UDP' socket changeset | files
Sat, 07 Mar 2009 19:56:53 +0000 Matthew Wild net.server: Allow replacement of send function on an open socket changeset | files
Sat, 07 Mar 2009 19:40:00 +0000 Matthew Wild util.logger: Small code tidying :) changeset | files
Sat, 07 Mar 2009 20:33:21 +0100 Tobias Markmann Support to filter logging by source via pattern matching from config file. changeset | files
Sat, 07 Mar 2009 19:28:12 +0000 Matthew Wild prosody: Load logger after reading the config changeset | files
Wed, 04 Mar 2009 18:48:29 +0000 Matthew Wild Automated merge with http://waqas.ath.cx:8000/ changeset | files
Wed, 04 Mar 2009 22:59:58 +0500 Waqas Hussain XML-RPC: Set appropriate Content-Type header in HTTP response changeset | files
Wed, 04 Mar 2009 22:45:06 +0500 Waqas Hussain MUC: Kick participants for error replies only on a selected list of error conditions changeset | files
Wed, 04 Mar 2009 22:23:41 +0500 Waqas Hussain Let global modules add disco features for all hosts changeset | files
Wed, 04 Mar 2009 22:22:40 +0500 Waqas Hussain mod_xmlrpc: Handle RPC stanzas sent over XMPP (XEP-0009: Jabber-RPC) changeset | files
Wed, 04 Mar 2009 22:15:46 +0500 Waqas Hussain Allow global modules to hook stanza handlers changeset | files
Wed, 04 Mar 2009 22:12:52 +0500 Waqas Hussain Added mod_xmlrpc changeset | files
Wed, 04 Mar 2009 22:10:27 +0500 Waqas Hussain Added util/xmlrpc.lua - functions for converting between XML-RPC stanzas and Lua objects changeset | files
Wed, 04 Mar 2009 18:24:43 +0000 Waqas Hussain core.presencemanager: Convert Windows line endings to UNIX changeset | files
Wed, 04 Mar 2009 15:52:05 +0000 Matthew Wild net.adns: Return _M changeset | files
Wed, 04 Mar 2009 14:44:28 +0000 Matthew Wild net.adns: Load the correct dns lib changeset | files
Wed, 04 Mar 2009 12:59:35 +0000 Matthew Wild net.adns: Add helper module for performing non-blocking DNS lookups changeset | files
Wed, 04 Mar 2009 12:58:56 +0000 Matthew Wild net.dns: Add methods necessary for allowing non-blocking DNS lookups changeset | files
Wed, 04 Mar 2009 12:44:07 +0000 Matthew Wild net.server: Don't call shutdown method on socket if it doesn't have one, eg. for UDP changeset | files
Tue, 03 Mar 2009 20:12:31 +0000 Matthew Wild net.server: Check for potential nil handler on close changeset | files
Tue, 03 Mar 2009 19:49:40 +0000 Matthew Wild mod_bosh: Set Content-Type in response headers changeset | files
Tue, 03 Mar 2009 17:25:20 +0000 Matthew Wild pposix: Standardize error messages changeset | files
Tue, 03 Mar 2009 17:24:56 +0000 Matthew Wild pposix: Small fix for copyright notice changeset | files
Tue, 03 Mar 2009 17:18:43 +0000 Matthew Wild Automated merge with http://luaetta.ath.cx:1234/ changeset | files
Tue, 03 Mar 2009 17:48:04 +0100 Tobias Markmann Merged with main tip. changeset | files
Sun, 22 Feb 2009 20:57:57 +0100 Tobias Markmann Make the code actually build. changeset | files
Sun, 22 Feb 2009 20:55:06 +0100 Tobias Markmann Added missing code. changeset | files
Sun, 22 Feb 2009 20:35:41 +0100 Tobias Markmann Adding setrlimits() binding. changeset | files
Tue, 03 Mar 2009 17:07:35 +0000 Matthew Wild tests: Add test for iq error replies changeset | files
Tue, 03 Mar 2009 16:54:29 +0000 Matthew Wild core.configmanager: Small fix to check validity of Component definitions changeset | files
Mon, 02 Mar 2009 19:50:28 +0000 Matthew Wild mod_muc: Don't bounce error replies in response to errors changeset | files
Mon, 02 Mar 2009 19:49:09 +0000 Matthew Wild net.server: Fix to make sure we send a string to logging function changeset | files
Mon, 02 Mar 2009 19:45:44 +0000 Matthew Wild core.stanza_router: Don't bounce errors to iq type=result/error changeset | files
Mon, 02 Mar 2009 19:44:46 +0000 Matthew Wild prosody: Log top-level errors changeset | files
Mon, 02 Mar 2009 13:52:08 +0000 Matthew Wild core.s2smanager: Remove some old commented code, break a long line in 2 changeset | files
Sun, 01 Mar 2009 23:34:25 +0000 Matthew Wild util.dataforms: Return the form changeset | files
Sun, 01 Mar 2009 23:33:41 +0000 Matthew Wild net.server: Don't retry if client closes socket during SSL handshaking changeset | files
Sat, 28 Feb 2009 23:16:27 +0000 Matthew Wild Adding initial util.pubsub changeset | files
Sat, 28 Feb 2009 04:58:14 +0000 Matthew Wild core.stanza_router: Reply with error to groupchat messages directed at unavailable resources or offline users changeset | files
Sat, 28 Feb 2009 02:05:37 +0000 Matthew Wild core.componentmanager: Refactor a little to make XEP-0114 plugin a little simpler changeset | files
Fri, 27 Feb 2009 18:40:17 +0000 Matthew Wild net.server: Some fixes for SSL/TLS handshake handling changeset | files
Fri, 27 Feb 2009 17:56:07 +0000 Matthew Wild util.dataforms: First commit, incomplete changeset | files
(0) -300 -100 -60 +60 +100 +300 +1000 +3000 tip

mercurial