summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* go fmtHimbeerserverDE2023-06-082-0/+4
* switch mapblock compression to zstdHimbeerserverDE2023-06-082-17/+17
* add support for zstd compressionHimbeerserverDE2023-06-081-0/+12
* mkserialize to update import pathHimbeerserverDE2023-06-081-312/+313
* change import pathHimbeerserverDE2023-06-089-8/+8
* Switch to Minetest 5.4.1 protocol and other changesanon52021-09-1922-3014/+3128
* Fix panic when sending ToCltMinimapModesanon52021-09-091-17/+13
* Remove incomplete JSON (de)serialization for ToolCapsanon52021-06-232-174/+175
* s/ToSrvModChan(.*)/ToSrv\1ModChan/ganon52021-06-2213-55/+55
* Add String methods to some types using stringer and fix some minor defectsanon52021-06-2247-176/+873
* Add high-level protocol (de)serializationanon52021-06-2150-2/+38780
* LICENSE: add my email address to copyright noticeanon52021-06-211-1/+1
* Use strings.IndexByte in ItemMeta.Fieldsanon52021-04-011-7/+6
* Add SerializeKeep method to Inv and InvListanon52021-04-011-37/+70
* rudp: partial rewrite with new API supporting io.Readersanon52021-03-2211-882/+878
* rudp/proxy: fix import pathanon52021-03-031-1/+1
* rudp: optimize and refactoranon52021-03-036-132/+133
* rudp: fix errors returned by Peer.Recv other than net.ErrClosed when the Peer...anon52021-02-285-7/+21
* Improve item meta handlinganon52021-02-243-35/+79
* Fix newlines after item namesanon52021-02-231-1/+3
* Use sentinal correctlyanon52021-02-231-21/+19
* Add inv (de)serializationanon52021-02-223-0/+540
* rudp: deprecate ErrClosed and replace with net.ErrClosedanon52021-02-207-24/+15
* Add go.mod, see https://github.com/anon55555/mt/issues/1#issuecomment-730424074anon52020-11-191-0/+3
* Initial public releaseanon52020-11-078-0/+1106