aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* retest writemcpcpc2020-09-171-4/+5
|
* add error checking for malloc()mcpcpc2020-09-171-4/+9
|
* fix error handling for missing nickMichael Czigler2020-09-171-1/+1
|
* Merge pull request #27 from RMPR/masterMichael Czigler2020-09-171-1/+1
|\ | | | | Fix a typo in distro name
| * Fix a typo in distro nameRMPR2020-09-171-1/+1
|/
* add commandmcpcpc2020-09-172-3/+6
|
* colorize channel name in messagemcpcpc2020-09-171-1/+2
|
* readme updatemcpcpc2020-09-171-1/+1
|
* fix connection_initialize(), add voidmcpcpc2020-09-171-1/+1
|
* update READMEmcpcpc2020-09-171-4/+4
|
* add tls/ssl examplemcpcpc2020-09-161-1/+17
|
* add error check for fopen()mcpcpc2020-09-161-11/+9
|
* add '/h' commandmcpcpc2020-09-162-2/+15
|
* Update README.mdMichael Czigler2020-09-161-1/+1
|
* Merge pull request #20 from frafra/patch-1Michael Czigler2020-09-161-1/+1
|\ | | | | Minor typo
| * Minor typoFrancesco Frassinelli2020-09-161-1/+1
|/
* Update README.mdMichael Czigler2020-09-161-1/+1
|
* Update README.mdMichael Czigler2020-09-161-1/+1
|
* Update README.mdMichael Czigler2020-09-151-4/+4
|
* Update README.mdMichael Czigler2020-09-151-9/+4
|
* change 'verb' variable from size_t to intMichael Czigler2020-09-151-1/+1
|
* replace AF_INET with AF_UNSPECMichael Czigler2020-09-151-3/+3
|
* Merge pull request #19 from vainiovano/masterMichael Czigler2020-09-151-5/+32
|\ | | | | Add error handling to irc_init
| * Add error handling to irc_initVäinö Mäkelä2020-09-151-5/+32
|/
* bump versionmcpcpc2020-09-141-1/+1
|
* delete log filemcpcpc2020-09-141-87/+0
|
* fix logged outputmcpcpc2020-09-142-2/+89
|
* add guard around 'if' statementmcpcpc2020-09-121-3/+2
|
* use return macrosmcpcpc2020-09-121-17/+17
|
* remove gotomcpcpc2020-09-121-9/+3
|
* eliminate termios librarymcpcpc2020-09-121-12/+0
|
* Merge pull request #17 from vainiovano/no-forkMichael Czigler2020-09-121-78/+115
|\ | | | | Use poll instead of multiple processes
| * Use poll instead of multiple processesVäinö Mäkelä2020-09-121-78/+115
| | | | | | | | | | | | The old approach used 100% CPU on two processes. Poll can be used to wait stdin and the socket at the same time. This commit also reduces system call usage by not calling read for every byte.
* | Merge pull request #18 from vainiovano/no-xlibMichael Czigler2020-09-121-1/+1
|\ \ | |/ |/| Don't link to Xlib
| * Don't link to XlibVäinö Mäkelä2020-09-121-1/+1
|/ | | | Xlib isn't used and shouldn't be a dependency
* refactoringmcpcpc2020-09-111-10/+10
|
* fix unguarded statementsMichael Czigler2020-09-111-2/+9
|
* refactoring, use switch case for parent/childMichael Czigler2020-09-111-71/+70
|
* Update README.mdMichael Czigler2020-09-111-1/+1
|
* improved error handlingMichael Czigler2020-09-111-9/+11
|
* refactoringmcpcpc2020-09-111-24/+25
|
* Update README.mdMichael Czigler2020-09-111-1/+2
|
* add "-h" to USAGEMichael Czigler2020-09-111-1/+1
|
* add "-h" argument for basic usage informationMichael Czigler2020-09-111-19/+22
|
* revert previous commitmcpcpc2020-09-111-7/+6
|
* add support for autochannel joinmcpcpc2020-09-101-33/+45
|
* Update README.mdMichael Czigler2020-09-101-4/+4
|
* Update README.mdMichael Czigler2020-09-101-1/+1
|
* add to Features sectionMichael Czigler2020-09-101-0/+1
|
* Merge pull request #15 from E5ten/makefileMichael Czigler2020-09-101-2/+5
|\ | | | | Makefile: split compile and link steps