-
New version of spOscar! I've completely rewritten it from scratch. Some of the features of old spOscar (mainly rate queueing) are unavailable at the moment, while others are properly developed now (Unicode). It is *far* more stable and better developed than any previous version. The API, however, is quite different. The change is worth it though.
2006-01-04 08:29:18 UTC by spladug
-
spladug committed patchset 42 of module spOscar to the aim libraries CVS repository, changing 2 files.
2005-09-17 04:36:13 UTC by spladug
-
spladug committed patchset 41 of module spOscar to the aim libraries CVS repository, changing 1 files.
2005-09-17 04:13:55 UTC by spladug
-
spladug committed patchset 40 of module spOscar to the aim libraries CVS repository, changing 12 files.
2005-09-17 04:13:28 UTC by spladug
-
spladug committed patchset 39 of module spOscar to the aim libraries CVS repository, changing 27 files.
2005-04-17 01:46:57 UTC by spladug
-
spladug committed patchset 38 of module spOscar to the aim libraries CVS repository, changing 7 files.
2005-04-08 23:50:17 UTC by spladug
-
spladug committed patchset 37 of module spOscar to the aim libraries CVS repository, changing 2 files.
2005-04-04 00:28:49 UTC by spladug
-
spladug committed patchset 36 of module spOscar to the aim libraries CVS repository, changing 2 files.
2005-03-17 05:04:15 UTC by spladug
-
In line 713 of spOscar.cpp you have:
blob =
std::auto_ptr(m_aConnections[i]->read(retval));
This causes the build to break on my linux boxes. This
error is discussed here:
http://gcc.gnu.org/ml/gcc/2000-08/msg00196.html
By changing the line to the below, I was able to build
spOscar.
blob.reset(m_aConnections[i]->read(retval));
Also, all of the downloads are...
2005-01-13 23:03:41 UTC by jevinsweval
-
spladug committed patchset 35 of module spOscar to the aim libraries CVS repository, changing 1 files.
2005-01-06 06:46:12 UTC by spladug