prosody.git
2010-02-11 Waqas Hussainmod_tls: Fixed an extra :up() in s2s stream feature...
2010-02-11 Waqas Hussainmod_tls: Respond with proper error when TLS cannot...
2010-02-11 Waqas Hussainmod_presence: Don't depend on user being online when...
2010-02-11 Waqas Hussainmod_presence: Don't depend on sessions array existing...
2010-02-09 Waqas Hussainutil.encodings: Use STD3 ASCII rules for idna.to_ascii.
2010-02-05 Matthew Wildprosody: Add a catch-all friendly message for when...
2010-01-31 Matthew Wildutil.stanza: stanza.error_reply(): Fix to put the corre...
2010-01-31 Matthew Wildprosody: Show friendly error when no config present...
2010-01-31 Matthew Wildprosody: Log error message when failing to open ports
2010-01-30 Matthew WildMUC: muc.lib.lua: Fix the sending of the occupant JID...
2010-01-29 Waqas Hussainmod_presence: Quick fix to make probes from local users...
2010-01-29 Waqas Hussainmod_presence: Added handler for presence subscriptions...
2010-01-29 Waqas Hussainstanza_router: Added third parameter to core_post_stanz...
2010-01-29 Waqas Hussainmod_presence: Respond with an unavailable presence...
2010-01-24 Waqas Hussainprosody: Listen for component connections on port 5347...
2010-01-23 Matthew Wildmod_component: Fix name of config option in error messa...
2010-01-22 Matthew Wildutil.dataforms: Add optional type parameters (defaults...
2010-01-21 Matthew Wildnet.httpserver: More robust handling of headers split...
2010-01-21 Matthew Wildnet.httpserver: Make it possible to return responses...
2010-01-21 Matthew Wildnet.httpserver: Close connection on invalid HTTP status...
2010-01-18 Matthew Wildmod_presence: Automatically deny presence requests...
2010-01-18 Matthew Wildstanza_router: Log the name of unhandled stanzas (thank...
2010-01-11 Waqas Hussainsessionmanager: Added resource prepping, and invalid...
2010-01-11 Waqas Hussainmod_register: Return a <not-acceptable/> error on empty...
2010-01-10 Matthew Wildutil.pposix: Fix return type of lc_abort to shush compi...
2010-01-01 Matthew Wildprosody.cfg.lua.dist: Remove lie about requiring consol...
2009-12-09 Waqas Hussainmodulemanager: Fire item-removed events on module unload.
2009-12-09 Waqas Hussainprosody: Call tostring on the key being used for nil...
2009-12-09 Waqas Hussainprosody: Log a warning and traceback, but don't throw...
2009-12-09 Waqas HussainMainfile: Broke up a really long line.
2009-12-05 Paul Aurichmod_pep: Support item retrieval use cases
2009-12-05 Paul Aurichmod_pep: Allow storage of urn:xmpp:avatar:data node...
2009-11-30 Matthew Wildutil.stanza: Add stanza:get_child(name, xmlns) to find...
2009-11-27 Matthew Wildtests: Add tests for util.jid.join()
2009-11-27 Matthew Wildutil.jid: Add join(node, host, resource) function to...
2009-11-25 Waqas HussainMUC: Only allow moderators to change the room subject.
2009-11-25 Waqas HussainMUC: Prevent visitors from broadcasting messages.
2009-11-25 Waqas HussainMUC: Improved handling of incoming groupchat messages...
2009-11-24 Matthew Wildcore.sessionmanager, net.*_listener: Remove the evil...
2009-11-23 Matthew Wildutil.dependencies: Make the commands line up properly...
2009-11-21 Matthew Wildmod_bosh: Don't log response XML
2010-02-25 Matthew Wildtests/test_core_s2smanager.lua: Fix to compare SRV...
2010-02-25 Matthew Wilds2smanager: Log and fail gracefully when unable to...
2010-02-25 Matthew Wilds2smanager: Fix for the logic SRV record priority compa...
2010-01-20 Matthew Wildnet.adns: Trailing whitespace
2009-12-09 Matthew Wildmod_vcard: Stricter matching of vcard stanzas with...
2009-12-02 Matthew Wildutil.dependencies: Fix package name of LuaFilesystem
2009-12-02 Matthew WildMerge with Tobias
2009-12-02 Matthew WildMerge with Tobias
2009-12-02 Matthew Wildmodulemanager, net.dns: Remove trailing whitespace
2009-12-02 Matthew Wildprosodyctl: Experimental 'addplugin' command
2009-12-02 Matthew Wildutil.pluginloader: Support for fetching plugins from...
2009-12-02 Matthew Wildnet.httpserver: Fix to work with new server API
2009-12-02 Matthew Wildnet.httpserver: Quick fix to set the correct Content...
2009-12-01 Tobias Markmannmod_console: Show compression status on s2s:show()...
2009-12-01 Tobias MarkmannMerge with tip.
2009-12-01 Matthew Wildmod_proxy65: Remove trailing whitespace
2009-12-01 Tobias Markmannmod_compression: Removing trailing whitespace.
2009-12-01 Matthew Wildmod_proxy65: Fix log:module -> module:log :)
2009-12-01 Tobias Markmannmod_compression: Declaring the de-/compression pipes...
2009-12-01 Tobias Markmannmod_compression: Some comment clean up.
2009-12-01 Matthew WildMerge with trunk
2009-12-01 Matthew Wildmodulemanager: Fire events module-loaded and module...
2009-12-01 Tobias MarkmannMerge with tip.
2009-12-01 Waqas Hussainutil.sasl.plain: Allow empty authzid (thanks bjc).
2009-11-30 Tobias Markmannmod_compression: Removing forgotten debugging output.
2009-11-30 Tobias Markmannmod_compression: Define db (dialback) namespace in...
2009-11-30 Tobias MarkmannMerge with tip.
2009-11-30 Tobias Markmannmod_compression: Enabeling compression for outgoing...
2009-11-30 Waqas Hussainutil.hmac: Optimized.
2009-11-30 Waqas Hussainutil.sasl.scram: Optimized binaryXOR.
2009-11-30 Waqas Hussainutil.sasl.scram: Fixed a variable redeclaration.
2009-11-30 Tobias Markmannutil.sasl.scram: Making =2D and =3D substitution actual...
2009-11-30 Matthew Wildutil.stanza: Add stanza:get_child(name, xmlns) to find...
2009-11-29 Tobias Markmannmod_compression: Some further refactoring.
2009-11-29 Tobias Markmannmod_compression: Make setup_compression work for s2s...
2009-11-29 Tobias Markmannmod_compression: Moving compression setup in a dedicate...
2009-11-29 Tobias Markmannmod_compression: Prepare activating of compression...
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-29 Tobias MarkmannEnable one way stream compression on s2s links.
2009-11-29 Waqas Hussainutil.sasl.plain: A little refactoring.
2009-11-29 Waqas HussainMerge with 0.6.
2009-11-28 Tobias Markmannutil.sasl.digest-md5: Fixing some variable access.
2009-11-28 Matthew WildMerge with Tobias
2009-11-28 Matthew Wildxmppserver_listener: Update for new server API, fixes...
2009-11-28 Matthew Wildmod_console: Update for new server API, fixes traceback...
2009-11-28 Tobias MarkmannMake some more variables to locals.
2009-11-28 Tobias Markmannutil.sasl: Move some variables to local space. Fix...
2009-11-28 Matthew Wildutil.sasl.plain: Fail gracefully on empty <auth/> tag
2009-11-28 Matthew Wildmod_saslauth: Fix typo in variable name
2009-11-28 Matthew Wildnet.server_select: Update conn.close() to use new conne...
2009-11-28 Waqas Hussaincore.xmlhandlers: Fixed processing of empty namespaces...
2009-11-28 Waqas Hussainmod_register: Properly notify contacts of subscription...
2009-11-27 Matthew Wildmod_proxy65: Use new jid.join() from util.jid
2009-11-27 Matthew Wildtests/test.lua: Changes to environment handling of...
2009-11-27 Matthew Wildtests: Add tests for util.jid.join()
2009-11-27 Matthew Wildtests/test.lua: Print the current test being run if...
2009-11-27 Matthew Wildutil.jid: Add join(node, host, resource) function to...
2009-11-27 sjoerd.simons... mod_proxy65: Update listener callback names for new...
2009-11-26 Tobias MarkmannMerged with tip.
next