0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 7 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tinyurl.heh.pl More... almost 19 years ago
TinyURL.com changed their redirects so they could insert some advertising or maybe their own affiliate garbage. We now look for META redirects as well as plain 'ol HTTP redirects. Also, we now cache links. This works fine for tinyurl, since the links last forever, but the others should probably be checked to see if we should expire the cache. Or maybe we should expire the cache anyway. More... almost 19 years ago
We now rollback the database and exit on errors instead of trying to continue. More... almost 19 years ago
%currency is dead! Use %find instead. More... almost 19 years ago
Remove unwanted spaces in the weather station names, and correct spelling on a comment. More... almost 19 years ago
Apparently Geo::METAR calls you names when it crashes. While this doesn't fix the whole crashing bit, at least it removes the name calling. More... almost 19 years ago
We now fire the unload event for the plugins when we get disconnected from the server and are quitting, instead of when we send the quit command or get klined. This should (might?) fix a crash should simbot get a message after beginning to quit. It also removes a bit of code duplication. More... almost 19 years ago
We now catch NOAA's fondness for sending an empty forecast for 1970 in response to bad requests and give an error message, including the suggestion to check one's clock. Now to figure out why my computer thinks it is 1982... More... almost 19 years ago
fairfax.va.us.undernet.org now allows non-abusive bots, adding it to the default config. More... almost 19 years ago
Looks like Elsene.Be.Eu.undernet.org is no more. (points to oslo) More... almost 19 years ago
Made the banned error message slightly clearer. More... almost 19 years ago
Handling numeric 465, you're banned creep, would be a good thing. Especially since it tells us *why* we were klined. (bite me, identd) More... almost 19 years ago
We now cleanly quit if we've removed our last server when getting klined. More... almost 19 years ago
We now work with the proper array when removing servers that have klined us. More... almost 19 years ago
How old is this logic bug? Should simbot get klined, we'll now properly remove the server from the pool instead of getting stuck in a loop. More... almost 19 years ago
Removing the timeout here. I'll fix it later, when I'm awake. More... almost 19 years ago
Wind Gusts seem like useful information for those of us in Chicago. More... almost 19 years ago
- Remove XML current conditions reports. They don't tell us anything METAR doesn't, and are often further behind. - Fix &distance... 'course, it isn't called anymore, but that'll change soon. - Remove url column from the weather db. More... almost 19 years ago
Getting the forecast now times out properly. Would NOAA take a donation of a faster server? More... almost 19 years ago
We now understand half stars. More... almost 19 years ago
Fixed the define: queries again, and added a little code to eat any possible extra "term is" from the beginning of the result. More... almost 19 years ago
Ray: Error 500: Cannot find bean cart in any scope Me: ? Ray: Nextel's shopping cart gives me that error More... almost 19 years ago
- Give NOAA 8 seconds to give us weather. This is normally enough, and I don't want to block simbot for longer. - Distance is now unit converted for visibility. I'll make cloud heights work next. Maybe snow increasing rapidly, although I've *never* seen that message used. More... almost 19 years ago
Currency was failing to load and yet, the plugin was still registered, because the code was ordered badly. :) More... almost 19 years ago
Defer creation of the SOAP object until it's first needed. This'll defer the annoying delay when the server is down, so at least SimBot will start in a reasonable time. More... almost 19 years ago
I really should look for warn statements before committing... More... almost 19 years ago
- Misplaced comment - Filter out airfield quality color code More... almost 19 years ago
Using ForceArray properly helps. Also, this code worked before... I need to see more feeds to know this change will continue working, in case some feeds don't use cap:area. More... almost 19 years ago
Some comments, some dead code removal, and a pinch of OCD. Season to taste. More... almost 19 years ago
XML weather forecasts now use the unit conversion stuff and honor the metric and imperial arguments to %weather. More... almost 19 years ago