Commit Graph

  • 22de007733 Add error checking to $ECHO master Quinn "heddwch" Evans 2018-09-14 13:23:31 -0600
  • ae099b0dae Actually implement STANDARD-INPUT Quinn "heddwch" Evans 2018-09-14 13:22:57 -0600
  • 2e2d01697a Update usage statements. Quinn "heddwch" Evans 2018-09-14 12:56:56 -0600
  • 70b42e1281 Forgot to change program ending marker in PRINT-CONFIG Quinn "heddwch" Evans 2018-09-14 12:51:30 -0600
  • 2c2b384b14 Rename $HELP to $COMMANDS and add a syntax explanation as $HELP Quinn "heddwch" Evans 2018-09-14 12:51:01 -0600
  • d603b8151e Use defined condition name. Quinn "heddwch" Evans 2018-09-11 16:50:47 -0600
  • 1b463ab788 Change parameter separator from space to "$" Quinn "heddwch" Evans 2018-09-11 16:50:21 -0600
  • 3576df48f7 Make PRINT-CONFIG more informative about program structure. Quinn "heddwch" Evans 2018-09-10 14:48:55 -0600
  • 4b55932740 Comment and clarify $CAT source. Quinn "heddwch" Evans 2018-09-10 14:48:29 -0600
  • 9883f7e402 Sleep before sending each line to prevent excess flood. Quinn "heddwch" Evans 2018-09-10 14:47:48 -0600
  • 5c8daf6f1c Change parameter handling to fix uninitialized register bugs. Quinn "heddwch" Evans 2018-09-10 14:47:13 -0600
  • 8b0a10b60b Missed an MVS incompatibility. Quinn "heddwch" Evans 2018-09-10 14:45:36 -0600
  • 28bb2e773f Change end of program marker from 0 to 999 Quinn "heddwch" Evans 2018-09-10 14:44:40 -0600
  • c2c5d0b1d3 Remove features/words not supported by MVS COBOL. Quinn "heddwch" Evans 2018-09-10 14:42:03 -0600
  • 7d74d7e877 Change BF interpreter calling convention, add VM-INSTRUCTION format. Quinn Evans 2017-04-07 21:32:27 -0600
  • 28a92f27a8 Add debug output for command handling. Quinn Evans 2017-04-07 21:29:21 -0600
  • c4197f2121 Fix the goddamn forgetting our own name bug. Yep. Quinn Evans 2017-04-07 21:26:30 -0600
  • e675cad49b Raise BF cycle limits to more reasonable levels. Quinn Evans 2017-04-06 21:29:25 -0600
  • e7cfc3e170 Remove non-portable characters in PRINTCNF.COB Quinn Evans 2017-04-02 22:41:55 -0600
  • 22c3b4735a Add preliminary program interpreter. Quinn Evans 2017-04-02 22:41:15 -0600
  • 9faf870e6d Fix another bug that never surfaced. Quinn Evans 2017-03-27 21:43:39 -0600
  • 2770e4a5f2 Remove excess complexity in channel record specification. Quinn Evans 2017-03-27 19:34:51 -0600
  • c6f4372a04 Fix output bugs caused by new DO-OUTPUT clobber(s) Quinn Evans 2017-03-26 16:46:30 -0600
  • b947bd6805 Make $SHOW-ESCAPES non-destructive to the source register. Quinn Evans 2017-03-26 16:24:51 -0600
  • ef8b996b8d Shut the $BF- family up a bit. Quinn Evans 2017-03-22 23:33:15 -0600
  • 02864c7c77 Oooooooooooops Quinn Evans 2017-03-22 23:30:18 -0600
  • c73e9af127 Null-terminate default BF-CODE. Quinn Evans 2017-03-22 23:29:05 -0600
  • 93303a4b6e Add $DUMP-REGS. Quinn Evans 2017-03-22 23:05:13 -0600
  • 2937b58db2 MOAR DEBUG OUTPUT‼ Quinn Evans 2017-03-22 22:44:22 -0600
  • 6a086a95a3 Add $ECHO and $CAT. Quinn Evans 2017-03-22 22:43:49 -0600
  • 0b7ca5271c Apply null-termination fixes. Quinn Evans 2017-03-22 22:42:42 -0600
  • c0313d8f42 Add null-terminated code support to BF-RUN.COB Quinn Evans 2017-03-22 22:39:37 -0600
  • 19a3a94686 Fix the thing instead of lying about it. Quinn Evans 2017-03-22 20:45:29 -0600
  • d57d0c768d Add(/fix) debug output. Quinn Evans 2017-03-22 20:42:09 -0600
  • b6b9ed89b9 Make $LIST-USERS actually work again. Quinn Evans 2017-03-22 20:40:17 -0600
  • 29df3ec2fa Add I/O redirection for WOPO commands. Quinn Evans 2017-03-22 20:39:06 -0600
  • e01217c146 Remove unnecessary flexibility. Quinn Evans 2017-03-22 20:05:04 -0600
  • 8d1e84294c Remove dead buffer. Quinn Evans 2017-03-21 23:43:49 -0600
  • d3cb1039a7 Fix formatting. Quinn Evans 2017-03-21 23:25:56 -0600
  • 77bd5f9f6b Restore $SHOW-ESCAPES functionality. (Better than ever!) Quinn Evans 2017-03-21 23:21:31 -0600
  • 129bc881d6 Remove "COUNTER" non sequitur from RE-ESCAPE. Quinn Evans 2017-03-21 23:20:35 -0600
  • ec11042340 Fix $LIST-USER/USERS file bugs. Quinn Evans 2017-03-21 23:19:05 -0600
  • a76b69ea88 Minor refactor. Quinn Evans 2017-03-21 20:45:01 -0600
  • 988b23a8a0 Get rid of non-standard colon characters in messages. Quinn Evans 2017-03-21 00:35:10 -0600
  • 29d907a1a0 Misc bugfixes related to immediately previous refactor. Quinn Evans 2017-03-21 00:32:37 -0600
  • 94f875eab1 ¡THE HORROR‼ *Massive* refactor. Use register file for everything. Quinn Evans 2017-03-21 00:19:19 -0600
  • b28065c231 Fix bug that never surfaced. Quinn Evans 2017-03-13 22:41:56 -0600
  • 9b286fe420 Separate input and output buffers. Quinn Evans 2017-03-12 22:02:49 -0600
  • e49145cb03 Remove WORK, WORK-PTR. Add REGISTER-FILE. Quinn Evans 2017-03-07 21:02:29 -0700
  • 421971ec62 (Dis)ambiguate some variables, fix a line continuation Quinn Evans 2017-03-05 22:47:00 -0700
  • 685feff941 Praise Capitalism® and The Lord. Quinn Evans 2017-02-19 21:18:04 -0700
  • 34e08ebe26 Lick more flexibly. Quinn Evans 2017-02-19 20:53:48 -0700
  • 9e25f1c525 Acknowledge command receipt more quickly; Notify of access denial. Quinn Evans 2017-02-19 19:58:57 -0700
  • 36387a435f Refactor BEGIN-REPLY and remove one-offs for non-prefixed replies. Quinn Evans 2017-02-19 17:47:52 -0700
  • 9384333307 Alphabetize and complete help message. Quinn Evans 2017-02-19 15:03:42 -0700
  • c1186e65d9 Alphabetize command conditional ladder. Quinn Evans 2017-02-19 14:44:53 -0700
  • 386a43c9f9 Merge pull request #1 from zgrep/patch-1 Quinn Evans 2016-10-10 22:23:52 -0600
  • 99ebd7e47a Clarification with regards to who we're licking. zgrep 2016-10-10 23:11:10 -0400
  • cc6195bba6 Lick \x01 at the end. zgrep 2016-10-10 23:05:52 -0400
  • 208aa7739d Add licking. zgrep 2016-10-10 23:03:11 -0400
  • cda5662a6a Remove old, commented-out dead code Quinn Evans 2016-01-01 22:24:35 -0700
  • 9c71098c0f Increase USER-NAME width, change WOPO-CNF to batch Quinn Evans 2015-12-10 18:49:24 -0700
  • 6c6f7c8531 Change $BF-CODE to mirror $BF-INPUT, fix display bug Quinn Evans 2015-12-05 23:53:34 -0700
  • 60716be702 Add horrible square bracket code in BF-RUN Quinn Evans 2015-12-05 22:31:24 -0700
  • 3a0a3c6aa0 Stop possibly writing past the end of msg_buf Quinn Evans 2015-10-24 21:44:08 -0600
  • 3286267db9 Change default BF-CODE OF BF-I-O Quinn Evans 2015-10-24 21:25:34 -0600
  • 4efb60facd Add ZWSP-compliance (#osdev-offtopic protocol) Quinn Evans 2015-10-22 22:43:09 -0600
  • 2d3f5a65a1 Add sparkles Quinn Evans 2015-10-20 12:15:32 -0600
  • 5a90cac46d Remove extraneous newlines Quinn Evans 2015-10-20 12:07:35 -0600
  • 4474cfcbe3 Add $VOICE and $DEVOICE Quinn Evans 2015-10-20 12:04:56 -0600
  • 47b7ea3742 Fix old off by one for user levels in $BF-commands Quinn Evans 2015-10-20 12:04:21 -0600
  • 5c6d6fa66e Correctly place another misplaced period... Quinn Evans 2015-10-13 15:40:38 -0600
  • 73342ad5be Correctly place misplaced period. Quinn Evans 2015-10-13 15:37:43 -0600
  • a48e8dab05 Actually add module needed for $SHOW-ESCAPES functionality. Quinn Evans 2015-10-13 15:30:03 -0600
  • f8a91010c8 Add $SHOW-ESCAPES toggle. Quinn Evans 2015-10-13 15:29:14 -0600
  • 043c8e4883 Fix an ancient off-by-one on user levels. Quinn Evans 2015-10-13 13:52:47 -0600
  • a8df769a1f Fix part of a bug :D: Quinn Evans 2015-10-13 12:16:57 -0600
  • 4996ddf40f Make auto-kick-rejoin work again. Quinn Evans 2015-10-05 21:28:25 -0600
  • 9911a7a6ca Fix extra spaces in CTCP VERSION reply Quinn Evans 2015-10-05 12:19:57 -0600
  • 8e82ca83cb Add CTCP support. Quinn Evans 2015-10-04 19:37:41 -0600
  • 3c4e46e338 Remove overly-verbose debugging statement. Quinn Evans 2015-10-04 11:44:29 -0600
  • 46fbed9569 Removed registers. Quinn Evans 2015-10-04 11:43:02 -0600
  • e2bf545e36 Add $OP and $DEOP, remove extra space to nickserv Quinn Evans 2015-10-04 11:23:50 -0600
  • 87f7347c0c Refactored, manual preservation no longer needed. Quinn Evans 2015-10-04 10:18:37 -0600
  • df4a0bb314 Modify parameter handling some more... Quinn Evans 2015-10-04 08:50:33 -0600
  • db8f2611f7 Adapt WOPO to use new PARSE-IRC-MESSAGE. Quinn Evans 2015-10-03 20:20:19 -0600
  • a857d0b8e6 Bug fixes! Quinn Evans 2015-10-03 20:18:16 -0600
  • 06ded93ce6 Rewrite IRC-MSG to return string pointers. Quinn Evans 2015-10-03 15:30:50 -0600
  • d8ceb17fe4 Change -std=c11 to -std=gnu11. Quinn Evans 2015-10-03 13:50:45 -0600
  • 920aebac3d Revert checking for AI_ADDRCONFIG. Quinn Evans 2015-10-03 13:49:17 -0600
  • 1758e0fb82 Don't use AI_ADDRCONFIG if not present. Quinn Evans 2015-10-03 13:44:56 -0600
  • 55d447f30b Check compiler before adding clang-specific CFLAGS Quinn Evans 2015-10-03 13:39:17 -0600
  • 8418abd91e Specified C standard to be C11.. Quinn Evans 2015-10-03 13:34:43 -0600
  • 0927b31b5f Added ASSIGN clauses on all files. Quinn Evans 2015-10-03 13:22:14 -0600
  • b3dae4f208 Specify standard to be MVS. Quinn Evans 2015-10-03 13:10:45 -0600
  • e924810d1e Added a lower-case letter :D Quinn Evans 2015-10-03 13:00:40 -0600
  • 58e03bfd42 Lower-case support needs more bracket depth(clang) Quinn Evans 2015-10-03 12:59:15 -0600
  • 23cb6a229b Add support for generating lower-case ASCII. Quinn Evans 2015-10-03 12:58:51 -0600
  • d4096da49d More fixes. I split this up because I cared. Quinn Evans 2015-10-02 21:11:21 -0600
  • 24f84f02b6 More fixes related to switch to ASCII for IRC Quinn Evans 2015-10-02 21:07:07 -0600