Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump version number |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.8.8-20190313 |
Files: | files | file ages | folders |
SHA1: |
03ba7f6a7b628eb041aaad49d2d01bcd |
User & Date: | bernd 2019-03-13 22:35:35.264 |
Context
2019-03-14
| ||
16:32 | Import Google+ communities check-in: 6d761f85a8 user: bernd tags: trunk | |
2019-03-13
| ||
22:35 | Bump version number check-in: 03ba7f6a7b user: bernd tags: trunk, 0.8.8-20190313 | |
21:44 | Postings display started (text only) check-in: 4c18cd8708 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.8.8-20190313], [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 gui.fs.
︙ | ︙ | |||
525 526 527 528 529 530 531 | font-size# 33% f* to slider-border dup font-size# 66% f* fdup vslider }}h box[] }}v box[] }}z box[] to id-frame : show-nicks ( -- ) fill-nicks fill-groups next-slide | | | 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 | font-size# 33% f* to slider-border dup font-size# 66% f* fdup vslider }}h box[] }}v box[] }}z box[] to id-frame : show-nicks ( -- ) fill-nicks fill-groups next-slide peers-box 0.01e [: .vp-top fdrop title-vp .vp-top +sync +resize ;] >animate ; \ messages msg-class class end-class wmsg-class $88FF88FF color: my-signal |
︙ | ︙ | |||
692 693 694 695 696 697 698 699 700 701 702 703 704 705 | ." open " prj .project cr prj 2dup keysize /string [: type '@' emit key| .key-id? ;] $tmp nick>chat >dir "posts" ~net2o-cache/ handle-clone prj keysize /string set-dir throw .project-log next-slide dir> ; :noname ( -- ) glue*ll }}glue msg-box .child+ dpy-w @ 90% fm* msg-par .par-split {{ msg-par unbox }} dup >r 0 ?DO I pick box[] "unboxed" name! drop LOOP r> | > | 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 | ." open " prj .project cr prj 2dup keysize /string [: type '@' emit key| .key-id? ;] $tmp nick>chat >dir "posts" ~net2o-cache/ handle-clone prj keysize /string set-dir throw .project-log next-slide project-vp 0.01e [: .vp-top fdrop +sync +resize ;] >animate dir> ; :noname ( -- ) glue*ll }}glue msg-box .child+ dpy-w @ 90% fm* msg-par .par-split {{ msg-par unbox }} dup >r 0 ?DO I pick box[] "unboxed" name! drop LOOP r> |
︙ | ︙ |
Changes to wiki/commands.md.
1 2 | # Commands # | | | 1 2 3 4 5 6 7 8 9 10 | # Commands # Version 0.8.8-20190313. 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 |
︙ | ︙ |