prosody.git
2013-04-27 Kim Alvefurmoduleapi: in module:provides(), add the name of the...
2013-04-27 Kim Alvefurmoduleapi: module:provides called without an item makes...
2013-04-27 Matthew Wildmoduleapi: Add module:get_option_inherited_set() to...
2013-04-27 Matthew Wildmoduleapi: Add module:context(host) to produce a fake...
2013-04-27 Matthew Wildutil.prosodyctl: Initialize storagemanager on the host...
2013-04-26 Matthew Wildmod_s2s: Obey tcp_keepalives option for s2s too, and...
2013-04-25 Matthew Wildmod_admin_telnet: Add muc:create(room) (thanks SkyBlue)
2013-04-25 Matthew WildMUC: add __tostring on room metatable
2013-04-25 Kim Alvefurmod_c2s: Refactor <stream:error> building to allways...
2013-04-23 Waqas Hussainutil.json: New, improved, fixed codepoint to UTF-8...
2013-04-23 Waqas Hussainutil.json: Make encode(decode("[]"))=="[]".
2013-04-23 Florian Zeitzmod_admin_adhoc: Use util.adhoc
2013-04-23 Florian Zeitzutil.adhoc: New util for generating common adhoc handle...
2013-04-23 Matthew WildMerge
2013-04-23 Matthew Wildmod_auth_internal_plain: Don't log passwords, even...
2013-04-22 Matthew Wildmod_c2s, mod_s2s, net.http, net.http.server: Improve...
2013-04-22 Matthew Wildmod_c2s, mod_s2s, net.http, net.http.server: Improve...
2013-04-22 Matthew Wildnet.server.http: Add a comment
2013-04-22 Matthew Wildnet.server.http: Add a comment
2013-04-22 Matthew Wildnet.server.http: Ensure that event map cannot grow...
2013-04-22 Matthew Wildnet.server.http: Ensure that event map cannot grow...
2013-04-22 Waqas Hussainstoragemanager: Fix traceback in logging when store...
2013-04-19 Kim Alvefurmod_auth_internal_hashed, mod_auth_internal_plain,...
2013-04-19 Kim Alvefurmoduleapi: Make module:open_store() open a store named...
2013-04-19 Matthew Wildmoduleapi: Add module:open_store() as a front-end to...
2013-04-18 Matthew Wildmod_storage_sql2 (temporary name), sql.lib, util.sql...
2013-04-17 Matthew Wildnet.server_select: Don't call onconnect twice for SSL...
2013-04-17 Matthew WildMerge backout
2013-04-17 Matthew WildBacked out changeset f2631a14b953
2013-04-17 Matthew Wildnet.http: When HTTP request fails due to a network...
2013-04-17 Waqas Hussainnet.http.server: The correct Connection header value...
2013-04-17 Kim Alvefurnet.server_select: Don't call onconnect twice on SSL...
2013-04-17 Matthew Wildmod_pubsub: Only assign id to item element if there...
2013-04-17 Matthew Wildmod_pubsub: Add id to stored item when auto-generated...
2013-04-16 Waqas Hussainnet.server_select: Add and improve some comments.
2013-04-16 Waqas Hussainnet.server_select: Move socket timeout cleanup code...
2013-04-17 Kim Alvefurnet.server_select: Normalize indentation
2013-04-15 Matthew Wildnet.http.parser: Remove accidentally-committed debugging
2013-04-15 Matthew Wildnet.http.parser: Fix off-by-one error in chunked encodi...
2013-04-15 Kim Alvefurmod_s2s: Add missing space
2013-04-15 Matthew WildMakefile: Specify explicit mode when installing prosody...
2013-04-12 Matthew Wildutil.http: Refactor and import all necessary functions
2013-04-09 Kim Alvefurprosodyctl: Bump util.pposix version for API change
2013-04-11 Matthew Wildutil.iterators: Add ripairs() (ipairs() in reverse...
2013-04-11 Matthew Wildnet.http: Swap response and request parameters passed...
2013-04-11 Matthew Wildutil.httpstream: Unused, remove
2013-04-11 Matthew Wildnet.http: Switch from util.httpstream to net.http.parse...
2013-04-11 Matthew Wildnet.http.parser: Fix chunked encoding response parsing...
2013-04-11 Matthew Wildnet.http.parser: Convert status_code to a number before...
2013-04-11 Matthew Wildnet.http.parser: Break when no more usable data in...
2013-04-11 Matthew Wildnet.http.parser: Depend on util.http instead of net...
2013-04-11 Matthew Wildsessionmanager, s2smanager: Remove unused imports
2013-04-11 Matthew Wildnet.http, util.http: Move definitions of urlencode...
2013-04-08 Kim Alvefurmod_s2s: Adjust priority of route/remote hooks to negat...
2013-04-08 Matthew Wildmod_posix: Improve error message for a pposix version...
2013-04-08 Matthew Wildmod_posix, util.pposix: Bump version for API change
2013-04-08 Matthew Wildmod_posix: Pass logger name to syslog, so that sources...
2013-04-08 Matthew Wildutil.pposix: syslog(): Support an optional source param...
2013-04-08 Matthew Wildnet.http: Throw error when connecting to a URL without...
2013-04-08 Matthew Wildsessionmanager, s2smanager: Remove open_session tracing
2013-04-08 Matthew Wildmod_pubsub: Send bad-request when no action specified...
2013-04-08 Matthew Wildmod_pubsub: Don't attempt to handle iq stanzas with...
2013-04-07 Matthew Wildutil.datamanager: Clear the cache of created directorie...
2013-04-07 Marco Cirilloutil.datamanager: expose path decode and encode functions.
2013-04-07 Marco Cirillonet.http.server: add API to allow firing events directl...
2013-04-06 Matthew Wildprosodyctl: Define prosody.core_post_stanza as an empty...
2013-04-06 Matthew Wildutil.json: Convert \uXXXX to UTF-8 when decoding
2013-04-05 Matthew Wildutil.stanza: Use correct index when replacing the tag...
2013-04-05 Matthew Wildmoduleapi: assert() that prosody.core_post_stanza is...
2013-04-05 Matthew Wildportmanager: import pairs() (thanks Maranda)
2013-04-05 Matthew WildMerge with Maranda
2013-04-05 Matthew Wildmod_storage_none: A null-like storage provider that...
2013-04-05 Marco Cirillorostermanager: do not save rosters for unexistant users.
2013-04-05 Marco Cirilloprosody: load rostermanager after usermanager during...
2013-04-04 Marco Cirillomod_http: disable ssl peer verification by default.
2013-04-04 Marco Cirilloportmanager: add logic to allow specification of servic...
2013-04-04 Kim Alvefurutil.stanza: Add stanza:find(), a light weight XPath...
2013-04-04 Kim Alvefurmod_s2s: Add COMPAT cahin verification code for older...
2013-04-03 Kim Alvefurconfigure: Replaces tabs with spaces in --help
2013-04-03 Kim Alvefurconfigure: Add RUNWITH to --help
2013-04-03 Matthew Wildmod_pubsub: Don't send current items to new subscribers...
2013-04-03 Matthew Wildmod_groups: Remove unused import
2013-04-03 Matthew Wildmod_groups: Add a public function other modules can...
2013-04-03 Matthew Wildmod_presence: Remove some unused variables
2013-04-03 Matthew Wildutil.helpers: Helper helpers to log host events
2013-04-03 Matthew Wildutil.stanza: :maptags(): Fixes to make loop more robust...
2013-04-03 Matthew Wildconfigmanager: Some cleanup, remove unused variables...
2013-04-01 Marco Cirillomoduleapi: have get_host_items wrap on get_items from...
2013-04-01 Marco Cirillomodulemanager: add missing ipairs import.
2013-04-01 Marco Cirillomodulemanager: add function to retrieve module items...
2013-04-01 Matthew Wildprosody.cfg.lua.dist: Update with new options and comments
2013-04-01 Matthew Wildmod_s2s: Close incoming s2s with stream error when...
2013-03-31 Matthew WildINSTALL: Update from wiki
2013-03-31 Matthew WildDEPENDS: Update (LuaSec now has a rock) and add link...
2013-03-31 Matthew WildTODO: Remove 0.9
2013-03-31 Matthew Wildnet.http.server: Don't overwrite existing response...
2013-03-31 Matthew WildAUTHORS: A small update...
2013-03-31 Kim Alvefurtools/migration/Makefile: Apply Lua runtime override...
2013-03-31 Kim Alvefurconfigure: Set to run with lua5.1 in the debian preset
2013-03-31 Matthew Wildportmanager: Log error and fail to bind when port is...
next