DariusIII
|
74d874c17b
|
Update manticoresearch support for latest version changes
|
2026-06-22 21:12:38 +02:00 |
|
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 |
|
DariusIII
|
bdbd1cbb9a
|
Update search indexes and queries usage
|
2026-04-11 11:36:58 +02:00 |
|
DariusIII
|
ed6020caa8
|
Add newe indexes, improve old ones and use them where possible
|
2026-04-10 14:32:10 +02:00 |
|
DariusIII
|
c9a9dacf6e
|
Update elasticsearch-php package to version 8
|
2026-03-27 14:14:22 +01:00 |
|
DariusIII
|
4bca02f103
|
Latest pint fixes
|
2026-03-11 10:11:30 +01:00 |
|
DariusIII
|
01a96bbc43
|
Declare strict types in classes
|
2026-02-26 14:26:07 +01:00 |
|
DariusIII
|
d0aa6f23ab
|
Update code for php 8.5 compatibility
|
2026-01-22 12:44:59 +01:00 |
|
DariusIII
|
b94eb16aa6
|
Update check index command
|
2025-07-11 15:13:27 +02:00 |
|
DariusIII
|
23ee522a79
|
CS fixes
|
2025-07-10 23:41:06 +02:00 |
|
DariusIII
|
298113c6d1
|
Add new index commands
|
2025-07-10 23:40:50 +02:00 |
|