Software /
code /
prosody
Graph
-
MUC: Normalize role value, fixes removal on loss of membership (thanks mimi89999)2018-06-18, by Kim Alvefur
-
MUC: Remove support for GC 1.0 for joining2018-03-09, by Kim Alvefur
-
MUC: Remove support for GC 1.0 during room creation2018-03-09, by Kim Alvefur
-
MUC: Move extraction of <{muc}x> earlier, to be used later to differentiate between join and presence update2018-03-09, by Kim Alvefur
-
mod_s2s: Use session logger to ease debugging2018-06-14, by Kim Alvefur
-
mod_s2s: Log a message before trying the next SRV record2018-06-14, by Kim Alvefur
-
Merge 0.10->trunk2018-06-10, by Kim Alvefur
-
net.dns: Lazily generate unknown RR type names2018-06-10, by Kim Alvefur
-
Backed out changeset eae606b9266c: Used a lot of memory2018-06-10, by Kim Alvefur
-
Merge 0.10->trunk2018-06-09, by Kim Alvefur
-
mod_mam: Add coment on how 'complete' works2018-06-09, by Kim Alvefur
-
mod_mam: Handle edge-case of max=0 so that complete attr is set (fixes #1128)2018-06-09, by Kim Alvefur
-
net.dns: Expand table of known RR types from IANA registry2018-06-09, by Kim Alvefur
-
Merge 0.10->trunk2018-06-09, by Kim Alvefur
-
net.dns: Syntesize type names for the full range2018-06-09, by Kim Alvefur
-
net.dns: Don't attempt to cache unparsed data (fixes #1056)2018-06-09, by Kim Alvefur
-
mod_s2s: Fix DNS timeout setting for per-session resolvers (fixes #1167)2018-06-08, by Kim Alvefur
-
net.dns: Also cache records from the 'additional' section2018-06-02, by Kim Alvefur
-
net.dns: Cache all records from the 'answer' section (fixes #487)2018-06-08, by Kim Alvefur
-
mod_s2s: Add setting for overriding DNS resolvers (and avoid reading /etc/resolv.conf every time)2018-06-02, by Kim Alvefur
-
mod_pep_plus: Prevent nil from being added as a child on item deletion.2018-06-08, by Emmanuel Gil Peyrot
-
util.stanza: Remove redundant check from :text now done in :add_direct_child2018-06-08, by Kim Alvefur
-
net.websocket: Honour ex.insecure to match net.http's new parameter for that2018-06-08, by Matthew Wild
-
net.websocket: Fix incompatibility with net.http changes2018-06-08, by Matthew Wild
-
MUC: Ignore unused 'self' [luacheck]2018-06-08, by Kim Alvefur
-
util.stanza: Verify that other objects added as children are valid strings2018-06-08, by Kim Alvefur
-
util.stanza: Verify that child tags added are really stanzas (closes #1165)2018-06-08, by Kim Alvefur
-
Merge 0.10->trunk2018-06-08, by Kim Alvefur
-
Backed out changeset b8c3dbf76a2e (fixes #1162)2018-06-08, by Kim Alvefur
-
mod_component: Fix a wrongly-placed closing parenthesis, fixes #1164.2018-06-08, by Emmanuel Gil Peyrot
-
util.presence: Remove TODO about deprecated XEP-0016.2018-06-08, by Emmanuel Gil Peyrot
-
Backed out changeset cd186331ab1f (subject in disco#info)2018-06-07, by Kim Alvefur
-
util.prosodyctl: Rename variables for consistency (thanks Link Mauve)2018-06-06, by Kim Alvefur
-
Merge 0.10->trunk2018-06-07, by Matthew Wild
-
prosodyctl: Make log level configurable through PROSODYCTL_LOG_LEVEL (useful for debugging)2018-06-07, by Matthew Wild
-
Added tag 0.10.2 for changeset 7ec098b680422018-05-31, by Matthew Wild
-
MUC: Expose method for creating a bare room object2018-06-06, by Kim Alvefur
-
mod_muc_unique: Use util.id for more compact identifiers2018-06-06, by Kim Alvefur
-
MUC: Track rooms created via internal public API2018-06-05, by Kim Alvefur
-
console: Allow passing a config when creating a room2018-04-14, by Kim Alvefur
-
MUC: Allow passing config to public create_room API2018-04-14, by Kim Alvefur
-
util.sasl.anonymous: Shorter!2018-06-05, by Kim Alvefur
-
util.sasl.anonymous: Generate shorter random usernames2018-05-29, by Kim Alvefur
-
sessionmanager: Generate shorter random resoures2018-05-29, by Kim Alvefur
-
MUC: Advertise support for voice requests2018-06-02, by Kim Alvefur
-
MUC: Fix Ooo (thanks pep.)2018-06-03, by Kim Alvefur
-
MUC: Make rooms hidden (non-public) by default for improved privacy2018-06-03, by Kim Alvefur
-
MUC: Use xml:lang from stanza that creates a room as default for language2018-06-03, by Kim Alvefur
-
MUC: Add support for setting MUC room defaults from the config file2018-06-03, by Kim Alvefur
-
MUC: Enable room locking by default to gather feedback (#328)2018-06-03, by Kim Alvefur
-
MUC: Move voice request into its own lib2018-06-02, by Kim Alvefur
-
util.dataforms: Add a simple function for identifying form types2018-06-02, by Kim Alvefur
-
util.dataforms: Remove string conversion to let util.stanza validate types2018-06-02, by Kim Alvefur
-
util.dataforms: Add initial tests2018-06-02, by Kim Alvefur
-
MUC: Correctly use a multiple options field for requested role (thanks jonasw)2018-06-02, by Kim Alvefur
-
MUC: Handle and return error in role change when granting voice2018-06-01, by Kim Alvefur
-
MUC: Add some debug logging for voice requests2018-06-01, by Kim Alvefur
-
MUC: Invert final conditional to be consistent with the other if statements2018-06-01, by Kim Alvefur
-
MUC: Get acting occupant into a local variable for easier access2018-06-01, by Kim Alvefur
-
MUC: Use util.jid.resource2018-06-01, by Kim Alvefur
-
CHANGES: Mention voice request2018-02-19, by Kim Alvefur
-
MUC: Split out the nickname from the full room JID in voice request from2017-10-21, by Kim Alvefur
-
MUC: Reuse the same dataform for voice requests2017-10-20, by Kim Alvefur
-
MUC: Ignore unused argumens [luacheck]2017-10-20, by Kim Alvefur
-
MUC: Support MUC voice requests and approvals in moderated rooms (closes #655) (thanks to Lance Stout)2017-10-20, by Kim Alvefur
-
MUC: Include a human-readable error message when not allowed to change subject2018-06-01, by Kim Alvefur
-
MUC: Advertise room subject in disco#info2018-06-01, by Kim Alvefur
-
MUC: Advertise in whether participants are allowed to change the subject (#1155)2018-06-01, by Kim Alvefur
-
Merge 0.10->trunk2018-05-30, by Matthew Wild
-
Added tag 0.9.14 for changeset 29c6d2681bad2018-05-30, by Matthew Wild
-
mod_c2s: Do not allow the stream 'to' to change across stream restarts (fixes #1147) 0.9.142018-05-25, by Kim Alvefur
-
Merge 0.10->trunk2018-05-30, by Matthew Wild
-
MUC: Revert unstable MUC commits since 0.10.12018-05-30, by Matthew Wild
-
MUC: Fix error logged when no persistent rooms present2018-05-30, by Matthew Wild
-
mod_bosh: Store the normalized hostname on session (fixes #1151)2018-05-30, by Kim Alvefur
-
MUC: Handle setting default history messages when history length is unset (thanks tmolitor)2018-05-29, by Kim Alvefur
-
MUC: ensure that x/item/@jid is always a bare JID2018-05-17, by Jonas Wielicki
-
MUC: correctly emit <status/> tags2018-05-17, by Jonas Wielicki
-
MUC: reject non-bare JIDs in set_affiliation requests with not-acceptable2018-05-17, by Jonas Wielicki
-
MUC: fix set_role invocation2018-05-17, by Jonas Wielicki
-
mod_disco: Skip code specific to disco on user accounts (avoids invoking usermanager, fixes #1150)2018-05-28, by Kim Alvefur
-
MUC: Add support for setting a room language (closes #1149)2018-05-30, by Kim Alvefur
-
mod_muc_mam: Set status code 170/171 on archiving configuration change2018-05-29, by Kim Alvefur
-
MUC: Some spacing to improve readability2018-05-26, by Kim Alvefur
-
MUC: Pass description via formdata field where it should be2018-05-26, by Kim Alvefur
-
MUC: Use correct field name for description in disco#info (fixes #1148)2018-05-26, by Kim Alvefur
-
Merge 0.10->trunk2018-05-25, by Kim Alvefur
-
core.certmanager: Allow all non-whitespace in service name (fixes #1019)2018-05-25, by Kim Alvefur
-
mod_pubsub: Add support for parsing subscription options form (no options supported yet)2018-05-23, by Kim Alvefur
-
mod_pubsup: Ignore unused 'self' argument [luacheck]2018-05-23, by Kim Alvefur
-
.luacheckrc: Remove mod_pubsub/pubsub.lib.lua from files excluded from checks2018-05-23, by Kim Alvefur
-
Backed out changeset bf91de890107: It did not have the intended effectc2018-05-22, by Kim Alvefur
-
mod_pubsub: Fix syntax error2018-05-22, by Kim Alvefur
-
.luacheckrc: Only ignore warnings for excluded files, not syntax errors2018-05-22, by Kim Alvefur
-
Merge 0.10->trunk2018-05-22, by Kim Alvefur
-
mod_c2s: Avoid concatenating potential nil value (fixes #753)2018-05-22, by Kim Alvefur
-
MUC: Add support for an optional hard limit on number of rooms (fixes #766)2018-05-22, by Kim Alvefur
-
spec/util_pubsub: Test whether someone can subscribe to a node2018-05-20, by Kim Alvefur
-
util.pubsub: Also check for affiliation set on bare JID2018-05-21, by Kim Alvefur
-
mod_pubsub: Add support for generation of a plain text <body> from Atom payloads2018-05-20, by Kim Alvefur
-
mod_pubsub: Make the 'type' attribute on broadcast messages configurable2018-05-20, by Kim Alvefur
-
util.pubsub: Pass node and service objects to broadcaster to allow eg config access2018-05-20, by Kim Alvefur
-
mod_watchregistrations: Allow making the message type configurable2018-05-20, by Kim Alvefur
-
mod_pubsub: Set an id attribute on outgoing event messages2018-05-20, by Kim Alvefur
-
util.pubsub: Add a default/fallback JID normalization function2018-05-20, by Kim Alvefur
-
util.pubsub: Don't record the superuser as owner on creation2018-05-20, by Kim Alvefur
-
mod_pubsub: Use moduleapi broadcast method2018-05-20, by Kim Alvefur
-
GNUmakefile: Add a fallback for `hg files` not working in linter target2018-05-20, by Kim Alvefur
-
.luacheckrc: Ignore attempts to get table.unpack2018-05-18, by Kim Alvefur
-
spec/util_iterators: Remove unused import of util.set [luacheck]2018-05-18, by Kim Alvefur
-
.luacheckrc: Remove mod_limits from excluded files as it should now be clean2018-05-18, by Kim Alvefur
-
mod_limits: Rename variable to avoid name clash [luacheck]2018-05-02, by Kim Alvefur
-
Fix wrong tests committed with 7b621a4a2e8d2018-05-18, by Matthew Wild
-
.luacheckrc: Add some additional stricter requirements when PROSODY_STRICT_LINT=12018-05-18, by Matthew Wild
-
.luacheckrc: Ignore currently-unclean files unless env var PROSODY_STRICT_LINT=12018-05-18, by Matthew Wild
-
.luacheckrc: Fix whitespace2018-05-18, by Matthew Wild
-
GNUmakefile: Add 'lint' target2018-05-18, by Matthew Wild
-
util.iterators: Add join() method and tests2018-05-18, by Matthew Wild
-
Merge 0.10 -> trunk2018-05-16, by Matthew Wild
Scroll all the way down to load more.