Software /
code /
prosody
Graph
-
Merge 0.10->trunk2016-05-22, by Matthew Wild
-
util.sql: Import pcall (fixes #677)2016-05-22, by Matthew Wild
-
MUC: Send participant list and subject on explicit joins (thanks daurnimator)2016-05-15, by Kim Alvefur
-
Backed out changeset 63141a85beea, broke multi-session nicks2016-05-14, by Kim Alvefur
-
Merge 0.10->trunk2016-05-12, by Matthew Wild
-
util.events: Fix comparison of event_name with nil instead of false (fixes #554)2016-05-12, by Matthew Wild
-
MUC: Treat explicit join presence as join2016-05-07, by Kim Alvefur
-
Merge 0.10->trunk2016-05-04, by Kim Alvefur
-
portmanager: Set default read size back to 4K2016-05-04, by Kim Alvefur
-
net.server_event: Collect entire one line function on one line2016-05-04, by Kim Alvefur
-
MUC: Move status text out of <x> element (thanks Tobias)2016-05-04, by Kim Alvefur
-
MUC: Lower priority of hook so plugins hooks run before2016-05-04, by Kim Alvefur
-
MUC: Restore last message from state, not room config (missing change from cbb05b454c13)2016-04-30, by Kim Alvefur
-
MUC: Separate config from live state2016-04-29, by Kim Alvefur
-
MUC: Separate force-save parameter from save-entire-state flag2016-04-29, by Kim Alvefur
-
MUC: Stricter validation of deserialized data2016-04-29, by Kim Alvefur
-
MUC: Include the very last message in serialized form to keep it across eviction and restore2016-04-28, by Kim Alvefur
-
MUC: Add event for when room is done being created2016-04-28, by Kim Alvefur
-
MUC: Split out handling of the room-creating presence into its own method2016-04-28, by Kim Alvefur
-
MUC: Split out handling of normal (un)available presence into its own method2016-04-28, by Kim Alvefur
-
MUC: Move the locked flag into persisted data (so not to lose it on eviction)2016-04-28, by Kim Alvefur
-
MUC: Log cases of possible room resynchronisation2016-04-28, by Kim Alvefur
-
MUC: Use correct room name variable, fixes traceback (thanks mathieui)2016-04-27, by Kim Alvefur
-
MUC: Correctly iterate over suspended rooms while excluding live rooms2016-04-26, by Kim Alvefur
-
MUC: Don't force-save rooms where not needed2016-04-20, by Kim Alvefur
-
MUC: Assign priorities to config form hooks so they have a consistent order on each start2016-04-19, by Kim Alvefur
-
Merge 0.10->trunk2016-04-19, by Kim Alvefur
-
Merge 0.9->0.102016-04-19, by Kim Alvefur
-
MUC: Fix logic for when to broadcast unavailable presence (actual fix for 14170d161b39)2016-04-19, by Kim Alvefur
-
MUC: Return item-not-found as error when attempting to change role of non-existant occupant2016-04-19, by Kim Alvefur
-
Merge 0.10->trunk2016-04-19, by Kim Alvefur
-
Merge 0.9->0.102016-04-19, by Kim Alvefur
-
net.server_event: Return the correct value as timeout2016-04-19, by Kim Alvefur
-
net.server_event: Fix traceback if event re-added during starttls2016-04-19, by Kim Alvefur
-
mod_bosh: Add annotations to ignore unused arguments [luacheck]2016-04-19, by Kim Alvefur
-
mod_bosh: Remove unused imports (also mistake in merge)2016-04-19, by Kim Alvefur
-
mod_bosh: Fix imports that got lost in merge2016-04-19, by Kim Alvefur
-
Merge 0.10->trunk2016-04-19, by Kim Alvefur
-
mod_bosh: Don't decrement rid twice (thanks av6)2016-04-19, by Kim Alvefur
-
Merge 0.10->trunk2016-04-19, by Kim Alvefur
-
Merge 0.9->0.102016-04-19, by Kim Alvefur
-
MUC: Accept missing form as "instant room" request (fixes #377)2016-04-19, by Kim Alvefur
-
Merge 0.10->trunk2016-04-19, by Kim Alvefur
-
mod_bosh: Reject fractional 'wait' (See #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Return a proper BOSH error response from XML parse error callback (see #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Validate that 'sid' and 'wait' have sane values (fixes #475, also see #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Validate 'to' host (see #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Return a proper BOSH error response instead of deprecated(?) status code (See #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Log error returned from stream:feed()2016-04-19, by Kim Alvefur
-
mod_bosh: Return if a response has been sent already (See #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Remove unused import2016-04-19, by Kim Alvefur
-
CHANGES: Update for MUC changes2016-04-18, by Kim Alvefur
-
MUC: Store rooms on disk on shutdown2016-04-18, by Kim Alvefur
-
MUC: Cache public rooms and their names to speed up disco#items2016-04-18, by Kim Alvefur
-
MUC: Switch to util.cache for storing rooms, store rooms to disk on eviction2016-04-18, by Kim Alvefur
-
MUC: Add support for serializing live rooms, including occupants and their presence2016-04-18, by Kim Alvefur
-
MUC: Flatten format of serialized rooms2016-04-18, by Kim Alvefur
-
MUC: Move room deserialization to muc.lib2016-04-18, by Kim Alvefur
-
MUC: Wrap "support" for the groupchat 1.0 join protocol in a config option to allow disabling2016-04-18, by Kim Alvefur
-
MUC/subject: Fix reference to room for save call (self, not room)2016-04-18, by Kim Alvefur
-
MUC: Save yourself! (fixes reference to current room)2016-04-18, by Kim Alvefur
-
MUC: Assign occupants unavailable presence on room destruction, fixes destruction notification2016-04-18, by Kim Alvefur
-
MUC: Use config passed to rew_roow()2016-04-18, by Kim Alvefur
-
Merge with Link Mauve2016-04-17, by Kim Alvefur
-
MUC: Move 'preserialization' step to muc.lib2016-04-17, by Kim Alvefur
-
Update every link to the documentation to use HTTPS2016-04-16, by Emmanuel Gil Peyrot
-
mod_pubsub: Don’t require util.dataforms twice2016-04-16, by Emmanuel Gil Peyrot
-
MUC: Save room after subject is changed2016-04-15, by Kim Alvefur
-
Merge 0.10->trunk2016-04-15, by Kim Alvefur
-
util.iterators: Add iterator wrapper that works like select(n, ...) applied to original iterator2016-04-15, by Kim Alvefur
-
util.cache: Add method for iterating over values2016-04-15, by Kim Alvefur
-
MUC: Save room to storage once after form processing, not in each individual setter2016-04-15, by Kim Alvefur
-
MUC: Provide a noop stub room:save() method2016-04-14, by Kim Alvefur
-
util.iterators: Normalize indentation2016-04-13, by Kim Alvefur
-
MUC: Move history to room._history2016-04-12, by Kim Alvefur
-
mod_compression: Remove and replace with placeholder that logs an error2016-04-09, by Matthew Wild
-
Merge 0.10->trunk2016-04-08, by Kim Alvefur
-
MUC: Include originating session and stanza in events2016-04-08, by Kim Alvefur
-
MUC: Spread event tables over multiple lines2016-04-08, by Kim Alvefur
-
mod_presence: Fix variable name2016-04-08, by Kim Alvefur
-
mod_presence: Construct a 'from' JID when roster items are removed outside of a session2016-04-08, by Kim Alvefur
-
Merge 0.10->trunk2016-04-07, by Kim Alvefur
-
moduleapi: Allow an origin session to be passed to module:send()2016-04-06, by Kim Alvefur
-
Merge 0.10->trunk2016-04-06, by Kim Alvefur
-
mod_websocket: Fix read timeout handler (thanks mt)2016-04-06, by Kim Alvefur
-
server_event: addclient: wrapclient already calls startconnection for us [backported from trunk]2013-12-18, by daurnimator
-
Merge 0.10->trunk2016-04-05, by Kim Alvefur
-
server_event: Split long list of assignments into multiple lines for readability2016-04-05, by Kim Alvefur
-
server_event: Fix indentation (again)2016-04-05, by Kim Alvefur
-
Merge 0.10->trunk2016-04-05, by Kim Alvefur
-
mod_roster: Fire event for pending items for good measure2016-04-04, by Kim Alvefur
-
mod_roster: Handle roster item removal with event on user deletion2016-04-04, by Kim Alvefur
-
mod_presence: Send unavailable presence when roster items are removed (fixes #331)2016-04-04, by Kim Alvefur
-
mod_presence, mod_roster: Move responsibility for sending presence on roster removal to mod_presence2016-04-04, by Kim Alvefur
-
Merge 0.10->trunk2016-04-03, by Kim Alvefur
-
Merge 0.9->0.102016-04-03, by Kim Alvefur
-
mod_c2s: Just destroy the session when it has no connection (see #641)2016-04-03, by Kim Alvefur
-
Merge 0.10->trunk2016-04-02, by Kim Alvefur
-
mod_bosh: Skip sending stanzas removed out by filters (fixes #657)2016-04-01, by Kim Alvefur
-
storagemanager: Capitalize log message2016-04-01, by Kim Alvefur
-
Merge 0.10->trunk2016-03-29, by Kim Alvefur
-
net.server_select: Remove do-nothing os_difftime calls [backported from trunk]2015-01-19, by daurnimator
-
net.dns: Import unpack() in forward-compatible way (Fixes compat with Lua5.2+)2016-03-28, by Kim Alvefur
-
util.jid: Import select() into local (fixes traceback, tests on Lua 5.2)2016-03-28, by Kim Alvefur
-
Merge 0.10->trunk2016-03-26, by Matthew Wild
-
Merge 0.10->trunk2016-03-26, by Kim Alvefur
-
util.sql: Log errors in transaction to error level with traceback but return only error message (fixes #464)2016-03-25, by Kim Alvefur
-
Merge 0.10->trunk2016-03-24, by Kim Alvefur
-
mod_websocket: Send a ping on read timeout2016-03-23, by Kim Alvefur
-
Merge 0.10->trunk2016-03-23, by Matthew Wild
-
prosodyctl: Only use host part of JIDs eg components that have node parts (thanks suzyo)2016-03-22, by Kim Alvefur
-
Merge 0.10->trunk2016-03-21, by Matthew Wild
-
util.iterators: Fix use of incorrect variable accidentally introduced in a9ef93bc81d92016-03-21, by Matthew Wild
-
Merge 0.10->trunk2016-03-21, by Kim Alvefur
-
CHANGES: Move async to trunk, it was dropped from 0.102016-03-21, by Kim Alvefur
-
util.sql: Catch errors from LuaDBI connect (Fixes #568)2016-03-21, by Kim Alvefur
-
mod_storage_sql: Make sure all serialization errors are propagated2016-03-21, by Kim Alvefur
-
Merge 0.10->trunk2016-03-19, by Kim Alvefur
-
modulemanager: Silence log message about attempts to load already loaded modules for shared modules2016-03-19, by Kim Alvefur
-
Merge 0.10->trunk2016-03-18, by Matthew Wild
-
mod_component: Some cleanup [luacheck]2016-03-18, by Matthew Wild
-
mod_component: Fire event when component disconnects2016-03-18, by Matthew Wild
-
Merge2016-03-18, by Kim Alvefur
-
mod_saslauth: Disable DIGEST-MD5 by default (closes #515)2016-03-18, by Kim Alvefur
-
prosody, prosodyctl: Allow setting CFG_* variables via Lua interpreter before loading Prosody. Fixes #308.2016-03-18, by Matthew Wild
-
util.jid+tests: Add simple helpers... node(), host() and resource() for extracting specific parts of a JID2016-03-17, by Matthew Wild
-
Merge 0.10->trunk2016-03-17, by Kim Alvefur
-
mod_websocket: Make sure stanza xmlns filter runs late in the chain2016-03-17, by Kim Alvefur
-
mod_register: Make sure only an on_evict function or nil is passed to util.cache2016-03-17, by Kim Alvefur
-
Merge 0.10->trunk2016-03-17, by Matthew Wild
-
tests: util.cache: Tests for different return values of on_evict2016-03-17, by Matthew Wild
-
util.cache: Add head() and tail() methods (and tests)2016-03-17, by Matthew Wild
-
Merge 0.10->trunk2016-03-17, by Kim Alvefur
-
CHANGES: Remove mention of async2016-03-17, by Kim Alvefur
-
Merge 0.10->trunk2016-03-17, by Kim Alvefur
-
util.async: Remove to prevent blocking a stable release2016-03-17, by Kim Alvefur
-
mod_c2s: Remove use of util.async2016-03-17, by Kim Alvefur
-
Backed out BOSH use of util.async (changeset f0687c313cf1)2016-03-17, by Kim Alvefur
-
Merge 0.10->trunk2016-03-14, by Kim Alvefur
-
mod_presence: Fix partial rename2016-03-14, by Kim Alvefur
-
Merge 0.10->trunk2016-03-14, by Kim Alvefur
-
mod_presence: Move function for selecting "top resources" into a new util.presence2016-03-14, by Kim Alvefur
-
Merge 0.10->trunk2016-03-14, by Kim Alvefur
-
mod_s2s: Include name of remote server when it's missing the stream ID (thanks Ge0rG)2016-03-14, by Kim Alvefur
-
util.sql: Remove unused arguments [luacheck]2016-03-13, by Kim Alvefur
-
util.sql: Don't break out of result retreival loops2016-03-13, by Kim Alvefur
-
mod_storage_sql: Allow loops over results to end on their own2016-03-13, by Kim Alvefur
-
mod_storage_sql: Add LIMIT clause to queries where only a single row is expected2016-03-13, by Kim Alvefur
-
util.sql: Move per-driver (currenly only PostgreSQL) query transform into its own method2016-03-13, by Kim Alvefur
-
rostermanager: Remove FIXME, per XMPP Core 8.1.1.1, we do not need to set the 'to' attribute2016-03-12, by Kim Alvefur
-
MUC: Use already initialized logger2016-03-11, by Kim Alvefur
-
Merge 0.10->trunk2016-03-11, by Kim Alvefur
-
mod_watchregistrations: Use type-specific config API for 'registration_notification'2016-03-11, by Kim Alvefur
-
prosodyctl check: Add 'vcard_compatibility' to deprecated options2016-03-11, by Kim Alvefur
-
MUC: Use type-specific config API for the 'name' option2016-03-11, by Kim Alvefur
-
mod_presence: Use type-specific config API for boolean 'ignore_presence_priority' option2016-03-11, by Kim Alvefur
-
Merge 0.10->trunk2016-03-10, by Matthew Wild
-
util.prosodyctl: Remove unused variable [luacheck]2016-03-10, by Matthew Wild
-
util.json: Variable renaming to avoid shadowing [luacheck]2016-03-10, by Matthew Wild
-
util.iterators: Variable renaming to avoid shadowing [luacheck]2016-03-10, by Matthew Wild
-
util.iterators: Return initial var from upstream iterator [luacheck]2016-03-10, by Matthew Wild
-
util.iterators: Don't replace var, as we should preserve var from the original iterator [luacheck]2016-03-10, by Matthew Wild
-
Merge 0.10->trunk2016-03-09, by Matthew Wild
-
prosodyctl: Fix variable typo [luacheck]2016-03-09, by Matthew Wild
-
tests: Expand util.stanza tests2016-03-09, by Matthew Wild
-
util.stanza: Some code cleanup [luacheck]2016-03-09, by Matthew Wild
-
prosodyctl: Fix typo'd variable name [luacheck]2016-03-08, by Matthew Wild
-
Merge 0.10->trunk2016-03-07, by Kim Alvefur
-
prosodyctl: Use already sorted array of module names [luacheck]2016-03-07, by Kim Alvefur
-
prosodyctl: Include libevent version in "about" output if luaevent is available2016-03-07, by Kim Alvefur
-
Merge2016-03-07, by Matthew Wild
-
plugins/mod_http: Keep query string over automatic redirects2016-02-15, by daurnimator
-
MUC: Don't reply to error stanzas with more error stanzas (thanks woffs)2016-03-07, by Kim Alvefur
-
Merge trunk->0.102016-03-06, by Kim Alvefur
-
storagemanager: Fix saving data in map shim when no prior data exists2016-03-06, by Kim Alvefur
-
tests: Add namespace/prefix tracking test for util.xml2016-03-05, by Matthew Wild
-
Merge 0.10->trunk2016-03-05, by Matthew Wild
-
tests: Add basic tests for util.xml and util.xmppstream2016-03-05, by Matthew Wild
-
util.xmppstream: Remove namespace tracking, it's broken as implemented2016-03-05, by Matthew Wild
-
Merge 0.10->trunk2016-03-05, by Matthew Wild
-
tests: Add extra tests for util.json2016-03-05, by Matthew Wild
-
Merge 0.10->trunk2016-03-04, by Matthew Wild
-
util.json: Fix encoding of json.null (bug introduced in bf1f09a5bcf7)2016-03-04, by Matthew Wild
-
Makefile: Reduce verbosity of 'make test' so it only shows test failures2016-03-04, by Matthew Wild
-
Add tests for util.json2016-03-04, by Matthew Wild
-
Merge 0.10->trunk2016-03-03, by Kim Alvefur
-
Merge 0.9->0.102016-03-03, by Kim Alvefur
-
mod_http_files: Preserve a trailing / in paths (fixes #639)2016-03-03, by Kim Alvefur
-
mod_http_files: Don't prepend / to path twice, sanitize path does this already2016-03-03, by Kim Alvefur
-
mod_http_files: Fix traceback when serving a non-wildcard path (fixes #611)2016-03-03, by Kim Alvefur
-
mod_welcome: Pass default text to config API as default value2016-03-02, by Kim Alvefur
-
mod_welcome: Use type-specific config API2016-03-02, by Kim Alvefur
-
Merge 0.10->trunk2016-03-02, by Kim Alvefur
-
Merge 0.9->0.102016-03-02, by Kim Alvefur
-
net.server_event: Return true from conn:resume() to indicate success2016-03-02, by Kim Alvefur
-
net.server_event: Prevent resuming connections without readcallback, eg closed connections (fixes #590)2016-03-02, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
util.sasl.scram: Rename variable in places missed in 65e36b81d56a (thanks mt)2016-02-28, by Kim Alvefur
-
util.sasl.scram: Remove unused initial value [luacheck]2016-02-28, by Kim Alvefur
-
util.sasl.scram: Rename variable to avoid name clash [luacheck]2016-02-28, by Kim Alvefur
-
util.sasl.anonymous: Remove unused locals [luacheck]2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
prosodyctl: One month is 31 days, no 13 (thanks av6)2016-02-28, by Kim Alvefur
-
prosodyctl: Fix typo (thanks av6)2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
prosodyctl: check certs: Warn about certificate expiry in the near future2016-02-28, by Kim Alvefur
-
prosodyctl: check certs: Update messages to account for 'ssl' option maybe not existing2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
util.termcolours: Rename loop variable [luacheck]2016-02-28, by Kim Alvefur
Scroll all the way down to load more.