From 89fe540b531705d8455685173c692522e81cd134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 7 Apr 2024 10:09:04 +0200 Subject: core: add unique "id" in nicklist group and nick (issue #2081) The id is a "long long" variable with the current time (microseconds precision). It is guaranteed to be unique for all groups and nicks inside the buffer, and the same number is never used again in the same buffer, during the lifetime of the process. It persists and is unchanged after `/upgrade`. --- doc/ja/weechat_dev.ja.adoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/ja/weechat_dev.ja.adoc') diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index bbf6791cc..6c054b398 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -508,6 +508,8 @@ WeeChat "core" は以下のディレクトリに配置されています: // TRANSLATION MISSING |          test-gui-nick.cpp | テスト: nicks // TRANSLATION MISSING +|          test-gui-nicklist.cpp | Tests: nicklist functions. +// TRANSLATION MISSING |          curses/ | Root of unit tests for Curses interface. // TRANSLATION MISSING |             test-gui-curses-mouse.cpp | Tests: mouse (Curses interface). -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0