Forum is now hosted by celeron55 (report issues here)

User avatar
ShadowNinja
Member
 
Posts: 194
Joined: Tue Jan 22, 2013 22:35
GitHub: ShadowNinja
IRC: ShadowNinja
In-game: ShadowNinja

Re: Forum is now hosted by celeron55 (report issues here)

by ShadowNinja » Sat Jul 18, 2015 18:22

Issues I've noticed:
  • The FAQ page returns a 403.
  • The PHP run time limit is set too low for a long-running database operation that I need to do (it needs to be set to a good 10-20 minutes or so, although it should probably be turned back down after I finish).
  • The SSL/TLS support is weak: https://www.ssllabs.com/ssltest/analyze ... netest.net
    To fix:
    Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
    Code: Select all
    # Disable insecure SSL protocols and TLSv1.1 (everything that supports v1.1 also supports v1, but too many browsers don't support  v1.2)
    ssl_protocols       TLSv1 TLSv1.2;
    # Generate this with `openssl dhparam 2048 -out dh.pem`
    ssl_dhparam         ssl/dh.pem;
    # This provides a pretty good compromise between security and compatability
    ssl_ciphers         EECDH+HIGH:EDH+HIGH:HIGH:!aNULL:!3DES:!CAMELLIA128;
    ssl_prefer_server_ciphers on;
    # Enable some caching for performance
    ssl_session_cache   shared:SSL:10m;
    ssl_session_timeout 5m;
  • The forum pulls images for the theme from the main site, which doesn't use SSL.
  • Performance: A few things require changing the theme, but this configuration should help a bit:
    Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
    Code: Select all
    sendfile on;
    tcp_nopush on;
    tcp_nodelay on;

    gzip            on;
    gzip_vary       on;
    gzip_min_length 512;
    gzip_comp_level 4;
    gzip_disable    "msie6";
    gzip_proxied    any;
    gzip_types
       application/xml
       application/javascript
       application/x-javascript
       application/json
       application/vnd.ms-fontobject
       application/x-font-opentype
       application/x-font-truetype
       application/x-font-ttf
       font/eot
       font/opentype
       font/otf
       image/vnd.microsoft.icon
       image/svg+xml
       text/plain
       text/css
       text/javascript
       text/xml;

    server {
       location ~* \.(js|css|png|jpg|jpeg|gif|ico|ogg)$ { expires 1M; }
    }
I play on my Minetest server and VanessaE's.
The best way to contact me is usually IRC (InchraNet, freenode).
 

celeron55
Member
 
Posts: 430
Joined: Tue Apr 19, 2011 10:10

Re: Forum is now hosted by celeron55 (report issues here)

by celeron55 » Thu Jul 30, 2015 20:30

Heard about an issue: "413 Request Entity Too Large (while making a post in "Post your screenshots"). client_max_body_size needs to be increased."
 

Dragonop
Member
 
Posts: 1178
Joined: Tue Oct 23, 2012 12:59
GitHub: Dragonop
IRC: Dragonop
In-game: Dragonop

Re: Forum is now hosted by celeron55 (report issues here)

by Dragonop » Sat Aug 01, 2015 20:02

I have this issue, I have seen it a total of 2 times, always related to Hybrid Dog's signature. I can keep reading all of the stuff, but when this happends the topic page gets a little messed up.
Topics I've found it on:
viewtopic.php?f=17&t=12039&start=25
And some other topic. I don't remember now. Will update if I remember where.
Image
Attachments
hybrid.PNG
Issue.
hybrid.PNG (120.8 KiB) Viewed 5738 times
 

User avatar
Wuzzy
Member
 
Posts: 2161
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy

Re: Forum is now hosted by celeron55 (report issues here)

by Wuzzy » Fri Oct 23, 2015 16:58

Apparently I am not privileged enough to view the phpBB FAQ (link below the search box), since I get HTTP error 403 when trying to view it. :D

Also, the link “BBCode” next to the text field when you writing a new post gives me only a 403 error.

Here are the broken links:
https://forum.minetest.net/faq.php
https://forum.minetest.net/faq.php?mode=bbcode
I'm creating MineClone 2, a Minecraft clone for Minetest.
I made the Help modpack, adding in-game help to Minetest.
 

celeron55
Member
 
Posts: 430
Joined: Tue Apr 19, 2011 10:10

Re: Forum is now hosted by celeron55 (report issues here)

by celeron55 » Sat Oct 31, 2015 17:37

Now faq.php doesn't result in 403.

I also moved the background image and favicon from the main site into the forum theme. (the main site didn't even have them anymore after it was moved to github pages.)
 

Hybrid Dog
Member
 
Posts: 2460
Joined: Thu Nov 01, 2012 12:46

Re: Forum is now hosted by celeron55 (report issues here)

by Hybrid Dog » Fri Nov 27, 2015 18:28

Could you add a setting to increase the default text size?
 

User avatar
kaadmy
Member
 
Posts: 627
Joined: Thu Aug 27, 2015 23:07
GitHub: kaadmy
IRC: KaadmY
In-game: KaadmY kaadmy NeD

Re: Forum is now hosted by celeron55 (report issues here)

by kaadmy » Fri Nov 27, 2015 19:28

Hybrid Dog wrote:Could you add a setting to increase the default text size?

Ctrl+Plus(+), or Ctrl+Shift+=
Never paint white stripes on roads near Zebra crossings.
 

Hybrid Dog
Member
 
Posts: 2460
Joined: Thu Nov 01, 2012 12:46

putin kommt drin vor

by Hybrid Dog » Fri Nov 27, 2015 20:23

kaadmy wrote:
Hybrid Dog wrote:Could you add a setting to increase the default text size?

Ctrl+Plus(+), or Ctrl+Shift+=

this also increases the frame where the text is put in and so less is shown on my screen
 

User avatar
addi
Member
 
Posts: 605
Joined: Thu Sep 20, 2012 03:16

Re: Forum is now hosted by celeron55 (report issues here)

by addi » Sat Nov 28, 2015 04:03

If you use the default phpBB style there is a option to change font size in the top right corner.
Image
I don't know if this also exist in Minetest style.
Attachments
forum.minetest.net_2015-11-28_04-57-27.png
forum.minetest.net_2015-11-28_04-57-27.png (5.42 KiB) Viewed 5739 times
 

Dragonop
Member
 
Posts: 1178
Joined: Tue Oct 23, 2012 12:59
GitHub: Dragonop
IRC: Dragonop
In-game: Dragonop

Re: Forum is now hosted by celeron55 (report issues here)

by Dragonop » Sat Nov 28, 2015 13:50

It doesn't, it could be a nice adition tho
 

User avatar
Don
Member
 
Posts: 1641
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: Forum is now hosted by celeron55 (report issues here)

by Don » Mon Jan 11, 2016 15:30

I was wondering if the "view new posts" link could be added to all pages instead of just on board index. I use that link a lot.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here
 

Fixerol
Member
 
Posts: 633
Joined: Sun Jul 31, 2011 11:23
IRC: Fixer
In-game: Fixer

Re: Forum is now hosted by celeron55 (report issues here)

by Fixerol » Thu May 05, 2016 22:57

 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Forum is now hosted by celeron55 (report issues here)

by rubenwardy » Thu May 05, 2016 23:37

All minetest.com addresses are unofficial.
minetest.org is unofficial
@minetest_c55 on twitter is unofficial
c55.me is marked "old minetest wiki" hence no longer official or the main one, as such.

------------------- ∴ --------------------

Minetest wikis:
http://wiki.minetest.net/Main_Page

Official sites:
http://minetest.net/

Official forums:
http://forum.minetest.net/

Twitters:
none
 

CCM
Member
 
Posts: 13
Joined: Sat Jun 04, 2016 06:39
GitHub: CodingCom
IRC: COCOM
In-game: CCM

Re: Forum is now hosted by celeron55 (report issues here)

by CCM » Wed Jul 06, 2016 20:19

celeron55 wrote:I hate phpBB, I hope you do too. It's a ridiculous clusterfuck hallmark of everything that is wrong in the PHP culture.


Why exactly are we on this forum service if you don't like it?

It doesn't make sense...
"If nobody says you can, then you have to."
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Forum is now hosted by celeron55 (report issues here)

by rubenwardy » Wed Jul 06, 2016 20:36

CCM wrote:
celeron55 wrote:I hate phpBB, I hope you do too. It's a ridiculous clusterfuck hallmark of everything that is wrong in the PHP culture.


Why exactly are we on this forum service if you don't like it?

It doesn't make sense...


Moderators

They weren't happy with the old system
 

CCM
Member
 
Posts: 13
Joined: Sat Jun 04, 2016 06:39
GitHub: CodingCom
IRC: COCOM
In-game: CCM

Re: Forum is now hosted by celeron55 (report issues here)

by CCM » Thu Jul 07, 2016 18:42

rubenwardy wrote:
CCM wrote:
celeron55 wrote:I hate phpBB, I hope you do too. It's a ridiculous clusterfuck hallmark of everything that is wrong in the PHP culture.


Why exactly are we on this forum service if you don't like it?

It doesn't make sense...


Moderators

They weren't happy with the old system


Oh OK.
"If nobody says you can, then you have to."
 

Previous

Return to Minetest News

Who is online

Users browsing this forum: No registered users and 13 guests

cron