log mod_pastebin/mod_pastebin.lua @ 3031:040eaa3844f4

age author description
Sun, 20 May 2018 17:55:53 +0200 Kim Alvefur mod_pastebin: Check line length via preconstructed pattern instead of gsub
Sun, 20 May 2018 17:54:47 +0200 Kim Alvefur mod_pastebin: Remove redundant check for non-empty body since it returns earlier in that case
Sun, 20 May 2018 17:51:08 +0200 Kim Alvefur mod_pastebin: Avoid using pattern matching facilities for simple prefix removal
Sun, 20 May 2018 17:49:00 +0200 Kim Alvefur mod_pastebin: Replace tags using :maptags API instead of hacky direct manipulation
Sun, 20 May 2018 17:47:39 +0200 Kim Alvefur mod_pastebin: Move result of host detection into a variable to improve readabily
Tue, 01 May 2018 01:59:14 +0200 Kim Alvefur mod_pastebin: Fix loading on normal hosts (thanks ppmathis)
Tue, 19 Sep 2017 18:47:18 +0200 Emmanuel Gil Peyrot mod_pastebin: Check for MUC presence before handling a message.