Software /
code /
prosody
Graph
-
MUC: Treat missing type and type=normal the same2017-10-20, by Kim Alvefur
-
mod_bosh: Return implicit 404 instead of the proper BOSH terminate thing2017-12-27, by Kim Alvefur
-
mod_bosh: Limit stream to current host (fixes #371)2017-12-13, by Kim Alvefur
-
mod_bosh: Make into a normal module (fixes #402)2017-12-13, by Kim Alvefur
-
util.set: Add a __name field to metatable2018-02-16, by Kim Alvefur
-
util.array: Add a __name field to metatable2018-02-16, by Kim Alvefur
-
util.stanza: Change __type to __name as this is used by Lua 5.3 in some error reporting functions2018-02-16, by Kim Alvefur
-
MUC: Prevent traceback in case of no history items to serialize (fixes #1083)2018-02-15, by Kim Alvefur
-
Merge 0.10->trunk2018-02-04, by Kim Alvefur
-
mod_dialback: Ignore unused arguments [luacheck]2018-02-04, by Kim Alvefur
-
mod_dialback: Expand abbrevation2018-02-04, by Kim Alvefur
-
mod_dialback: Split long line [luacheck]2018-02-04, by Kim Alvefur
-
mod_dialback: Use renamed API for hooking non-stanza tags2018-02-04, by Kim Alvefur
-
mod_saslauth: Ignore unused argument [luacheck]2018-02-04, by Kim Alvefur
-
mod_saslauth: Use renamed API for hooking non-stanzas2018-02-04, by Kim Alvefur
-
mod_saslauth: Pass SASL EXTERNAL failure reason on to be used in error bounces2018-02-04, by Kim Alvefur
-
mod_saslauth: Close connection if no fallback kicks in on SASL EXTERNAL failure2018-02-03, by Kim Alvefur
-
mod_component: Advertise disco#info in fallback handling of disco#info query (fixes #1062)2018-01-06, by Kim Alvefur
-
server_epoll: Restore mark on connections which had the onconnect handler called so it is only done once2018-02-03, by Kim Alvefur
-
server_epoll: Rework how socket readyness is detected2018-02-02, by Kim Alvefur
-
mod_pubsub: Ignore unused parameter [luacheck]2018-02-02, by Matthew Wild
-
mod_pubsub: Add nodestore to service configuration2018-02-02, by Matthew Wild
-
mod_pubsub: Some variable renames for clarity2018-02-02, by Matthew Wild
-
util.pubsub: Support a 'nodestore' for persisting nodes (same API as kv stores)2018-02-02, by Matthew Wild
-
util.pubsub: Move service methods object creation (just code reorganisation)2018-02-02, by Matthew Wild
-
util.pubsub: For clarity, split config tables from their metatables2018-02-01, by Matthew Wild
-
CHANGES: Mention PubSub persistence2017-12-30, by Kim Alvefur
-
CHANGES: Mention move to Busted for tests2017-12-30, by Kim Alvefur
-
Merge 0.10->trunk2017-12-29, by Kim Alvefur
-
Merge 0.10->trunk2017-12-28, by Kim Alvefur
-
certmanager: Check for missing certificate before key in configuration (should be marginally less confusing)2017-12-28, by Kim Alvefur
-
mod_bosh: Use module API to fire events2017-12-13, by Kim Alvefur
-
mod_bosh: Use moduleapi logger2017-12-13, by Kim Alvefur
-
mod_bosh: Rename variable to avoid name clash [luacheck]2017-12-13, by Kim Alvefur
-
mod_bosh: Ignore unused argument [luacheck]2017-12-13, by Kim Alvefur
-
mod_bosh: Remove unused variable [luacheck]2017-12-13, by Kim Alvefur
-
mod_register_ibr: Allow modules that do pre-registration checks to specify a reason for rejection2017-12-26, by Kim Alvefur
-
moduleapi: Warn if a module being loaded as a dependency has been disabled2017-12-26, by Kim Alvefur
-
MUC: Hook the correct event2017-12-23, by Kim Alvefur
-
mod_register_ibr: Split out throttling and IP limitations into mod_register_limits (#723)2017-12-09, by Kim Alvefur
-
mod_register: Split into mod_register_ibr and mod_user_account_management (#723)2017-10-07, by Kim Alvefur
-
mod_s2s: Remove tostring() in logging since this is handled by util.format now2017-12-21, by Kim Alvefur
-
MUC: Check delay tags when they are received instead of when they are sent2017-12-21, by Kim Alvefur
-
MUC: Move delayed delivery check into an event handler2017-12-21, by Kim Alvefur
-
Merge 0.10->trunk2017-12-22, by Kim Alvefur
-
mod_saslauth: Log which mechanisms are offered2017-12-21, by Kim Alvefur
-
mod_storage_sql: Index over contact and timestamp (happy now Ge0rg?)2017-12-12, by Kim Alvefur
-
Merge 0.9->0.102017-12-10, by Kim Alvefur
-
MUC: Rename variable to make it clearer that it is the room JID and not the MUC host 0.9.132017-12-10, by Kim Alvefur
-
MUC: Ensure that <delay/> elements which match our from are stripped (fixes #1055)2017-12-09, by Jonas Wielicki
-
MUC: fix the @from on <delay/> in history replay (fixes #1054)2017-12-09, by Jonas Wielicki
-
util_throttle_spec: Fix minor typo in test title2017-12-21, by Waqas Hussain
-
adhoc.lib: Rename other variable to avoid name clash [luacheck]2017-12-12, by Kim Alvefur
-
Backed out changeset 84c117cdd048, broke things2017-12-12, by Kim Alvefur
-
mod_storage_sql: Remove ability to override name of key-value table (unreachable and would not work)2017-12-11, by Kim Alvefur
-
util.ip: Remove redundant caching of method output (supposed to be done in ab9ddfb03d4d but lost somehow)2017-12-09, by Kim Alvefur
-
util.ip: Convert the correct IP to IPv6-mapped for comparison (fixes traceback, possibly invalid result)2017-12-09, by Kim Alvefur
-
Merge 0.10->trunk2017-12-09, by Kim Alvefur
-
Merge 0.9->0.102017-12-09, by Kim Alvefur
-
MUC: Always send subject message, even if it is empty (fixes #1053)2017-12-09, by Kim Alvefur
-
mod_register: Include the session and its IP address in user-registering event, so that plugins can use this2017-12-08, by Kim Alvefur
-
mod_s2s: Restructure some code2017-12-05, by Kim Alvefur
-
mod_s2s: Remove unused argument [luacheck]2017-12-05, by Kim Alvefur
-
mod_s2s: Remove unused local [luacheck]2017-12-05, by Kim Alvefur
-
mod_adhoc: Rename variable to avoid name clash [luacheck]2017-12-05, by Kim Alvefur
-
mod_adhoc/adhoc.lib: Rename variable to avoid name clash [luacheck]2017-12-05, by Kim Alvefur
-
mod_dialback: Use non-deprecated API2017-12-05, by Kim Alvefur
-
mod_dialback: Split long line [luacheck]2017-12-05, by Kim Alvefur
-
Merge 0.10->trunk2017-12-05, by Kim Alvefur
-
DEPENDS: Change link to https2017-12-05, by Kim Alvefur
-
mod_limits: Fix typo in comment2017-12-05, by Kim Alvefur
-
mod_register: Support CIDR notation in white-/blacklists (closes #941)2017-12-01, by Kim Alvefur
-
util.crand: Return early if a zero bytes are requested2017-12-03, by Kim Alvefur
-
spec/util.random: Check a larger range of sizes2017-12-03, by Kim Alvefur
-
util.crand: Throw an error for sizes smaller than 1 byte2017-12-03, by Kim Alvefur
-
util.crand: Make it possible to use arc4random on Linux (needs libbsd)2017-12-03, by Kim Alvefur
-
util.crand: Use a small buffer on the stack for small pieces of random, should be faster2017-12-03, by Kim Alvefur
-
util.crand: Remove unneeded cast2017-12-03, by Kim Alvefur
-
util.crand: Silence signedness warning2017-12-03, by Kim Alvefur
-
util.crand: Only keep return value of getrandom() as the others don't return partial results2017-12-02, by Kim Alvefur
-
util.crand: Try getrandom() again until buffer is filled2017-12-02, by Kim Alvefur
-
net.websocket.frames: Ignore Lua 5.3-only fields [luacheck]2017-12-02, by Kim Alvefur
-
util.ip: Do equality checking by comparing packed representation to avoid any variations2017-12-01, by Kim Alvefur
-
Merge 0.10->trunk2017-12-01, by Kim Alvefur
-
util.ip: Add CGNAT network range reserved in RFC 65982017-12-01, by Kim Alvefur
-
util.ip: Do exact match for longer bit counts than available2017-12-01, by Kim Alvefur
-
util.ip: Do CIDR matching by comparing all bits at once instead of using O(n) function2017-12-01, by Kim Alvefur
-
util.ip: Cache return values of all methods in one place2017-12-01, by Kim Alvefur
-
util.ip: Instantiate various addresses used for comparisons once2017-12-01, by Kim Alvefur
-
util.ip: Simplify creation of IPv6-mapped IPv4 addresses2017-12-01, by Kim Alvefur
-
util.ip: Add a method returning a normalized IP address2017-12-01, by Kim Alvefur
-
util.ip: Simplify bitstring method2017-12-01, by Kim Alvefur
-
util.ip: Make bit string function into a method2017-12-01, by Kim Alvefur
-
util.ip: Parse IP address using inet_pton2017-12-01, by Kim Alvefur
-
util.ip: Reflow module export table2017-12-01, by Kim Alvefur
-
util.ip: Reflow metatable2017-12-01, by Kim Alvefur
-
net.dns: Use inet_ntop from util.net if available2017-11-29, by Kim Alvefur
-
util.net: Add bindings to inet_ntop and inet_pton2017-11-26, by Kim Alvefur
-
util.crand: Add comments about defines2017-11-30, by Kim Alvefur
-
util.crand: Apply formatter2017-11-30, by Kim Alvefur
-
util.crand: Reorder includes so system ones are first2017-11-30, by Kim Alvefur
-
util.crand: Always include stdlib to be sure __GLIBC_PREREQ is defined2017-11-30, by Kim Alvefur
-
net.dns: Don't compress a single zero group in IPv6 addresses to match behaviour of inet_ntop2017-12-01, by Kim Alvefur
-
util.signal: Fix loop (fixes #1047)2017-11-30, by Kim Alvefur
-
prosodyctl: Fix traceback with lfs < 1.6.2 and show warning2017-11-30, by Matthew Wild
-
util.template: Use util.envload instead of loadstring which is deprecated in Lua 5.22017-11-23, by Kim Alvefur
-
util.format: Import unpack from table lib in Lua 5.2+2017-11-23, by Kim Alvefur
-
util.envload: Ignore "undefined variable" warning for loadstring [luacheck with strict 5.2 or 5.3 checks]2017-11-23, by Kim Alvefur
-
Merge 0.10->trunk2017-11-23, by Kim Alvefur
-
util.signal: Use a static array to keep track of pending signals (fixes #1029)2017-11-14, by Kim Alvefur
-
spec/net.http.server: Add test for #10442017-11-22, by Kim Alvefur
-
Merge 0.10->trunk2017-11-22, by Kim Alvefur
-
util.helpers: Handle missing priorities, happens due to wildcard magic in net.http.server (fixes #1044)2017-11-22, by Kim Alvefur
-
Merge 0.10->trunk2017-11-21, by Kim Alvefur
-
mod_storage_sql: Add indices that include the with and when columns of archives2017-11-21, by Kim Alvefur
-
util.async: Fix thread check to work correctly in Lua 5.22017-11-21, by Kim Alvefur
-
util.async: Factor out thread check into a function2017-11-21, by Kim Alvefur
-
Merge 0.10->trunk2017-11-20, by Kim Alvefur
-
certmanager: Set single curve conditioned on LuaSec advertising EC crypto support2017-11-19, by Kim Alvefur
-
certmanager: Filter out curves not supported by LuaSec2017-11-19, by Kim Alvefur
-
certmanager: Change table representing LuaSec capabilities to match capabilities table exposed in LuaSec 0.72017-11-19, by Kim Alvefur
-
mod_storage_internal: Skip write if no items matched a deletion query2017-11-19, by Kim Alvefur
-
util.pubsub: Recreate itemstore if persist_items changes or resize it if max_items changes2017-11-09, by Kim Alvefur
-
mod_pubsub: Allow itemstore to override item ids2017-11-09, by Kim Alvefur
-
mod_pubsub/archive_itemstore: Support resize operation2017-11-09, by Kim Alvefur
-
util.cache: Call on-eviction callback when shrinking2017-11-18, by Kim Alvefur
-
util.cache: Add a method to resize the cache2017-11-18, by Kim Alvefur
-
util.cache: Add method for removing all data (does not call eviction callback)2017-11-06, by Kim Alvefur
-
mod_storage_sql: Add support for truncating deletion2017-11-09, by Kim Alvefur
-
mod_storage_internal: Optimize truncation2017-11-10, by Kim Alvefur
-
mod_storage_internal: Allow truncating deletion at the beginning or end of an archive store2017-11-09, by Kim Alvefur
-
util.datetime: Add tests2017-11-19, by Kim Alvefur
-
mod_debug_sql: Declare itself as global module2017-11-18, by Kim Alvefur
-
Merge 0.10->trunk2017-11-10, by Kim Alvefur
-
util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck]2017-11-10, by Kim Alvefur
-
mod_c2s: Set a default value for c2s_timeout (fixes #1036)2017-11-10, by Kim Alvefur
-
MUC: Cache names of public rooms on eviction2017-11-09, by Kim Alvefur
-
MUC: Measure rate of room eviction2017-11-09, by Kim Alvefur
-
MUC: Tweak debug log message2017-11-09, by Kim Alvefur
-
net.server_event: Split long line [luacheck]2017-11-10, by Kim Alvefur
-
util.format: Move tests to spec/2017-11-10, by Kim Alvefur
-
util: Various minor changes to please [luacheck]2017-11-10, by Kim Alvefur
-
luacheckrc: Ignore long commets (e.g. license in util.sasl)2017-11-10, by Kim Alvefur
-
util.sql: Discard useless substitution count from string.gsub in SQL debug logs2017-11-08, by Kim Alvefur
-
Merge 0.10->trunk2017-11-07, by Kim Alvefur
-
util.sql: Return an error message when a SQL commit fails (LuaDBI doesn't) (Thanks Ge0rG)2017-11-07, by Kim Alvefur
-
mod_pep_plus: Broadcast only the last item (thanks lovetox)2017-11-07, by Kim Alvefur
-
util.pubsub: Add method for retreiving the last item (useful for sending on subscribe)2017-11-06, by Kim Alvefur
-
mod_pubsub: Add a tail method (like util.cache) to archive_itemstore2017-11-06, by Kim Alvefur
-
mod_pubsub: Update node config names (should have been in 2abbb01cd756) (thanks lovetox)2017-11-06, by Kim Alvefur
-
spec/util.encodings: Test a lonly padding (can appear like this in SASL)2017-11-03, by Kim Alvefur
-
spec/util.encodings: Test an UTF-8 sequence2017-11-03, by Kim Alvefur
-
spec/util.encodings: Fix syntax2017-11-03, by Kim Alvefur
-
spec/util.encodings: Remove workaround for a thing2017-11-03, by Kim Alvefur
-
Merge 0.10->trunk2017-11-03, by Kim Alvefur
-
util.termcolours: Split a long line [luacheck]2017-11-03, by Kim Alvefur
-
spec/util.encodings: Add some base64 tests (Thanks Link Mavue)2017-11-03, by Kim Alvefur
-
Merge 0.10->trunk2017-10-29, by Kim Alvefur
-
man prosodyctl: Highlight subcommands2017-10-23, by Kim Alvefur
-
mod_http_errors: Use util.interpolation to render HTML template2017-10-27, by Kim Alvefur
-
mod_http_errors: Set Content-Type header to HTML (fixes #1030)2017-10-27, by Kim Alvefur
-
net.http.server: Include response object in most http-error events2017-10-27, by Kim Alvefur
-
rostermanager: Log warning if removal self-contact failed2017-10-28, by Kim Alvefur
-
rostermanager: Use internal method for storing removal of self-contact2017-10-28, by Kim Alvefur
-
rostermanager: Demote warning to debug message2017-10-28, by Kim Alvefur
-
rostermanager: Capitalize log message2017-10-28, by Kim Alvefur
-
rostermanager: Remove self-contact entry (fixes #933)2017-09-19, by Emmanuel Gil Peyrot
-
rostermanager: Simplify logging.2017-09-19, by Emmanuel Gil Peyrot
-
loggingmanager: Make timestamps enabled by default in file sink (fixes #1004)2017-10-26, by Kim Alvefur
-
mod_carbons: Synthesize a 'to' attribute for carbons of stanzas to "self" (fixes #956)2017-10-26, by Kim Alvefur
-
mod_mam: Load archiving preferes for offline users (fixes #1024)2017-10-17, by Kim Alvefur
-
mod_storage_xep0227: Ignore unused 'self' argument [luacheck]2017-10-25, by Kim Alvefur
-
mod_storage_xep0227: Add roster storage (fixes #1023)2017-10-19, by Kim Alvefur
-
mod_storage_xep0227: Correctly report that only key-value stores are supported2017-10-19, by Kim Alvefur
-
Merge 0.10->trunk2017-10-24, by Kim Alvefur
-
mod_stanza_debug: Logs full stanzas sent and received for debugging purposes2017-10-23, by Kim Alvefur
-
Makefile: Tell busted to use the configured Lua version (or C modules won't load)2017-10-22, by Kim Alvefur
-
hgignore: Stop ignoring *.report, these are no longer created since switching to busted2017-10-22, by Kim Alvefur
-
mod_uptime: Remove unused arguments [luacheck]2017-10-20, by Kim Alvefur
-
util.pubsub: Return an empty list if specific item asked for does not exist (thanks jonasw)2017-10-18, by Kim Alvefur
-
mod_pep_plus: Fix a typo.2017-10-18, by Emmanuel Gil Peyrot
-
mod_pep_plus: Use feature detection from pubsub.lib2017-10-18, by Kim Alvefur
-
mod_pubsub: Move service feature dection to pubsub.lib to allow reuse2017-10-18, by Kim Alvefur
-
mod_pep_plus, mod_pubsub: Remove unused reference to pubsub.lib handlers [luacheck]2017-10-18, by Kim Alvefur
-
mod_pubsub: Use correct variable name [luacheck]2017-10-18, by Kim Alvefur
-
mod_pubsub: Add support for Create and Configure2017-10-18, by Kim Alvefur
-
mod_pubsub: Fix namespace conflict with the pubsub#owner namespace2017-10-18, by Kim Alvefur
-
mod_pep_plus: Use dispatch function from pubsub.lib2017-10-18, by Kim Alvefur
-
mod_pubsub: Move dispatch function into pubsub.lib2017-10-18, by Kim Alvefur
-
mod_pep_plus: Advertise additional features not covered by inspection of pubsub service methods2017-10-17, by Kim Alvefur
-
mod_pep_plus: Fix feature mapping here too (see 29ef191c7bf9)2017-10-17, by Kim Alvefur
-
mod_pep: Advertise pubsub features that I believe to be implented2017-10-17, by Kim Alvefur
-
mod_pep: Remove disco identity and feature from the host (changed in XEP-0163 version 1.2)2017-10-17, by Kim Alvefur
-
mod_pubsub: Fix feature advertising of config-node and retrieve-default2017-10-17, by Kim Alvefur
-
mod_pubsub: Remove expose_publisher argument since it is handled in broadcaster2017-10-16, by Kim Alvefur
-
util.pubsub: Remove inclusion of publisher2017-10-16, by Kim Alvefur
-
mod_pubsub: Fix typo in import2017-10-15, by Kim Alvefur
-
mod_pubsub: Don't log private data2017-10-15, by Kim Alvefur
-
util.debug: Produce a sensible name for nameless upvalues to C functions2017-10-15, by Kim Alvefur
-
mod_pep_plus: Advertise nodes with the correct JID (missed in ec605946e597) (thanks lovetox)2017-10-13, by Kim Alvefur
-
mod_pep_plus: Make node persistence configurable via pubsub#persist_items2017-10-11, by Kim Alvefur
-
mod_pep_plus: Advertise pubsub features in disco#info (code adapted from mod_pubsub)2017-10-11, by Kim Alvefur
-
mod_pubsub, mod_pep_plus: Rename simple_itemstore to reflect that it's based on archive storage2017-10-11, by Kim Alvefur
-
mod_pubsub: Make sure that a dataform is given to configure2017-10-11, by Kim Alvefur
-
util.pubsub: Return item-not-found if a single item is requested, and not there2017-10-09, by Kim Alvefur
-
mod_pep_plus: Add missing variable2017-10-09, by Kim Alvefur
-
net.server_event: Add "libevent" to backend description2017-10-09, by Kim Alvefur
-
mod_pubsub: Hide item persistence behind option (at least until affiliations are also persisted)2017-10-09, by Kim Alvefur
-
util.pubsub: Clear data on node deletion2017-10-08, by Kim Alvefur
-
mod_pubsub: Restore persistence with one archive per node2017-10-08, by Kim Alvefur
-
mod_storage_internal: Add more extensive query support to archive:delete method2017-10-08, by Kim Alvefur
-
mod_storage_internal: Add support for archive key deduplication (like mod_storage_sql)2017-10-08, by Kim Alvefur
-
mod_pubsub: Remove use of non-existent fields2017-10-08, by Kim Alvefur
-
mod_pep_plus: Update subscriptions for other local users only2017-10-08, by Kim Alvefur
-
mod_pep_plus: Keep track of nodes, and restore them when later2017-10-08, by Kim Alvefur
-
mod_pep_plus: Use local username instead of bare JID for references2017-10-08, by Kim Alvefur
-
mod_pep_plus: Skip over roster metadata (version, pending) entry2017-10-08, by Kim Alvefur
-
mod_pep_plus: Rename variable for clarity2017-10-08, by Kim Alvefur
-
mod_pubsub: Workaround some storage modules without archive key deduplication2017-10-08, by Kim Alvefur
-
mod_pubsub: Ignore unused 'self' since the data used is an upvalue [luacheck]2017-10-08, by Kim Alvefur
-
mod_pep_plus, mod_pubsub: Store node content in separate archive stores2017-10-07, by Kim Alvefur
-
util.datamanager: Encode the 'store' path component, preserving underscores2017-10-08, by Kim Alvefur
-
mod_pubsub: Add method to clear data from a simple_itemstore2017-10-07, by Kim Alvefur
-
util.pubsub: Clear data store if it supports being cleared, otherwise fall back to creating a new one2017-10-07, by Kim Alvefur
-
mod_pubsub: Remove workaround for SQL issue (fixed in becb593ed86d)2017-10-07, by Kim Alvefur
-
mod_pubsub: Correct traceback in loop invocation (data is the iterator, does not return one)2017-10-07, by Kim Alvefur
-
Merge 0.10->trunk2017-10-05, by Kim Alvefur
-
mod_storage_sql: Also clear the prosodyarchive table when an user is deleted (fixes #1009)2017-10-05, by Kim Alvefur
-
mod_storage_sql: Remove return values from purge method2017-10-05, by Kim Alvefur
-
util.encodings: Use the 'idx' argument correctly [-Wunused-parameter]2017-10-05, by Kim Alvefur
-
Merge 0.10->trunk2017-10-04, by Kim Alvefur
-
CHANGES: Correct date using the power hindsight2017-10-04, by Kim Alvefur
-
util.sql: Don't log at error level if a transaction failed and was retried ok2017-10-04, by Matthew Wild
-
Added tag 0.10.0 for changeset 39966cbc29f42017-09-28, by Matthew Wild
Scroll all the way down to load more.