Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix connection_initialize(), add void | mcpcpc | 2020-09-17 | 1 | -1/+1 | |
* | add error check for fopen() | mcpcpc | 2020-09-16 | 1 | -11/+9 | |
* | add '/h' command | mcpcpc | 2020-09-16 | 1 | -2/+14 | |
* | Minor typo | Francesco Frassinelli | 2020-09-16 | 1 | -1/+1 | |
* | change 'verb' variable from size_t to int | Michael Czigler | 2020-09-15 | 1 | -1/+1 | |
* | replace AF_INET with AF_UNSPEC | Michael Czigler | 2020-09-15 | 1 | -3/+3 | |
* | Add error handling to irc_init | Väinö Mäkelä | 2020-09-15 | 1 | -5/+32 | |
* | bump version | mcpcpc | 2020-09-14 | 1 | -1/+1 | |
* | fix logged output | mcpcpc | 2020-09-14 | 1 | -2/+2 | |
* | add guard around 'if' statement | mcpcpc | 2020-09-12 | 1 | -3/+2 | |
* | use return macros | mcpcpc | 2020-09-12 | 1 | -17/+17 | |
* | remove goto | mcpcpc | 2020-09-12 | 1 | -9/+3 | |
* | eliminate termios library | mcpcpc | 2020-09-12 | 1 | -12/+0 | |
* | Use poll instead of multiple processes | Väinö Mäkelä | 2020-09-12 | 1 | -78/+115 | |
* | refactoring | mcpcpc | 2020-09-11 | 1 | -10/+10 | |
* | fix unguarded statements | Michael Czigler | 2020-09-11 | 1 | -2/+9 | |
* | refactoring, use switch case for parent/child | Michael Czigler | 2020-09-11 | 1 | -71/+70 | |
* | improved error handling | Michael Czigler | 2020-09-11 | 1 | -9/+11 | |
* | refactoring | mcpcpc | 2020-09-11 | 1 | -24/+25 | |
* | add "-h" to USAGE | Michael Czigler | 2020-09-11 | 1 | -1/+1 | |
* | add "-h" argument for basic usage information | Michael Czigler | 2020-09-11 | 1 | -19/+22 | |
* | revert previous commit | mcpcpc | 2020-09-11 | 1 | -7/+6 | |
* | add support for autochannel join | mcpcpc | 2020-09-10 | 1 | -33/+45 | |
* | free memory allocated by getaddrinfo | Ethan Sommer | 2020-09-10 | 1 | -0/+1 | |
* | fix missing line termination | mcpcpc | 2020-09-10 | 1 | -1/+1 | |
* | add 'x' argument | Michael Czigler | 2020-09-10 | 1 | -1/+4 | |
* | minor fix to last two commits | Michael Czigler | 2020-09-10 | 1 | -2/+2 | |
* | bump version | Michael Czigler | 2020-09-10 | 1 | -1/+1 | |
* | add [chan] indicator for indirect channel PMs | Michael Czigler | 2020-09-10 | 1 | -2/+4 | |
* | change default irc channel | mcpcpc | 2020-09-10 | 1 | -1/+1 | |
* | Squash commits pertaining to 0.0.8 release | Michael Czigler | 2020-09-09 | 1 | -51/+48 | |
* | fix multiple bugs from last commit | mcpcpc | 2020-09-07 | 1 | -6/+6 | |
* | bump version and shorten commands | Michael Czigler | 2020-09-07 | 1 | -45/+28 | |
* | free cmd_str after write() | mcpcpc | 2020-09-02 | 1 | -0/+1 | |
* | fix command parsed lengths | Michael Czigler | 2020-09-02 | 1 | -49/+46 | |
* | eliminate static char arrays in parser function | Michael Czigler | 2020-09-01 | 1 | -8/+7 | |
* | bump version, increase msg buffer size | mcpcpc | 2020-08-31 | 1 | -2/+2 | |
* | update parser() function to zero arrays | Michael Czigler | 2020-08-31 | 1 | -3/+2 | |
* | replace strcpy() function to prevent buffer overflow | mcpcpc | 2020-08-28 | 1 | -7/+4 | |
* | bump version to 0.0.4 | Michael Czigler | 2020-08-26 | 1 | -1/+1 | |
* | cleanup format | mcpcpc | 2020-08-26 | 1 | -6/+4 | |
* | remove tab chars | mcpcpc | 2020-08-26 | 1 | -4/+5 | |
* | simplified parser(), changed to ring buffer | Michael Czigler | 2020-08-26 | 1 | -32/+32 | |
* | simplified parsing function | mcpcpc | 2020-08-24 | 1 | -56/+47 | |
* | fix -v behavior to return 0 | mcpcpc | 2020-08-22 | 1 | -3/+3 | |
* | bump version | mcpcpc | 2020-08-21 | 1 | -1/+1 | |
* | print formatted text (pre wordwrap) instead of raw to log | Michael Czigler | 2020-08-21 | 1 | -5/+6 | |
* | add -o argument option for irc chat logging | mcpcpc | 2020-08-21 | 1 | -1/+13 | |
* | eliminated nested while loops | mcpcpc | 2020-08-20 | 1 | -26/+27 | |
* | more cleanup | mcpcpc | 2020-08-20 | 1 | -22/+26 |