Files
newznab-tmux/app
Kcchouette 062548f57a refactor: replace strpos with PHP 8.x string functions
- IRCClient: strpos(..., 'PONG') !== 0 → ! str_starts_with(...)
- IGDBService: strpos(, '//') === 0 → str_starts_with(...)
- Settings: strpos(, '.') !== false → str_contains(...)
- NntmuxCheckIndex: 3x strpos → str_contains

strpos with offset (YencService, MovieService, ReleaseRemoverService)
is left untouched as it is a legitimate use case.
2026-06-13 18:12:22 +02:00
..
2026-04-21 13:18:34 +02:00
2026-04-21 17:35:52 +02:00
2026-03-11 10:11:30 +01:00
2026-06-12 10:16:12 +02:00
2026-06-12 10:11:15 +02:00
2026-04-21 17:35:52 +02:00
2026-06-12 10:11:15 +02:00
2026-05-07 14:03:21 +02:00
2026-06-11 10:32:38 +02:00
2026-03-27 14:39:27 +01:00
2026-06-11 10:32:38 +02:00
2026-05-30 23:31:00 +02:00
2026-05-14 11:39:21 +02:00
2026-04-21 22:13:34 +02:00
2026-05-30 23:31:00 +02:00