mod_storage_memory: Add :purge() method to all store types
|
Matthew Wild |
2017-03-14 |
mod_firewall: Add some more comments
|
Matthew Wild |
2017-03-10 |
Purge the roster from RAM when the user logs off.
|
JC Brand |
2017-03-14 |
mod_invite: Split long line [luacheck]
|
Kim Alvefur |
2017-03-14 |
mod_invite: Trim trailing whitespace [luacheck]
|
Kim Alvefur |
2017-03-14 |
mod_invite: Remove unused arguments [luacheck]
|
Kim Alvefur |
2017-03-14 |
mod_invite: Remove unused inport [luacheck]
|
Kim Alvefur |
2017-03-14 |
luacheckrc: Add the module:http_url API provided by mod_http to known globals
|
Kim Alvefur |
2017-03-13 |
mod_cloud_notify: Correct link to implementation details
|
tmolitor |
2017-03-13 |
misc: Add an example upstart config
|
Kim Alvefur |
2017-03-12 |
mod_cloud_notify: Respect Daniel's business rules and remove endpoints on error
|
tmolitor |
2017-03-11 |
mod_smacks: Add resumed session to event "smacks-hibernation-end"
|
tmolitor |
2017-03-11 |
mod_http_upload: Return 201 on successful PUT (as per XEP-0363 and RFC 2616) (Thanks Flow)
|
Matthew Wild |
2017-03-10 |
mod_csi_battery_saver: CSI module to save battery on mobile devices, based on mod_csi_pump
|
tmolitor |
2017-03-10 |
mod_firewall: spam-blocking.pfw: Allow groupchat messages and presence to offline full JIDs
|
Matthew Wild |
2017-03-06 |
luacheckrc: Whitelist methods that can be set on the module API instance
|
Kim Alvefur |
2017-03-06 |
luacheckrc: More module API fields
|
Kim Alvefur |
2017-03-06 |
mod_storage_xmlarchive: Rename variable, we can afford to use the full word 'session'
|
Kim Alvefur |
2017-03-05 |
mod_storage_xmlarchive: Move XML callback table into a variable to break long line [luacheck]
|
Kim Alvefur |
2017-03-05 |
mod_storage_xmlarchive: Break long line [luacheck]
|
Kim Alvefur |
2017-03-05 |
mod_presence_dedup/README: Fix weird spelling of Alpha
|
Kim Alvefur |
2017-03-05 |
luacheckrc: List module instance fields
|
Kim Alvefur |
2017-03-05 |
luacheckrc: List all module API methods (reqires luacheck 1.19)
|
Kim Alvefur |
2017-03-05 |
Implement XEP-0198 revision 1.5.2 and limit number of hibernated sessions per user
|
tmolitor |
2017-03-05 |
mod_storage_xmlarchive: Assume offset to be zero if not included (thanks pep.)
|
Kim Alvefur |
2017-03-04 |
mod_firewall: Add and document CROSSING GROUPS condition
|
Matthew Wild |
2017-03-03 |
mod_http_muc_log: Fix prev/next date finding
|
Kim Alvefur |
2017-03-01 |
mod_http_muc_log: Rename loop variable to avoid name clash
|
Kim Alvefur |
2017-03-01 |
mod_http_muc_log: Move scope of variables into loop
|
Kim Alvefur |
2017-03-01 |
mod_http_muc_log: Add some comments
|
Kim Alvefur |
2017-03-01 |
mod_http_muc_log/README: Add some text about the HTML template
|
Kim Alvefur |
2017-03-01 |
mod_muc_block_pm: Prevent unaffiliated users from sending private messages in MUC
|
Kim Alvefur |
2017-02-28 |
mod_firewall: Remove unused variable assignment
|
Matthew Wild |
2017-02-26 |
mod_firewall: Support filters for normalizing items before checking for them in lists
|
Matthew Wild |
2017-02-26 |
mod_firewall: Add 'test' subcommand to read stanzas from stdin and test them against rules
|
Matthew Wild |
2017-02-26 |
mod_firewall: Remove ambiguity from tokens dep parameter
|
Matthew Wild |
2017-02-26 |
mod_firewall: Fix for including the same dependency with different parameters
|
Matthew Wild |
2017-02-26 |
mod_firewall: Fix compilation error if TYPE/KIND had no parameter
|
Matthew Wild |
2017-02-25 |
mod_firewall: Fix syntax error in generated code with some route modification actions
|
Matthew Wild |
2017-02-25 |
mod_firewall: Compatibility fix for 0.9 (no module:unhook())
|
Matthew Wild |
2017-02-25 |
mod_firewall: Add some comments
|
Matthew Wild |
2017-02-25 |
mod_firewall: Various improvements allowing dynamic load/reload/unload of scripts
|
Matthew Wild |
2017-02-25 |
mod_firewall: TO/FROM ADMIN OF: Fix string quoting
|
Matthew Wild |
2017-02-25 |
mod_firewall: README: Document TO/FROM ADMIN, FORWARD, TO SELF and TO FULL JID
|
Matthew Wild |
2017-02-25 |
mod_firewall: Fix TO/FROM ADMIN to use current (module) host
|
Matthew Wild |
2017-02-25 |
mod_firewall: Factor out script loading
|
Matthew Wild |
2017-02-25 |
mod_firewall: Fix meta functions with to/from that weren't JID-based
|
Matthew Wild |
2017-02-25 |
mod_firewall: Add spam-strip-xhtml.pfw
|
Matthew Wild |
2017-02-24 |
mod_firewall: spam-blocking.pfw: More comments for documentation
|
Matthew Wild |
2017-02-24 |
mod_saslname: Declare module Stable since it does one simple thing very well
|
Kim Alvefur |
2017-02-24 |
mod_saslname/README: Expand description
|
Kim Alvefur |
2017-02-24 |
mod_saslname/README: Update for XEP title change
|
Kim Alvefur |
2017-02-24 |
mod_firewall: spam-blocking.pfw: Add more extension points
|
Matthew Wild |
2017-02-24 |
mod_firewall: spam-blocking.pfw: Remove debug logging
|
Matthew Wild |
2017-02-24 |
spam-blocking.pfw: Much improvement
|
Matthew Wild |
2017-02-24 |
mod_firewall: SUBSCRIBED: Only check roster if 'to' address has a nodepart (fixes traceback)
|
Matthew Wild |
2017-02-24 |
mod_firewall: TO SELF: Use raw stanza.attr.to directly, as 'to' defaults to bare JID if nil
|
Matthew Wild |
2017-02-24 |
mod_firewall: Rename variables to avoid shadowing #luacheck
|
Matthew Wild |
2017-02-24 |
mod_firewall: Accept backslash escapes in definitions
|
Matthew Wild |
2017-02-24 |
mod_firewall: Fix compilation error when last action modifies stanza route
|
Matthew Wild |
2017-02-24 |