1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!-- $Id: mod-share.html,v 1.21 2010/01/03 13:27:23 pseudo Exp $ -->
<html>
<head>
<title>Eggdrop Documentation: Share Module</title>
</head>
<body>
<div align="center">
<p><strong>Share Module</strong></p>
</div>
<hr>
<p>This module provides userfile sharing support between two directly
linked bots.</p>
<blockquote>
<ol>
<li><a href="#config">Config file settings</a></li>
</ol>
</blockquote>
<hr>
<p><a name="config">1. <strong>Config file settings</strong></a></p>
<blockquote>
<p>Put this line into your Eggdrop configuration file to load the
share module:</p>
<p><strong>loadmodule share</strong></p>
<p>There are also some variables you can set in your config
file:</p>
</blockquote>
<blockquote>
<dl>
<dt><strong>set allow-resync 0</strong></dt>
<dd>
<p>When two bots get disconnected, this setting allows them
to create a resync buffer which saves all changes done to the
userfile during the disconnect. When they reconnect, they will
not have to transfer the complete user file, but, instead, just
send the resync buffer.</p>
</dd>
<dt><strong>set resync-time 900</strong></dt>
<dd>
<p>This setting specifies how long to hold another bots resync data
before flushing it. This is a setting for allow-resync.</p>
</dd>
<dt><strong>set private-global 0</strong></dt>
<dd>
<p>When sharing user lists, DON'T ACCEPT global flag changes from
other bots? <strong>NOTE:</strong> The bot will still send changes
made on the bot, it just won't accept any global flag changes from
other bots. This overrides the private-globals setting (below).</p>
</dd>
<dt><strong>set private-globals ""</strong></dt>
<dd>
<p>When sharing user lists, if private-global isn't set, which
global flag changes from other bots should be ignored?</p>
</dd>
<dt><strong>set private-user 0</strong></dt>
<dd>
<p>When sharing user lists, don't accept ANY userfile changes
from other bots? Paranoid people should use this feature on their
hub bot. This will force all userlist changes to be made via the
hub.</p>
</dd>
<dt><strong>set override-bots 0</strong></dt>
<dd>
<p>This setting makes the bot discard it's own bot records in
favor of the ones sent by the hub. <strong>NOTE:</strong> No
passwords or botflags are shared, only ports and address are
added to sharing procedure. This only works with hubs that
are v1.5.1 or higher.</p>
</dd>
</dl>
</blockquote>
<hr>
<p><em>Copyright © 1997 Robey Pointer<br>
Copyright © 1999 - 2010 Eggheads Development Team
<a href="http://www.eggheads.org/"> Eggheads Development Team</a></em></p>
</body>
</html>
|