prosody.git
2015-11-26 Matthew Wildtests: Add tests for util.cache
2015-11-26 Matthew Wildutil.cache: Small update to prefix private fields with...
2015-11-25 Kim Alvefurmod_blocklist: Use util.cache to manage how many users...
2015-11-25 Kim Alvefurutil.cache: Make sure cache size is specified as an...
2015-11-25 Kim Alvefurutil.pposix: Expose the uname GNU extension field ...
2015-11-24 Kim Alvefurutil.session: How would you even send anything to a...
2015-11-24 Kim Alvefurutil.session: How does a session relate do a connection?
2015-11-24 Kim Alvefurutil.session: What does the session say?
2015-11-24 Kim Alvefurutil.session: What is the identity of a session?
2015-11-24 Kim Alvefurutil.session: What is a session?
2015-11-24 Matthew Wildutil.cache: Ordered key->value data structure, with...
2015-11-22 Matthew Wildmod_admin_telnet: c2s:show(): Add flag to indicate...
2015-11-22 Matthew Wildutil.ip: Improve comparison, == doesn't necessarily...
2015-11-17 Matthew WildMerge 0.9->0.10
2015-11-17 Matthew Wildmuc.lib: Fix pattern so that it doesn't match hashes...
2015-11-16 Kim Alvefurprosody: Fix sleep call that relied on the no longer...
2015-11-09 Kim Alvefurcert/openssl.cnf: Split CSR and self-signed extensions...
2015-11-09 Kim Alvefurmod_tls: Fix ssl option fallback to a "parent" host...
2015-11-09 Kim Alvefurmod_tls: Remove unused reference to global ssl config...
2015-11-05 Kim Alvefurmod_s2s/s2sout: Keep SRV lookup response around even...
2015-11-05 Kim Alvefursessionmanager: Demote write error to debug message
2015-11-04 Kim Alvefursessionmanager: Clarify log message when failing to...
2015-10-21 Kim Alvefurprosodyctl: check: Don't complain about c2s_ssl or...
2015-10-20 Kim Alvefurmod_component: Add config option for deciding what...
2015-10-18 Matthew Wildutil.queue: Add luacheck annotations
2015-10-18 Matthew Wildutil.queue: Add :items() iterator
2015-10-18 Matthew Wildstatsmanager: Add get() method
2015-10-17 Kim AlvefurMerge 0.9->0.10
2015-10-14 Kim AlvefurMakefile: Use more specific globbing for core directory...
2015-10-11 Kim AlvefurMerge 0.9->0.10
2015-10-11 Kim Alvefurcore.certmanager: Remove non-string filenames (allows...
2015-10-11 Kim Alvefurutil.openssl: Separate extension sections into one...
2015-10-11 Kim Alvefurmod_s2s: Fire global event for stream features where...
2015-10-06 Kim Alvefurnet.websocket.frames: Fix syntax error due to code...
2015-10-06 Kim Alvefurnet.websocket.frames: Use struct packing in Lua 5.3...
2015-10-06 Kim Alvefurnet.websocket.frames: Pack and unpack 64bit ints withou...
2015-10-06 Kim Alvefurnet.websocket.frames: Link to documentation when bitop...
2015-10-06 Kim Alvefurnet.websocket.frames: Throw an error if no bit lib...
2015-10-06 Kim Alvefurnet.websocket.frames: Simplify import of bitlib
2015-10-06 Kim Alvefurmod_websocket: Silence luacheck warnings
2015-10-06 Kim Alvefurmod_websocket: Import util.timer and session close...
2015-10-02 Kim Alvefurutil.jid: Fix backout
2015-10-02 Kim AlvefurBackout 7e820979fd9b (broke tests)
2015-09-26 Kim AlvefurMerge 0.9->0.10
2015-09-26 Kim Alvefurconfigure,util-src/Makefile: Make a variable that inclu...
2015-09-26 Kim AlvefurMakefile: Use hypen to tell Make when to ignore errors
2015-09-26 Kim AlvefurMakefile: Support generating prosody.version from hg...
2015-09-26 Kim AlvefurMakefile: Simplify generation of prosody.version using...
2015-09-26 Kim Alvefurutil-src/Makefile: Remove redundant variables (set...
2015-09-26 Kim Alvefurutil-src/Makefile: Don't make exceptions for how to...
2015-09-26 Kim Alvefurutil-src/Makefile: Tell Make how to build .so from...
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-26 Kim Alvefurmod_http_files: Translate forward slashes to local...
2015-09-26 Kim Alvefurmod_http_files: Strip trailing directory separator...
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...
next