Software /
code /
verse
Graph
-
disco: Remove stray print()2023-03-17, by Matthew Wild
-
disco: Add support for extended disco forms2023-03-17, by Matthew Wild
-
buildscripts: Update included squish (now supports Lua 5.2)2023-03-17, by Matthew Wild
-
libs/time: Add monotonic() if lua-system is available2023-03-17, by Matthew Wild
-
pep: Include item id in event2023-03-17, by Matthew Wild
-
jingle_ibb: Remove unused import of table.concat2023-03-17, by Matthew Wild
-
pubsub: Fire event on item retraction notifications2023-03-17, by Matthew Wild
-
sasl: Expose what mechanisms were offered on authentication-failure2023-03-17, by Matthew Wild
-
browsing: whitespace fixes2023-03-17, by Matthew Wild
-
Add 'shutdown' event for a self-initiated disconnect2023-03-17, by Matthew Wild
-
Fix whitespace2023-03-16, by Matthew Wild
-
Update to new tls_builder() API in net.server upstream2023-03-16, by Matthew Wild
-
archive: Add 'complete' flag2023-03-16, by Matthew Wild
-
Use util.format for logging2023-03-16, by Matthew Wild
-
client: Include xml:lang in stream header, if known2023-03-16, by Matthew Wild
-
client: Don't enable session plugin by default, that protocol is obsolete2023-03-16, by Matthew Wild
-
client: Correctly randomize SRV targets (thanks Zash)2023-03-16, by Matthew Wild
-
Update to use util.id for random ids instead of counters (thanks Zash)2023-03-16, by Matthew Wild
-
sasl: Include offered mechanisms in event when no supported mechanisms found2023-03-03, by Matthew Wild
-
util.sasl.scram: Add support for 'tls-exporter' channel binding2022-08-03, by Kim Alvefur
-
util.sasl.scram: Disable 'tls-unique' channel binding on TLS 1.32022-08-03, by Kim Alvefur
-
util.sasl.scram: Refactor channel binding2022-08-03, by Kim Alvefur
-
client: Allow passing SCRAM hashes for use in authentication2022-08-03, by Kim Alvefur
-
Merge with MattJ2022-08-03, by Kim Alvefur
-
plugins.smacks: Change to track enabled state per direction2022-02-19, by Kim Alvefur
-
plugins.smacks: Restructure events to avoid double hooks after (failed) resumption2022-02-19, by Kim Alvefur
-
plugins.smacks: Handle failed resumption by trying to bind instead2022-02-19, by Kim Alvefur
-
squishy: Include util.hex used by util.uuid2021-11-06, by Kim Alvefur
-
plugins.smacks: Convert counter to string in resumption2021-06-10, by Kim Alvefur
-
plugins.smacks: Don't warn about zero stanzas acked2021-06-10, by Kim Alvefur
-
client: Send whitespace keeplives2021-06-06, by Kim Alvefur
-
libs.hashes: Add back pure Lua sha1 implementation2021-02-17, by Kim Alvefur
-
util.dataforms: Support XEP-0122 validation2020-11-23, by Kim Alvefur
-
util.dataforms: Update from prosody trunk 5fb6563eee1e keeping from_stanza()2020-11-23, by Kim Alvefur
-
util.time: Add pure Lua version of Prosody C module2020-11-14, by Kim Alvefur
-
util.table: Add fallback for the Prosody C module2020-11-14, by Kim Alvefur
-
pubsub: Allow setting additional attributes in pubsub action elements2021-12-06, by Matthew Wild
-
Merge2020-10-22, by Matthew Wild
-
verse.plugins.groupchat: Add support for MUC passwords https://xmpp.org/extensions/xep-0045.html#example-272020-10-02, by Seve Ferrer
-
Merge2020-10-22, by Matthew Wild
-
docs/example.lua: Don't depend on 'verse' being a global2020-10-22, by Matthew Wild
-
libs.encodings: Add encodings.utf8 compat (works on Lua 5.3+)2020-10-22, by Matthew Wild
-
libs.encodings: Export empty idna table2020-10-22, by Matthew Wild
-
client: Remove unused import2020-10-22, by Matthew Wild
-
disco: Force calculated caps in outgoing presence2020-10-22, by Matthew Wild
-
Fix typos (thanks Link Mauve and codespell)2018-12-24, by Kim Alvefur
-
plugins.archive: Remove compat for really old version of XEP-03132018-12-24, by Kim Alvefur
-
squishy: Include util.x509, required by net.http in Prosody 0.10+2019-06-17, by Matthew Wild
-
squishy: Add util.time2018-09-17, by Matthew Wild
-
verse: Ensure verse.quit() only quits the loop once2018-09-17, by Matthew Wild
-
plugins.disco: Fix to use util.caps instead of broken hacky implementation2018-06-27, by Matthew Wild
-
libs.hashes: Better error message when method not available2018-06-27, by Matthew Wild
-
libs.hashes: Add support for sha1 lib from luarocks2018-06-27, by Matthew Wild
-
squishy: Remove unnecessary files (indexedbheap only in Prosody trunk)2018-06-27, by Matthew Wild
-
Makefile: Use configured squish path2018-06-27, by Matthew Wild
-
verse.plugins.groupchat: Fix import of util.events2018-05-19, by Kim Alvefur
-
verse: Remove use of deprecated module() function2018-05-19, by Kim Alvefur
-
buildsys: Update to fetch from Prosody 0.10 branch2018-05-19, by Kim Alvefur
-
verse.plugins.pep: Support taking an item id, default to "current"2018-05-19, by Kim Alvefur
-
libs.hashes: Switch to moteus bgcrypto suite2018-05-19, by Kim Alvefur
-
plugins.archive: Call callback even f there were no <fin> element2018-03-31, by Kim Alvefur
-
plugins.archive: Don't require 'queryid' attribute in iq response2018-03-31, by Kim Alvefur
-
verse: trim trailing whitespace2017-04-18, by Kim Alvefur
-
component: Import sha1 via util.hashes2017-04-07, by Kim Alvefur
-
plugins.archive: Update to XEP-0313 v0.62017-04-07, by Kim Alvefur
-
plugins.smacks: Update to sm:3 namespace2017-04-07, by Kim Alvefur
-
util.sasl.scram: Add support for authenticating with pre-hashed password2017-04-07, by Kim Alvefur
-
plugins.presence: If a string is given as presece options, use it as status2016-06-04, by Kim Alvefur
-
plugins.presence: Have option keys mirror the tag names (keeping compat with previous behaviour)2016-06-04, by Kim Alvefur
-
plugins.presence: Fix resending previous presence2016-06-04, by Kim Alvefur
-
Add plugin for XEP-0195: User Browsing2016-05-15, by Kim Alvefur
-
Merge with Zash2016-02-09, by Matthew Wild
-
util.random: Use /dev/urandom or LuaCrypto2016-01-12, by Kim Alvefur
-
client, component: Fix logging of invalid XML2016-02-09, by Matthew Wild
-
Merge with Zash2016-01-12, by Matthew Wild
-
libs.hashes: Fix HMAC-SHA-1 blocksize to 64 (20 is output size)2016-01-12, by Kim Alvefur
-
squishy: Pin to Prosody 0.9.9 release to avoid more breaking changes there2016-01-09, by Kim Alvefur
-
Add util.ip, dependency of net.dns since Prosody 0.9.92016-01-09, by Kim Alvefur
-
plugins: Cleanup [luacheck]2015-09-03, by Kim Alvefur
-
plugins.smacks: explicitly import luasocket which stops setting globals in new versions2015-09-03, by Kim Alvefur
-
plugins.ping: Import socket.gettime to a local, LuaSocket stopped setting globals2015-08-27, by Kim Alvefur
-
plugins: Use util.hashes instead of util.sha12015-08-25, by Kim Alvefur
-
libs.encodings: mime.unb64 is buggy with \0 should have been fixed2015-08-25, by Kim Alvefur
-
util.sasl.scram: Use the new util.hashes and util.random2015-08-25, by Kim Alvefur
-
libs.hashes: Wrap LuaCrypto with fallback to util.sha12015-08-25, by Kim Alvefur
-
Import util.random from Prosody (using SHA-1)2015-08-25, by Kim Alvefur
-
Import util.rsm from prosody-modules2015-08-19, by Kim Alvefur
-
squishy: Include util.xml and util.json2015-08-19, by Kim Alvefur
-
verse: Pass on error from trying to require verse connection module2015-05-17, by Kim Alvefur
-
plugins.tls: Allow configuring TLS options at stream.ssl2015-05-17, by Kim Alvefur
-
libs.adhoc: Don't set unintentional globals2015-05-04, by Kim Alvefur
-
verse: Enable TCP keepalives2015-05-04, by Kim Alvefur
-
plugins.legacy: Make functions local2015-05-01, by Kim Alvefur
-
Discard trailing whitespace2015-05-01, by Kim Alvefur
-
plugins.jingle_ft: Update to version 0.162015-05-01, by Kim Alvefur
-
Added tag 0.9.1 for changeset 9aa5bce207b22016-01-09, by Matthew Wild
-
Makefile: Remove config.unix when making a release2016-01-01, by Matthew Wild
-
Added tag 0.9.0 for changeset 3267ae7c92172016-01-01, by Matthew Wild
-
Makefile: Error if config.unix is missing2016-01-01, by Matthew Wild
-
Makefile: Add 'install' target2016-01-01, by Matthew Wild
-
configure, Makefile: Add configure script to set build-time variables2016-01-01, by Matthew Wild
-
Makefile, buildscripts/squish: Add Makefile and squish to the repo2015-12-31, by Matthew Wild
-
init: Log the error message that caused loading of a connection module to fail2015-09-05, by Matthew Wild
-
init: Restore loading of LuaSec (must be loaded before net.server) (thanks 桜)2014-11-16, by Kim Alvefur
-
squishy: Fetch from latest 0.92014-10-05, by Kim Alvefur
-
squishy: Fix for fetching util.rsm2014-10-05, by Kim Alvefur
-
util.sasl.scram: Only indicate channel binding support when TLS is used2014-10-05, by Kim Alvefur
-
client: Deal with eg no-stream errors where no stanza is passed2014-09-30, by Kim Alvefur
-
util.sasl.scram: Slight optimization of HMAC2014-09-30, by Kim Alvefur
Scroll all the way down to load more.