aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added spacifyHEADmasterepoch2022-02-182-2/+22
|
* kick messages will get passed on now. no idea how long the help message for ↵epoch2021-07-131-5/+13
| | | | !alias has been printf()ing instead of privmsg()ing. added a bit more format magic.
* segfault now has SIGSEGV handling, and fixed an fd leak with tails not being ↵epoch2021-01-111-30/+79
| | | | closed. derp.
* now there is a per-server user struct, and a couple checks to prevent ↵epoch2020-10-121-30/+43
| | | | obvious creashes, but might cause other weirdness.
* added example dlopen-able libhack.c and updated Makefile to actually be able ↵epoch2020-10-042-4/+16
| | | | to build segfault. was missing -ldl
* removed a commentepoch2020-10-041-1/+1
|
* fixed warnings and increased address sizeepoch2020-10-041-9/+10
|
* handful of small things. peek/poke and dlopen/dlsym/dlclose got updated a ↵epoch2020-10-031-27/+67
| | | | bit so now they actually work (at least on my raspi)
* added ability to have raw tails (both formatted, and non formatted). fixed ↵epoch2020-01-091-94/+247
| | | | how tails are opened so only named pipe tails need to be opened RW. added a %? format magic so you can see the list of defined format magics
* changed libline stuff to idc due to renaming "upstream" and got rid of some ↵epoch2019-06-241-11/+18
| | | | ugly "magic" and added a magic for the current server's fd
* re-enabled access control and disabled addserverepoch2019-06-081-2/+2
|
* added new tail mode to prevent double-opening. multi-server support is being ↵epoch2019-06-081-27/+70
| | | | worked on
* handfuls of things to try to get the tails all working goodepoch2019-05-311-8/+22
|
* oh god. lot of terrible shit.epoch2019-05-261-52/+96
|
* added libidc requirement to Makefileepoch2019-05-261-2/+2
|
* added access.h so that function that's been in segfault to filter out ↵epoch2019-05-141-0/+17
| | | | unwanted commands can actually be seen by git.
* fix a bunch of format strings and do type castings to get -Wall to hush. ↵epoch2019-05-141-19/+22
| | | | also comment out some unused variables.
* big commit. added commented out peek/poke, putenv, access whitelisting, ↵epoch2019-05-141-9/+47
| | | | switched to use args when format_magic()ing, q and Q format magic was failing so added another check.
* added ability to reference environment variables from format magic. removed ↵epoch2019-04-072-36/+48
| | | | !chat bullshit. made a successful message_handler not fallback to a generic action handler
* cleaned up some loose whitespaceepoch2019-03-311-5/+3
|
* fixed a bug where I free()d the wrong thing in format_magicepochqwert2019-03-121-60/+118
|
* changed makefile to use install instead of cp.epochqwert2019-02-101-3/+3
|
* fixed the lambda stuffepochqwert2017-03-191-10/+6
|
* made some special handler aliases prefix with ; instead of nothing to help ↵epochqwert2017-01-221-4/+4
| | | | prevent accidental usage
* added a workaround to get it to build on linuxepochqwert2017-01-091-0/+1
|
* small Makefile change to avoid use of $(MAKE)epochqwert2017-01-091-3/+4
|
* added ability to make segfault only speak when spoken to.epochqwert2017-01-091-3/+17
|
* added %A to be \x01 in format_magic()epochqwert2016-10-061-3/+13
| | | | made message_handler trigger on NOTICEs too.
* added support for s/derp/merp/ command.epochqwert2016-08-161-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.epochqwert2016-07-251-46/+46
| | | | | removed trigger character added revenge in commented code
* added again target to Makefile to rm and build.epochqwert2016-07-251-0/+2
|
* added some malloc checks and other small things.epochqwert2015-12-071-36/+56
|
* fixed the %N bug. few other minor things.epochqwert2015-08-121-21/+49
|
* added %q and %Q if you want your strings passed from segfault to be shell ↵epochqwert2015-07-151-8/+56
| | | | escaped.
* fixed a crash in !builtins and !aliases due to... something.epochqwert2015-05-181-6/+12
|
* fixed small change in Makefile and segfault.cepochqwert2015-05-142-5/+9
|
* moved libhashtable and libirc into their own repos.epochqwert2015-03-3111-730/+31
|
* added a function to deleted an individual key:value in libhashtableepochqwert2015-03-284-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.epochqwert2015-03-123-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 ↵epochqwert2015-03-083-101/+12
| | | | from server.
* added a linkbot example to libirc, bunch of random shit in segfault I guess. ↵epochqwert2015-03-084-132/+234
| | | | I don't remember. I should commit more.
* took out startup_stuff because server messages can be handled now. !alias ↵epochqwert2015-02-075-75/+53
| | | | !004 !raw join #defualt or whatever you want the bot to do.
* a round of warnings on Linux fixed.epochqwert2015-02-043-10/+4
|
* did #if 0 around runem() in libirc. haven't tested it. meh.epochqwert2015-02-041-0/+2
|
* I don't remember.epochqwert2015-02-046-131/+352
|
* added some deletion stuff to libhashtable and made segfault have a coupleEpoch Qwert2014-11-083-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 Qwert2014-10-261-10/+25
| | | | diff. you know how to read source code. :P
* Made segfault compile without warnings again. This time with -std=c99. You ↵Epoch Qwert2014-10-268-96/+164
| | | | know how to read Makefiles.
* made changetail also go by inode when matching for tails to change.Epoch Qwert2014-09-221-1/+5
|
* deleted the compile.sh shit. using makefiles now.Epoch Qwert2014-09-227-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