Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump version number |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.7.4-20180802 |
Files: | files | file ages | folders |
SHA1: |
97520b8b8988a3c583528a9bb927bbab |
User & Date: | bernd 2018-08-01 23:05:26.325 |
Context
2018-08-02
| ||
19:18 | No OpenGL required for TUI-only check-in: 2214e132fe user: bernd tags: trunk | |
2018-08-01
| ||
23:05 | Bump version number check-in: 97520b8b89 user: bernd tags: trunk, 0.7.4-20180802 | |
2018-07-30
| ||
21:54 | Work on paragraph breaking of messages check-in: f3a9beb031 user: bernd tags: trunk | |
Changes
Changes to configure.ac.
︙ | ︙ | |||
11 12 13 14 15 16 17 | # 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/>. | | | 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/>. AC_INIT([net2o], [0.7.4-20180802], [bernd@net2o.de], [net2o], [https://fossil.net2o.de/net2o/reportlist]) AC_PREREQ([2.59]) AC_CONFIG_MACRO_DIR([m4]) AC_USE_SYSTEM_EXTENSIONS LT_INIT AC_MSG_CHECKING([for gforth]) |
︙ | ︙ |
Changes to doc/ft2018-presentation.fs.
︙ | ︙ | |||
214 215 216 217 218 219 220 | {{ $FFFFFFFF pres-frame {{ glue*l }}glue \ ) $CCDDDD3F 4e }}frame dup .button1 "net2o: ΜΙΝΩΣ2 GUI, $quid “crypto”" /title "($quid = Ethisches Micropayment mit effizienter BlockChain)" /subtitle {{ {{ glue*l }}glue | | | 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | {{ $FFFFFFFF pres-frame {{ glue*l }}glue \ ) $CCDDDD3F 4e }}frame dup .button1 "net2o: ΜΙΝΩΣ2 GUI, $quid “crypto”" /title "($quid = Ethisches Micropayment mit effizienter BlockChain)" /subtitle {{ {{ glue*l }}glue {{ $0000007F to x-color \tiny l" Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. " }}i18n-text \bold "Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit," }}text \regular " sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui " }}text \italic "dolorem ipsum quia dolor sit amet," }}text \regular " consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum " }}text \bold-italic "qui dolorem eum fugiat" }}text \regular " quo voluptas nulla pariatur?" }}text glue*l }}glue }}p cbl dpy-w @ 44.5% fm* dup .par-split /center glue*l }}glue }}v glue*2 }}glue }}z \ ) $CCDDDD3F 4e }}frame dup .button1 "Bernd Paysan" /author "Forth–Tagung 2018, Essen" /location glue*l }}glue \ ) $CCDDDD3F 4e }}frame dup .button1 }}v box[] >o font-size# to border o Value title-page o o> }}z box[] dup >slides |
︙ | ︙ |
Changes to gui.fs.
︙ | ︙ | |||
208 209 210 211 212 213 214 | : child+ ( o -- ) o over >o to parent-w o> childs[] >stack ; [THEN] Create ke-imports#rgb Create imports#rgb-bg $33EE33FF , \ myself is pretty green | | | 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 | : child+ ( o -- ) o over >o to parent-w o> childs[] >stack ; [THEN] Create ke-imports#rgb Create imports#rgb-bg $33EE33FF , \ myself is pretty green $BBDD66FF , \ manually imported is green, too $55DD55FF , \ scanned is more green $CCEE55FF , \ seen in chat is more yellow $EECC55FF , \ imported from DHT is pretty yellow $FF8844FF , \ invited is very yellow $FF0000FF , \ untrusted is last Create imports#rgb-fg $003300FF , |
︙ | ︙ |
Changes to wiki/commands.md.
1 2 | # Commands # | | | 1 2 3 4 5 6 7 8 9 10 | # Commands # Version 0.7.4-20180802. net2o separates data and commands. Data is passed through to higher layers, commands are interpreted when they arrive. For connection requests, a special bit is set, and the address then isn't used as address, but as IV for the opportunistic encoding. The command interpreter is a stack machine with two data types: 64 |
︙ | ︙ |