3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-11-16 22:47:25 +01:00

Commit Graph

  • 7b9971294a Add Ty applet Pragmatic Software 2022-04-06 09:09:20 -07:00
  • 1c57e01fad pbot-vm: escape malformed Unicode on STDOUT Pragmatic Software 2022-04-04 22:32:53 -07:00
  • 110912e85d pbot-vm: use coderef to simplify escaping of malformed Unicode Pragmatic Software 2022-04-04 22:10:50 -07:00
  • 5bc47b61d9 pbot-vm: display escaped malformed Unicode in output instead of U+FFFD Pragmatic Software 2022-04-04 21:54:39 -07:00
  • 757088987d pbot-vm: fix invalid character encountered in JSON string Pragmatic Software 2022-04-04 21:41:27 -07:00
  • 4535881898 pbot-vm: fix whitespace issue with "string"[n] Pragmatic Software 2022-04-04 17:17:57 -07:00
  • 8381fc7ad2 c99/c11 commands can now take -text option to filter output Pragmatic Software 2022-04-04 10:42:42 -07:00
  • 03fb901291 pbot-vm: fix potential time-out when outputting 0 Pragmatic Software 2022-03-31 19:52:46 -07:00
  • a98a0fa0fb Fix links Pragmatic Software 2022-03-26 21:05:58 -07:00
  • d80b70a2e5 Dequeue cache events when removing SQLite Storage entries Pragmatic Software 2022-03-23 23:45:00 -07:00
  • 1f3110075a pbot-vm: fix clang2x Pragmatic Software 2022-03-19 21:50:43 -07:00
  • 02ca5e4435 pbot-vm: add C2X language files; default cc to C2X Pragmatic Software 2022-03-19 21:31:58 -07:00
  • 23efee674a Plugin/UrlTitles: update user-agents Pragmatic Software 2022-03-17 19:17:31 -07:00
  • 1abc466e7a Plugin/UrlTitles: include URL in history file Pragmatic Software 2022-03-17 16:47:06 -07:00
  • fcb39511c3 pbot-vm: restore stdin for default languages Pragmatic Software 2022-03-16 12:18:11 -07:00
  • 01cefe462f pbot-vm: fix occasional "illegal escape sequence" in guest-gdb Pragmatic Software 2022-03-15 13:53:34 -07:00
  • bf8749ff9e Fix blacklist command Pragmatic Software 2022-03-09 12:56:38 -08:00
  • 46ccc1fb70 pbot-vm: prevent [Exit 1] output with compiler errors Pragmatic Software 2022-03-06 14:07:28 -08:00
  • 3e2204a6b0 pbot-vm: improve exit-code handling Pragmatic Software 2022-03-06 13:51:33 -08:00
  • 164ecc45a7 Update factoids and registry Pragmatic Software 2022-02-27 17:16:48 -08:00
  • 756895b17f Plugin/UrlTitles: fix indentation Pragmatic Software 2022-02-27 17:11:55 -08:00
  • c1cfa0ef4e Plugins/UrlTitles: fix indentation Pragmatic Software 2022-02-27 17:08:30 -08:00
  • 02cc7fc488 Refactor UrlTitles plugin Pragmatic Software 2022-02-27 16:58:01 -08:00
  • 66856441e4 pbot-vm: do not decode non-printable characters Pragmatic Software 2022-02-24 12:55:27 -08:00
  • 76fd5f5fd7 pbot-vm: fix encoding issues; misc clean-ups Pragmatic Software 2022-02-24 10:39:15 -08:00
  • 55b203126c Fix typo in comment Pragmatic Software 2022-02-18 12:46:33 -08:00
  • 8b5428f77b pbot-vm: vm-exec -lang=? once again lists languages without needing <code> argument Pragmatic Software 2022-02-18 12:45:28 -08:00
  • a7b27098ca Update PBot version Pragmatic Software 2022-02-15 11:42:55 -08:00
  • 3fdfb789df pbot-vm: Fix add_option() Pragmatic Software 2022-02-15 11:40:06 -08:00
  • 951b771b9c pbot-vm: vm-exec can now select VM; can be configured by vm-exec.json file Pragmatic Software 2022-02-15 11:28:47 -08:00
  • 619ff86a94 Rename compiler factoid to vm-client Pragmatic Software 2022-02-14 16:47:46 -08:00
  • d7390c31a4 doc/VirtualMachine.md: fix minor typos Pragmatic Software 2022-02-14 16:38:37 -08:00
  • 3cfedcf3b8 Rename compiler_vm to pbot-vm and other misc applet updates Pragmatic Software 2022-02-14 16:33:29 -08:00
  • 4316f26797 compiler_vm: begin refactoring lib/Languages Pragmatic Software 2022-02-14 11:18:49 -08:00
  • df625ef14e compiler_vm: very minor edit to vm-exec header Pragmatic Software 2022-02-14 09:50:44 -08:00
  • 76eff85241 compiler_vm: refactor and clean-up vm_exec Pragmatic Software 2022-02-14 09:47:16 -08:00
  • 0f067ea577 compiler_vm: rename vm-host-watchdog -> vm-watchdog Pragmatic Software 2022-02-14 09:12:19 -08:00
  • d609206be8 compiler_vm: refactor some things related to vm-exec Pragmatic Software 2022-02-13 22:01:06 -08:00
  • 1326b0ac5f compiler_vm: major refactor to support VM sockets (AF_VSOCK) Pragmatic Software 2022-02-12 16:06:04 -08:00
  • 563dc8c70a compiler_vm: add-serials now uses HEREDOC for templating Pragmatic Software 2022-02-10 19:12:23 -08:00
  • e217fb15d5 doc/VirtualMachine.md: simplify reboot procedure Pragmatic Software 2022-02-10 16:54:55 -08:00
  • 64c1863f05 doc/VirtualMachine.md: document env overrides for add-serial Pragmatic Software 2022-02-10 16:37:39 -08:00
  • df5e288aef compiler_vm: add-serials can be configured with env Pragmatic Software 2022-02-10 16:30:11 -08:00
  • d2269a3ca6 compiler_vm: more refactoring to prepare to handle multiple connections Pragmatic Software 2022-02-10 10:58:56 -08:00
  • 5fc4b9a6dd doc/VirtualMachine.md: remove io=native from disk to speed up snapshots Pragmatic Software 2022-02-08 12:16:09 -08:00
  • 1c010fe223 compiler_vm: guest-gdb no longer attempts to print undefined functions Pragmatic Software 2022-02-08 12:12:32 -08:00
  • 871327efb2 compiler_vm: update comments Pragmatic Software 2022-02-08 10:44:50 -08:00
  • 31aa1d5869 compiler_vm: simplify vm-client; move -lang option to vm-exec Pragmatic Software 2022-02-08 09:55:00 -08:00
  • 85b9aaddf8 compiler_vm: refactor vm_server Pragmatic Software 2022-02-07 20:33:24 -08:00
  • c488b912d2 compiler_vm: update PBOTVM_SERIAL comment Pragmatic Software 2022-02-06 20:16:37 -08:00
  • f4a665ef5d compiler_vm: restore default serial TCP port Pragmatic Software 2022-02-06 20:13:13 -08:00
  • f9afda0580 doc/VirtualMachine.md: fix env table Pragmatic Software 2022-02-06 20:08:14 -08:00
  • 0a856e2c18 doc/VirtualMachine.md: remove cache=none Pragmatic Software 2022-02-06 20:05:33 -08:00
  • 7916930816 compiler_vm: various host improvements Pragmatic Software 2022-02-06 20:01:56 -08:00
  • 6b93005808 Increase indentation size Pragmatic Software 2022-02-06 19:32:34 -08:00
  • 46fdd01ccd compiler_vm: make guest debugging output less verbose Pragmatic Software 2022-02-06 11:33:21 -08:00
  • f0dbf8c33a compiler_vm: add ulimits; fix print_last_statement() Pragmatic Software 2022-02-06 00:24:04 -08:00
  • 0626397dbf Replace -ggdb with -gdwarf-2 so gdb works better Pragmatic Software 2022-02-04 13:57:09 -08:00
  • 5f3459ba96 doc/VirtualMachine.md: remove external snapshots due to lack of support Pragmatic Software 2022-02-04 12:25:32 -08:00
  • 41359b0c84 Minor clean-up Pragmatic Software 2022-01-31 09:12:11 -08:00
  • a5e5dd5533 compiler_vm: update vm-client Pragmatic Software 2022-01-29 19:23:36 -08:00
  • fbb74bbca3 Update doc/VirtualMachine.md Pragmatic Software 2022-01-29 19:19:32 -08:00
  • 41c2203038 Update doc/VirtualMachine.md Pragmatic Software 2022-01-29 19:17:30 -08:00
  • 5da8af425a doc/VirtualMachine.md: fix a formatting issue Pragmatic Software 2022-01-29 19:13:33 -08:00
  • 4b495fa6d3 doc/VirtualMachine.md: fix a formatting issue Pragmatic Software 2022-01-29 19:12:36 -08:00
  • 804103f34b doc/VirtualMachine.md: fix a formatting issue Pragmatic Software 2022-01-29 19:11:07 -08:00
  • de8e261276 Update doc/VirtualMachine.md Pragmatic Software 2022-01-29 19:09:35 -08:00
  • e38aa378e9 compiler_vm: add README linking to documentation Pragmatic Software 2022-01-29 19:02:55 -08:00
  • b55f675afe compiler_vm: setup-guest now disables networking Pragmatic Software 2022-01-29 17:44:03 -08:00
  • 575d82dd0e compiler_vm: add polkit rule to require admin password for all actions Pragmatic Software 2022-01-29 17:29:55 -08:00
  • 4d0e06e111 Fix vm-server Pragmatic Software 2022-01-29 15:51:39 -08:00
  • 917d9b7c50 Remove extraneous blank lines Pragmatic Software 2022-01-29 12:30:29 -08:00
  • fd93ecd6f9 vm-exec: remove redundant PBOT_VM_PORT assignment Pragmatic Software 2022-01-29 12:24:56 -08:00
  • f460088331 Refactoring virtual machine (2/3) Pragmatic Software 2022-01-29 12:22:48 -08:00
  • 07dff29d4a guest-gdb: remove redundant error-checking Pragmatic Software 2022-01-29 09:50:15 -08:00
  • 55b4ae0c57 Rewrite guest-gdb to use GDB/MI Pragmatic Software 2022-01-28 20:21:10 -08:00
  • 73700661d0 Rename constants Pragmatic Software 2022-01-24 18:12:59 -08:00
  • bca07da986 doc/VirtualMachine.md: remove ToC, minor tweaks Pragmatic Software 2022-01-23 21:47:33 -08:00
  • ee41ae5b36 doc/VirtualMachine.md: minor touch-ups Pragmatic Software 2022-01-23 11:03:03 -08:00
  • 9dff3bed47 Polish doc/VirtualMachine.md a bit Pragmatic Software 2022-01-23 08:40:19 -08:00
  • 33e13fd993 Start refactoring virtual machine (1/3) Pragmatic Software 2022-01-23 07:49:23 -08:00
  • 550544a0be Update Plang submodule Pragmatic Software 2022-01-19 14:24:09 -08:00
  • 6810ce7d56 Update Plang submodule Pragmatic Software 2022-01-18 13:45:17 -08:00
  • 3f5a11e608 Plugin/Plang: fix run-time unhandled exception error reporting Pragmatic Software 2022-01-18 13:42:06 -08:00
  • 02a600fa32 Plugin/Plang: improve error message of unhandled exceptions Pragmatic Software 2022-01-18 10:59:56 -08:00
  • e421f9b6bc Replace U+200b (zwsp) with U+feff (zwnbsp) Pragmatic Software 2022-01-18 10:32:21 -08:00
  • ef04c3eb12 Update Plang submodule Pragmatic Software 2022-01-16 21:22:16 -08:00
  • e213656053 Update Plang submodule Pragmatic Software 2022-01-12 22:41:38 -08:00
  • d030dba52b Update Plang submodule Pragmatic Software 2022-01-12 19:18:07 -08:00
  • 8bcf0099bb Update Plang submodule Pragmatic Software 2022-01-12 17:08:48 -08:00
  • 88e2f3df1a Update Plang submodule Pragmatic Software 2022-01-12 13:27:12 -08:00
  • c99af56c8e Update Plang submodule Pragmatic Software 2022-01-12 13:15:52 -08:00
  • 75660c537f Update Plang submodule Pragmatic Software 2022-01-10 00:32:01 -08:00
  • 444cd983e4 Update Plang submodule Pragmatic Software 2022-01-09 22:30:17 -08:00
  • 21464cdb86 Update Plang submodule Pragmatic Software 2022-01-03 19:13:00 -08:00
  • 731a95ef11 Plugins/Plang: rename Grammar to ParseRules Pragmatic Software 2022-01-03 15:47:30 -08:00
  • 1fc75863e3 Update Plang submodule Pragmatic Software 2022-01-03 15:41:17 -08:00
  • c04467b50f Fix minor uninitialized object warning Pragmatic Software 2022-01-01 21:32:01 -08:00
  • f78e7bea88 Fix chanrem command Pragmatic Software 2022-01-01 21:30:20 -08:00
  • dac9555fa4 Update Plang submodule Pragmatic Software 2022-01-01 21:25:47 -08:00