Software /
code /
prosody
Graph
-
util.cache: Add a method to resize the cacheSat, 18 Nov 2017 21:35:31 +0100, by Kim Alvefur
-
util.cache: Add method for removing all data (does not call eviction callback)Tue, 07 Nov 2017 00:38:47 +0100, by Kim Alvefur
-
mod_storage_sql: Add support for truncating deletionThu, 09 Nov 2017 16:50:36 +0100, by Kim Alvefur
-
mod_storage_internal: Optimize truncationFri, 10 Nov 2017 09:44:30 +0100, by Kim Alvefur
-
mod_storage_internal: Allow truncating deletion at the beginning or end of an archive storeThu, 09 Nov 2017 01:42:01 +0100, by Kim Alvefur
-
util.datetime: Add testsSun, 19 Nov 2017 20:51:53 +0100, by Kim Alvefur
-
mod_debug_sql: Declare itself as global moduleSat, 18 Nov 2017 20:15:19 +0100, by Kim Alvefur
-
Merge 0.10->trunkFri, 10 Nov 2017 17:47:50 +0100, by Kim Alvefur
-
util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck]Fri, 10 Nov 2017 17:47:11 +0100, by Kim Alvefur
-
mod_c2s: Set a default value for c2s_timeout (fixes #1036)Fri, 10 Nov 2017 07:11:03 +0100, by Kim Alvefur
-
MUC: Cache names of public rooms on evictionThu, 09 Nov 2017 17:27:52 +0100, by Kim Alvefur
-
MUC: Measure rate of room evictionThu, 09 Nov 2017 17:27:37 +0100, by Kim Alvefur
-
MUC: Tweak debug log messageThu, 09 Nov 2017 17:27:12 +0100, by Kim Alvefur
-
net.server_event: Split long line [luacheck]Fri, 10 Nov 2017 05:50:03 +0100, by Kim Alvefur
-
util.format: Move tests to spec/Fri, 10 Nov 2017 05:46:39 +0100, by Kim Alvefur
-
util: Various minor changes to please [luacheck]Fri, 10 Nov 2017 05:42:32 +0100, by Kim Alvefur
-
luacheckrc: Ignore long commets (e.g. license in util.sasl)Fri, 10 Nov 2017 05:34:29 +0100, by Kim Alvefur
-
util.sql: Discard useless substitution count from string.gsub in SQL debug logsWed, 08 Nov 2017 10:45:58 +0100, by Kim Alvefur
-
Merge 0.10->trunkTue, 07 Nov 2017 09:29:04 +0100, by Kim Alvefur
-
util.sql: Return an error message when a SQL commit fails (LuaDBI doesn't) (Thanks Ge0rG)Tue, 07 Nov 2017 09:26:48 +0100, by Kim Alvefur
-
mod_pep_plus: Broadcast only the last item (thanks lovetox)Tue, 07 Nov 2017 02:32:45 +0100, by Kim Alvefur
-
util.pubsub: Add method for retreiving the last item (useful for sending on subscribe)Tue, 07 Nov 2017 00:40:52 +0100, by Kim Alvefur
-
mod_pubsub: Add a tail method (like util.cache) to archive_itemstoreTue, 07 Nov 2017 00:39:35 +0100, by Kim Alvefur
-
mod_pubsub: Update node config names (should have been in 2abbb01cd756) (thanks lovetox)Mon, 06 Nov 2017 21:03:30 +0100, by Kim Alvefur
-
spec/util.encodings: Test a lonly padding (can appear like this in SASL)Fri, 03 Nov 2017 15:44:43 +0100, by Kim Alvefur
-
spec/util.encodings: Test an UTF-8 sequenceFri, 03 Nov 2017 15:44:39 +0100, by Kim Alvefur
-
spec/util.encodings: Fix syntaxFri, 03 Nov 2017 15:43:36 +0100, by Kim Alvefur
-
spec/util.encodings: Remove workaround for a thingFri, 03 Nov 2017 15:40:52 +0100, by Kim Alvefur
-
Merge 0.10->trunkFri, 03 Nov 2017 01:17:53 +0100, by Kim Alvefur
-
util.termcolours: Split a long line [luacheck]Fri, 03 Nov 2017 01:17:39 +0100, by Kim Alvefur
-
spec/util.encodings: Add some base64 tests (Thanks Link Mavue)Fri, 03 Nov 2017 01:13:35 +0100, by Kim Alvefur
-
Merge 0.10->trunkSun, 29 Oct 2017 02:05:19 +0200, by Kim Alvefur
-
man prosodyctl: Highlight subcommandsMon, 23 Oct 2017 12:46:11 +0200, by Kim Alvefur
-
mod_http_errors: Use util.interpolation to render HTML templateFri, 27 Oct 2017 13:27:35 +0200, by Kim Alvefur
-
mod_http_errors: Set Content-Type header to HTML (fixes #1030)Fri, 27 Oct 2017 13:28:34 +0200, by Kim Alvefur
-
net.http.server: Include response object in most http-error eventsFri, 27 Oct 2017 14:08:28 +0200, by Kim Alvefur
-
rostermanager: Log warning if removal self-contact failedSun, 29 Oct 2017 00:07:45 +0200, by Kim Alvefur
-
rostermanager: Use internal method for storing removal of self-contactSun, 29 Oct 2017 00:07:18 +0200, by Kim Alvefur
-
rostermanager: Demote warning to debug messageSun, 29 Oct 2017 00:06:26 +0200, by Kim Alvefur
-
rostermanager: Capitalize log messageSun, 29 Oct 2017 00:05:26 +0200, by Kim Alvefur
-
rostermanager: Remove self-contact entry (fixes #933)Tue, 19 Sep 2017 19:17:23 +0200, by Emmanuel Gil Peyrot
-
rostermanager: Simplify logging.Tue, 19 Sep 2017 19:17:07 +0200, by Emmanuel Gil Peyrot
-
loggingmanager: Make timestamps enabled by default in file sink (fixes #1004)Thu, 26 Oct 2017 22:30:52 +0200, by Kim Alvefur
-
mod_carbons: Synthesize a 'to' attribute for carbons of stanzas to "self" (fixes #956)Thu, 26 Oct 2017 22:22:14 +0200, by Kim Alvefur
-
mod_mam: Load archiving preferes for offline users (fixes #1024)Tue, 17 Oct 2017 12:42:20 +0200, by Kim Alvefur
-
mod_storage_xep0227: Ignore unused 'self' argument [luacheck]Wed, 25 Oct 2017 21:59:33 +0200, by Kim Alvefur
-
mod_storage_xep0227: Add roster storage (fixes #1023)Thu, 19 Oct 2017 12:08:40 +0200, by Kim Alvefur
-
mod_storage_xep0227: Correctly report that only key-value stores are supportedThu, 19 Oct 2017 12:21:49 +0200, by Kim Alvefur
-
Merge 0.10->trunkWed, 25 Oct 2017 01:32:30 +0200, by Kim Alvefur
-
mod_stanza_debug: Logs full stanzas sent and received for debugging purposesMon, 23 Oct 2017 15:23:03 +0200, by Kim Alvefur
-
core.stanza_router: Verify that xmlns exists for firing stanza/iq/xmlns/name events (fixes #1022) (thanks SamWhited)Tue, 17 Oct 2017 07:09:00 +0200, by Kim Alvefur
-
Makefile: Tell busted to use the configured Lua version (or C modules won't load)Sun, 22 Oct 2017 20:41:11 +0200, by Kim Alvefur
-
hgignore: Stop ignoring *.report, these are no longer created since switching to bustedSun, 22 Oct 2017 14:39:59 +0200, by Kim Alvefur
-
mod_uptime: Remove unused arguments [luacheck]Fri, 20 Oct 2017 06:54:06 +0200, by Kim Alvefur
-
util.pubsub: Return an empty list if specific item asked for does not exist (thanks jonasw)Wed, 18 Oct 2017 21:21:43 +0200, by Kim Alvefur
-
mod_pep_plus: Fix a typo.Wed, 18 Oct 2017 11:43:07 +0100, by Emmanuel Gil Peyrot
-
mod_pep_plus: Use feature detection from pubsub.libWed, 18 Oct 2017 09:43:43 +0200, by Kim Alvefur
-
mod_pubsub: Move service feature dection to pubsub.lib to allow reuseWed, 18 Oct 2017 09:38:45 +0200, by Kim Alvefur
-
mod_pep_plus, mod_pubsub: Remove unused reference to pubsub.lib handlers [luacheck]Wed, 18 Oct 2017 09:24:35 +0200, by Kim Alvefur
-
mod_pubsub: Use correct variable name [luacheck]Wed, 18 Oct 2017 09:23:27 +0200, by Kim Alvefur
Scroll all the way down to load more.