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