log mod_pastebin/mod_pastebin.lua @ 4274:44e18454e1e0

age author description
2020-01-26 Kim Alvefur mod_pastebin: Follow XEP-0068 and use Clark notation in disco#info
2018-10-03 Kim Alvefur mod_pastebin: Convert limit values to strings (fixes traceback)
2018-10-03 Kim Alvefur mod_pastebin: Advertise a disco feature and current thresholds
2018-07-31 Kim Alvefur mod_pastebin: Make first line and URL more clearly separated
2018-06-23 Kim Alvefur mod_pastebin: Remove reference to removed header table
2018-06-23 Kim Alvefur mod_pastebin: Prevent header table form being mutated
2018-06-03 Kim Alvefur mod_pastebin: Off-by-one, the hardest problem known to man
2018-05-24 Kim Alvefur mod_pastebin: Restore URL in final body text
2018-05-24 Kim Alvefur mod_pastebin: Fix line count pattern added by 040eaa3844f4
2018-05-22 Kim Alvefur mod_pastebin: Support the new MUC API in Prosody trunk
2018-05-20 Kim Alvefur mod_pastebin: Add an OOB tag pointing to the pastebin URL
2018-05-20 Kim Alvefur mod_pastebin: Silence some warnings [luacheck]
2018-05-20 Kim Alvefur mod_pastebin: Remove unused locals [luacheck]
2018-05-20 Kim Alvefur mod_pastebin: Check line length via preconstructed pattern instead of gsub