This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "Bzfscron"

From BZFlagWiki
Jump to: navigation, search
m
m (fix link)
Line 6: Line 6:
  
 
===See also===
 
===See also===
*Original bzfscron announcement: http://my.bzflag.org/bb/viewtopic.php?t=501
+
*Original bzfscron announcement: http://my.bzflag.org/bb/viewtopic.php?t=5018
 
*Bzfscron rewrite information: http://my.bzflag.org/bb/viewtopic.php?t=10095
 
*Bzfscron rewrite information: http://my.bzflag.org/bb/viewtopic.php?t=10095
  
 
[[Category:Plug-Ins]]
 
[[Category:Plug-Ins]]
 
[[Category:Server]]
 
[[Category:Server]]

Revision as of 23:29, 12 March 2007

One of the first plugins, and still arguably the most powerful, bzfscron allows you to run arbitrary /slash commands on a schedule. It supports a very complete crontab parser that closely approximates those found on most modern *nix systems.

With bzfs 2.0.x, limitations in the server API force bzfscron to use an ingenious, but hackish way to deliver its commands. An "observer" called "bzfscron" joins the server. The plugin promotes itself (the pseudo-player) to administrator automatically, so you don't need to worry about permissions. Establishing a TCP connection to one's own thread is very weird and very ugly. However, for the limited purposes of this plugin, it works.

Bzfscron has been completely redesigned to use a server-side player in BZFlag 2.2 and newer.

See also