Software /
code /
prosody
Graph
-
Merge 0.9->0.102015-08-10, by Kim Alvefur
-
mod_component: Fire an event on successful component authentication (For Goffi)2015-08-10, by Kim Alvefur
-
util.interpolation: Add support for filter functions2015-08-07, by Kim Alvefur
-
util.{interpolation,prosodyctl,sql}: Trim trailing whitespace2015-07-17, by Kim Alvefur
-
Merge2015-07-27, by Matthew Wild
-
plugins/muc: Move loading of optional muc libraries from muc.lib.lua to mod_muc2015-07-27, by daurnimator
-
mod_muc: Fix a traceback when an owner joins a room2015-07-25, by Emmanuel Gil Peyrot
-
Merge 0.10->trunk2015-07-08, by Matthew Wild
-
util.sql: Add safety check to ensure our chosen connection charset is actually being used (MySQL)2015-07-08, by Matthew Wild
-
util.sql: Fix log level of debug message2015-07-08, by Matthew Wild
-
util.sql: Log debug message when connecting to database2015-07-08, by Matthew Wild
-
util.sql: Make set_encoding() return failure of SET NAMES2015-07-08, by Matthew Wild
-
util.sql: Return failure if set_encoding() fails2015-07-08, by Matthew Wild
-
mod_storage_sql2: Upgrade table if its charset does not match our connection's charset (thanks Zash)2015-07-08, by Matthew Wild
-
util.sql: Allow onconnect callback to fail connection to the DB by returning false, err2015-07-07, by Matthew Wild
-
mod_storage_sql2: Don't upgrade tables without admin intervention2015-07-07, by Matthew Wild
-
mod_storage_sql2: Add prosodyctl command to upgrade tables from the command-line2015-07-07, by Matthew Wild
-
mod_storage_sql2: Add missing return to upgrade_table(), so we know if an upgrade is required2015-07-07, by Matthew Wild
-
mod_storage_sql2: Rename variable to avoid name clash2015-07-07, by Matthew Wild
-
net.dns: Remove resolver:new(), as it needlessly and incorrectly duplicates dns.resolver()2015-07-06, by Matthew Wild
-
Merge with 0.102015-07-06, by Matthew Wild
-
prosodyctl: check: Add some more known global config options2015-07-05, by Kim Alvefur
-
luacheckrc: Allow plugins to implement functions under module.* (module.load, etc.)2015-06-29, by Matthew Wild
-
Merge 0.10->trunk2015-07-05, by Kim Alvefur
-
util.sql: Call onconnect, provide noop dummy if not set2015-07-02, by Kim Alvefur
-
Remove sql.lib.lua, not used anymore2015-06-27, by Kim Alvefur
-
Merge 0.10->trunk2015-06-25, by Kim Alvefur
-
Merge 0.9->0.102015-06-25, by Kim Alvefur
-
MUC: Prevent admins from being given affiliatons other than owner2015-06-25, by Kim Alvefur
-
Backed out changeset bea3862b6bde in favor of a different approach2015-06-25, by Kim Alvefur
-
MUC: Remove half of monkeypatch that was supposed to make admins always be room owners, fixes #4582015-06-16, by Kim Alvefur
-
Merge with 0.102015-06-24, by Matthew Wild
-
mod_storage_sql2: Break up monolithic code into functions, theoretically no functionality changes.2015-06-24, by Matthew Wild
-
mod_storage_sql2: Improve logging when database read fails2015-06-24, by Matthew Wild
-
mod_storage_sql2: Some reformatting and variable name improvements2015-06-24, by Matthew Wild
-
mod_storage_sql2: Add some comments2015-06-24, by Matthew Wild
-
util.sql: Expose db2uri helper function2015-06-03, by Matthew Wild
-
util.sql: Rename some variable to match conventions2015-06-03, by Matthew Wild
-
tests: Add tests for util.queue2015-06-03, by Matthew Wild
-
util.queue: Allow optional wrap-around when pushing, overwriting oldest unread item2015-06-03, by Matthew Wild
-
util.sql: Remove unused functions and unused commented code2015-05-30, by Matthew Wild
-
Merge 0.10->trunk2015-05-21, by Kim Alvefur
-
mod_storage_sql2: Fix argument compat thing from 41725f3df3cc, it was backwards2015-05-21, by Kim Alvefur
-
Merge 0.10->trunk2015-05-19, by Kim Alvefur
-
mod_storage_sql2: Add a 'caps' table for indicating support for optional features2015-05-19, by Kim Alvefur
-
mod_storage_sql2: Change order of arguments to :append to be the same as return values from :find iterator2015-05-19, by Kim Alvefur
-
mod_storage_sql2: Include 'with' field from iterator like some 3rd party archive-capable storage modules2015-05-19, by Kim Alvefur
-
Merge with trunk2015-05-19, by Matthew Wild
-
Merge 0.10->trunk2015-05-19, by Matthew Wild
-
Merge 0.10->trunk2015-05-19, by Kim Alvefur
-
util.interpolation: A template engine for text2015-05-19, by Kim Alvefur
-
loggingmanager: Rename function arguments to avoid name conflict [luacheck] (core/ is now luacheck-clean!)2015-05-18, by Matthew Wild
-
configmanager: Refactor function to avoid re-declaring local variable [luacheck]2015-05-18, by Matthew Wild
-
configmanager: Rename unused function arguments [luacheck]2015-05-18, by Matthew Wild
-
configmanager: Rename variable to avoid name conflicts [luacheck]2015-05-18, by Matthew Wild
-
configmanager: Rename unused function argument [luacheck]2015-05-18, by Matthew Wild
-
configmanager: Remove unnecessary function localizations [luacheck]2015-05-18, by Matthew Wild
-
configmanager: Rename variable to avoid name conflict [luacheck]2015-05-18, by Matthew Wild
-
configmanager: Rename variable to avoid name conflict [luacheck]2015-05-18, by Matthew Wild
-
prosodyctl: Soft-require LuaSec and LuaEvent so they show up in the module version listing2015-05-18, by Kim Alvefur
-
mod_tls: Treat session.ssl_ctx being false as a signal that TLS is disabled2015-05-18, by Kim Alvefur
-
mod_tls: Build <starttls/> as a stanza instead of with string concatenation2015-05-18, by Kim Alvefur
-
util.x509: Tell LuaSec we want UTF-8 data2015-05-18, by Kim Alvefur
-
mod_auth_internal_hashed: Use util.hex2015-05-18, by Kim Alvefur
-
hostmanager: Metatable with __tostring on hosts2015-05-18, by Kim Alvefur
-
Merge 0.10->trunk2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Silence luacheck warnings2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Store data from mod_auth_internal_hashed in a private namespace2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Use the registered namespace2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Update open method for current API2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Return error from io.open if unable to open file for writing2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Open file for writing even if removing so os.remove has a file to delete2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Close file handle after reading2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Use configured storage path2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Rename to reflect current naming practices2015-05-15, by Kim Alvefur
-
xep227store.lib.lua: Remove mostly duplicated code2015-05-15, by Kim Alvefur
-
net.http.codes: Update from registry2015-05-14, by Kim Alvefur
-
Merge 0.10->trunk2015-05-13, by Kim Alvefur
-
Merge 0.9->0.102015-05-13, by Kim Alvefur
-
s2smanager: Make sure destroyed sessions have a sends2s method2015-05-13, by Kim Alvefur
-
Merge 0.10->trunk2015-05-13, by Kim Alvefur
-
Merge2015-05-13, by Kim Alvefur
-
portmanager: Remove unused argument from function [luacheck]2015-05-13, by Matthew Wild
-
portmanager: Rename variable to avoid name conflict [luacheck]2015-05-13, by Matthew Wild
-
portmanager: Add luacheck annotations2015-05-13, by Matthew Wild
-
Merge 0.9->0.102015-05-13, by Kim Alvefur
-
mod_s2s: Mark stream as opened directly after opening stream, prevents session.close opening it again2015-05-13, by Kim Alvefur
-
mod_s2s: Don't cache session.sends2s (or do it later), prevents sending data after session was closed2015-05-13, by Kim Alvefur
-
mod_s2s/s2sout: Remove now unused config option dns_max_depth2015-05-13, by Kim Alvefur
-
Merge 0.10->trunk2015-05-13, by Matthew Wild
-
util.queue: Small fast FIFO/ringbuffer/queue library2015-05-13, by Matthew Wild
-
sessionmanager: Rename argument to avoid name clash with local variable [luacheck]2015-05-06, by Matthew Wild
-
sessionmanager: Rename unused loop variables to '_' [luacheck]2015-05-06, by Matthew Wild
-
util.set: Rename method argument to avoid name clash [luacheck]2015-05-06, by Matthew Wild
-
util.set: Add luacheck annotation for methods not referencing 'self'2015-05-06, by Matthew Wild
-
util.set: Remove unnecessary local declaration, arguments are already locals [luacheck]2015-05-06, by Matthew Wild
-
util.dataforms: Rename unused loop counter to '_' [luacheck]2015-05-06, by Matthew Wild
-
util.sslconfig: Rename variable to avoid name clash [luacheck]2015-05-06, by Matthew Wild
-
util.serialization: Remove unused imports of error() and loadstring() [luacheck]2015-05-06, by Matthew Wild
-
util.xml: Remove unused parameter (thanks, luacheck)2015-05-06, by Matthew Wild
-
util.dataforms: Remove unused import of pairs() (thanks luacheck)2015-05-06, by Matthew Wild
-
.luacheckrc: Commit initial config for luacheck2015-05-06, by Matthew Wild
-
Merge 0.10->trunk2015-05-06, by Matthew Wild
-
Merge2015-05-06, by Matthew Wild
-
util.events: Add get_handlers() method2015-05-06, by Matthew Wild
-
rostermanager: Variable rename for clarity and to avoid name clash [luacheck]2015-05-06, by Matthew Wild
-
modulemanager: Add luacheck annotations2015-05-06, by Matthew Wild
-
modulemanager: Remove unused import of pcall #luacheck2015-05-06, by Matthew Wild
-
moduleapi: Import util.stanza required for module:broadcast()2015-05-06, by Matthew Wild
-
mod_s2s: Fire read timeout event on correct virtualhost for incoming connections2015-05-06, by Kim Alvefur
-
mod_pubsub: Add option for default affiliation of non-existent nodes (thanks Flow)2015-05-05, by Kim Alvefur
-
moduleapi: Add luacheck annotation2015-05-06, by Matthew Wild
-
moduleapi: Minor variable renaming to avoid clashes with the 'type' function2015-05-06, by Matthew Wild
-
moduleapi: Clear self.event_handlers when unhooking an event, to prevent leaks2015-05-06, by Matthew Wild
-
moduleapi: module:measure_event(), module:measure_global_event(): Fix copy/paste error2015-05-06, by Matthew Wild
-
moduleapi: Remove accidental use of undefined and unnecessary 'priority' variable2015-05-06, by Matthew Wild
-
moduleapi: Add module:broadcast() to send a stanza to a list of JIDs2015-05-06, by Matthew Wild
-
Merge 0.10->trunk2015-05-04, by Kim Alvefur
-
util.statistics: Collect duration sample even if run fewer times than the sample interval2015-05-04, by Kim Alvefur
-
util.events: Add local reference to table.remove (fixes traceback)2015-05-04, by Kim Alvefur
-
Merge 0.10->trunk2015-05-03, by Kim Alvefur
-
Merge 0.9->0.102015-05-03, by Kim Alvefur
-
util.datamanager: Fix traceback due to %s in log message2015-04-03, by Kim Alvefur
-
util.encodings: Move declarations to top of function [pedantic]2015-05-02, by Kim Alvefur
-
util.pposix: Return error from ftruncate if that fails too (but what would we do here?)2015-05-02, by Kim Alvefur
-
util.events: Change from nil to false to indicate adding a global wrapper2015-04-28, by Matthew Wild
-
moduleapi: New methods for modules to conveniently wrap events2015-04-28, by Matthew Wild
-
moduleapi: Experimental API for modules to measure the rate+duration of events2015-04-28, by Matthew Wild
-
prosodyctl: check certs: Correctly check that certificates are valid for s2s2015-04-27, by Kim Alvefur
-
Merge 0.10->trunk2015-04-26, by Kim Alvefur
-
configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias)2015-04-26, by Kim Alvefur
-
configure: Mention openbsd preset in --help2015-04-26, by Kim Alvefur
-
Merge 0.10->trunk2015-04-25, by Kim Alvefur
-
Merge 0.9->0.102015-04-25, by Kim Alvefur
-
net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2s2015-04-24, by Kim Alvefur
-
mod_c2s, mod_s2s: Collect statistics on number of connections2015-04-25, by Kim Alvefur
-
mod_blocklist: Some cleanup [luacheck]2015-04-25, by Kim Alvefur
-
usermanager: Capitalize log message2015-04-25, by Kim Alvefur
-
mod_admin_adhoc: Remove special treatment of the "pending" roster entry2015-04-25, by Kim Alvefur
-
mod_s2s: Catch attempt to close dummy origin of s2s error replies (fixes a top level error)2015-04-05, by Kim Alvefur
-
Merge 0.10->trunk2015-04-05, by Kim Alvefur
-
rostermanager: Fix roster upgrade code (thanks mva)2015-04-05, by Kim Alvefur
-
Merge 0.10->trunk2015-04-05, by Kim Alvefur
-
rostermanager: Add missing import of `type()`2015-04-03, by Florian Zeitz
-
Merge 0.10->trunk2015-04-03, by Matthew Wild
-
util-src/*.c: Per convention call luaL_error() as argument to return2015-04-03, by Florian Zeitz
-
sessionmanager: Rename parameter to avoid varible name conflict2015-04-03, by Matthew Wild
-
hostmanager: Rename variable to avoid shadowing 'type()' function2015-04-03, by Matthew Wild
-
loggingmanager: Improve code structure (removes empty if branch)2015-04-03, by Matthew Wild
-
rostermanager: Remove unused parameter2015-04-03, by Matthew Wild
-
Merge 0.10->trunk2015-04-03, by Kim Alvefur
-
rostermanager, mod_roster, mod_presence: Move pending roster items to roster metadata field2015-04-03, by Kim Alvefur
-
prosodyctl: Document magic commit ID2015-04-01, by Paul Aurich
-
Merge 0.10->trunk2015-03-27, by Matthew Wild
-
Merge with merge merge merge2015-03-27, by Matthew Wild
-
Merge 0.9->0.10 (third time lucky)2015-03-27, by Matthew Wild
-
Merge 0.10->trunk2015-03-26, by Kim Alvefur
-
Merge with merge2015-03-26, by Kim Alvefur
-
Merge 0.9->0.10 again2015-03-26, by Kim Alvefur
-
Merge 0.10->trunk2015-03-26, by Matthew Wild
-
Merge 0.9->0.102015-03-26, by Matthew Wild
-
Tagging 0.9.82015-03-24, by Matthew Wild
-
mod_s2s: to/from attributes are required on s2s stream headers. Set them to '' when not available. Fixes #468. 0.9.82015-03-24, by Matthew Wild
-
mod_http: Return a static string from module:http_url() when no ports are enabled and log a warning2015-03-23, by Kim Alvefur
-
mod_http: Log a debug message when adding new http apps and warn if no http ports are enabled2015-03-23, by Kim Alvefur
-
Backout 7726b627c3ea2015-03-23, by Kim Alvefur
-
utf8_sequences.txt: Oops2015-03-23, by Matthew Wild
-
tests: Add UTF-8 validity tests2015-03-23, by Matthew Wild
-
Merge with Zash2015-03-23, by Matthew Wild
-
util.encodings: Expose UTF-8 validation and length checking functions2015-03-23, by Kim Alvefur
-
mod_http: Log event name when adding a HTTP app's hooks2015-03-14, by Matthew Wild
-
net.http.server: Log event name when firing a request event2015-03-14, by Matthew Wild
-
Merge 0.10->trunk2015-03-24, by Matthew Wild
-
prosodyctl: Expand plugin paths and attempt to identify prosody-modules checkouts2015-01-21, by Kim Alvefur
-
prosodyctl: Use util.mercurial to identify hg repository and revision2015-01-21, by Kim Alvefur
-
util.mercurial: Utility functions for Mercurial repositories2015-01-21, by Kim Alvefur
-
prosodyctl: Show relative paths in about2014-07-04, by Kim Alvefur
-
Backed out 35ebcb733c4c2015-03-23, by Kim Alvefur
-
statsmanager: Fire event at the start of collection to allow for polling2015-03-10, by Kim Alvefur
-
Merge 0.10->trunk2015-02-24, by Matthew Wild
-
Merge 0.9->0.102015-02-24, by Matthew Wild
-
configure: Fix for commit cd0088c73daf - update LIBDIR if --prefix is set and --libdir isn't (thanks Medics)2015-02-24, by Matthew Wild
-
mod_admin_telnet: Require util.pposix (fixes #471)2015-02-20, by Matthew Wild
-
statsmanager: Perform an initial collection right after startup is completed2015-02-22, by Kim Alvefur
-
Merge 0.9->0.102015-02-21, by Kim Alvefur
-
Merge2015-02-23, by Matthew Wild
-
Merge 0.10->trunk2015-01-31, by Matthew Wild
-
Merge 0.10->trunk2015-02-08, by Kim Alvefur
-
certmanager: Fix compat for MattJs old LuaSec fork2015-02-05, by Kim Alvefur
-
certmanager: Fix previous commit2015-02-05, by Kim Alvefur
-
certmanager: Limit certificate chain depth to 92015-02-05, by Kim Alvefur
-
certmanager: Options that appear to be available since LuaSec 0.22015-02-05, by Kim Alvefur
-
certmanager: Improve "detection" of features that depend on LuaSec version2015-02-05, by Kim Alvefur
-
certmanager: Add locals for ssl.context and ssl.x5092015-02-05, by Kim Alvefur
-
certmanager: Early return from the entire module if LuaSec is unavailable2015-02-05, by Kim Alvefur
-
Merge with 0.102015-01-31, by Matthew Wild
-
util.statistics: Return 0 as percentile if data out of range2015-01-30, by Matthew Wild
-
sessionmanager: Add pre-resource-bind event that would let plugins have a say in resource binding2015-01-30, by Kim Alvefur
-
Merge 0.10->trunk2015-01-26, by Kim Alvefur
-
Merge 0.9->0.102015-01-26, by Kim Alvefur
-
stanza_router: Fix routing of 'error' IQs with multiple childs (thanks Pawel)2015-01-06, by Kim Alvefur
-
Merge 0.10->trunk2015-01-21, by Matthew Wild
-
moduleapi: Module API for statsmanager2015-01-21, by Matthew Wild
-
statsmanager, util.statistics: API changes, remove debugging2015-01-21, by Matthew Wild
-
statsmanager, prosody: New core module and API for gathering statistics about the running server2015-01-20, by Matthew Wild
-
util.statistics: New library for gathering various kinds of statistics2015-01-20, by Matthew Wild
-
storagemanager: Remove unused import of error()2015-01-20, by Matthew Wild
-
sessionmanager: Access bare_session and full_sessions through 'prosody'2015-01-20, by Matthew Wild
-
rostermanager: Access bare_sessions through prosody.bare_sessions2015-01-20, by Matthew Wild
-
portmanager: Remove unused import of pairs()2015-01-20, by Matthew Wild
-
hostmanager: Remove unused import of util.uuid2015-01-20, by Matthew Wild
-
certmanager: Make global variable access explicit2015-01-20, by Matthew Wild
-
util.hex: Pedantic optimization, 1 table lookup per byte instead of 3 function calls makes it go faster2015-01-12, by Kim Alvefur
-
mod_pep: Fire an event when an item is published2014-12-20, by Kim Alvefur
-
net.server_select: Remove unused code2015-01-19, by daurnimator
-
net.server_select: Remove socket.sleep call from main loop2015-01-19, by daurnimator
-
net.server_select: Remove do-nothing os_difftime calls2015-01-19, by daurnimator
-
net.server_select: In add_task timer callback, use passed in time rather than re-fetching2015-01-15, by daurnimator
-
net.server_select: Fix timers not being fired until another timer fixes (or 1 second passes)2015-01-15, by daurnimator
-
net.cqueues: Fix incorrect version check2015-01-16, by daurnimator
-
net.cqueues: Fixes hardcoded timeout for first iteration2015-01-13, by daurnimator
-
net.cqueues: Add workaround for luaevent callback getting collected2015-01-07, by daurnimator
-
mod_muc: Add muc-add-history event to allow modules to override default history storage2015-01-06, by Matthew Wild
Scroll all the way down to load more.