2013-02-17 |
Marco Cirillo |
mod_incidents_handling: still needs some work to be actually functional, backing it out until it's ready.
|
2013-02-15 |
Florian Zeitz |
mod_websocket: Avoid floating point division
|
2013-02-13 |
Florian Zeitz |
mod_websocket: Change the HTTP name to websocket, and override the default_path instead
|
2013-02-11 |
Kim Alvefur |
mod_smacks: Don't try to send stanzas to hibernating sessions. Fixes duplicate IQ replies on libevent.
|
2013-02-10 |
Marco Cirillo |
mod_incidents_handling: fix typo on function name.
|
2013-02-10 |
Marco Cirillo |
mod_incidents_handling: initial commit, only about half tested, util functions (parsers, etc) should be working and so do adhoc commands. All the fixed-type fields into the adhoc cmds' output are currently stripped by Prosody until someone *fills* line 56 of util.dataforms.
|
2013-02-10 |
Florian Zeitz |
mod_websocket: Fix require to work with lua-bitop (Thanks István and Zash)
|
2013-02-04 |
Kim Alvefur |
mod_service_directories: Use dataforms correctly
|
2013-01-27 |
Thijs Alkemade |
mod_mam: Implemented an empty <before/>, to request the last n items in the archive.
|
2013-01-25 |
Waqas Hussain |
mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.
|
2013-01-25 |
Florian Zeitz |
mod_admin_web: Adapt to util.pubsub changes
|
2013-01-18 |
Kim Alvefur |
mod_carbons: Catch outgoing messages to hosts (thanks waqas)
|
2013-01-16 |
Kim Alvefur |
mod_bidi: Work with 0.8
|
2013-01-16 |
Kim Alvefur |
mod_bidi: Missing import of debug.trackeback()
|
2013-01-16 |
Kim Alvefur |
mod_bidi: Disassociate bidi and original session when they are destroyed
|
2013-01-16 |
Florian Zeitz |
mod_carbons: <forwarded/> should be nested in <sent/>/<received/>
|
2013-01-12 |
Florian Zeitz |
mod_websocket: Simplify by getting the c2s_listener from mod_c2s
|
2013-01-12 |
Kim Alvefur |
mod_bidi: Lower severity of notice about outgoing stream being replaced by bidi
|
2013-01-12 |
Kim Alvefur |
mod_bidi: Close conflicting outgoing sessions when bidi is initiated, not requested.
|
2013-01-11 |
Kim Alvefur |
mod_bidi: Initial commit of XEP-0288 implementation
|
2013-01-02 |
Kim Alvefur |
mod_smacks: 'reason' parameter of session:close() changed to make nil and false mean 'graceful close' in 9da430b69f13
|
2012-12-23 |
Michael Holzt |
mod_carbons_adhoc: Initial commit.
|
2012-12-23 |
Michael Holzt |
mod_carbons_copies: Initial commit; allow the user to enable v0 style carbons
|
2012-12-23 |
Michael Holzt |
mod_carbons: Make support for v0 disabled by default, don't send v0 carbons for c2s
|
2012-12-23 |
Kim Alvefur |
Rename mod_http_dir_index -> mod_http_dir_listing
|
2012-12-23 |
Kim Alvefur |
mod_http_dir_index: Add. Handle generation of directory listings for mod_http_files. Included icons from the Tango project are Public Domain
|
2012-12-22 |
Kim Alvefur |
mod_admin_web: Let mod_http_files handle file serving
|
2012-12-22 |
Kim Alvefur |
mod_carbons: Support the pre-forwarding version of Carbons. Please don't implement this.
|
2012-12-20 |
Kim Alvefur |
mod_last_offline: New module that stores last logut time and attaches this timestamp to unavailable presence.
|
2012-12-16 |
Kim Alvefur |
mod_vjud: Disallow searching from remote hosts by default in search-all-users mode
|
2012-12-16 |
Kim Alvefur |
mod_vjud: Add non-default mode where we search all users
|
2012-12-16 |
Kim Alvefur |
mod_vjud: Do case-insensitive matching
|
2012-12-16 |
Kim Alvefur |
mod_vjud: Enforce minimal length of search parameters
|
2012-12-10 |
Rob Hoelz |
Merging from upstream
|
2012-12-10 |
Rob Hoelz |
Make sure we use the user filter for bind
|
2012-12-10 |
Rob Hoelz |
Fix login failure test to use a non-existent user
|
2012-12-10 |
Rob Hoelz |
Add password for user 'seven'
|
2012-12-10 |
Rob Hoelz |
Test login for user 'seven'
|
2012-12-10 |
Rob Hoelz |
Filter out test record 'seven'
|
2012-12-10 |
Rob Hoelz |
Add test user record that we'll filter out
|
2012-12-10 |
Rob Hoelz |
Log and return failure if user record not found in bind
|
2012-12-10 |
Rob Hoelz |
Use singlematch to find user record in ldap.bind
|
2012-12-10 |
Rob Hoelz |
Return DN in the attributes table with singlematch
|
2012-12-10 |
Rob Hoelz |
Change singlematch to search subtrees
|
2012-12-10 |
Rob Hoelz |
Print the username if a test login fails
|
2012-12-10 |
Rob Hoelz |
Test login for user 'six'
|
2012-12-10 |
Rob Hoelz |
Add test LDAP entries for testing deeper user records
|
2012-12-10 |
Guilhem LETTRON |
We must search for dn before trying to bind
|
2012-12-09 |
Kim Alvefur |
mod_strict_https: Correct underscore to hypen in max-age directive
|
2012-12-05 |
Rob Hoelz |
Change hoelzro's mod_auth_ldap to mod_auth_ldap2
|
2012-11-23 |
Kim Alvefur |
mod_strict_https: New module implementing HTTP Strict Transport Security
|
2012-11-22 |
Matthew Wild |
mod_pubsub_github: Receive Github web hooks (generated on pushes to a repository) and forward to a local pubsub node
|
2012-11-22 |
Matthew Wild |
mod_pubsub_pivotaltracker: Accept activity notifications from Pivotal Tracker web hooks and relay them to a pubsub node
|
2012-11-15 |
Matthew Wild |
mod_pubsub_eventsource: An experimental plugin for allowing non-XMPP subscriptions to pubsub nodes over HTML5's server-sent events (SSE/EventSource) API
|
2012-11-08 |
Florian Zeitz |
mod_websocket: Determine whether to use a self-closing stream tag, based on the client's initial data
|
2012-10-31 |
Florian Zeitz |
mod_websocket: Add CORS support
|
2012-10-28 |
Kim Alvefur |
mod_checkcerts: Improve, add comments, add forward compatibility.
|
2012-10-27 |
Kim Alvefur |
mod_carbons: Advertise support for the previous version
|
2012-10-25 |
Florian Zeitz |
mod_websocket: Don't offer starttls
|
2012-10-25 |
Marco Cirillo |
mod_pastebin: provide correct content-type on invalid pastes warnings too.
|