Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small Makefile change to avoid use of $(MAKE) | epochqwert | 2017-01-09 | 1 | -3/+4 |
| | |||||
* | added ability to make segfault only speak when spoken to. | epochqwert | 2017-01-09 | 1 | -3/+17 |
| | |||||
* | added %A to be \x01 in format_magic() | epochqwert | 2016-10-06 | 1 | -3/+13 |
| | | | | made message_handler trigger on NOTICEs too. | ||||
* | added support for s/derp/merp/ command. | epochqwert | 2016-08-16 | 1 | -48/+60 |
| | | | | | changed format_magic to use something less insane. fixed 'Nick: command' type of command calling. | ||||
* | added casting of void * to free macro to fix warns. | epochqwert | 2016-07-25 | 1 | -46/+46 |
| | | | | | removed trigger character added revenge in commented code | ||||
* | added again target to Makefile to rm and build. | epochqwert | 2016-07-25 | 1 | -0/+2 |
| | |||||
* | added some malloc checks and other small things. | epochqwert | 2015-12-07 | 1 | -36/+56 |
| | |||||
* | fixed the %N bug. few other minor things. | epochqwert | 2015-08-12 | 1 | -21/+49 |
| | |||||
* | added %q and %Q if you want your strings passed from segfault to be shell ↵ | epochqwert | 2015-07-15 | 1 | -8/+56 |
| | | | | escaped. | ||||
* | fixed a crash in !builtins and !aliases due to... something. | epochqwert | 2015-05-18 | 1 | -6/+12 |
| | |||||
* | fixed small change in Makefile and segfault.c | epochqwert | 2015-05-14 | 2 | -5/+9 |
| | |||||
* | moved libhashtable and libirc into their own repos. | epochqwert | 2015-03-31 | 11 | -730/+31 |
| | |||||
* | added a function to deleted an individual key:value in libhashtable | epochqwert | 2015-03-28 | 4 | -53/+146 |
| | | | | | added a function that does line cutting to libirc (and its prototype in the header) made segfault take advantage of the new cutting function. | ||||
* | an upgrade to link.c to allow keys in channels. | epochqwert | 2015-03-12 | 3 | -31/+61 |
| | | | | | segfault fixed to set tailf[i].to=0 in more cases so it can be tested. don't remember what changes were made to libirc.c | ||||
* | fixed support of optional : before channel name when parsing JOIN messages ↵ | epochqwert | 2015-03-08 | 3 | -101/+12 |
| | | | | from server. | ||||
* | added a linkbot example to libirc, bunch of random shit in segfault I guess. ↵ | epochqwert | 2015-03-08 | 4 | -132/+234 |
| | | | | I don't remember. I should commit more. | ||||
* | took out startup_stuff because server messages can be handled now. !alias ↵ | epochqwert | 2015-02-07 | 5 | -75/+53 |
| | | | | !004 !raw join #defualt or whatever you want the bot to do. | ||||
* | a round of warnings on Linux fixed. | epochqwert | 2015-02-04 | 3 | -10/+4 |
| | |||||
* | did #if 0 around runem() in libirc. haven't tested it. meh. | epochqwert | 2015-02-04 | 1 | -0/+2 |
| | |||||
* | I don't remember. | epochqwert | 2015-02-04 | 6 | -131/+352 |
| | |||||
* | added some deletion stuff to libhashtable and made segfault have a couple | Epoch Qwert | 2014-11-08 | 3 | -27/+87 |
| | | | | | function to delete his two hashtables and reinitialize them. they aren't builtins as default but can be added with !builtin. :) | ||||
* | made some new messages debug messages. fixed... fuck. I forgot. check the ↵ | Epoch Qwert | 2014-10-26 | 1 | -10/+25 |
| | | | | diff. you know how to read source code. :P | ||||
* | Made segfault compile without warnings again. This time with -std=c99. You ↵ | Epoch Qwert | 2014-10-26 | 8 | -96/+164 |
| | | | | know how to read Makefiles. | ||||
* | made changetail also go by inode when matching for tails to change. | Epoch Qwert | 2014-09-22 | 1 | -1/+5 |
| | |||||
* | deleted the compile.sh shit. using makefiles now. | Epoch Qwert | 2014-09-22 | 7 | -30/+54 |
| | | | | | | added %~ to point to the bot's cwd. updated README to include useful info about env vars he uses. fixed runme.sh to use libhashtable's directory in LD_LIBRARY_PATH | ||||
* | did the TODO of making builtins use a hashtable. | Epoch Qwert | 2014-09-15 | 8 | -180/+228 |
| | | | | | | added two commands for dealing with them. if you want you can override builtins for security reasons? :) added a small program for doing tail -f for systems that may not have tail -f | ||||
* | small fix with libhashtable's header | Epoch Qwert | 2014-09-07 | 2 | -4/+3 |
| | |||||
* | took the hashtable stuff out of segfault and put it into a library. good ↵ | Epoch Qwert | 2014-09-07 | 6 | -151/+221 |
| | | | | idea? dunno. | ||||
* | fixed the rand() seeding to use pid too so bots started in the same second ↵ | Epoch Qwert | 2014-08-26 | 2 | -10/+16 |
| | | | | | | don't generate the same random nick. made shell use pkill stuff instead of kill `pgrep stuff` | ||||
* | fixed shitty #define MYUSER | Epoch Qwert | 2014-08-25 | 1 | -2/+3 |
| | |||||
* | fixed the weird use of a?:b; in two places. | Epoch Qwert | 2014-08-25 | 1 | -2/+2 |
| | |||||
* | forgot in last commit: changed up some of the line handler's parsing. | Epoch Qwert | 2014-08-25 | 1 | -6/+4 |
| | | | | added echo detection for odd IRC servers that send the message back to sender | ||||
* | fixed an off-by-one bug I didn't notice until testing with URCD. | Epoch Qwert | 2014-08-25 | 1 | -39/+89 |
| | | | | | | moved startup_stuff to until after it gets a 004 message. auto-renicking when collision occurs. made it easier to make it run segfault with non-default stuff. grep getenv | ||||
* | added a struct for user data. added %h and %n for host and name for aliases. | Epoch Qwert | 2014-08-15 | 2 | -52/+70 |
| | |||||
* | added nick globbing for easier control of many bots at once. | Epoch Qwert | 2014-08-10 | 1 | -6/+10 |
| | |||||
* | Added a user char * to the tail struct to keep track of who set it. | Epoch Qwert | 2014-08-03 | 1 | -14/+37 |
| | |||||
* | added some other bugfixes. hashing, seg-as-client stuff... I dunno. | Epoch Qwert | 2014-07-26 | 1 | -10/+19 |
| | |||||
* | various silly things. | Epoch Qwert | 2014-07-26 | 3 | -32/+48 |
| | |||||
* | Stuff! | Epoch Qwert | 2014-07-23 | 2 | -11/+29 |
| | |||||
* | first commit from new setup. don't remember what I changed. | epoch | 2014-06-30 | 4 | -9/+32 |
| | |||||
* | fixed it *really* | epoch | 2014-03-25 | 4 | -2/+14 |
| | |||||
* | fixed a bug in libirc where pong was sending ping. dunno. | epoch | 2014-03-25 | 3 | -59/+50 |
| | | | | I don't remember what else I did. | ||||
* | updated the function that converts tail modes to strings for !tails | epoch | 2014-03-17 | 3 | -66/+58 |
| | | | | other general cleaning | ||||
* | experimental Makefiles. | epoch | 2014-03-15 | 2 | -0/+20 |
| | |||||
* | converted the alias system to use a hash table with linked lists inside | epoch | 2014-03-14 | 1 | -144/+141 |
| | |||||
* | made some stuff a bit prettier. | epoch | 2014-03-02 | 2 | -32/+83 |
| | | | | | added %m and segnick variable for self nick stuff you can use git diff for anything else. | ||||
* | fuck, man. you know how to read diffs. | epoch | 2014-03-01 | 1 | -0/+7 |
| | |||||
* | fixed some command conflict issues based on only checking part of a string. | epoch | 2014-02-10 | 1 | -179/+66 |
| | |||||
* | fixed a small bug in format_magic. | epoch | 2014-02-09 | 2 | -3/+2 |
| | |||||
* | added minimal startup scripts. | epoch | 2014-02-09 | 9 | -48/+26 |
| | | | | | | | | deleted a bunch of shit from compile.sh cleaned segfault a bit. made the shell script not auto-generated. everything expects /home/segfault/ to be where segfault gets ran. you have to do the chdir yourself now. |