Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump version number |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.7.2-20180613 |
Files: | files | file ages | folders |
SHA1: |
b8b04ec18b8cc4d216070e8b8ce34390 |
User & Date: | bernd 2018-06-13 21:10:23.199 |
Context
2018-06-15
| ||
13:01 | Separate in and out sockaddr Make sure leaving a group gives the left message to everyone check-in: b8150dd265 user: bernd tags: trunk | |
2018-06-13
| ||
21:10 | Bump version number check-in: b8b04ec18b user: bernd tags: trunk, 0.7.2-20180613 | |
2018-06-12
| ||
18:55 | Leave chat session on close check-in: cb09e21072 user: bernd tags: trunk | |
Changes
Changes to configure.ac.
︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | - + | # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. |
︙ |
Changes to do.
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + | #!/bin/bash echo "This script builds net2o from scratch" |
︙ |
Changes to helper.fs.
︙ | |||
68 69 70 71 72 73 74 | 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | + - + | 0 Value dht-connection Forward renat-all event: :>renat ( -- ) renat-all ; event: :>disconnect ( addr -- ) .disconnect-me ; : dht-beacon ( addr u -- ) 0 addr dht-connection !@ |
︙ |
Changes to wiki/commands.md.
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | # Commands # |
︙ |