eopo

Results 71 comments of eopo

Okay, had more thoughts on this, preciser Ideas are: - Split plugins into plugins that alter data and plugins that only transport data. Plugins that alter data get called before...

The best way would be to change config to mysql and then run pagermon. This will start the database initialization process. After that, shut down pagermon, export your SQLITE-tables for...

Related to #200 - Same problem, different part of it.

Hmm. How about plugins being able to trigger matching and transport on their own. So Plugin xyz says "nah, don't like it, please rematch". And, like you mentioned: Transport didn't...

I ultimately want to implement an advanced user-defined filter system that can say something like: ``` ( message.ignore = false && ( ( message.alias.agency LIKE "AMB" ) OR ( message.plugin.pushover.userkey...

To your issue 4 - I have a custom written plugin that can do the parsing (And theoretically do the google maps link as well, if I'd implement it). I...

I received multiple messages containing CR LF today. Would be cool to see them that way. Nothing critical though And yes: EOT should be the End of Transmission and nothing...

I don't know what you meant with PDW, but I finally found one in the log stream (Output from multimon_ng to pagermon) ` ****: ******. 55 a*****WB ***** 2. OG...

The typical combination "" stands for Carriage Return and Line Feed -> New line. This way multi-line messages are possible which look better when they contain a lot of structured...

Mehh ... I don't think thats a real solution, but rather a workaround. And I believe the Regex Replace does only one replace at a time. Tried to fix #176...