Commit graph

90 commits

Author SHA1 Message Date
Quinn Evans
9c71098c0f Increase USER-NAME width, change WOPO-CNF to batch 2015-12-10 18:49:24 -07:00
Quinn Evans
6c6f7c8531 Change $BF-CODE to mirror $BF-INPUT, fix display bug 2015-12-05 23:53:34 -07:00
Quinn Evans
60716be702 Add horrible square bracket code in BF-RUN 2015-12-05 22:31:24 -07:00
Quinn Evans
3a0a3c6aa0 Stop possibly writing past the end of msg_buf 2015-10-24 21:44:08 -06:00
Quinn Evans
3286267db9 Change default BF-CODE OF BF-I-O 2015-10-24 21:25:34 -06:00
Quinn Evans
4efb60facd Add ZWSP-compliance (#osdev-offtopic protocol) 2015-10-22 22:43:09 -06:00
Quinn Evans
2d3f5a65a1 Add sparkles 2015-10-20 12:15:32 -06:00
Quinn Evans
5a90cac46d Remove extraneous newlines 2015-10-20 12:07:35 -06:00
Quinn Evans
4474cfcbe3 Add $VOICE and $DEVOICE 2015-10-20 12:04:56 -06:00
Quinn Evans
47b7ea3742 Fix old off by one for user levels in $BF-commands 2015-10-20 12:04:21 -06:00
Quinn Evans
5c6d6fa66e Correctly place another misplaced period... 2015-10-13 15:40:38 -06:00
Quinn Evans
73342ad5be Correctly place misplaced period. 2015-10-13 15:37:43 -06:00
Quinn Evans
a48e8dab05 Actually add module needed for $SHOW-ESCAPES functionality. 2015-10-13 15:30:03 -06:00
Quinn Evans
f8a91010c8 Add $SHOW-ESCAPES toggle. 2015-10-13 15:29:14 -06:00
Quinn Evans
043c8e4883 Fix an ancient off-by-one on user levels. 2015-10-13 13:52:47 -06:00
Quinn Evans
a8df769a1f Fix part of a bug :D: 2015-10-13 12:16:57 -06:00
Quinn Evans
4996ddf40f Make auto-kick-rejoin work again. 2015-10-05 21:28:25 -06:00
Quinn Evans
9911a7a6ca Fix extra spaces in CTCP VERSION reply 2015-10-05 12:19:57 -06:00
Quinn Evans
8e82ca83cb Add CTCP support. 2015-10-04 19:37:41 -06:00
Quinn Evans
3c4e46e338 Remove overly-verbose debugging statement. 2015-10-04 11:44:29 -06:00
Quinn Evans
46fbed9569 Removed registers. 2015-10-04 11:43:02 -06:00
Quinn Evans
e2bf545e36 Add $OP and $DEOP, remove extra space to nickserv 2015-10-04 11:23:50 -06:00
Quinn Evans
87f7347c0c Refactored, manual preservation no longer needed. 2015-10-04 10:18:37 -06:00
Quinn Evans
df4a0bb314 Modify parameter handling some more... 2015-10-04 08:50:33 -06:00
Quinn Evans
db8f2611f7 Adapt WOPO to use new PARSE-IRC-MESSAGE. 2015-10-03 20:20:19 -06:00
Quinn Evans
a857d0b8e6 Bug fixes! 2015-10-03 20:18:16 -06:00
Quinn Evans
06ded93ce6 Rewrite IRC-MSG to return string pointers. 2015-10-03 15:30:50 -06:00
Quinn Evans
d8ceb17fe4 Change -std=c11 to -std=gnu11.
<nortti> ...fuck everything
<nortti> it works if I change -std=c11 to -std=gnu11
<heddwch> ...
* nortti kicks gcc in its arse
<heddwch> Okay, changing to gnu11 -_- lol and removing the ifdef in channel.c
2015-10-03 13:50:45 -06:00
Quinn Evans
920aebac3d Revert checking for AI_ADDRCONFIG. 2015-10-03 13:49:17 -06:00
Quinn Evans
1758e0fb82 Don't use AI_ADDRCONFIG if not present. 2015-10-03 13:44:56 -06:00
Quinn Evans
55d447f30b Check compiler before adding clang-specific CFLAGS 2015-10-03 13:39:17 -06:00
Quinn Evans
8418abd91e Specified C standard to be C11.. 2015-10-03 13:34:43 -06:00
Quinn Evans
0927b31b5f Added ASSIGN clauses on all files. 2015-10-03 13:22:14 -06:00
Quinn Evans
b3dae4f208 Specify standard to be MVS. 2015-10-03 13:10:45 -06:00
Quinn Evans
e924810d1e Added a lower-case letter :D 2015-10-03 13:00:40 -06:00
Quinn Evans
58e03bfd42 Lower-case support needs more bracket depth(clang) 2015-10-03 12:59:15 -06:00
Quinn Evans
23cb6a229b Add support for generating lower-case ASCII. 2015-10-03 12:58:51 -06:00
Quinn Evans
d4096da49d More fixes. I split this up because I cared.
I wrote these messages because I didn't.
2015-10-02 21:11:21 -06:00
Quinn Evans
24f84f02b6 More fixes related to switch to ASCII for IRC 2015-10-02 21:07:07 -06:00
Quinn Evans
7467212f53 Many small bugfixes... 2015-10-02 21:03:50 -06:00
Quinn Evans
ce02ac8f23 Adapt IRC-MSG to use decoded ASCII 2015-10-02 14:31:29 -06:00
Quinn Evans
0f900e868e Add DECODE-STRING and ENCODE-STRING, adapt WOPO. 2015-10-02 14:22:16 -06:00
Quinn Evans
e1cb5571b7 Ensure lines end in '\n' for IRC 2015-10-02 10:19:23 -06:00
Quinn Evans
922438fe79 Change WOPO to use new channel API 2015-10-02 09:58:28 -06:00
Quinn Evans
3672a77a4a Might as well use numbers that are easy from COBOL 2015-10-01 19:51:16 -06:00
Quinn Evans
fd1fef874b Rename for sake of change. 2015-10-01 19:48:28 -06:00
Quinn Evans
11ca01ada0 Switch to new ASCII character calling convention 2015-10-01 18:24:14 -06:00
Quinn Evans
ec848603b7 Change tab to space 2015-10-01 15:20:55 -06:00
Quinn Evans
c40b9a3509 Converted channel.c to use ASCII in cobol numerals on COBOL side. 2015-10-01 14:49:57 -06:00
Quinn Evans
b92b34d360 Fix "$JOIN 0" behavior. 2015-10-01 13:07:58 -06:00