prosody.git
2015-12-16 Matthew WildMerge 0.9->0.10
2015-12-16 Matthew WildMerge
2015-12-16 Matthew WildMUC: Fix incorrect nesting of status codes when room...
2015-12-16 Matthew Wildutil.dependencies: Use prosody.log() instead of global...
2015-12-15 Kim Alvefurmod_storage_sql: Fix use of SQLite3 in-memory database...
2015-12-13 Kim Alvefurutil.sslconfig: More descriptive variable names and...
2015-12-11 Kim Alvefurutil.datamanager: Add append to public api
2015-12-11 Kim Alvefurutil.datamanager: Return extra location info
2015-12-11 Kim Alvefurutil.datamanager: Make sure only strings are passed...
2015-12-11 Kim Alvefurutil.datamanager: Add some comments about the append...
2015-12-11 Kim Alvefurutil.datamanager: Handle potential error from :write...
2015-12-11 Kim Alvefurutil.datamanager: Handle potential issues from fallocate
2015-12-11 Kim Alvefurutil.datamanager: No shadowing of variable [luacheck]
2015-12-11 Kim Alvefurutil.datamanager: Skip past second check if first attem...
2015-12-11 Kim Alvefurutil.datamanager: In append() collect status when closi...
2015-12-11 Kim Alvefurutil.datamanager: Overwrite 'data' variable instead...
2015-12-11 Kim Alvefurutil.datamanager: Factor out code for appending bytes...
2015-12-11 Matthew Wildloggingmanager: Add prosody.log (intended to be used...
2015-12-10 Matthew Wildmod_admin_telnet: Add http:list() command to get info...
2015-12-10 Matthew Wild.luacheckrc: Whitelist import() global function
2015-12-10 Matthew Wildprosody: Don't silently ignore unknown command-line...
2015-12-10 Kim Alvefurmod_compression: Remove FIXMEs, mod_c2s and mod_s2s...
2015-12-09 Kim AlvefurMUC: Fix previous commit
2015-12-08 Kim Alvefurutil.uuid: Remove unused import
2015-12-08 Kim AlvefurMUC: Process only options that are included in a form...
2015-12-08 Kim Alvefurutil.dataforms: Track which fields are included in...
2015-12-08 Kim Alvefurportmanager: Lower the priority of module-supplied...
2015-12-06 Kim Alvefurcore.usermanager: Return as soon as possible once admin...
2015-12-06 Kim Alvefurmod_blocklist: Update Copyright header
2015-12-06 Kim Alvefurmod_blocklist: Skip creating some tables and some proce...
2015-12-06 Kim Alvefurmod_blocklist: When blocking someone who sent a subscri...
2015-12-06 Kim Alvefurmod_blocklist: Restructure how we keep track of where...
2015-12-06 Kim Alvefurmod_blocklist: session[username] can't possibly be...
2015-12-06 Kim Alvefurmod_blocklist: Add comments describing some variables
2015-12-06 Kim Alvefurmod_blocklist: Expand comments on caching of blocklists
2015-12-06 Kim Alvefurmod_blocklist: Add comment about compliance issue #575
2015-12-06 Kim Alvefurmod_blocklist: Rename variable for clarity
2015-12-05 Kim Alvefurmod_blocklist: Clear second level cache when user is...
2015-12-03 Matthew Wildnet.http.server: Import util.cache
2015-12-03 Kim AlvefurMerge
2015-12-03 Kim Alvefurprosodyctl check: Point out that authentication and...
2015-12-03 Kim Alvefurprosodyctl check: Point out items in the modules_enable...
2015-12-03 Kim Alvefurprosodyctl check: Really store imported LuaSec (must...
2015-12-03 Matthew Wildmod_storage_sql: Add map store (backported from trunk)
2015-12-03 Matthew Wildmod_storage_sql: Whitespace fix (backported from trunk)
2015-12-03 Matthew Wildstoragemanager, mod_storage_sql, mod_storage_sql2:...
2015-12-03 Matthew Wildnet.http.server: Use new util.cache to remember wildcar...
2015-12-03 Kim Alvefurprosodyctl check: Include global options when checking...
2015-12-03 Matthew Wildstoragemanager: Split config retrieval into its own...
2015-12-03 Kim Alvefurmod_proxy65: Use typed config API (fix issues when...
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...
next