Frantisek Sumsal

Results 169 comments of Frantisek Sumsal

Even though this issue is quite old, it would be really handy to be able to distinguish between different servers in notifications, as I have a few channels with the...

It works like a charm, thanks a lot!

As I said - hilights for these messages meet the same criteria as the 'regular' (channel) hilights (they have same level - `MSGLEVEL_MSGS|MSGLEVEL_HILIGHT`). The only problem is that they don't...

Thanks for the info! Unfortunately, now irssinotifier.pl has a strange behavior when a non-channel hilight occurs. Instead of that hilight it sends (probably) the last message from a channel pool...

Here's a [simple plugin](https://gist.github.com/mrc0mmand/4425e70c991cf670d43d) which reproduces aforementioned issue. Just set `irssinotifier_screen_detached_only` and `irssinotifier_away_only` options to `OFF` and load the script. You should receive a push message every 2 seconds containing...

I can definitely look into it, but it won't be in the nearest future. Nevertheless, thank you both for all your effort so far, patching will be much easier now,...

This is indeed an issue, but parsing `print text` signal for filtering server-wide signals (such as NICKS and QUITS) for each channel is probably the only way how to do...

Signals `message quit` and `message nick` are server-wide signals, so if you filter them in one channel (eg. calling `Irssi::signal_stop()`) they won't get propagated to other channels (where they maybe...

@DaanDeMeyer thanks a lot for the research and the materials! I guess I'd be okay with any of the options, since I already have to build/rebuild certain dependencies to make...

I think the main issue here is that `blkdiscard` is unsupported on dm-crypt devices: ``` # dd if=/dev/zero of=crypt.img bs=1M count=64 # cryptsetup luksFormat --force-password crypt.img # cryptsetup luksOpen crypt.img...