MissValeska
1dadd0e8b4
Oh my god! So many things have changed, IGS is so close, If not already working!
2014-03-13 20:19:40 -07:00
MissValeska
9da1028493
Merge branch 'master' of https://github.com/Netsukuku/netsukuku
...
I really shouldn't do this so often.
2014-03-11 15:21:38 -07:00
MissValeska
3a832172a9
I added all of the libraries websites, Excluding cmake and such, As they are not really used by the code, They are just for compilation.
2014-03-11 15:19:53 -07:00
Valeska
34eb209f1b
Replaced old libgmp url with new one
2014-03-11 15:08:12 -07:00
MissValeska
75d68083c3
IGS Maayyyy be working!!
2014-03-10 16:01:29 -07:00
Valeska
cdca542720
Added bug fixed with hack line
2014-03-10 15:30:18 -07:00
MissValeska
b7f8a6cdb9
I, FINALLY, Fixed the bug where netsukuku just crashed in restricted mode, Without restoring /etc/resolv.conf. However! I did this by bypassing fatal(). This is kind of a hack, Netsukuku will probably be able to restore /etc/resolv.conf without this, Once the tunl0 bug is fixed, Thus preventing fatal from being called.
2014-03-10 15:25:53 -07:00
MissValeska
c61afcb0db
IMPORTANT: Added that a bug prevents ntk from discovering nodes.
2014-03-10 04:20:31 -07:00
MissValeska
c01b79d3bd
Added ntk wifi not discovering bug
2014-03-10 03:44:12 -07:00
Valeska
469695f40e
More bugs added
2014-03-04 13:55:25 -08:00
Valeska
40d0b66e24
Added more bugs, Will add more soon.
2014-03-01 18:32:51 -08:00
Valeska
e453f83dfb
Fixed documentation URL being huge.
2014-03-01 18:20:59 -08:00
Valeska
b82fa51cf6
Simplified and listed as deprecated the old stuff.
2014-03-01 18:20:30 -08:00
MissValeska
83db8acdde
Fixed the installation commands in the readme file.
2014-02-28 02:19:27 -08:00
MissValeska
eb91be8f93
I fixed the compilation errors, And netsukuku now works correctly! Probably
2014-02-28 02:14:43 -08:00
Valeska
5531cad3b8
Added link to doxygen documentation pages
2014-02-19 16:07:08 -08:00
Valeska
ea6f5248d4
More Linux Kernel Detections
2014-02-14 16:13:38 -08:00
Valeska
cf72a5ec59
Linux Kernel Version checking
...
For compatibility between new and old distributions of linux.
2014-02-14 16:12:55 -08:00
Valeska
9b8df0cd35
I Imported more of Michele Bini's fixes.
2014-02-12 19:02:24 -08:00
Valeska
5cbded5473
Copied Michele Bini's threading fixes.
...
https://github.com/Netsukuku/netsukuku/compare/debian-lenny-compilation-fixes
Some of these are specifically for debian lenny 2008! Do NOT use them all, They will break your installation of netsukuku. I will try to set it up properly.
2014-02-12 19:00:33 -08:00
Valeska
a6fc36085e
I made a mistake in the last edit, And reverted readme.md to the correct version.
2013-11-14 11:30:33 -08:00
Valeska
2ea54e622b
I added the real installation commads (Running autogen.sh was not listed prior)
2013-11-14 11:28:51 -08:00
Valeska
919568180b
I added the missing libssl-dev dependency!
2013-10-09 09:57:02 -07:00
Valeska
f66bf29f47
Added more download options
2013-10-03 22:40:23 -07:00
Valeska
d7dc0d6198
I added mawk and gawk to the dependencies
2013-10-01 23:43:49 -07:00
Valeska
e636fdb93c
I improved the wording of the help list.
2013-10-01 05:21:24 -07:00
Valeska
b86545adfa
Merge pull request #1 from rev22/compilation-fixes
...
Compilation fixes
2013-10-01 05:09:13 -07:00
Michele Bini
c8139087d0
Added missing file src/libiptc/ipt_CONNMARK.h
2013-09-30 17:22:52 +02:00
Michele Bini
5727e2f1a5
Compilation fix for recent autotools
2013-09-30 09:34:13 +02:00
Michele Bini
6e03e0dee2
Compilation fixes from the 2010 debianized release
2013-09-30 09:29:12 +02:00
Michele Bini
e0a0364f14
Fixes for compiling libiptc with recent netfilter headers
2013-09-30 09:25:50 +02:00
Michele Bini
75e218b7f2
Compilation fix for more recent GCC compiler
2013-09-30 09:20:59 +02:00
Kirill
60d2333113
Update README.md
2013-09-23 21:05:56 +04:00
Valeska
06b4aaa05d
I fixed some weird wording
2013-09-23 03:35:08 -07:00
Valeska
687fb7c8f1
I've updated it slightly, I included apt-get commands, And I improved the writting and explainations of some things.
...
I removed this section
Get the tarball of the latest stable version from:
http://netsukuku.freaknet.org/files/
If you want to download the development code you have to checkout it from the
cvs repository:
(Warning: It is highly probable the development code will not work!)
$ cvs -d :pserver:anoncvs@hinezumilabs.org:/home/cvsroot login
or
$ export CVSROOT=":pserver:anoncvs@hinezumilabs.org:/home/cvsroot"
$ cvs login
then check it out:
$ cvs -z3 -d :pserver:anoncvs@hinezumilabs.org:/home/cvsroot co netsukuku
or
$ cvs -z3 co netsukuku
(providing the CVSROOT variable was set in the previous step)
Once you've checked out a copy of the source tree, you can update
your source tree at any time so it is in sync with the latest and
greatest by running the command:
# cvs -z3 update -d -P
Or use github:
2013-09-23 03:33:06 -07:00
Kirill Sotnikov
12830d0c0f
Merge branch 'release/0.0.9b'
2013-09-16 14:03:06 +04:00
Kirill Sotnikov
70c0248da8
Add README.md
2013-09-16 14:00:24 +04:00
Kirill Sotnikov
f1761cad9a
git repo init
2013-09-16 13:53:25 +04:00
Kirill Sotnikov
cbddd9f7ac
Update README.md
2013-09-06 15:16:07 +04:00
Kirill Sotnikov
4c9747e318
Initial commit
2013-09-06 04:15:38 -07:00