IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2022/08/25
RN s/eyedeekay/dr|z3d
dr|z3d hmm, RN?
dr|z3d minor thing, zzz, but when you converted \n's to <br>s in the snark metadata comment, it modifies the actual body text of the comment instead of doing it on the fly, so when you go to re-edit the comment, you now have <br>'s all over the shop which get escaped when you save.
dr|z3d I guess the easiest fix would be to check for <br>s and unescape them.
zzz ok, will put it on the list, thanks
zzz dr|z3d, re: snark comments, cannot reproduce, please check your mods or report if none
dr|z3d I don't think I've changed the meta comment handling, but let's have a look to be sure. what I get when I edit a comment with newlines is the newlines removed and <br> replaced with br.
dr|z3d the other thing to look at is the stripping of apostrophes.
dr|z3d doesn't look like I've changed anything other than an unsuccessful attempt to mitigate apostrophe stripping.
dr|z3d Blinded message
zzz ok, please attempt to reproduce on my trunk
dr|z3d ok, looks like something I must have done to escape various characters, zzz. you're in the clear.
dr|z3d I thought it might be something to do with the replace routines in DataHelper, but they appear the same in both branches. oh well, I guess I'll have to dig deeper.
dr|z3d sorry for the distraction.