prosody.git
2015-09-26 Kim Alvefurutil-src/Makefile: Move Lua include path into CFLAGS...
2015-09-26 Kim Alvefurconfigure, util-src/Makefile: Move OS X deployment...
2015-09-26 Kim Alvefurutil-src/Makefile: Use variables for install binary...
2015-09-26 Kim Alvefurutil-src/Makefile: Move list of .so files in a variable
2015-09-26 Kim Alvefurmod_posix: Detect failure to load util.signal by first...
2015-09-26 Kim Alvefurmod_posix: Normalize indentation
2015-09-25 Kim AlvefurMerge 0.9->0.10
2015-09-25 Kim AlvefurMerge
2015-09-25 Kim Alvefurserver_event: Fix indentation
2015-09-25 Kim Alvefurserver_event: Put function keyword on same line as...
2015-09-25 Matthew WildMerge 0.9->0.10
2015-09-25 Matthew Wildmod_pep: Don't store contacts' subscriptions to a user...
2015-09-25 Kim Alvefurserver_event: Normalize indentation
2015-09-25 Kim Alvefurnet.dns: Use new IPv4-specific socket factory if availa...
2015-09-25 Kim Alvefurserver_event: Remove unused argument [luacheck]
2015-09-25 Kim Alvefurserver_event: Comment out the unused vdebug function...
2015-09-25 Kim Alvefurserver_event: Remove unused former argument (fixes...
2015-09-25 Kim Alvefurserver_event: Rename luaevent module variable to avoid...
2015-09-25 Kim Alvefurserver_event: Add luacheck annotations
2015-09-25 Kim Alvefurserver_event: Remove needless scoping and indentation
2015-09-25 Kim Alvefurserver_event: Move local references to various function...
2015-09-25 Kim Alvefurserver_event: Replace implementation of ordered set...
2015-09-25 Kim Alvefurmod_s2s: Account for connections that time out in conne...
2015-09-24 Kim Alvefurmod_c2s, mod_s2s: Close incoming connections if there...
2015-09-24 Kim Alvefurprosodyctl check: Warn if certificate checking is enfor...
2015-09-24 Kim Alvefurprosodyctl check: Warn if encryption is required but...
2015-09-21 Kim Alvefursessionmanager: Make session.send() return true unless...
2015-09-21 Kim Alvefurplugins: Explicitly return to halt event propagation...
2015-09-21 Kim AlvefurMakefile: Fix building prosody.version (.hg/dirstate...
2015-09-18 Kim Alvefurmod_admin_telnet: Fix indentation
2015-09-19 Kim Alvefurprosodyctl: Move files out of the way when generating...
2015-09-18 Kim Alvefurxep227toprosody: Pass parser to callbacks (needed since...
2015-09-16 Kim Alvefurmod_offline: Decrease priority of event handlers so...
2015-09-16 Kim Alvefurmod_blocklist: Explicitly halt event propagation after...
2015-09-15 Kim Alvefurmod_tls: Fix inhertinance of 'ssl' option from "parent...
2015-09-12 Kim AlvefurMUC: Break a very long line
2015-09-12 Kim Alvefurutil.dataforms: Fix interaction of required fields...
2015-09-12 Kim Alvefurutil.dataforms: Refactor parsing to reuse simple text...
2015-09-04 Matthew Wildmod_pep: Document data structures, so I don't have...
2015-09-04 Matthew Wildtests/run_tests.sh: Let status code propagate to shell
2015-09-04 Matthew Wildtests: Return status code depending on whether tests...
2015-05-25 Matthew Wildnet.dns: Unconditionally cache records found in answers
2015-08-20 Kim Alvefurejabberd2prosody: Support password stored as SCRAM...
2015-08-10 Kim Alvefurmod_component: Fire an event on successful component...
2015-06-25 Kim AlvefurMUC: Prevent admins from being given affiliatons other...
2015-06-25 Kim AlvefurBacked out changeset bea3862b6bde in favor of a differe...
2015-06-16 Kim AlvefurMUC: Remove half of monkeypatch that was supposed to...
2015-05-13 Kim Alvefurs2smanager: Make sure destroyed sessions have a sends2s...
2015-05-13 Kim Alvefurmod_s2s: Mark stream as opened directly after opening...
2015-05-13 Kim Alvefurmod_s2s: Don't cache session.sends2s (or do it later...
2015-05-13 Kim Alvefurmod_s2s/s2sout: Use the local address assigned to UDP...
2015-05-13 Kim Alvefurutil.datamanager: Fix traceback from trying to purge...
2015-05-13 Kim Alvefurmod_s2s/s2sout: Remove now unused config option dns_max...
2015-04-26 Kim Alvefurnet.dns: Make sure argument to math.randomseed does...
2015-04-03 Kim Alvefurutil.datamanager: Fix traceback due to %s in log message
2015-04-24 Kim Alvefurnet.dns, mod_s2s: Add chasing of CNAMEs to net.dns...
2015-03-24 Matthew WildTagging 0.9.8
2015-03-24 Matthew Wildmod_s2s: to/from attributes are required on s2s stream...
2015-03-24 Matthew Wildsessionmanager: Return 'not-allowed' error instead...
2015-03-23 Kim Alvefurmod_http: Return a static string from module:http_url...
2015-03-23 Kim Alvefurmod_http: Log a debug message when adding new http...
2015-03-23 Kim AlvefurBackout 7726b627c3ea
2015-03-23 Matthew Wildutf8_sequences.txt: Oops
2015-03-23 Matthew Wildtests: Add UTF-8 validity tests
2015-03-23 Matthew WildMerge with Zash
2015-03-23 Kim Alvefurutil.encodings: Expose UTF-8 validation and length...
2015-03-23 Kim Alvefurutil.encodings: Perform validation of UTF-8 strings...
2015-03-14 Matthew Wildmod_http: Log event name when adding a HTTP app's hooks
2015-03-14 Matthew Wildnet.http.server: Log event name when firing a request...
2015-02-24 Matthew Wildconfigure: Fix for commit cd0088c73daf - update LIBDIR...
2015-02-20 Matthew Wildmod_admin_telnet: Require util.pposix (fixes #471)
2015-02-20 Kim Alvefurutil.datamanager: Check that the global 'prosody' exist...
2015-02-20 Matthew Wildconfigure, Makefile: Add --libdir option to ./configure...
2015-01-06 Kim Alvefurstanza_router: Fix routing of 'error' IQs with multiple...
2014-11-18 Matthew Wildnet.http.parser: Fix whitespace/indentation
2014-11-10 daurnimatornet.http.parser: Fix chunked encoding parsing across...
2014-10-30 Kim Alvefurnet.dns: Try next server if peer name can not be set...
2014-10-30 Kim Alvefurnet.dns: Return new socket from servfail
2014-10-30 Kim Alvefurnet.adns: Log peername recorded from wrapped setpeernam...
2014-10-30 Kim Alvefurnet.adns: Preserve error from setpeername
2014-10-24 Matthew WildTagging 0.9.7
2014-10-24 Matthew WildBackout changeset 6e67c73f730c: not a major fix and...
2014-10-19 Waqas Hussainprosodyctl: Fix nil global access traceback in `prosody...
2014-10-14 Matthew WildTagging 0.9.6
2014-10-14 Matthew Wildcertmanager, net.http: Disable SSLv3 by default
2014-10-14 Matthew Wildmod_pubsub: Fix error type of 'forbidden' (change from...
2014-10-09 Kim Alvefurmod_s2s: Capitalize log message
2014-10-07 daurnimatorutil/dataforms: Make sure we iterate over field tags
2014-10-08 Waqas Hussainutil.stanza: Escape newlines and tabs (\r\n\t) when...
2014-10-05 Florian Zeitznet.dns: Avoid duplicate cache entries
2014-09-29 Kim Alvefurmod_admin_adhoc: Add required to field in user deletion...
2014-09-29 Kim Alvefurmod_admin_adhoc: Mark 'accountjids' field as required...
2014-09-09 Kim Alvefurcore.stanza_router: Stricter validation of stanzas
2014-09-03 Matthew Wildnet.http.parser: Support status code 101 and allow...
2014-09-02 Matthew Wildnet.server_select: 'listener'->'listeners' (fixes undef...
2014-08-29 Matthew Wildnet.http, net.http.server, mod_c2s, mod_s2s, mod_compon...
2014-08-29 Matthew Wildnet.server_{select,event}: Add 'ondetach' callback...
2014-09-02 Kim Alvefurmod_s2s: Close offending s2s streams missing an 'id...
2014-08-28 Matthew WildTagging 0.9.5
2014-08-28 Matthew Wildutil.filters: Ignore filters being added twice (fixes...
next