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
*
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
*
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
1
-30
/
+46
*
Stuff!
Epoch Qwert
2014-07-23
1
-10
/
+28
*
first commit from new setup. don't remember what I changed.
epoch
2014-06-30
1
-6
/
+26
*
fixed it *really*
epoch
2014-03-25
1
-0
/
+5
*
fixed a bug in libirc where pong was sending ping. dunno.
epoch
2014-03-25
1
-18
/
+35
*
updated the function that converts tail modes to strings for !tails
epoch
2014-03-17
1
-65
/
+53
*
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
1
-31
/
+82
*
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
1
-2
/
+1
*
added minimal startup scripts.
epoch
2014-02-09
1
-7
/
+3
*
upgraded format_magic() to hopefully be more compatible and less voodoo-y.
epoch
2014-02-09
1
-1
/
+62
*
first useful commit. hopefully it compiles...
epoch
2014-02-05
1
-0
/
+1002