index
:
segfault.git
master
IRC bot
epoch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
segfault.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kick messages will get passed on now. no idea how long the help message for !...
epoch
2021-07-13
1
-5
/
+13
*
segfault now has SIGSEGV handling, and fixed an fd leak with tails not being ...
epoch
2021-01-11
1
-30
/
+79
*
now there is a per-server user struct, and a couple checks to prevent obvious...
epoch
2020-10-12
1
-30
/
+43
*
removed a comment
epoch
2020-10-04
1
-1
/
+1
*
fixed warnings and increased address size
epoch
2020-10-04
1
-9
/
+10
*
handful of small things. peek/poke and dlopen/dlsym/dlclose got updated a bit...
epoch
2020-10-03
1
-27
/
+67
*
added ability to have raw tails (both formatted, and non formatted). fixed ho...
epoch
2020-01-09
1
-94
/
+247
*
changed libline stuff to idc due to renaming "upstream" and got rid of some u...
epoch
2019-06-24
1
-11
/
+18
*
re-enabled access control and disabled addserver
epoch
2019-06-08
1
-2
/
+2
*
added new tail mode to prevent double-opening. multi-server support is being ...
epoch
2019-06-08
1
-27
/
+70
*
handfuls of things to try to get the tails all working good
epoch
2019-05-31
1
-8
/
+22
*
oh god. lot of terrible shit.
epoch
2019-05-26
1
-52
/
+96
*
fix a bunch of format strings and do type castings to get -Wall to hush. also...
epoch
2019-05-14
1
-19
/
+22
*
big commit. added commented out peek/poke, putenv, access whitelisting, switc...
epoch
2019-05-14
1
-9
/
+47
*
added ability to reference environment variables from format magic. removed !...
epoch
2019-04-07
1
-32
/
+43
*
cleaned up some loose whitespace
epoch
2019-03-31
1
-5
/
+3
*
fixed a bug where I free()d the wrong thing in format_magic
epochqwert
2019-03-12
1
-60
/
+118
*
fixed the lambda stuff
epochqwert
2017-03-19
1
-10
/
+6
*
made some special handler aliases prefix with ; instead of nothing to help pr...
epochqwert
2017-01-22
1
-4
/
+4
*
added a workaround to get it to build on linux
epochqwert
2017-01-09
1
-0
/
+1
*
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
*
added support for s/derp/merp/ command.
epochqwert
2016-08-16
1
-48
/
+60
*
added casting of void * to free macro to fix warns.
epochqwert
2016-07-25
1
-46
/
+46
*
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 esc...
epochqwert
2015-07-15
1
-8
/
+56
*
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
1
-4
/
+8
*
moved libhashtable and libirc into their own repos.
epochqwert
2015-03-31
1
-78
/
+31
*
added a function to deleted an individual key:value in libhashtable
epochqwert
2015-03-28
1
-28
/
+30
*
an upgrade to link.c to allow keys in channels.
epochqwert
2015-03-12
1
-3
/
+16
*
fixed support of optional : before channel name when parsing JOIN messages fr...
epochqwert
2015-03-08
1
-1
/
+1
*
added a linkbot example to libirc, bunch of random shit in segfault I guess. ...
epochqwert
2015-03-08
1
-46
/
+32
*
took out startup_stuff because server messages can be handled now. !alias !00...
epochqwert
2015-02-07
1
-68
/
+43
*
a round of warnings on Linux fixed.
epochqwert
2015-02-04
1
-3
/
+1
*
I don't remember.
epochqwert
2015-02-04
1
-130
/
+234
*
added some deletion stuff to libhashtable and made segfault have a couple
Epoch Qwert
2014-11-08
1
-15
/
+28
*
made some new messages debug messages. fixed... fuck. I forgot. check the dif...
Epoch Qwert
2014-10-26
1
-10
/
+25
*
Made segfault compile without warnings again. This time with -std=c99. You kn...
Epoch Qwert
2014-10-26
1
-94
/
+159
*
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
1
-20
/
+25
*
did the TODO of making builtins use a hashtable.
Epoch Qwert
2014-09-15
1
-160
/
+173
*
took the hashtable stuff out of segfault and put it into a library. good idea...
Epoch Qwert
2014-09-07
1
-150
/
+43
*
fixed the rand() seeding to use pid too so bots started in the same second do...
Epoch Qwert
2014-08-26
1
-9
/
+15
*
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
*
fixed an off-by-one bug I didn't notice until testing with URCD.
Epoch Qwert
2014-08-25
1
-39
/
+89
*
added a struct for user data. added %h and %n for host and name for aliases.
Epoch Qwert
2014-08-15
1
-51
/
+67
[next]