<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/forge/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/forge/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/forge/feature-requests/</id><updated>2026-04-21T01:21:22.809000Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>How to find M3u iptv addresses</title><link href="https://sourceforge.net/p/forge/feature-requests/946/" rel="alternate"/><published>2026-04-21T01:21:22.809000Z</published><updated>2026-04-21T01:21:22.809000Z</updated><author><name>Mark Field</name><uri>https://sourceforge.net/u/marklfield/</uri></author><id>https://sourceforge.net152f71b2175faa56e2d46d5bf1545cae76f2d497</id><summary type="html"/></entry><entry><title>#927 Add dark theme support</title><link href="https://sourceforge.net/p/forge/feature-requests/927/?limit=250#1960" rel="alternate"/><published>2026-04-09T11:47:30.122000Z</published><updated>2026-04-09T11:47:30.122000Z</updated><author><name>Neustradamus</name><uri>https://sourceforge.net/u/neustradamus/</uri></author><id>https://sourceforge.net6a40a6150ccd19101675eb3d9ff3be9cec9b3b5b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It is an important request!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#936 Bring back .htaccess support for project web</title><link href="https://sourceforge.net/p/forge/feature-requests/936/?limit=25#a65f" rel="alternate"/><published>2026-03-30T14:17:04.835000Z</published><updated>2026-03-30T14:17:04.835000Z</updated><author><name>Andrew Ziem</name><uri>https://sourceforge.net/u/andrewziem/</uri></author><id>https://sourceforge.netaf06f820b301407941689a451f21aa6261932d37</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I would love at least a way to provide custom 404 page or HTTP 301 redirects. My old site had many URLs, which are now broken, and replacing the old URLs with static .html pages is not a good solution.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Hosting Go modules</title><link href="https://sourceforge.net/p/forge/feature-requests/945/" rel="alternate"/><published>2026-03-14T15:38:43.435000Z</published><updated>2026-03-14T15:38:43.435000Z</updated><author><name>Alexander Forshtat</name><uri>https://sourceforge.net/u/forshtat/</uri></author><id>https://sourceforge.netfbd575675e1afe363439cea16f7f670b345fa623</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Unable to use SourceForge repositories as Go modules&lt;/p&gt;
&lt;p&gt;Description:&lt;br/&gt;
Hello,&lt;/p&gt;
&lt;p&gt;I am trying to publish a Go module using a SourceForge Git repository. When running:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="k"&gt;go&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="k"&gt;get&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;https&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="o"&gt;//&lt;/span&gt;&lt;span class="n"&gt;git&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;code&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sf&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;net&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;p&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;tracetypes&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;tracetypes&lt;/span&gt;&lt;span class="nv"&gt;@v0&lt;/span&gt;&lt;span class="mf"&gt;.1.0&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;or importing in Go code:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="kn"&gt;import&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"sourceforge.net/p/tracetypes/tracetypes"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;the Go toolchain fails with an error:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="n"&gt;no&lt;/span&gt; &lt;span class="n"&gt;go&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="kn"&gt;import&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nn"&gt;meta&lt;/span&gt; &lt;span class="n"&gt;tags&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Go’s module system requires that the import path resolve to an HTML page containing a &lt;code&gt;&amp;lt;meta name="go-import"&amp;gt;&lt;/code&gt; tag specifying the repository location, e.g.:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;meta&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;name&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"go-import"&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;content&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"sourceforge.net/p/tracetypes/tracetypes git https://git.code.sf.net/p/tracetypes/tracetypes.git"&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;It seems like SourceForge currently does not provide a way to serve or configure these tags on repository pages. As a result, Go modules cannot be published or consumed directly from SourceForge.&lt;/p&gt;
&lt;p&gt;Could SourceForge provide support for &lt;code&gt;&amp;lt;meta name="go-import"&amp;gt;&lt;/code&gt; tags, or an alternative mechanism to allow Go module discovery from SourceForge-hosted Git repositories?&lt;/p&gt;
&lt;p&gt;Thank you for your help.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#944 Mouse Keyboard Clicker Holder</title><link href="https://sourceforge.net/p/forge/feature-requests/944/?limit=25#26ae" rel="alternate"/><published>2026-03-12T09:10:28.083000Z</published><updated>2026-03-12T09:10:28.083000Z</updated><author><name>Tayvon Co</name><uri>https://sourceforge.net/u/tayvon06/</uri></author><id>https://sourceforge.net6c6df78de1a5c9762a960d884894987fe752e86f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a href="https://sourceforge.net/projects/keyboard-clicker-holder/"&gt;https://sourceforge.net/projects/keyboard-clicker-holder/&lt;/a&gt;&lt;br/&gt;
The link of what I'm talking about&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Mouse Keyboard Clicker Holder</title><link href="https://sourceforge.net/p/forge/feature-requests/944/" rel="alternate"/><published>2026-03-12T09:09:16.473000Z</published><updated>2026-03-12T09:09:16.473000Z</updated><author><name>Tayvon Co</name><uri>https://sourceforge.net/u/tayvon06/</uri></author><id>https://sourceforge.net2cd701109b9e038237daae5ed31f862ac00fb90d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Please add a feature where we can use multiple keys in a sequence order instead of one please. You can feel free to experiment with it to perfect it and even maybe have ads or something else that I'm not aware of if making it free isn't an option. Don't get me wrong the keyboard clicker is really good, it's just I think it has potential if more was added-on&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#943 User activity</title><link href="https://sourceforge.net/p/forge/feature-requests/943/?limit=25#f001" rel="alternate"/><published>2026-02-04T23:01:54.828000Z</published><updated>2026-02-04T23:01:54.828000Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.net2d814eb56363673a48f2524df6ad55aabfce0410</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have deleted all my projects and (after 26 years) disabled my account.&lt;/p&gt;
&lt;p&gt;This webpage leaks informations about my activity and that is not acceptable to me.&lt;/p&gt;
&lt;p&gt;Please delete my account permanently. Thank you.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#943 User activity</title><link href="https://sourceforge.net/p/forge/feature-requests/943/?limit=25#bfef" rel="alternate"/><published>2026-02-04T22:57:21.526000Z</published><updated>2026-02-04T22:57:21.526000Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.net81037c99b6bdaadd0a36528e125297c1a0265fbe</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I hate this. &lt;/p&gt;
&lt;p&gt;Bye.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#943 User activity</title><link href="https://sourceforge.net/p/forge/feature-requests/943/?limit=25#71ed" rel="alternate"/><published>2026-02-04T22:53:12.628000Z</published><updated>2026-02-04T22:53:12.628000Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.net3f09378f7ed1589652f197138a773df21432b757</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Will all this be gone if I delete my account?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#943 User activity</title><link href="https://sourceforge.net/p/forge/feature-requests/943/?limit=25#0973" rel="alternate"/><published>2026-02-04T22:52:45.906000Z</published><updated>2026-02-04T22:52:45.906000Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.net61999cec22f09292982ff0cb34b86dce949a0bd0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Same for tickets. Why are tickets public? Can I delete a ticket?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>