-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2008-12-17 02:20:10 UTC by sf-robot
-
jontheniceguy committed revision 86 to the Laconi.ca Tools SVN repository, changing 1 files.
2008-12-02 19:40:54 UTC by jontheniceguy
-
This issue is resolved in svn HEAD.
2008-12-02 19:37:13 UTC by jontheniceguy
-
jontheniceguy committed revision 85 to the Laconi.ca Tools SVN repository, changing 1 files.
2008-12-02 19:35:37 UTC by jontheniceguy
-
In lib_text, there is a situation which may occur if the connection is dropped too soon, where a message which is being deleted isn't deleted. Adding a sleep statement should resolve this issue.
There is potential for this issue to also occur in lib_pdu.
2008-12-02 19:34:22 UTC by jontheniceguy
-
jontheniceguy committed revision 84 to the Laconi.ca Tools SVN repository, changing 3 files.
2008-11-21 23:21:18 UTC by jontheniceguy
-
Currently, the code shows:
foreach($status as $stat_name=>$state) {
$stat_head.="$stat_name";
if($states['state']==0) {$stat="Down since {$state['time']}";} else {$stat="Up at {$state['time']}";}
$stat_line.="$stat";
}
Whereas it should show
foreach($status as $stat_name=>$state) {...
2008-11-17 11:35:24 UTC by jontheniceguy
-
Twitter will only permit 100 queries in 60 minutes. As a result, with the default settings (sleep 10 seconds between requests) on the smsToLaconica script, you will get 10 minutes of checks, followed by 50 minutes of no checks.
Short term work-around is to increase sleep from 10 to 60. Longer term, a patch needs to be written to cover both Modem checks (for which 10 seconds is not a problem...
2008-11-17 11:32:37 UTC by jontheniceguy
-
In the smsToLaconica instance running on my home system, daemon_feed.php terminates after a period of time has passed. There is a bug in PHP which is partially resolved by calling the destroy method in simplepie, however, this doesn't seem to have totally fixed it.
I have added the following lines to daemon_feed.php after the line 'require_once("lib_debug.php");'
$debug['enabled']=TRUE;...
2008-11-17 10:58:34 UTC by jontheniceguy
-
jontheniceguy committed revision 83 to the Laconi.ca Tools SVN repository, changing 3 files.
2008-11-16 16:46:54 UTC by jontheniceguy