Time Nick Message 00:25 rubenwardy I like emoji reactions 00:25 rubenwardy it allows users to voice their support for a pr without spam 00:30 paramat yes that's a good aspect 00:37 Hijiri :+1: emojis are good 00:45 paramat maybe i prefer just having the thumbs up, no negative ones 00:53 Fixer emoji spam is possible on github 01:04 * VanessaE quietly slips a :-1: under paramat's seat ;) 01:23 paramat that negative sign isn't comfortable 01:23 paramat +1 for fireflies 01:25 VanessaE well it's not my fault your seat's so thin. what is this, the princess and the pea? :P 02:34 paramat will merge #7152 later, with #7143 02:34 ShadowBot https://github.com/minetest/minetest/issues/7152 -- Mgfractal / chunksize: Improve documentation by paramat 02:34 ShadowBot https://github.com/minetest/minetest/issues/7143 -- Lua_api.txt: Fix hardware colouring documentation by paramat 03:39 paramat merging #7143 #7152 03:39 ShadowBot https://github.com/minetest/minetest/issues/7143 -- Lua_api.txt: Fix hardware colouring documentation by paramat 03:39 ShadowBot https://github.com/minetest/minetest/issues/7152 -- Mgfractal / chunksize: Improve documentation by paramat 03:47 paramat merged 10:57 celeron55 the paramat and the :-1: 16:33 __vy is it relatively stable to document the high-level packets and their structures? 16:37 sfan5 "high-level" packets? 16:39 __vy https://github.com/minetest/minetest/blob/master/src/network/serveropcodes.cpp#L25 well, regular packets 16:40 sfan5 additions to details of the netprotocol are done frequently 16:40 sfan5 protocol version bumps roughly every few months (https://github.com/minetest/minetest/blame/master/src/network/networkprotocol.h#L190) 16:41 sfan5 you can expect most packets to be "stable" though 16:41 __vy seems fair, I'm going through and documenting some of the packet structures 16:44 __vy is there a formal process around backwards compat + version bumps? 16:45 sfan5 no 17:10 sofar most packets only ever grow with new data, keeping it backwards compatible that way 17:11 sofar newer clients then know how to handle the new data at the end 17:11 sofar old clients just ignore that