Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 0x00

Pages: [1]
1
Feature requests / Re: HTTPS, SSL
« on: January 28, 2017, 06:09:39 pm »
HTTPS (and other stuff relying on secured sockets, such as SFTP) is a complex thing, and relies on third-party libraries such as OpenSSL. If someone wants to provide an implementation, why not, but that's not our priority.

So if I correctly understood, anyone who want SSL implementation needs to do cross-platform classes and make pull request on github, is it a correct thought?

In latest time more and more sites migrate to HTTPS and some things are not available.

2
Feature requests / HTTPS, SSL
« on: January 28, 2017, 01:32:08 pm »
Hello community, time to time I think anyone who want work with network data with oauth2 or something else (I mean all what works on HTTPS protocol) faced with not-friendly interfaces. So SFML do you have any plans on this? Because C++ standart have no solutions to work from scratch with network (SSL) (only in C++20 some remarks). Any others solutions like boost or poco is to fat for using)

3
SFML projects / Re: TGUI: GUI library for SFML
« on: October 19, 2016, 05:03:27 am »
Many thanks for TGUI it really simple and useful UI system)
I have small question what version will be implemented TGUI RichText and RichEditBox? Wanna see in 0.8V RichText  :P

Pages: [1]