Client using FOX-1.6
- I have uploaded cclcfox-0.7.1-FOX-1.6.tar.bz2, it is the client updated
to work with FOX 1.6.
The -nossl options seems to cause problems on some instalations, but right now I don't have enough time to look at it, to fix it you can use the certificates found here (CA.pem and cert.pem, place them on ~/.cclfox on the server and on ~/.cclcfox/ on the clients), or generate fresh ones following the instructions from CERTIFICATES.howto.
23 Sep 2006
Update
- There is a newer version here
The code is old, because I haven't been working on CCL for months but its better than 0.7.0 (its like a 0.8.0pre), I also included a version of cclfox that compiles with FOX-1.6 (cclfox-0.7.1-FOX-1.6.tar.bz2).
The file CCLFox can be placed at ~/.foxrc/CafeConLeche to make CCLFox look like the screenshots on this site.
I made changes to the database format and it is incompatible with older versions, but the "upd.sql" script can be used to upgrade it, just download upd.sql and run (after doing a backup of cclfox.db):
cat upd.sql | sqlite3 ~/.cclfox/cclfox.db
qcclc.tbz2 is a client for CCL that uses Qt4.x, it works on Mac OSX.If you want to change the logo that is displayed on the screen when the workstation is locked, just place a file "lockpix.gif" on ~/.cclcfox if you are using the FOX version of the client, or a file "lockpix" (with no extension and any image format supported by Qt4) on ~/.qcclc if you are using the Qt4 client (this is a non-obvious feature that only people who asked me know).
nazka (Javier Sampedro) is (or at least was last time we talked) working on a new GUI for the server, using Qt4, the project page is located here.
For people who have problems with the instalation, go to the forums here, because some users have posted links and guides about CCL.
22 Sep 2006
GCC >= 3.4
- If you are using gcc >= 3.4, and have problems compiling cclfox,
edit this line in CCLIconItem.h (line 11):
friend class FXIconList;
and leave it like this:
friend class FX::FXIconList;
25 Apr 2005
0.7.0 released.
- It needs FOX-1.4 . The members passwords, are now stored on the DB, and
because of that, the old passwords will be lost when you install 0.7.0.
Also, you need to reselect the default tarif, and re-set the "Per min after"
value.
9 Apr 2005
0.7.0 on CVS.
- 0.7.0 is on CVS. It now needs FOX-1.4.
6 Apr 2005
New Release.
- Version 0.6.0 released. Bugfixes, OpenSSL support. Next release is going
to need FOX-1.4.
1 Mar 2005
OpenSSL.
- I added OpenSSL support, for the connections on libccl, the code is
on CVS, if you want to try it. I'm going to release it when I feel happy with
it. FOX 1.4 has been released, I'm probably going to port CCLFOX to it.
17 Feb 2005
New release.
- Version 0.5.1 released. Bugfixes, passwords for members, etc.
5 Jan 2005
New release.
- libccls, libcclc, cclfox and cclcfox tarballs for version
0.5.0 are ready to download, get them from the
downloads section.
The most important changes are, a lot of bugfixes, membership support,
and support for multiple tarifs (before, you could have multiple parts
on a tarif, for differents days and hours, but now you can also have
totally separate tarifs, this is useful if you want a different tarif
for each of the members). Now you need sqlite3 for it to work (and compile).
11 Nov 2004
New site design - 0.5.0 comming soon.
- Version 0.5.0 (of everything) is comming soon. The most important
changes are, a lot of bugfixes, and membership support.
03 Nov 2004
New release.
- libccls, libcclc, cclfox and cclcfox tarballs for version
0.4.1 are ready to download, get them from the
downloads section.
This release fixes some bugs on older versions.
06 Oct 2004
First release.
- libccls, libcclc, cclfox and cclcfox tarballs for version
0.4.0 are ready to download, get them from the
downloads section.