Skip to content
Dirk Meyer edited this page Mar 24, 2019 · 5 revisions

For full dokumentation see https://project.iroffer.net/projects/iroffer/

This is an improved version of iroffer.
The unmodifed version can be found at https://web.archive.org/web/20161003214603/http://iroffer.org/

See "modDinoex.README":https://iroffer.net/modDinoex.README for changelog and features.

Eine deutsche Anleitung gibt es auf https://wiki.fan-sub.de/index.php?title=Iroffer_Tutorial
Hier die Befehle für den Admin https://wiki.fan-sub.de/index.php?title=Iroffer_Kommandos
Und die Wunschliste den Verbesserungen https://wiki.fan-sub.de/index.php?title=Iroffer_Wunschliste

Suggestions and feeback welcome, visit me on:
#dinoex on irc.euirc.net
#dinoex on irc.otakubox.de
#dinoex on irc.rizon.net

"Overview of features":https://iroffer.net/modDinoex.README
"Übersicht der Erweiterungen":https://iroffer.net/modDinoex.LIESMICH

LICENSE

Due to restrictive license of the GPL you are not allowed to distribute binaries that are linked against OpenSSL.
Please make sure if you distribute binaries, that "libcurl" is not linked with OpenSSL too.
To get a full featured version you have to build it yourself.
See https://iroffer.net/LICENSE.txt for details.

If you include other modules, check https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility

Donations

Iroffer-dinoex is free and open source, for personal and cooperate use.
If you like donate you can contact me per mail or use PayPal Donations.

Updating to a new version

  1. Make a backup of your old configfiles and statefile
  2. Compile the new iroffer
  3. Replace the binary with the new version.
  4. Send "RESTART" as admin command.

If you can not replace the binary:
3a. Shutdown iroffer (graceful)
Send "HOLDQUEUE" as admin command.
Send "SHUTDOWN DELAYED" as admin command.
Wait for the bit to complete the running transfers.
3b. Replace the binary with he new version.
3a. Start iroffer
The queued transfers will start.

Updating your main configfile

  1. You need the keep the old sample.config around.
  2. Make sure you run the new version of the bot.
  3. Merge the configfile with "diff3"

diff3 -m mybot.config iroffer-dinoex-3.19/sample.config iroffer-dinoex-3.21/sample.config > mybot.config.new

  1. Check the file "mybot.config.new" for conflicts.
    Look out for sections with "<<<<<<" and ">>>>>>"
    Resolve conflicts by removing the bad lines and keeping your config.
    Save.

  2. Replace the running config with the new version.

ln mybot.config mybot.config.backup mv mybot.config.new mybot.config

iroffer-dinoex will load the changed config line.

Information about Virus-scanners

Iroffer is not a virus, trojan or backdoor. It is a file server like FTP.
If you don't have installed this software yourself, but a scanner reports it on your harddisk, Iroffer has been installed by a malware after successful compromising your computer.

Iroffer is kein Virus, Trojaner oder Spähprogramm. Es ist ein Server zum Austausch von Dateien wie z.b. FTP.
Falls Sie das Programm nicht selbst installiert haben, und ein Prüfprogramm "Iroffer" findet, so wurde Iroffer vom eigentlichen Schadprogram erst nach dem erfolgreichen Eindringen in Ihren Rechner installiert.

Clone this wiki locally