-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: segfault
action: shortlog
revision:
path_from:
revision_from: refs/heads/master/:
path_to:
revision_to:

git.thebackupbox.net

segfault

git://git.thebackupbox.net/segfault

as feed:

ass

rss

atom

gemfeed

twtxt

2024-03-31 pass the channel to isallowed for JOIN auto-modes, and per-server snooty values

2024-03-25 added %J as \n for exploits ofc

2023-12-02 prevent auto-re-adding bans

2023-12-02 Merge branch 'master' of ssh://git.thebackupbox.net/segfault

2023-12-02 fix typos, better dodging, allow kills, more useful dlsym message

2023-10-16 copyright information added

2023-07-06 added fallback to NOTICE if tail mode has it unset

2023-07-05 Merge branch 'master' of ssh://git.thebackupbox.net/segfault

2023-07-05 some old changes to set env vars for dlstuff and new change to how secondary groups are dealt with

2023-03-16 some old Makefile changes I never commit'd. fixed long-standing bug with too long lines being appended getting truncated.

2022-02-18 added spacify

2021-07-13 kick messages will get passed on now. no idea how long the help message for !alias has been printf()ing instead of privmsg()ing. added a bit more format magic.

2021-01-11 segfault now has SIGSEGV handling, and fixed an fd leak with tails not being closed. derp.

2020-10-12 now there is a per-server user struct, and a couple checks to prevent obvious creashes, but might cause other weirdness.

2020-10-04 added example dlopen-able libhack.c and updated Makefile to actually be able to build segfault. was missing -ldl

2020-10-04 removed a comment

2020-10-04 fixed warnings and increased address size

2020-10-03 handful of small things. peek/poke and dlopen/dlsym/dlclose got updated a bit so now they actually work (at least on my raspi)

2020-01-09 added ability to have raw tails (both formatted, and non formatted). fixed 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

2019-06-24 changed libline stuff to idc due to renaming "upstream" and got rid of some ugly "magic" and added a magic for the current server's fd

2019-06-08 re-enabled access control and disabled addserver

2019-06-08 added new tail mode to prevent double-opening. multi-server support is being worked on

2019-05-31 handfuls of things to try to get the tails all working good

2019-05-26 oh god. lot of terrible shit.

2019-05-26 added libidc requirement to Makefile

2019-05-14 added access.h so that function that's been in segfault to filter out unwanted commands can actually be seen by git.

2019-05-14 fix a bunch of format strings and do type castings to get -Wall to hush. also comment out some unused variables.

2019-05-14 big commit. added commented out peek/poke, putenv, access whitelisting, switched to use args when format_magic()ing, q and Q format magic was failing so added another check.

2019-04-07 added ability to reference environment variables from format magic. removed !chat bullshit. made a successful message_handler not fallback to a generic action handler

2019-03-31 cleaned up some loose whitespace

2019-03-12 fixed a bug where I free()d the wrong thing in format_magic

2019-02-10 changed makefile to use install instead of cp.

2017-03-19 fixed the lambda stuff

2017-01-22 made some special handler aliases prefix with ; instead of nothing to help prevent accidental usage

2017-01-09 added a workaround to get it to build on linux

2017-01-09 small Makefile change to avoid use of $(MAKE)

2017-01-09 added ability to make segfault only speak when spoken to.

2016-10-06 added %A to be \x01 in format_magic() made message_handler trigger on NOTICEs too.

2016-08-16 added support for s/derp/merp/ command. changed format_magic to use something less insane. fixed 'Nick: command' type of command calling.

2016-07-25 added casting of void * to free macro to fix warns. removed trigger character added revenge in commented code

2016-07-25 added again target to Makefile to rm and build.

2015-12-07 added some malloc checks and other small things.

2015-08-12 fixed the %N bug. few other minor things.

2015-07-15 added %q and %Q if you want your strings passed from segfault to be shell escaped.

2015-05-18 fixed a crash in !builtins and !aliases due to... something.

2015-05-14 fixed small change in Makefile and segfault.c

2015-03-31 moved libhashtable and libirc into their own repos.

2015-03-28 added a function to deleted an individual key:value in libhashtable added a function that does line cutting to libirc (and its prototype in the header) made segfault take advantage of the new cutting function.

2015-03-12 an upgrade to link.c to allow keys in channels. 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

2015-03-08 fixed support of optional : before channel name when parsing JOIN messages from server.

2015-03-08 added a linkbot example to libirc, bunch of random shit in segfault I guess. I don't remember. I should commit more.

2015-02-07 took out startup_stuff because server messages can be handled now. !alias !004 !raw join #defualt or whatever you want the bot to do.

2015-02-04 a round of warnings on Linux fixed.

2015-02-04 did #if 0 around runem() in libirc. haven't tested it. meh.

2015-02-04 I don't remember.

2014-11-08 added some deletion stuff to libhashtable and made segfault have a couple function to delete his two hashtables and reinitialize them. they aren't builtins as default but can be added with !builtin. :)

2014-10-26 made some new messages debug messages. fixed... fuck. I forgot. check the diff. you know how to read source code. :P

2014-10-26 Made segfault compile without warnings again. This time with -std=c99. You know how to read Makefiles.

2014-09-22 made changetail also go by inode when matching for tails to change.

2014-09-22 deleted the compile.sh shit. using makefiles now. 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

2014-09-15 did the TODO of making builtins use a hashtable. 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

2014-09-07 small fix with libhashtable's header

2014-09-07 took the hashtable stuff out of segfault and put it into a library. good idea? dunno.

2014-08-26 fixed the rand() seeding to use pid too so bots started in the same second don't generate the same random nick. made shell use pkill stuff instead of kill `pgrep stuff`

2014-08-25 fixed shitty #define MYUSER

2014-08-25 fixed the weird use of a?:b; in two places.

2014-08-25 forgot in last commit: changed up some of the line handler's parsing. added echo detection for odd IRC servers that send the message back to sender

2014-08-25 fixed an off-by-one bug I didn't notice until testing with URCD. 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

2014-08-15 added a struct for user data. added %h and %n for host and name for aliases.

2014-08-10 added nick globbing for easier control of many bots at once.

2014-08-03 Added a user char * to the tail struct to keep track of who set it.

2014-07-26 added some other bugfixes. hashing, seg-as-client stuff... I dunno.

2014-07-26 various silly things.

2014-07-23 Stuff!

2014-06-30 first commit from new setup. don't remember what I changed.

2014-03-25 fixed it *really*

2014-03-25 fixed a bug in libirc where pong was sending ping. dunno. I don't remember what else I did.

2014-03-17 updated the function that converts tail modes to strings for !tails other general cleaning

2014-03-15 experimental Makefiles.

2014-03-14 converted the alias system to use a hash table with linked lists inside

2014-03-02 made some stuff a bit prettier. added %m and segnick variable for self nick stuff you can use git diff for anything else.

2014-03-01 fuck, man. you know how to read diffs.

2014-02-10 fixed some command conflict issues based on only checking part of a string.

2014-02-09 fixed a small bug in format_magic.

2014-02-09 added minimal startup scripts. 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.

2014-02-09 upgraded format_magic() to hopefully be more compatible and less voodoo-y.

2014-02-05 first useful commit. hopefully it compiles...

2014-02-05 just another shit commit

2014-02-03 testin

2014-02-03 added test

2014-02-03 initial commit

-- Response ended

-- Page fetched on Sun May 19 21:12:25 2024