aboutsummaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Rename project to uirc3Přemysl Janouch2015-04-301-25/+40
|
* Add a stubbed IRC clientPřemysl Janouch2015-04-111-1/+7
|
* Update dependencies in READMEPřemysl Janouch2015-03-231-1/+1
|
* Move to libertyPřemysl Janouch2015-02-281-0/+2
|
* Miscellaneous tiny changesPřemysl Janouch2015-02-281-7/+8
|
* Convert to CMakePřemysl Janouch2015-02-111-11/+21
|
* Update READMEPřemysl Janouch2014-08-181-1/+1
| | | | | There's no hope of making it work with BSD make, and GNU make is in the ports tree anyway.
* kike: go with shorter SHA1 fingerprintsPřemysl Janouch2014-08-131-2/+2
|
* Update the READMEPřemysl Janouch2014-08-101-0/+6
|
* Update the README about kike's statePřemysl Janouch2014-08-091-1/+2
|
* kike: implement SSL client cert. auth.Přemysl Janouch2014-08-081-0/+6
|
* Update the READMEPřemysl Janouch2014-08-041-4/+4
|
* Update the READMEkikePřemysl Janouch2014-07-211-2/+30
|
* WIP: add a stub IRC daemon named `kike'Přemysl Janouch2014-07-121-0/+11
| | | | | | | | | | | | | | As it is going to share a great lot of functionality with ZyklonB, I have decided to extract the common parts into `common.c' and make the two subprojects include this file. The Single Compile Unit concept has proven valuable (sub-second compile times, dead code warnings, almost no need for function declarations, whole-program optimizations), and the sources aren't that long so far anyway. I am probably going to add CMake support later but so far it's not a priority. This project is meant to be portable and freely relocatable (ie. no hardcoded paths if I can avoid it).
* Initial commitPřemysl Janouch2014-07-051-0/+21