Index Search ←Prev date Next date→
Timestamps are in GMT/BST.
| 02:58:00 | BFLogBot Pull request #755 closed by eykamp | Title: Fix findPointerOfArg whitespace handling and add unit tests | https://github.com/bitfighter/bitfighter/pull/755 | |
| 02:58:00 | BFLogBot Repo: bitfighter | Commit: fb799a67d1 | Author: eykamp | Message: Fix findPointerOfArg to robustly handle whitespace (#755) Modified findPointerOfArg in zap/stringUtils.cpp to correctly handle: 1. Leading whitespace at the beginning of the message. 2. Multiple consecutive whitespace characters between arguments. 3. Different types of whitespace using isspace(). The function now correctly skips leading whitespace for any requested argument index | |
| 02:58:01 | BFLogBot and returns a pointer to the first non-whitespace character of that argument. Added corresponding unit tests in bitfighter_test/TestStringUtils.cpp. I am an AI agent. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 05:47:28 | BFLogBot Repo: bitfighter | Commit: 63c08e7b43 | Author: eykamp | Message: Progress on vehicle desiner | |
| 06:54:18 | BFLogBot Repo: bitfighter | Commit: 4479df327d | Author: google-labs-jules[bot] | Message: Fix undefined behavior in | |
| 06:54:20 | BFLogBot undefined behavior. Modified files: - zap/stringUtils.cpp: cast to (unsigned char) in caseInsensitiveStringCompare - zap/UIMenuItems.cpp: cast to (unsigned char) in handleTextInput - zap/md5wrapper.cpp: cast to (unsigned char) in lcase - tnl/platform.cpp: cast to (unsigned char) in stricmp and strnicmp - master/authenticator.cpp: cast to (unsigned char) in isSqlSafe - bitfighter_test/TestFileLogging.cpp: cast to (unsigned char) in lineContainsTi | |
| 06:54:21 | BFLogBot mestamp - updater/src/TinyXml/tinyxml.h & tinyxmlparser.cpp: cast to (unsigned char) in various places Added unit tests in bitfighter_test/TestStringUtils.cpp to verify correct handling of non-ASCII characters in string comparisons. I am an AI agent. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 06:54:21 | BFLogBot Pull request #756 opened by eykamp | Title: Fix undefined behavior in | |
| 14:15:17 | BFLogBot Repo: bitfighter | Commit: 210dd8e482 | Author: google-labs-jules[bot] | Message: Standardize safe | |
| 14:15:18 | BFLogBot handle the necessary (unsigned char) cast. - Replaced direct calls to | |
| 14:15:20 | BFLogBot kamp <1133323+eykamp@users.noreply.github.com> | |
| 14:22:56 | BFLogBot Repo: bitfighter | Commit: e48af40f1d | Author: Copilot | Message: Replace tinyxml with tinyxml2 in updater Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/d3b00ed0-7c78-4906-94a6-58e6cc64487b Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 14:38:36 | BFLogBot Repo: bitfighter | Commit: 33f7e6b801 | Author: google-labs-jules[bot] | Message: Standardize safe | |
| 14:38:37 | BFLogBot asting. - Systematically updated the codebase to use these safe wrappers, removing redundant 'Zap::' qualifications where possible. - Fixed third-party TinyXml (updater/) using manual (unsigned char) casts to maintain its independence from the Zap namespace. - Added comprehensive unit tests in bitfighter_test/TestStringUtils.cpp to verify correct handling of non-ASCII characters. I am an AI agent. Co-authored-by: eykamp <1133323+eykamp@users.no | |
| 14:38:39 | BFLogBot reply.github.com> | |
| 16:35:01 | BFLogBot Repo: bitfighter | Commit: dcb81353eb | Author: google-labs-jules[bot] | Message: Standardize safe | |
| 16:35:03 | BFLogBot se wrappers are available to the rest of the project via the TNL namespace. - Systematically updated the codebase (zap/, tnl/, master/, bitfighter_test/) to use these safe wrappers, relying on 'using namespace TNL' or unqualified calls where appropriate. - Preserved TinyXml's independence by ensuring it does not reference downstream code, as it is slated for a separate upgrade. - Added comprehensive unit tests in bitfighter_test/TestStringUtils.c | |
| 16:35:04 | BFLogBot pp to verify correct handling of non-ASCII characters. I am an AI agent. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 16:40:44 | BFLogBot Pull request #756 closed by eykamp | Title: Fix undefined behavior in | |
| 16:40:45 | BFLogBot Repo: bitfighter | Commit: 5dbc425e1a | Author: eykamp | Message: Fix undefined behavior in | |
| 16:40:47 | BFLogBot igh bit set results in a negative value and undefined behavior. Modified files: - zap/stringUtils.cpp: cast to (unsigned char) in caseInsensitiveStringCompare - zap/UIMenuItems.cpp: cast to (unsigned char) in handleTextInput - zap/md5wrapper.cpp: cast to (unsigned char) in lcase - tnl/platform.cpp: cast to (unsigned char) in stricmp and strnicmp - master/authenticator.cpp: cast to (unsigned char) in isSqlSafe - bitfighter_test/TestFileLogging.cp | |
| 16:40:48 | BFLogBot p: cast to (unsigned char) in lineContainsTimestamp - updater/src/TinyXml/tinyxml.h & tinyxmlparser.cpp: cast to (unsigned char) in various places Added unit tests in bitfighter_test/TestStringUtils.cpp to verify correct handling of non-ASCII characters in string comparisons. I am an AI agent. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Standardize safe | |
| 16:40:50 | BFLogBot vasive bug where signed characters were being passed directly to | |
| 16:40:51 | BFLogBot r_test/, and TinyXml in updater/). - Added new unit tests in bitfighter_test/TestStringUtils.cpp to verify the wrappers and ensure correct handling of non-ASCII characters. - Cleaned up manual casts previously added to maintain code readability. I am an AI agent. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Standardize safe | |
| 16:40:53 | BFLogBot ed by passing signed characters to | |
| 16:40:54 | BFLogBot ) casts to maintain its independence from the Zap namespace. - Added comprehensive unit tests in bitfighter_test/TestStringUtils.cpp to verify correct handling of non-ASCII characters. I am an AI agent. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Standardize safe | |
| 16:40:56 | BFLogBot alpha, etc.) when the high bit is set. Changes: - Introduced safe inline wrappers in tnl/tnlPlatform.h (TNL::toLower, TNL::isSpace, etc.) that handle mandatory (unsigned char) casting. - These wrappers are available to the rest of the project via the TNL namespace. - Systematically updated the codebase (zap/, tnl/, master/, bitfighter_test/) to use these safe wrappers, relying on 'using namespace TNL' or unqualified calls where appropriate. - Pr | |
| 16:40:57 | BFLogBot eserved TinyXml's independence by ensuring it does not reference downstream code, as it is slated for a separate upgrade. - Added comprehensive unit tests in bitfighter_test/TestStringUtils.cpp to verify correct handling of non-ASCII characters. I am an AI agent. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-autho | |
| 16:40:59 | BFLogBot red-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 17:36:26 | BFLogBot Repo: bitfighter | Commit: b3fb7de883 | Author: google-labs-jules[bot] | Message: Fix: Escape control characters in sanitizeForJson Identify and fix a bug where ASCII control characters (0-31) were being silently removed from strings by sanitizeForJson instead of being properly escaped. Changes: - Implement \uXXXX escaping for control characters in zap/stringUtils.cpp. - Use dSprintf for safe formatting. - Add comprehensive unit tests in bitfig | |
| 17:36:28 | BFLogBot hter_test/TestStringUtils.cpp covering all control characters (1-31) and ensuring existing short escapes (like \n, \r) are preserved. I am an AI agent assisting with this task. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 17:36:31 | BFLogBot Pull request #757 opened by eykamp | Title: Fix: Escape control characters in sanitizeForJson | https://github.com/bitfighter/bitfighter/pull/757 | |
| 17:38:15 | BFLogBot Pull request #757 closed by eykamp | Title: Fix: Escape control characters in sanitizeForJson | https://github.com/bitfighter/bitfighter/pull/757 | |
| 17:38:15 | BFLogBot Repo: bitfighter | Commit: 82a0b3cb4a | Author: eykamp | Message: Fix: Escape control characters in sanitizeForJson (#757) Identify and fix a bug where ASCII control characters (0-31) were being silently removed from strings by sanitizeForJson instead of being properly escaped. Changes: - Implement \uXXXX escaping for control characters in zap/stringUtils.cpp. - Use dSprintf for safe formatting. - Add comprehensive unit tests in bitfighter_test | |
| 17:38:17 | BFLogBot /TestStringUtils.cpp covering all control characters (1-31) and ensuring existing short escapes (like \n, \r) are preserved. I am an AI agent assisting with this task. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 17:39:47 | BFLogBot Repo: bitfighter | Commit: 509833fac5 | Author: eykamp | Message: Initialize string | |
| 17:41:44 | BFLogBot Repo: bitfighter | Commit: b32c6a700c | Author: eykamp | Message: Initialize output buffer in oglconsole.cpp Initialize output buffer to zero. | |
| 19:29:04 | BFLogBot Repo: bitfighter | Commit: e8e7ee7f4b | Author: Copilot | Message: Reduce avoidable S32/U32 casts in string rendering helpers Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/c9e0eff9-5006-42a2-95b7-d87128b19cb5 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> |
Index Search ←Prev date Next date→
These logs were automatically created by BFLogBot on irc.freenode.net.