prosody.git
2010-11-05 Waqas Hussainnet.http: Removed old HTTP parser, and updated to use...
2010-11-05 Waqas Hussainutil.httpstream: Fixed a possible string to number...
2010-11-05 Waqas Hussainutil.httpstream: Don't attempt to read response body...
2010-11-05 Waqas Hussainutil.httpstream: Added support for an options callback...
2010-11-05 Waqas Hussainutil.httpstream: A little refactoring of the coroutine...
2010-11-04 Waqas Hussainutil.httpstream: Added support for HTTP response parsing.
2010-11-04 Waqas Hussainutil.httpstream: Fixed a nil variable access introduced...
2010-11-04 Waqas Hussainutil.httpstream: Move HTTP header parsing into its...
2010-11-04 Waqas Hussaincomponentmanager: Removed unused function set_component...
2010-11-04 Waqas HussainMUC: Use events for hooking stanzas instead of the...
2010-11-04 Waqas Hussainmod_proxy65: Removed useless checks from the event...
2010-11-04 Waqas Hussainmod_proxy65: Use "iq/host" event for hooking stanzas...
2010-11-04 Waqas Hussainmod_console: Keep global variable assignments sandboxed...
2010-11-04 Matthew Wildutil.logger: Remove support for a global writer (setwri...
2010-11-04 Matthew Wildmod_posix: Remove redundant import of logger.setwriter()
2010-11-04 Matthew Wildutil.logger: Remove my precious premature optimisation :(
2010-11-02 Waqas Hussainmod_saslauth: Allow restarting SASL negotiation from...
2010-11-02 Waqas Hussainmod_saslauth: Separated processing of <auth/> and ...
2010-11-02 Waqas Hussainmod_saslauth: Moved SASL mechanism selection and CDATA...
2010-11-02 Waqas Hussainutil.sasl, util.sasl_cyrus: Mechanism selection cleaned...
2010-11-02 Waqas Hussainutil.sasl, util.sasl_cyrus: Load mechanisms list early...
2010-11-02 Waqas Hussainmod_saslauth: Handle SASL <abort/> properly.
2010-11-01 Waqas Hussaincomponentmanager: Removed an unused third parameter...
2010-10-24 Waqas Hussainutil.template: Optimized to be almost as fast as manual...
2010-10-24 Waqas Hussainutil.template: Initial commit. A template library for...
2010-10-22 Waqas Hussainnet.dns: Fixed a traceback when util/windows.dll is...
2010-10-22 Matthew Wildnet.server_select: Restore real sendbuffer() before...
2010-10-22 Waqas Hussainmod_bosh: Don't add a Content-Type header to the HTTP...
2010-10-19 Waqas Hussainejabberdsql2prosody: Added a global 'prosody' table...
2010-10-16 Waqas HussainMonster whitespace commit (beware the whitespace monster).
2010-10-16 Waqas Hussainmodulemanager, stanza_router: Moved modulemanager.handl...
2010-10-16 Waqas Hussainmodulemanager: Removed another legacy events API (add_e...
2010-10-16 Waqas Hussainmod_posix: Updated to use the new events API.
2010-10-16 Waqas Hussainmodulemanager: Removed legacy events API, and related...
2010-10-16 Waqas Hussainmod_saslauth: Updated to use the new events API.
2010-10-16 Waqas Hussainmod_dialback: Fixed indentation.
2010-10-16 Waqas Hussainmod_dialback: Updated to use the new events API.
2010-10-16 Waqas Hussainmod_compression: Updated to use the new events API.
2010-10-16 Waqas Hussainmod_component: Updated to use the new events API.
2010-10-16 Waqas Hussainmodulemanager: Removed add_iq_handler() from the plugin...
2010-10-16 Waqas Hussainmod_register: Updated to use the new events API.
2010-10-16 Waqas Hussainmod_legacyauth: Limit authentication to unauthenticated...
2010-10-16 Waqas Hussainmod_legacyauth: Updated to use the new events API.
2010-10-16 Waqas Hussainmod_roster: Cleaned up some unused variables and global...
2010-10-16 Waqas Hussainmod_roster: Updated to use the new events API.
2010-10-16 Waqas Hussainmod_saslauth: Improved logging a bit.
2010-10-16 Waqas Hussainmod_saslauth: Updated to use the new events API.
2010-10-15 Waqas Hussainmod_private: Updated to use the new events API. Smaller...
2010-10-15 Matthew WildMerge hoelzro->trunk
2010-10-15 Matthew WildMerge hoelzro->trunk
2010-10-15 Robert HoelzAlter mod_offline to respect negative priority resources
2010-10-15 Robert HoelzDon't send offline messages to resource with negative...
2010-10-12 Kim AlvefurMUC: Use util.dataforms to generate forms
2010-10-12 Kim AlvefurMUC: fix timezone support when sending history
2010-10-08 Matthew Wildconfigmanager: Allow VirtualHost/Component definitions...
2010-10-08 Matthew Wildcore.loggingmanager: Logging config simplification...
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...
next