@@ -941,6 +941,7 @@ public:
sha1_hash const& info_hash() const;
std::stirng const& name() const;
std::string const& comment() const;
+ std::string const& creator() const;
boost::optional<boost::posix_time::ptime>
creation_date() const;
@@ -1117,8 +1118,8 @@ sha1_hash const& hash_for_piece(unsigned int index) const;
piece and info_hash() returns the 20-bytes sha1-hash for the info-section of the
torrent file. For more information on the sha1_hash, see the big_number class.
-
diff --git a/docs/manual.rst b/docs/manual.rst
index 4a4a3d2ee..d976c9390 100755
--- a/docs/manual.rst
+++ b/docs/manual.rst
@@ -849,6 +849,7 @@ The ``torrent_info`` has the following synopsis::
sha1_hash const& info_hash() const;
std::stirng const& name() const;
std::string const& comment() const;
+ std::string const& creator() const;
boost::optional
creation_date() const;
@@ -1047,8 +1048,8 @@ piece and ``info_hash()`` returns the 20-bytes sha1-hash for the info-section of
torrent file. For more information on the ``sha1_hash``, see the big_number_ class.
-name() comment() creation_date()
---------------------------------
+name() comment() creation_date() creator()
+------------------------------------------
::
@@ -1063,6 +1064,9 @@ it will return an empty string. ``creation_date()`` returns a `boost::posix_time
object, representiHTTP/1.1 200 OK
Connection: close
Transfer-Encoding: chunked
Cache-Control: max-age=0, private, must-revalidate, no-transform
Set-Cookie: i_like_gitea=c8828553ddd42d3d; Path=/; HttpOnly; Secure; SameSite=Lax
Set-Cookie: _csrf=t6eF3L0YWMYaBWJ5feqohdni5EY6MTc1MzI2ODY5NjE4NzQwOTYwOQ; Path=/; Max-Age=86400; HttpOnly; Secure; SameSite=Lax
X-Frame-Options: SAMEORIGIN
Date: Wed, 23 Jul 2025 11:04:56 GMT
Content-Type: text/plain; charset=utf-8
X-Cache-Status: HIT
X-Cache-Age: 0
2ba3
diff --git a/docs/manual.html b/docs/manual.html
index 6914a6202..db0f38c2f 100755
--- a/docs/manual.html
+++ b/docs/manual.html
@@ -59,7 +59,7 @@
- trackers()
- total_size() piece_length() piece_size() num_pieces()
- hash_for_piece() info_hash()
-- name() comment() creation_date()
+- name() comment() creation_date() creator()
- torrent_handle
@@ -941,6 +941,7 @@ public:
sha1_hash const& info_hash() const;
std::stirng const& name() const;
std::string const& comment() const;
+ std::string const& creator() const;
boost::optional<boost::posix_time::ptime>
creation_date() const;
@@ -1117,8 +1118,8 @@ sha1_hash const& hash_for_piece(unsigned int index) const;
piece and info_hash() returns the 20-bytes sha1-hash for the info-section of the
torrent file. For more information on the sha1_hash, see the big_number class.
-
diff --git a/docs/manual.rst b/docs/manual.rst
index 4a4a3d2ee..d976c9390 100755
--- a/docs/manual.rst
+++ b/docs/manual.rst
@@ -849,6 +849,7 @@ The ``torrent_info`` has the following synopsis::
sha1_hash const& info_hash() const;
std::stirng const& name() const;
std::string const& comment() const;
+ std::string const& creator() const;
boost::optional
creation_date() const;
@@ -1047,8 +1048,8 @@ piece and ``info_hash()`` returns the 20-bytes sha1-hash for the info-section of
torrent file. For more information on the ``sha1_hash``, see the big_number_ class.
-name() comment() creation_date()
---------------------------------
+name() comment() creation_date() creator()
+------------------------------------------
::
@@ -1063,6 +1064,9 @@ it will return an empty string. ``creation_date()`` returns a `boost::posix_time
object, representi
0