Software /
code /
prosody-modules
Log
mod_pastebin/mod_pastebin.lua @ 605:5175f6d33470
description | author | age |
---|---|---|
mod_pastebin: more sensible unconfigured base url formatting, use interface directive if present. | Marco Cirillo | 2012-01-17 |
mod_pastebin: Make last commit work (also set on restore) | Matthew Wild | 2011-12-21 |
mod_pastebin: Fix issue with metatable not being set when a reload changes expires_after to 0 | Matthew Wild | 2011-12-21 |
mod_pastebin: Support for persistent pastes (set pastebin_expire_after = 0) | Matthew Wild | 2011-12-19 |
mod_pastebin: Fix off-by-one in line counting (display issue only) | Matthew Wild | 2011-12-19 |
mod_pastebin: Fix call to undefined function introduced in previous commit | Matthew Wild | 2011-12-19 |
mod_pastebin: Threshold is now UTF-8 characters (thanks Grom_PE for initial patch) | Matthew Wild | 2011-12-08 |