prosody.git
2010-10-05 Matthew Wildnet.dns: Support for parsing PTR records
2010-10-05 Matthew Wildnet.dns: Add 'force' parameter to resolver:feed() to...
2010-10-01 Florian Zeitzmod_adhoc: Answer disco#info for node=xmlns_cmd
2010-09-28 Waqas HussainMUC: Make the room node be the default room name (thank...
2010-09-27 Waqas HussainMerge with trunk.
2010-09-27 Waqas HussainMUC: Fixed traceback on presence errors lacking a condi...
2010-09-26 Kim AlvefurMUC: Added a 'Description' property (muc#roomconfig_roo...
2010-09-24 Kim AlvefurMUC: Added a 'Name' property (muc#roomconfig_roomname)
2010-09-21 Waqas Hussainnet.xmppcomponent_listener: Fixed a possible traceback...
2010-09-21 Waqas Hussainnet.xmppcomponent_listener: Specify missing log level...
2010-09-21 Waqas Hussainnet.xmppcomponent_listener, mod_component: Removed...
2010-09-21 Waqas Hussainutil.stanza: Make the current element <message> instead...
2010-09-19 Waqas Hussainutil.events: Event handler indices are now built lazily...
2010-09-16 Waqas Hussainutil.events: Create new index on handler change instead...
2010-09-16 Waqas Hussainutil.events: Fixed the exposed API for adding/removing...
2010-09-16 Waqas Hussainutil.events: Removed dispatcher creation functions...
2010-09-16 Waqas Hussainnet.httpserver: Removed old HTTP parser, and updated...
2010-09-16 Waqas Hussainutil.httpstream: Refactored and simplified code to...
2010-09-16 Waqas Hussainutil.httpstream: Removed unused variables.
2010-09-04 Waqas Hussainutil.httpstream: Initial commit of the new HTTP parser.
2010-09-13 Matthew Wildprosody.cfg.lua.dist: Small wording fix in comment...
2010-09-10 Matthew Wildmod_bosh: Fix traceback when initiating a BOSH session...
2010-09-09 Matthew Wildnet.server_select: Add server.step() to run through...
2010-09-05 Matthew Wildprosody.cfg.lua.dist: Add mod_adhoc and mod_admin_adhoc...
2010-09-05 Matthew Wilds2smanager: Don't fire s2sin-destroyed for sessions...
2010-09-05 Matthew Wilds2smanager: Fire s2s{in,out}-destroyed when s2s connect...
2010-09-02 Florian Zeitzmod_admin_adhoc: New module with merged functonality...
2010-09-02 Florian Zeitzmod_ping: Add ad-hoc command
2010-09-01 Florian Zeitzmod_adhoc: remove 0.7 compat code
2010-09-01 Florian Zeitzmod_adhoc: Fix passing data to util.dataforms
2010-08-31 Matthew Wildmod_version: Use pposix.uname() if available and os_ver...
2010-08-31 Matthew Wildutil.pposix: uname(): Fix to push nil,err in case of...
2010-08-31 Matthew Wildutil.pposix: Add pposix.uname(), bump version
2010-08-30 Matthew Wildutil.jid: Fix parsing of JIDs with no nodepart and...
2010-08-30 Matthew Wildtests/test_util_jid.lua: Add more tests for JID splitting
2010-08-30 Matthew Wildutil.stanza: stanza:matched_children() -> stanza:matchi...
2010-08-30 Matthew Wildutil.stanza: Add stanza:maptags() to apply a function...
2010-08-30 Matthew Wilds2smanager: Fire s2s{in,out}-established when new s2s...
2010-08-29 Matthew Wildutil.stanza: Optimisation, remove useless if...then...
2010-08-29 Matthew Wildutil.stanza: Add stanza:matched_children(name, xmlns...
2010-08-28 Matthew Wildnet.httpserver: Join multiple headers with the same...
2010-08-28 Matthew Wildmod_bosh: Support for reading the client's real IP...
2010-08-28 Matthew Wildutil.pposix, prosodyctl, mod_posix: Add initgroups...
2010-08-27 Matthew Wildnet.http: Add http.formencode() for www-form-urlencoded...
2010-08-24 Matthew Wildcomponentmanager: Relocate disallow_s2s to its correct...
2010-08-23 Waqas Hussainmod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved...
2010-08-23 Waqas Hussainutil.sasl_cyrus: Spaces -> tabs.
2010-08-23 Waqas Hussainusermanager: Get rid unused Cyrus SASL related code.
2010-08-23 Waqas Hussainmod_auth_internal_plain: Get rid of all checks for...
2010-08-23 Waqas Hussainmod_saslauth: Get rid of the sasl_backend option (use...
2010-08-23 Waqas Hussainmod_saslauth: Get rid of most Cyrus SASL related code...
2010-08-23 Matthew Wildcomponentmanager: Support the 'disallow_s2s' option...
2010-08-23 Matthew Wildnet.server: Don't load configmanager if not running...
2010-08-22 Matthew Wildmod_bosh: Don't adjust rid when creating a session...
2010-08-22 Matthew Wildsessionmanager, s2smanager: Give resting sessions a...
2010-08-22 Matthew Wildnet.server_select, net.server_event: Remove set_mode...
2010-08-22 Florian Zeitzmod_adhoc: Answer disco#info (This is a MUST in XEP...
2010-08-22 Florian Zeitzmod_adhoc: Code restructuring
2010-08-22 Matthew Wildutil.logger: Remove support for the 'log_sources' optio...
2010-08-16 Kim Alvefurmod_auth_internal_hashed: Fix deleting users
2010-08-12 Florian Zeitzmod_privacy: Fix typo causing <active/> to never be...
2010-08-14 Matthew Wildmod_console: Add host:* commands to help (thanks Zash)
2010-08-10 Matthew Wildtests/test_util_jid.lua: Better formatting, comments...
2010-08-07 Matthew Wildmod_bosh: Fix to properly ignore repeated requests
2010-08-06 Matthew Wildmod_bosh: Small change to use variable instead of hard...
2010-08-06 Matthew Wildmod_bosh: Much improve session:close() for BOSH session...
2010-08-06 Matthew Wildmod_bosh: Add error callback for xmlhandlers, to handle...
2010-08-03 Waqas HussainMUC: Fixed: Unavilable presence was not being broadcast...
2010-08-03 Waqas HussainMUC: Return correct error to non-members attempting...
2010-08-03 Waqas Hussainutil.xmppstream: Removed some useless property assignments.
2010-08-03 Waqas Hussainutil.sasl_cyrus: Make multi-step SASL mechanisms work...
2010-08-03 Waqas Hussainutil.sasl: Simplified some code a bit.
2010-08-03 Waqas Hussainutil.sasl, util.sasl_cyrus: Removed a ton of unused...
2010-08-03 Matthew Wildeventmanager: REMOVE!!!
2010-08-03 Matthew Wildmod_bosh: Remove dependency on eventmanager
2010-08-03 Matthew Wildloggingmanager: Remove (redundant!) dependency on event...
2010-08-03 Matthew Wildsessionmanager: Remove dependency on eventmanager
2010-08-03 Matthew Wilds2smanager: Remove dependency on eventmanager
2010-08-03 Matthew Wildcomponentmanager: Remove dependency on eventmanager
2010-08-03 Matthew Wildhostmanager: Remove dependency on eventmanager
2010-08-03 Matthew Wildmodulemanager: Remove dependency on eventmanager
2010-08-03 Matthew Wilds2smanager: brackets, just to be sure :)
2010-08-03 Matthew Wilds2smanager: Only bounce real stanzas on s2s failure...
2010-08-02 Waqas Hussainutil.datetime: Added implementation for function parse().
2010-08-02 Waqas Hussainstorage/mod_ejabberd: Reorganized some code.
2010-08-02 Waqas Hussainutil.sasl_cyrus: Cleanup.
2010-08-02 Waqas Hussainutil.sasl: Removed method:forbidden() and its side...
2010-08-02 Waqas Hussainutil.sasl_cyrus: Removed method:forbidden().
2010-08-02 Waqas Hussainmod_auth_*: Fixed copyright headers.
2010-08-02 Matthew Wildutil.xmppstream: Add set_session() method to change...
2010-08-02 Matthew Wildnet.xmppclient_listener: Add associate_session(conn...
2010-08-02 Matthew Wildnet.server_event: Remove some debug messages
2010-08-01 Kim Alvefurmod_version: Leave out the os element if hide_os_type...
2010-08-01 Kim Alvefurmod_version: Make the command used to get OS version...
2010-07-31 Matthew Wildusermanager: Fix two nil global accesses
2010-07-31 Waqas Hussainmod_saslauth: Fixed a nil global access.
2010-07-31 Waqas Hussainmod_saslauth: Check for unencrypted PLAIN auth in mod_s...
2010-07-31 Waqas Hussainmod_saslauth: Move mandatory encryption enforcement...
2010-07-31 Waqas Hussainstorage/mod_ejabberd (and associated library): Initial...
2010-07-31 Waqas Hussainstorage/mod_xep0227: Initial commit.
next