aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/tab_multiplayer.lua
AgeCommit message (Collapse)Author
2016-03-15Add option to not send pre v25 init packetest31
The legacy init packet (pre v25) sends information about the client's password that a server could use to log in to other servers if the username and password are the same. All the other benefits of SRP of protocol v25 are missed if the legacy init packet is still sent during connection creation. This patch adds an option to not send the v25 init packet. Not sending the v25 packet means breaking compat with pre v25 servers, but as the option is not enabled by default, no servers are affected unless the user explicitly flips the switch. More than 90% of the servers on the serverlist support post v25 protocols. The patch also fixes a bug with greying out of non compliant servers being done wrongly, the min and max params were mixed.
2015-02-18Server: announce MIN/MAX protocol version supported to serverlist. Client: ↵est31
check serverlist Client now informs about incompatible servers from the list, this permits to prevent the protocol movements. Server announces its supported protocol versions to master server
2015-02-14Fix issue #2278, Connection sent before address data loadingLoic Blot
2015-02-12Minor fixes in translationsngosang
2015-01-15Small tweaking (alignement - client tab)kilbith
2015-01-15Reorganizing client and server tabsjeanpatrick.guerrero@gmail.com
2015-01-04Fix forgotten favourite list image update of simple menusapier
2014-12-13Remove vertlabels from main menu and relayout a bitKahrl
2014-12-13Display serverlist flags as iconsKahrl
2014-12-08Always escape user provided data in mainmenu fieldsKahrl
2014-06-22Fix menu crash due to lack of favourites listsapier
2014-06-19Fix broken serverdescription in multiplayer tabsapier
2014-05-16Add formspec toolkit and refactor mainmenu to use itsapier
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews