Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't link to Xlib | Väinö Mäkelä | 2020-09-12 | 1 | -1/+1 |
* | 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 |
* | Update README.md | Michael Czigler | 2020-09-11 | 1 | -1/+1 |
* | improved error handling | Michael Czigler | 2020-09-11 | 1 | -9/+11 |
* | refactoring | mcpcpc | 2020-09-11 | 1 | -24/+25 |
* | Update README.md | Michael Czigler | 2020-09-11 | 1 | -1/+2 |
* | 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 |
* | Update README.md | Michael Czigler | 2020-09-10 | 1 | -4/+4 |
* | Update README.md | Michael Czigler | 2020-09-10 | 1 | -1/+1 |
* | add to Features section | Michael Czigler | 2020-09-10 | 1 | -0/+1 |
* | Merge pull request #15 from E5ten/makefile | Michael Czigler | 2020-09-10 | 1 | -2/+5 |
|\ | |||||
| * | Makefile: split compile and link steps | Ethan Sommer | 2020-09-10 | 1 | -2/+5 |
* | | Merge pull request #14 from E5ten/freeaddrinfo | Michael Czigler | 2020-09-10 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | free memory allocated by getaddrinfo | Ethan Sommer | 2020-09-10 | 1 | -0/+1 |
|/ | |||||
* | fix missing line termination | mcpcpc | 2020-09-10 | 1 | -1/+1 |
* | Update README.md | Michael Czigler | 2020-09-10 | 1 | -1/+2 |
* | 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 |
* | Merge pull request #13 from micwoj92/patch-1 | Michael Czigler | 2020-09-10 | 1 | -1/+1 |
|\ | |||||
| * | update arch install | micwoj92 | 2020-09-10 | 1 | -1/+1 |
|/ | |||||
* | change default irc channel | mcpcpc | 2020-09-10 | 1 | -1/+1 |
* | Update README.md | Michael Czigler | 2020-09-10 | 1 | -1/+0 |
* | Update README.md | Michael Czigler | 2020-09-10 | 1 | -1/+1 |
* | Squash commits pertaining to 0.0.8 release | Michael Czigler | 2020-09-09 | 4 | -151/+137 |
* | Merge pull request #11 from mcpcpc/0.0.7 | Michael Czigler | 2020-09-07 | 2 | -53/+36 |
|\ | |||||
| * | fix multiple bugs from last commit | mcpcpc | 2020-09-07 | 1 | -6/+6 |
| * | bump version and shorten commands | Michael Czigler | 2020-09-07 | 2 | -52/+35 |
|/ | |||||
* | Update README | Michael Czigler | 2020-09-03 | 1 | -2/+0 |
* | Add objectives and AUR install instructions | Michael Czigler | 2020-09-03 | 1 | -7/+35 |
* | Delete PKGBUILD | Michael Czigler | 2020-09-03 | 1 | -32/+0 |
* | Create PKGBUILD | Michael Czigler | 2020-09-03 | 1 | -0/+32 |
* | free cmd_str after write() | mcpcpc | 2020-09-02 | 1 | -0/+1 |
* | Merge pull request #7 from mcpcpc/0.0.6 | Michael Czigler | 2020-09-02 | 1 | -49/+46 |
|\ | |||||
| * | fix command parsed lengths | Michael Czigler | 2020-09-02 | 1 | -49/+46 |
|/ | |||||
* | Update README | Michael Czigler | 2020-09-02 | 1 | -1/+1 |
* | Add files via upload | Michael Czigler | 2020-09-01 | 1 | -0/+0 |
* | Merge pull request #6 from mcpcpc/parser_strtok_only | Michael Czigler | 2020-09-01 | 1 | -8/+7 |
|\ | |||||
| * | eliminate static char arrays in parser function | Michael Czigler | 2020-09-01 | 1 | -8/+7 |
|/ | |||||
* | Create codeql-analysis.yml | Michael Czigler | 2020-08-31 | 1 | -0/+62 |
* | 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 |