Kaynağa Gözat

* 1.2.1

svn: 1587
Bryan Drewery 21 yıl önce
ebeveyn
işleme
81776dc6e4
3 değiştirilmiş dosya ile 10 ekleme ve 21 silme
  1. 7 20
      doc/INSTALL
  2. 2 0
      doc/UPDATES
  3. 1 1
      src/main.c

+ 7 - 20
doc/INSTALL

@@ -31,23 +31,10 @@ After the compile process is finished, the binaries will be placed in wraith.OS.
 
 Step 3: Making bots
 
-NOTE: conf files from versions older than 1.0.11 still work, but improvements have been made.
-
-read over doc/conf.example.
-This file can be made by the bot binary with ./binary -g filename
-Edit the conf (conf.example or the generated one, doesnt matter)
-For leaf bots, encrypt the conf as '~/.ssh/.known_hosts'
-For hub bots, encrypt the conf as 'conf'
-Thie is done by: ./binary -e infile outfile
-tar -czvf somebot.tgz .known_hosts binary
-(or for hub): tar -czvf somehub.tgz conf binary
-then upload somebot.tgz to whatever shell..
-
-LEAF:
-untar, mkdir ~/.ssh;mv .known_hosts ~/.ssh/.known_hosts
-then just run the leaf binary, it will move itself to: ~/.sshrc
-
-HUB:
-untar, ./binary 
-This is assuming the conf is already encrypted as 'conf', if not, move it to 'conf'.
-The binary can be named ANYTHING, just as long as the encrypted conf is known as 'conf' in the same dir
+simply do ./binary -C
+You may need to 'export EDITOR=pico' or to whatever editor you prefer.
+Make sure you check all settings presented.
+
+If you were updating an old bot on the shell:
+./old_binary -U new_binary
+If you want bots to auto restart use '-u' instead

+ 2 - 0
doc/UPDATES

@@ -1,5 +1,7 @@
 This is a summary of ChangeLog basically.
 
+1.2.1
+
 1.2
 * No longer displaying SALTS on ./bin -v
 * Wrote new 'response' code for misc stuff like kick reasons, and dcc responses...

+ 1 - 1
src/main.c

@@ -65,7 +65,7 @@
 extern int		optind;
 
 const time_t 	buildts = CVSBUILD;		/* build timestamp (UTC) */
-const char	egg_version[1024] = "1.2";
+const char	egg_version[1024] = "1.2.1";
 
 /* FIXME: remove after 1.2 ??? OR NOT */
 int	old_hack = 0;