Commit Graph

151 Commits

Author SHA1 Message Date
Quinn Evans 685feff941 Praise Capitalism® and The Lord. 2017-02-19 21:18:04 -07:00
Quinn Evans 34e08ebe26 Lick more flexibly. 2017-02-19 20:53:48 -07:00
Quinn Evans 9e25f1c525 Acknowledge command receipt more quickly; Notify of access denial.
Also fix a bug in $PART that prevented it from working with an argument,
and add some more debug output just to make it that much slower and
noisier.
2017-02-19 19:58:57 -07:00
Quinn Evans 36387a435f Refactor BEGIN-REPLY and remove one-offs for non-prefixed replies. 2017-02-19 17:47:52 -07:00
Quinn Evans 9384333307 Alphabetize and complete help message. 2017-02-19 15:03:42 -07:00
Quinn Evans c1186e65d9 Alphabetize command conditional ladder. 2017-02-19 14:44:53 -07:00
Quinn Evans 386a43c9f9 Merge pull request #1 from zgrep/patch-1
Add licking.
2016-10-10 22:23:52 -06:00
zgrep 99ebd7e47a Clarification with regards to who we're licking.
I should've done this all in one commit.
2016-10-10 23:11:10 -04:00
zgrep cc6195bba6 Lick \x01 at the end.
NOW I CAN LICK VIGOROUSLY AND WELL!
2016-10-10 23:05:52 -04:00
zgrep 208aa7739d Add licking.
Vigorous licking!
2016-10-10 23:03:11 -04:00
Quinn Evans cda5662a6a Remove old, commented-out dead code 2016-01-01 22:24:35 -07:00
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