[PR #28] [MERGED] use local MMDB on demand #98

Closed
opened 2026-03-01 14:38:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Archeb/opentrace/pull/28
Author: @fakeboboliu
Created: 11/10/2023
Status: Merged
Merged: 11/10/2023
Merged by: @Archeb

Base: masterHead: master


📝 Commits (8)

  • 255e7ad use local MMDB on demand
  • cb2bc6e fix list preview and preview ip
  • 6298d6f remove legacy templates after render
  • 15ac83f typo
  • e58aabe update hk and tw resources
  • 53f2a30 fix unknown hop disappear
  • b8cfc8e add exception handle in row process
  • a412c1f remove meaningless catches

📊 Changes

13 files changed (+637 additions, -11 deletions)

View changed files

IPDB.cs (+136 -0)
📝 MainForm.cs (+12 -5)
📝 OpenTrace.csproj (+4 -0)
📝 PreferencesDialog.xeto (+52 -0)
📝 PreferencesDialog.xeto.cs (+88 -1)
📝 Properties/Resources.Designer.cs (+113 -2)
📝 Properties/Resources.resx (+37 -0)
📝 Properties/Resources.zh-CN.resx (+37 -0)
📝 Properties/Resources.zh-HK.resx (+37 -3)
📝 Properties/Resources.zh-TW.resx (+37 -0)
TextOutputForm.xeto (+28 -0)
TextOutputForm.xeto.cs (+35 -0)
📝 UserSettings.cs (+21 -0)

📄 Description

TODO:

  • MMDB 结果解析和覆写
  • 配置项、文件选择和预览
  • 繁中 Resources
  • 加个选择 Preset?(想摸,要不你摸摸)

目前的情况是让我满意的,估计 #24 也够


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Archeb/opentrace/pull/28 **Author:** [@fakeboboliu](https://github.com/fakeboboliu) **Created:** 11/10/2023 **Status:** ✅ Merged **Merged:** 11/10/2023 **Merged by:** [@Archeb](https://github.com/Archeb) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`255e7ad`](https://github.com/Archeb/opentrace/commit/255e7ad16448e89c5eb4dba6e86f5a2aaec6bdb7) use local MMDB on demand - [`cb2bc6e`](https://github.com/Archeb/opentrace/commit/cb2bc6e967d4f63e40b2192014ccfdfc87588e80) fix list preview and preview ip - [`6298d6f`](https://github.com/Archeb/opentrace/commit/6298d6fc6a75a3704f4e61338f470d5c72430250) remove legacy templates after render - [`15ac83f`](https://github.com/Archeb/opentrace/commit/15ac83fe6975bff6cb6797b4de09130b15b392e0) typo - [`e58aabe`](https://github.com/Archeb/opentrace/commit/e58aabe5aed1f8786b347cf5dcc788fc7c991986) update hk and tw resources - [`53f2a30`](https://github.com/Archeb/opentrace/commit/53f2a309cd61588356ada62ea6b16522a4bcd618) fix unknown hop disappear - [`b8cfc8e`](https://github.com/Archeb/opentrace/commit/b8cfc8eed2bf347a25bd6e4c6ee1ff50dc286c7f) add exception handle in row process - [`a412c1f`](https://github.com/Archeb/opentrace/commit/a412c1f293340370f7f9501374cd1c5e35ab7814) remove meaningless catches ### 📊 Changes **13 files changed** (+637 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `IPDB.cs` (+136 -0) 📝 `MainForm.cs` (+12 -5) 📝 `OpenTrace.csproj` (+4 -0) 📝 `PreferencesDialog.xeto` (+52 -0) 📝 `PreferencesDialog.xeto.cs` (+88 -1) 📝 `Properties/Resources.Designer.cs` (+113 -2) 📝 `Properties/Resources.resx` (+37 -0) 📝 `Properties/Resources.zh-CN.resx` (+37 -0) 📝 `Properties/Resources.zh-HK.resx` (+37 -3) 📝 `Properties/Resources.zh-TW.resx` (+37 -0) ➕ `TextOutputForm.xeto` (+28 -0) ➕ `TextOutputForm.xeto.cs` (+35 -0) 📝 `UserSettings.cs` (+21 -0) </details> ### 📄 Description TODO: - [x] MMDB 结果解析和覆写 - [x] 配置项、文件选择和预览 - [x] 繁中 Resources - [ ] 加个选择 Preset?(想摸,要不你摸摸) 目前的情况是让我满意的,估计 #24 也够 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:38:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentrace#98
No description provided.