TorrentPier Cattle. Версия 2.4.0-beta2
Ссылка:
Чейнджлог:
Основные изменения:
Ссылка:
Чейнджлог:
Основные изменения:
- Tracker announce & scrape improvements 🥳 (, )
- Fixed downloaded counter (, )
- Fixed null seeders & leechers in announcer (, )
- BitTorrent v2 support enhancements 🥳 (, )
- Added showing info_hash v2 in viewtopic.php (, )
- Added search by info_hash v2 🐯 (, )
- BitTorrent v2 support 🐸 (, )
- Replace all double quotes with single quotes ()
- Removed unused lang variables ()
- Fixed empty $row['pm_count'] ()
- Created function get_banned_users() ()
- Moved callseed to ajax actions ()
- Added ability to remove topic templates ()
- Added missing translation in admin_ug_auth ()
- Show renamed topic actions in log actions ()
- Show set/unset downloaded actions in log actions ()
- Show pin & unpin actions in log actions ()
- Increase post_text & privmsgs_text limits ()
- Added show password button ()
- Passkey rework 🔫 ()
- Rename passkeyExists() -> getPasskey() ()
- Added method passkeyExists() ()
- Refactored get_userdata() function ()
- Fixed $bb_cfg['pm_days_keep'] ()
- Minor improvements , , , , , , , , , , , , , , , , , , , , , , , , , ()
- New Crowdin updates , , , , , (, )
- Updated deps , , , , , ()
SQL:
INSERT INTO `bb_cron` (`cron_active`, `cron_title`, `cron_script`, `schedule`, `run_day`, `run_time`, `run_order`,
`last_run`, `next_run`, `run_interval`, `log_enabled`, `log_file`, `log_sql_queries`,
`disable_board`, `run_counter`) VALUES ('1', 'PM cleanup', 'clean_pm.php', 'daily', '', '05:00:00', '70', '', '', '', '1', '', '0', '1', '0');
ALTER TABLE `bb_posts_text` CHANGE `post_text` `post_text` MEDIUMTEXT NOT NULL;
ALTER TABLE `bb_privmsgs_text` CHANGE `privmsgs_text` `privmsgs_text` MEDIUMTEXT NOT NULL;
ALTER TABLE `bb_bt_torrents` ADD COLUMN `info_hash_v2` VARBINARY(32) NOT NULL DEFAULT '';
ALTER TABLE `bb_bt_tracker_snap` ADD COLUMN `completed` INT(10) NOT NULL DEFAULT '0';
ALTER TABLE `bb_bt_tracker` CHANGE `complete` `complete` TINYINT(1) NOT NULL DEFAULT '0';
Последнее редактирование: