prosody.git
2013-06-11 Matthew WildMerge 0.9->trunk
2013-06-11 Matthew Wildcertmanager: Use 'curve' and 'dhparam' options from...
2013-06-11 Kim Alvefurmod_c2s, mod_s2s: Fire an event on read timeouts
2013-06-11 Kim Alvefurmod_c2s: Become a shared module and allow being disable...
2013-06-11 Waqas Hussainmod_bosh: Reduce a little code.
2013-06-10 Kim AlvefurMerge 0.9->trunk
2013-06-10 Kim Alvefurmod_admin_telnet: Fix another wrong boolean expression
2013-06-09 Kim AlvefurMerge 0.9->trunk
2013-06-09 Kim Alvefurnet.server_select: Make sure there is a server to pause...
2013-06-09 Kim Alvefurmod_admin_telnet: Simplify IPv6 detection, fixes rare...
2013-06-09 Kim Alvefurmod_s2s: Set s2s_session.ip
2013-06-08 Matthew Wildmod_bosh: Make waiting_requests and dead_sessions share...
2013-06-08 Matthew Wildmod_muc: Include status code 332 on service shutdown...
2013-06-07 Waqas Hussainmod_bosh: Don't tostring() stream:features when passing...
2013-06-07 Kim Alvefurprosodyctl: Add 'prosodyctl check certs' for validating...
2013-06-07 Kim Alvefurcertmanager: Complain if key or certificate is missing...
2013-06-07 Kim Alvefurprosodyctl: Add 'prosodyctl check --help'
2013-06-07 Waqas Hussainmod_bosh: Only return CORS headers if the Origin header...
2013-06-07 Waqas Hussainmod_bosh: Return empty string from the OPTIONS event...
2013-06-07 Waqas Hussainmod_bosh: Rename event handler argument to event, not...
2013-06-07 Matthew WildMerge 0.9->trunk
2013-06-07 Matthew Wildmod_bosh: Remove logging of request.id, it doesn't...
2013-06-06 Matthew Wildmod_bosh: Remove another place we set headers, fixes...
2013-06-05 Matthew Wildmod_bosh: Clean up handling of response headers, set...
2013-06-05 Matthew Wildmod_bosh: Return errors when appropriate (invalid XML...
2013-06-05 Matthew Wildmod_bosh: Remove some very verbose logging
2013-06-05 Matthew WildMerge 0.9->trunk
2013-06-05 Matthew Wildmod_bosh: Reset creating_session to prevent putting...
2013-06-04 Kim Alvefurmod_admin_telnet: Fix inverted boolean logic
2013-06-03 James Callahanconfigure: Fix poor layout
2013-06-02 Waqas Hussainnet.server_select: Ensure _maxfd = math.huge on Windows...
2013-06-02 Kim AlvefurMerge 0.9->trunk
2013-06-02 Kim Alvefurmod_bosh: Fix traceback in case session is destroyed...
2013-05-30 Kim Alvefurmod_c2s, mod_c2s: Send a whitespace on read timeout...
2013-05-28 Kim Alvefurmod_register: get_child_text()!
2013-05-28 Matthew Wildmod_s2s: Remove unnecessary debug message
2013-05-26 Kim Alvefurmod_admin_telnet: Make the muc:create() command complai...
2013-05-26 Kim Alvefurutil.pubsub: Fix get_subscriptions to not pass a boolea...
2013-05-24 Matthew Wildmod_bosh: rename variable for clarity
2013-05-24 Matthew Wildmod_bosh: Some very minor whitespace/layout fixes
2013-05-24 Matthew Wildnet.server_select: Default checkinterval to 30s, so...
2013-05-24 Matthew Wildnet.server_select: Support for listener.onreadtimeout...
2013-05-26 Kim AlvefurMerge 0.9->trunk
2013-05-26 Kim AlvefurMerge 0.9->trunk
2013-05-22 Matthew Wildcertmanager: Disable SSL compression if possible (LuaSe...
2013-05-18 Kim Alvefurmod_admin_telnet: Verify that the host exists in user...
2013-05-18 Kim Alvefurutil.ip: Convert IPv4 mapped addresses to hex.
2013-05-18 Kim Alvefurmod_admin_telnet: Don't rely on getpeerchain returning...
2013-05-18 Matthew Wildmod_s2s: Fix interaction between s2s_secure_auth and...
2013-05-17 Florian Zeitzmod_disco: Emit events for disco requests, which contai...
2013-05-17 Florian Zeitzmod_pubsub: Split out handlers into a module library
2013-05-24 Matthew Wildnet.server_event: Add support for listener.onreadtimeou...
2013-05-24 Matthew Wildprosody.cfg.lua: Remove some more sneaky ';' characters...
2013-05-24 Matthew Wildprosody.cfg.lua.dist: Remove unnecessary ';' from defau...
2013-05-22 Matthew WildMerge 0.9->trunk
2013-05-22 Matthew Wildprosodyctl: check dns: Add check that proxy65 addresses...
2013-05-22 Matthew Wildprosodyctl: check config: Fix check for whether host...
2013-05-21 Matthew Wildmod_muc: Remove some old TODO comments
2013-05-21 Matthew Wildprosodyctl: check config: whitespace fix
2013-05-21 Matthew Wildprosodyctl: check config: Show a suggestion to change...
2013-05-21 Matthew Wildprosody.cfg.lua.dist: Suggest 'prosodyctl check config...
2013-05-21 Matthew Wildmod_muc: Fix incorrect variable name
2013-05-21 Matthew Wildmod_muc: Remove unused variable
2013-05-21 Matthew Wildmod_muc: Use stanza:maptags() instead of custom filteri...
2013-05-21 Matthew Wildmod_muc: Replace getText() with get_child_text(), 1...
2013-05-20 Matthew Wildprosodyctl: Use jid.split() to parse parameter to addus...
2013-05-19 Florian Zeitztest_util_rfc6724: Update with new test vectors from...
2013-05-18 Matthew Wildutil.ip: Fix protocol detection of IPv6 addresses begin...
2013-05-18 Matthew Wildtest_util_ip.lua: Add more tests for util.ip
2013-05-18 Matthew Wildtest_util_ip: Add tests for IP matching
2013-05-18 Matthew Wildtests/test_core_configmanager.lua: Update to remove...
2013-05-18 Matthew Wildtests: Some much-needed cleanup...
2013-05-18 Matthew Wildutil.ip: Add CIDR notation parsing and matching
2013-05-18 Matthew WildMerge
2013-05-18 Matthew Wildmod_muc: Pass actor (requesting JID) when generating...
2013-05-18 Matthew Wildmod_muc: Add getter/setter for 'whois' (fixes traceback)
2013-05-18 Kim AlvefurMerge 0.9->trunk
2013-05-18 Matthew WildMerge 0.9->trunk
2013-05-17 Kim Alvefurmod_admin_telnet: Use stanza:get_child_text()
2013-05-17 Matthew Wildprosodyctl: check dns: Use socket.local_addresses(...
2013-05-17 Matthew Wildprosodyctl: check dns: Whitespace fix in output
2013-05-17 Matthew Wildprosodyctl: check dns: More concise output (merged...
2013-05-17 Matthew Wildprosodyctl: check dns: Correctly mark host as failed...
2013-05-17 Matthew Wildutil.ip: Add 'private' method/property to determine...
2013-05-17 Matthew Wildutil.ip: Automatically determine protocol of IP address...
2013-05-17 Kim Alvefurmod_admin_telnet: List session flags (encryption, compr...
2013-05-17 Matthew Wildprosodyctl: Add 'prosodyctl check dns' to make an attem...
2013-05-17 Matthew Wildprosodyctl: Add 'check' command, which currently checks...
2013-05-17 Matthew Wildutil.iterators: Small fix for variable scoping issue
2013-05-17 Matthew Wildutil.iterators: Add filter() to run results through...
2013-05-17 Matthew Wildutil.iterators: Various fixes and improvements, primari...
2013-05-16 Matthew Wildmod_muc: Refactor config form handling, and allow for...
2013-05-16 Matthew Wildmod_admin_telnet: Add server:memory() command to view...
2013-06-07 Matthew Wildmod_bosh: Remove Connection: keep-alive header (conflic...
2013-06-07 Matthew Wildmod_bosh: Fix global write
2013-05-16 Matthew Wildmod_admin_telnet: Add server:memory() command to view...
2013-05-14 Matthew WildMerge 0.9->trunk
2013-05-14 Matthew Wildmod_muc: Fire muc-room-created and muc-room-destroyed...
2013-05-13 Waqas Hussainutil.hashes: inttypes.h not available with MS Windows...
2013-05-11 Matthew WildMerge merge merge merge
next