{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":702540042,"defaultBranch":"master","name":"dns-packet","ownerLogin":"vulcainman","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-10-09T14:06:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/60341755?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1696860406.5641851","currentOid":""},"activityList":{"items":[{"before":"10307f9524abb8d83aee66c1c8a02687bf85baad","after":"52a86ce30f8e44b088f47b9250e5541858b0f464","ref":"refs/heads/master","pushedAt":"2023-10-13T13:07:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vulcainman","name":"Stéphane Railhet","path":"/vulcainman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60341755?s=80&v=4"},"commit":{"message":"Add tests concerning question QU bit","shortMessageHtmlLink":"Add tests concerning question QU bit"}},{"before":"36c20969e28d887e7e0cbc182f5b90b351627365","after":"10307f9524abb8d83aee66c1c8a02687bf85baad","ref":"refs/heads/master","pushedAt":"2023-10-10T07:42:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vulcainman","name":"Stéphane Railhet","path":"/vulcainman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60341755?s=80&v=4"},"commit":{"message":"Remove the unused NOT_QU_MASK constant\n\nThe code using this constant was removed by the commit\na7a0b78b41219b40d28d71232f79f8170f528f30","shortMessageHtmlLink":"Remove the unused NOT_QU_MASK constant"}},{"before":"a7a0b78b41219b40d28d71232f79f8170f528f30","after":"36c20969e28d887e7e0cbc182f5b90b351627365","ref":"refs/heads/master","pushedAt":"2023-10-10T07:35:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vulcainman","name":"Stéphane Railhet","path":"/vulcainman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60341755?s=80&v=4"},"commit":{"message":"Fix several lint issues\n\nThis commit includes several fixes that addess lint issues introduced by\ncommit a7a0b78b41219b40d28d71232f79f8170f528f30","shortMessageHtmlLink":"Fix several lint issues"}},{"before":"7b6662025c49c0e31d2f0c5cbd726e4423805639","after":"a7a0b78b41219b40d28d71232f79f8170f528f30","ref":"refs/heads/master","pushedAt":"2023-10-09T15:08:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vulcainman","name":"Stéphane Railhet","path":"/vulcainman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60341755?s=80&v=4"},"commit":{"message":" Implement QU bit support in question encoder/decoder\n\nThis commit fix current QU bit implementation that may be used in mDNS\nprotocol. Indeed, until now, if a packet with QU bit set is received,\nit is decoded as:\n\n{\n\n ...\n\n questions: [\n {\n name: '...',\n type: 'PTR',\n class: 'UNKNOWN_32769'\n },\n {\n name: '...',\n type: 'PTR',\n class: 'UNKNOWN_32769'\n }\n ],\n\n ...\n\n}\n\nInstead of :\n\n{\n\n ...\n\n questions: [\n {\n name: '...',\n type: 'PTR',\n class: 'IN'\n },\n {\n name: '...',\n type: 'PTR',\n class: 'IN'\n }\n ],\n\n ...\n\n}\n\nThis commit adds a proper QU bit support via the qu_bit field.\nIt enables:\n\n- The encoder to parse properly both the class and the QU bit\n- THe decoder to encode a DNS packet with the QU bit set","shortMessageHtmlLink":" Implement QU bit support in question encoder/decoder"}},{"before":"127c354057cc7078ae7fe8059907ab5b8fde4caa","after":"7b6662025c49c0e31d2f0c5cbd726e4423805639","ref":"refs/heads/master","pushedAt":"2023-10-09T15:01:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"vulcainman","name":"Stéphane Railhet","path":"/vulcainman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60341755?s=80&v=4"},"commit":{"message":"v5.6.1\n\n* Proper Encoding/Decoding for Email Name Representation for SOA and RP Records (#93) (M4t7e)\n* test node 20 (silverwind)","shortMessageHtmlLink":"v5.6.1"}},{"before":"bab59f6b2df40bcc4dabf29b09b0d2961c8289f8","after":"127c354057cc7078ae7fe8059907ab5b8fde4caa","ref":"refs/heads/master","pushedAt":"2023-10-09T14:58:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"vulcainman","name":"Stéphane Railhet","path":"/vulcainman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60341755?s=80&v=4"},"commit":{"message":"Implement QU bit support in question encoder/decoder\n\nThis commit fix current QU bit implementation that may be used in mDNS\nprotocol. Indeed, until now, if a packet with QU bit set is received,\nit is decoded as:\n\n{\n\n ...\n\n questions: [\n {\n name: '...',\n type: 'PTR',\n class: 'UNKNOWN_32769'\n },\n {\n name: '...',\n type: 'PTR',\n class: 'UNKNOWN_32769'\n }\n ],\n\n ...\n\n}\n\nInstead of :\n\n{\n\n ...\n\n questions: [\n {\n name: '...',\n type: 'PTR',\n class: 'IN'\n },\n {\n name: '...',\n type: 'PTR',\n class: 'IN'\n }\n ],\n\n ...\n\n}\n\nThis commit adds a proper QU bit support via the qu_bit field.\nIt enables:\n\n- The encoder to parse properly both the class and the QU bit\n- THe decoder to encode a DNS packet with the QU bit set","shortMessageHtmlLink":"Implement QU bit support in question encoder/decoder"}},{"before":"7b6662025c49c0e31d2f0c5cbd726e4423805639","after":"bab59f6b2df40bcc4dabf29b09b0d2961c8289f8","ref":"refs/heads/master","pushedAt":"2023-10-09T14:39:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vulcainman","name":"Stéphane Railhet","path":"/vulcainman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60341755?s=80&v=4"},"commit":{"message":"Implement QU bit support in question encoder/decoder\n\nThis commit fix current QU bit implementation that may be used in mDNS\nprotocol. Indeed, until now, if a packet with QU bit set is received,\nit is decoded as:\n\n{\n\n ...\n\n questions: [\n {\n name: '...',\n type: 'PTR',\n class: 'UNKNOWN_32769'\n },\n {\n name: '...',\n type: 'PTR',\n class: 'UNKNOWN_32769'\n }\n ],\n\n ...\n\n}\n\nInstead of :\n\n{\n\n ...\n\n questions: [\n {\n name: '...',\n type: 'PTR',\n class: 'IN'\n },\n {\n name: '...',\n type: 'PTR',\n class: 'IN'\n }\n ],\n\n ...\n\n}\n\nThis commit adds a proper QU bit support via the qu_bit field.\nIt enables:\n\n- The encoder to parse properly both the class and the QU bit\n- THe decoder to encode a DNS packet with the QU bit set","shortMessageHtmlLink":"Implement QU bit support in question encoder/decoder"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADlmrSxQA","startCursor":null,"endCursor":null}},"title":"Activity · vulcainman/dns-packet"}