Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
3b03afb27e
Updated the initialization of the WEBServer and the FTPServer to enable TCPKeepAlive, as well as defining teh root directories for both of them
5627ebde48
Added the new enableTCPKeepAlive method which enable the feature for all new connected client after the call (this fixes a very annoying crash) and I corrected a bug with the maxClient setting
0c622c600b
Grouped common class initialization directives in one private method and enabled new TCPKeepAlive setting for WEB and FTP servers
89ee88530e
Updated due to changes to the monthNumTo3LetterAbbreviation function's prototype
2b0698c7d0
Updated the monthNumTo3LetterAbbreviation function, it is no more needed to declare a buffer to store the 3 letters, instead a uint32_t is used