- 19 Aug, 2021 1 commit
-
-
Evangelos Foutras authored
Use the custom (id, topic_id, posted) index on fluxbb_posts to speed up searches that return a lot of results. I also added the posted field to the predefined posts_multi_idx index so the "show_user_posts" action is fast too. On a related note, a key component of fast searching was to reorder the fluxbb_search_matches table by the word_id column. This table has a lot of rows (~73 million) and we want to be able to filter based on word_id and quickly get the respective post ids. Previously it had to seek over a couple of GBs to fetch the post ids. Ordering by word_id allows us to get a (word_id, post_id) index for free (would take ~2GB to create it).
-
- 15 Aug, 2021 1 commit
-
-
Evangelos Foutras authored
-
- 26 Jan, 2021 2 commits
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
- 24 Jan, 2021 2 commits
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
- 23 Jan, 2021 2 commits
-
-
Pierre Schmitz authored
Support PHP 8.0 See merge request !3
-
Pierre Schmitz authored
-
- 06 Jan, 2021 1 commit
-
-
Pierre Schmitz authored
Update local dev setup See merge request !2
-
- 02 Jan, 2021 16 commits
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
Refs #1022.
-
Deprecated since PHP 5.3. Refs #1022.
-
Deprecated since PHP 5.3. Refs #1022.
-
Fixes #1023.
-
Available since PHP 5.4. See http://php.net/_server. Refs #1022.
-
It's no longer needed in PHP 5.x. Refs #1022.
-
The old syntax is no longer needed for PHP4 compatibility, and the return values never made sense in the first place. Fixes #1073.
-
Refs #1022.
-
Refs #1022.
-
This fixes deprecation warnings in PHP 7.2, however it also means we now require at least PHP 5.3 (about time, eh?). * Before closures, PHP offered create_function(), which is now deprecated. * Instead of the deprecated mcrypt extension, we can use the native random_bytes() function in PHP 7+. Fixes #1109.
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
- 01 Sep, 2019 2 commits
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
- 10 Feb, 2019 3 commits
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
- 07 Jan, 2019 1 commit
-
-
Pierre Schmitz authored
Wildcard search queries such as "*linux" will result in a massive database load as no index can be used. We disable this feature for now.
-
- 15 Aug, 2018 3 commits
-
-
Florian Pritz authored
-
Florian Pritz authored
Problems seem to be resolved. https://bugs.archlinux.org/task/48628 This reverts commit 14bf5c56.
-
Florian Pritz authored
https://bugs.archlinux.org/task/48628 Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- 30 Dec, 2017 1 commit
-
-
Pierre Schmitz authored
-
- 07 Dec, 2017 1 commit
-
-
Florian Pritz authored
We set this server wide and having it in the fluxbb code makes no sense. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- 30 Aug, 2017 4 commits
-
-
Pierre Schmitz authored
Responsive
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-