Software /
code /
prosody
Graph
-
net.http: When HTTP request fails due to a network or SSL error, call the callback to let it know2013-04-17, by Matthew Wild
-
net.http.server: The correct Connection header value to look for is Keep-Alive, not keep-alive.2013-04-17, by Waqas Hussain
-
net.server_select: Add and improve some comments.2013-04-16, by Waqas Hussain
-
net.server_select: Normalize indentation2013-04-17, by Kim Alvefur
-
Merge 0.9->trunk2013-04-17, by Kim Alvefur
-
net.server_select: Don't call onconnect twice on SSL connections2013-04-17, by Kim Alvefur
-
mod_pubsub: Only assign id to item element if there is one2013-04-17, by Matthew Wild
-
Merge 0.9->trunk2013-04-17, by Matthew Wild
-
mod_pubsub: Add id to stored item when auto-generated. Fixes #3352013-04-17, by Matthew Wild
-
Merge 0.9->trunk2013-04-15, by Matthew Wild
-
net.http.parser: Remove accidentally-committed debugging2013-04-15, by Matthew Wild
-
Merge 0.9->trunk2013-04-15, by Matthew Wild
-
net.http.parser: Fix off-by-one error in chunked encoding parser2013-04-15, by Matthew Wild
-
mod_s2s: Add missing space2013-04-15, by Kim Alvefur
-
Merge 0.9->trunk2013-04-15, by Matthew Wild
-
util.http: Refactor and import all necessary functions2013-04-12, by Matthew Wild
-
prosodyctl: Bump util.pposix version for API change2013-04-09, by Kim Alvefur
-
Merge 0.9->trunk2013-04-11, by Matthew Wild
-
util.iterators: Add ripairs() (ipairs() in reverse) (thanks Maranda)2013-04-11, by Matthew Wild
-
Merge 0.9->trunk2013-04-11, by Matthew Wild
-
net.http: Swap response and request parameters passed to callback (will break some modules)2013-04-11, by Matthew Wild
-
util.httpstream: Unused, remove2013-04-11, by Matthew Wild
-
net.http.parser: Fix chunked encoding response parsing, and make it more robust2013-04-11, by Matthew Wild
-
net.http.parser: Convert status_code to a number before trying to compare it to numbers2013-04-11, by Matthew Wild
-
net.http.parser: Break when no more usable data in buffer (client part of e5ec60dfb202)2013-04-11, by Matthew Wild
-
net.http.parser: Depend on util.http instead of net.http for urlencode2013-04-11, by Matthew Wild
-
sessionmanager, s2smanager: Remove unused imports2013-04-11, by Matthew Wild
-
Merge 0.9->trunk2013-04-09, by Kim Alvefur
-
prosodyctl: Bump util.pposix version for API change2013-04-09, by Kim Alvefur
-
Merge 0.9->trunk2013-04-08, by Kim Alvefur
-
mod_s2s: Adjust priority of route/remote hooks to negative values (like most other internal hooks)2013-04-08, by Kim Alvefur
-
Merge 0.9->trunk2013-04-08, by Matthew Wild
-
mod_posix: Improve error message for a pposix version mismatch2013-04-08, by Matthew Wild
-
mod_posix, util.pposix: Bump version for API change2013-04-08, by Matthew Wild
-
mod_posix: Pass logger name to syslog, so that sources now get logged2013-04-08, by Matthew Wild
-
net.http: Throw error when connecting to a http:// URL without LuaSec available2013-04-08, by Matthew Wild
-
sessionmanager, s2smanager: Remove open_session tracing2013-04-08, by Matthew Wild
-
Merge 0.9->trunk2013-04-08, by Matthew Wild
-
mod_pubsub: Send bad-request when no action specified (thanks Maranda)2013-04-08, by Matthew Wild
-
Merge 0.9->trunk2013-04-08, by Matthew Wild
-
mod_pubsub: Don't attempt to handle iq stanzas with no action element2013-04-08, by Matthew Wild
-
Merge 0.9->trunk2013-04-08, by Matthew Wild
-
util.datamanager: Clear the cache of created directories on storage failure, and retry2013-04-07, by Matthew Wild
-
util.datamanager: expose path decode and encode functions.2013-04-07, by Marco Cirillo
-
net.http.server: add API to allow firing events directly on the server.2013-04-07, by Marco Cirillo
-
prosodyctl: Define prosody.core_post_stanza as an empty function2013-04-06, by Matthew Wild
-
Merge 0.9->trunk2013-04-06, by Matthew Wild
-
util.json: Convert \uXXXX to UTF-8 when decoding2013-04-06, by Matthew Wild
-
util.stanza: Use correct index when replacing the tag in .tags (thanks daurnimator)2013-04-05, by Matthew Wild
-
moduleapi: assert() that prosody.core_post_stanza is not nil2013-04-05, by Matthew Wild
-
Merge 0.9->trunk2013-04-05, by Matthew Wild
-
portmanager: import pairs() (thanks Maranda)2013-04-05, by Matthew Wild
-
Merge 0.9->trunk2013-04-05, by Matthew Wild
-
Merge with Maranda2013-04-05, by Matthew Wild
-
rostermanager: do not save rosters for unexistant users.2013-04-05, by Marco Cirillo
-
prosody: load rostermanager after usermanager during environment initialization.2013-04-05, by Marco Cirillo
-
mod_http: disable ssl peer verification by default.2013-04-04, by Marco Cirillo
-
portmanager: add logic to allow specification of service default values for ssl config and / or overrides.2013-04-04, by Marco Cirillo
-
util.stanza: Add stanza:find(), a light weight XPath-like method2013-04-04, by Kim Alvefur
-
mod_s2s: Add COMPAT cahin verification code for older LuaSec versions2013-04-04, by Kim Alvefur
-
configure: Replaces tabs with spaces in --help2013-04-03, by Kim Alvefur
-
configure: Add RUNWITH to --help2013-04-03, by Kim Alvefur
-
Merge 0.9->trunk2013-04-03, by Matthew Wild
-
mod_pubsub: Don't send current items to new subscribers (I don't know why we did)2013-04-03, by Matthew Wild
-
mod_groups: Remove unused import2013-04-03, by Matthew Wild
-
mod_groups: Add a public function other modules can use to determine if a JID belongs to a given group2013-04-03, by Matthew Wild
-
mod_presence: Remove some unused variables2013-04-03, by Matthew Wild
-
util.helpers: Helper helpers to log host events2013-04-03, by Matthew Wild
-
util.stanza: :maptags(): Fixes to make loop more robust on item removal2013-04-03, by Matthew Wild
-
configmanager: Some cleanup, remove unused variables and imports2013-04-03, by Matthew Wild
-
moduleapi: have get_host_items wrap on get_items from modulemanager, also add has_{feature/identity} to the API.2013-04-01, by Marco Cirillo
-
modulemanager: add missing ipairs import.2013-04-01, by Marco Cirillo
-
modulemanager: add function to retrieve module items from a specific host entity.2013-04-01, by Marco Cirillo
-
prosody.cfg.lua.dist: Update with new options and comments2013-04-01, by Matthew Wild
-
mod_s2s: Close incoming s2s with stream error when secure and we don't trust their certificate2013-04-01, by Matthew Wild
-
INSTALL: Update from wiki2013-03-31, by Matthew Wild
-
DEPENDS: Update (LuaSec now has a rock) and add link to /doc/depends2013-03-31, by Matthew Wild
-
TODO: Remove 0.92013-03-31, by Matthew Wild
-
AUTHORS: A small update...2013-03-31, by Matthew Wild
-
tools/migration/Makefile: Apply Lua runtime override (see 53f741a5a73a)2013-03-31, by Kim Alvefur
-
configure: Set to run with lua5.1 in the debian preset2013-03-31, by Kim Alvefur
-
Merge 0.9->trunk2013-03-31, by Matthew Wild
-
portmanager: Log error and fail to bind when port is invalid (not a number)2013-03-31, by Matthew Wild
-
Merge 0.9->trunk2013-03-28, by Matthew Wild
-
Merge 0.9->trunk2013-03-28, by Matthew Wild
-
util.json: Add json.encode_array() (thanks B)2013-03-28, by Matthew Wild
-
Merge 0.9->trunk2013-03-28, by Matthew Wild
-
portmanager: Add use_ipv4 option, default to true.2013-03-27, by Kim Alvefur
-
portmanager: use_ipv6 defaults to true if luasocket has ipv6 support2013-03-27, by Kim Alvefur
-
mod_s2s: Prevent s2s to and from hosts we serve locally2013-03-27, by Kim Alvefur
-
mod_s2s: Prevent traceback when replying to incoming connection to a host we don't serve2013-03-26, by Kim Alvefur
-
mod_s2s: Reset secure flag on new connection attempt2013-03-25, by Kim Alvefur
-
mod_s2s: Keep the dns answer object around a while so plugins can look at it2013-03-23, by Kim Alvefur
-
net.server, _select: Reorganise configuration of server_select to be more like server_event2013-03-23, by Kim Alvefur
-
prosody, prosodyctl: Remove last trace of "core" \o/2013-03-23, by Kim Alvefur
-
net.server: No sections in config anymore2013-03-23, by Kim Alvefur
-
Merge 0.9->trunk2013-03-23, by Kim Alvefur
-
configmanager: Fix so unset variables are searched for in the global section2013-03-23, by Kim Alvefur
-
util.{prosodyctl,openssl}: More use of config sections removed2013-03-23, by Kim Alvefur
-
mod_tls: More use of config sections removed2013-03-23, by Kim Alvefur
-
core.*: Complete removal of all traces of the "core" section and section-related code.2013-03-23, by Kim Alvefur
Scroll all the way down to load more.