<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Disable default notifications]]></title><description><![CDATA[<p>I don't want default notifications. A road is under attack? I don't care. A creep is under attack? Also don't care. Controller about to level down? Don't care. Controller levelled up? You guessed it, don't care!</p>
<p>What I do care about is custom notifications. I can reimplement any default notification using these. The trouble is they get drowned out by the default notifications. This basically makes the notification system fairly useless. I can disable a lot of the default notifications but not all - eg. I can't disable &quot;road under attack&quot;.</p>
<p>I kinda also care about error notifications, so a separate checkbox for them would be nice.</p>
]]></description><link>http://screeps.com/forum/topic/3072/disable-default-notifications</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 01:42:02 GMT</lastBuildDate><atom:link href="http://screeps.com/forum/topic/3072.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Sep 2020 13:09:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Disable default notifications on Invalid Date]]></title><description><![CDATA[<p>I don't want default notifications. A road is under attack? I don't care. A creep is under attack? Also don't care. Controller about to level down? Don't care. Controller levelled up? You guessed it, don't care!</p>
<p>What I do care about is custom notifications. I can reimplement any default notification using these. The trouble is they get drowned out by the default notifications. This basically makes the notification system fairly useless. I can disable a lot of the default notifications but not all - eg. I can't disable &quot;road under attack&quot;.</p>
<p>I kinda also care about error notifications, so a separate checkbox for them would be nice.</p>
]]></description><link>http://screeps.com/forum/post/15607</link><guid isPermaLink="true">http://screeps.com/forum/post/15607</guid><dc:creator><![CDATA[Tigga]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Disable default notifications on Invalid Date]]></title><description><![CDATA[<p>I definitely agree with this. I think it's fair to say i'm well within the great majority here when I just swipe away my email notifications about screeps by default.</p>
<p>Giving us options to select what kind of (stock) notifications we want or at least setting the default to no notifications would be a great plus for the game overall in my opinion.</p>
<p>While we're at it i'd also once again propose notification parameters for the spawn method so we don't have to keep implementing workarounds for a system that should add value to the game, because it really only detracts from it instead currently.
In that line of thought it would also be good to have these parameters added to other methods too, so we can just create construction sites with the notifications for the resulting structure already turned off or claim a room without getting controller notifications. Now, of course this latter one would just be nice to have but i wouldn't necessarily classify it as &quot;necessary&quot;, as i do for creeps. At the very least a working check for notifications should be implemented so we don't have to pay the intent cost for every object that already has it turned off already, just because it returns OK all the time.</p>
]]></description><link>http://screeps.com/forum/post/15608</link><guid isPermaLink="true">http://screeps.com/forum/post/15608</guid><dc:creator><![CDATA[RayderBlitz]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Disable default notifications on Invalid Date]]></title><description><![CDATA[<p>My work around. Loop over all spawns, if they're spawning a creep next tick, hack the creep to disable the notifications. An alternative I considered is disabling notifications whenever a creep has 1499 ttl, but that has slight problems with regenerated creeps and claim creeps.<br />
My point is not that we have a work around instead that my two options are kinda convoluted.</p>
<p>To Tigga's point.<br />
I have twice (I forgot why I decided it was a bad idea) implemented Claim+downgrade instead of reserve for remote harvesting. It's a cool tradeoff (varied solutions, game breadth, etc). But the controller downgrade email spam was too much. There is no in game way to work around the problem. I suppose if I really cared I could craft an email filter to just delete the controller downgrade spam, but yuck.</p>
]]></description><link>http://screeps.com/forum/post/15609</link><guid isPermaLink="true">http://screeps.com/forum/post/15609</guid><dc:creator><![CDATA[deft-code]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Disable default notifications on Invalid Date]]></title><description><![CDATA[<p>While on the subject of unwanted emails... I think it's safe to assume that people don't want emails about their typos in the console.</p>
<pre><code class="language-bash">1 notification received on shard1:
	

SyntaxError: Unexpected token .
    at _console1599257464959_0:1:51
    at _console1599257464959_0:1:60
    at Object.exports.evalCode (&lt;runtime&gt;:15550:71)
    at Object.exports.run (&lt;runtime&gt;:31737:41)

Go to the game
</code></pre>
]]></description><link>http://screeps.com/forum/post/15611</link><guid isPermaLink="true">http://screeps.com/forum/post/15611</guid><dc:creator><![CDATA[eduter]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Disable default notifications on Invalid Date]]></title><description><![CDATA[<p>Also would be nice if the email notifications used the same dark background as the console. I use my log function to send email notifications that include HTML colors which aren't always readable with white background.</p>
]]></description><link>http://screeps.com/forum/post/15612</link><guid isPermaLink="true">http://screeps.com/forum/post/15612</guid><dc:creator><![CDATA[TehFiend]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Disable default notifications on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/914">@tehfiend</a> if you're already using HTML, can't you just set the background color yourself?</p>
]]></description><link>http://screeps.com/forum/post/15616</link><guid isPermaLink="true">http://screeps.com/forum/post/15616</guid><dc:creator><![CDATA[eduter]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Disable default notifications on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/154">@eduter</a> The <font> tag doesn't support background colors and we don't have access to the <style> tag or CSS for the email that's sent unless I'm unaware of another method.</p>
]]></description><link>http://screeps.com/forum/post/15618</link><guid isPermaLink="true">http://screeps.com/forum/post/15618</guid><dc:creator><![CDATA[TehFiend]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Disable default notifications on Sun, 27 Sep 2020 16:03:31 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/154">@eduter</a> Apparently this forum doesn't escape tags so my post broke things and I can't edit it. What I was trying to say is that the <code>&lt;font&gt;</code> tag doesn't support background colors and we don't have access to the <code>&lt;style&gt;</code> tag or the CSS that the email uses unless I'm unaware of another method.</p>
]]></description><link>http://screeps.com/forum/post/15619</link><guid isPermaLink="true">http://screeps.com/forum/post/15619</guid><dc:creator><![CDATA[TehFiend]]></dc:creator><pubDate>Sun, 27 Sep 2020 16:03:31 GMT</pubDate></item><item><title><![CDATA[Reply to Disable default notifications on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/914">@tehfiend</a> I just tried this in the console and it worked fine:</p>
<p>'&lt;span style=&quot;background-color:red;color:yellow&quot;&gt;foo&lt;/span&gt;'</p>
<p>Don't know about emails, though. I never tried to style the notifications.</p>
]]></description><link>http://screeps.com/forum/post/15620</link><guid isPermaLink="true">http://screeps.com/forum/post/15620</guid><dc:creator><![CDATA[eduter]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Disable default notifications on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://screeps.com/forum/uid/154">@eduter</a> said in <a href="/forum/post/15620">Disable default notifications</a>:</p>
<blockquote>
<p><span style="background-color:red;color:yellow">foo</span></p>
</blockquote>
<p>That worked, thanks!</p>
]]></description><link>http://screeps.com/forum/post/15622</link><guid isPermaLink="true">http://screeps.com/forum/post/15622</guid><dc:creator><![CDATA[TehFiend]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Disable default notifications on Invalid Date]]></title><description><![CDATA[<p>It would be nice to be able to have option to enable notifications for player attacks vs invader attacks.</p>
]]></description><link>http://screeps.com/forum/post/15660</link><guid isPermaLink="true">http://screeps.com/forum/post/15660</guid><dc:creator><![CDATA[Davaned]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>