You can subscribe to this list here.
| 2000 |
Jan
(16) |
Feb
(6) |
Mar
(1) |
Apr
(5) |
May
(8) |
Jun
(12) |
Jul
(19) |
Aug
(4) |
Sep
(2) |
Oct
(5) |
Nov
(2) |
Dec
(13) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(22) |
Feb
(12) |
Mar
(23) |
Apr
(3) |
May
(10) |
Jun
(26) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Bill S. <we...@ri...> - 2000-06-14 15:46:17
|
Hi Denis, What was the reason you put the TCPSendMessageSeq functions in? Was this so you could retransmit the TCP requests if they don't get acknowledged? AFAIK, TCP packets do not get re-transmitted, so these aren't necessary - only the UDP packets are re-transmitted. I'd like to do some code rearranging, but I wanted to check with you on what the TCP*Seq functions are for before I starting hacking them :) Bill |
|
From: Denis V. D. <de...@nu...> - 2000-05-29 18:35:51
|
Hi. Yet another icqlib application: http://www.goofy.gaudi.dhs.org/en/icqsend.php3 -- Denis V. Dmitrienko | E-mail: de...@nu... | ICQ#: 5538614 Home page: http://www.cn.ua/~denis History became legend... Legend became myth. And some things that should not have been forgotten ...were lost. |
|
From: Bill S. <we...@ri...> - 2000-05-26 02:41:39
|
On Thu, 25 May 2000, Vadim Zaliva wrote: > I suggest to change prototype of function: > > void icq_ContactAdd(ICQLINK *link, unsigned long cuin); > > to > > int icq_ContactAdd(ICQLINK *link, unsigned long cuin); > > Return value on '0' will mean that contact successfully added. > Any other value, will indicated that error occured. > > If nobody objects I will do all appropiate changes. Sounds good to me - go for it. :) Bill |
|
From: Vadim Z. <lo...@cr...> - 2000-05-25 22:55:01
|
Hi! To fix problem described in following bug: https://sourceforge.net/bugs/?func=detailbug&bug_id=106469&group_id=384 I suggest to change prototype of function: void icq_ContactAdd(ICQLINK *link, unsigned long cuin); to int icq_ContactAdd(ICQLINK *link, unsigned long cuin); Return value on '0' will mean that contact successfully added. Any other value, will indicated that error occured. If nobody objects I will do all appropiate changes. Sincerely, Vadim -- ;;----------------------------------+-----------------------------------+ ;; Vadim Zaliva + Those who do not understand Unix + ;; mailto:lo...@cr... + are condemned to reinvent it, + ;; http://www.crocodile.org + poorly. (H. Spencer) + ;;----------------------------------+-----------------------------------+ |
|
From: Denis V. D. <de...@nu...> - 2000-05-21 17:47:31
|
Hi. 2000-05-21 Denis V. Dmitrienko <de...@nu...> * icqlib/util.c: Bulgaria country code was added. Thanks to "Napalm Death" <nap...@ho...> * icqlib/cyrillic.c: Applied patch for russian letters IO and io by Vladimir Eltchinov <el...@de...> -- Denis V. Dmitrienko | E-mail: de...@nu... | ICQ#: 5538614 Home page: http://www.cn.ua/~denis History became legend... Legend became myth. And some things that should not have been forgotten ...were lost. |
|
From: Bill S. <we...@ri...> - 2000-05-10 20:57:45
|
On Wed, 10 May 2000, Denis V. Dmitrienko wrote: > 2000-05-10 Denis V. Dmitrienko <de...@nu...> > > * icqlib/icq.h.in, icqlib/icqlib.c, icqlib/queue.c, > icqlib/queue.h, icqlib/udp.c: > UDP outgoing packet queue was implemented. > > * icqlib/udphandle.c, icqlib/proxy.c: > icq_Disconnect() now called before icq_Disconnected callback to > prevent high CPU usage in kicq's "reconnect on disconnect" code. > > * icqlib/list.c, icqlib/list.h: > list_free() was added to free but do not dispose the list. > Memory leak with destroying the list was fixed. Great news! :) Bill |
|
From: Denis V. D. <de...@nu...> - 2000-05-10 19:11:46
|
Hi. 2000-05-10 Denis V. Dmitrienko <de...@nu...> * icqlib/icq.h.in, icqlib/icqlib.c, icqlib/queue.c, icqlib/queue.h, icqlib/udp.c: UDP outgoing packet queue was implemented. * icqlib/udphandle.c, icqlib/proxy.c: icq_Disconnect() now called before icq_Disconnected callback to prevent high CPU usage in kicq's "reconnect on disconnect" code. * icqlib/list.c, icqlib/list.h: list_free() was added to free but do not dispose the list. Memory leak with destroying the list was fixed. -- Denis V. Dmitrienko | E-mail: de...@nu... | ICQ#: 5538614 Home page: http://www.cn.ua/~denis History became legend... Legend became myth. And some things that should not have been forgotten ...were lost. |
|
From: Bill S. <we...@ri...> - 2000-05-04 16:41:59
|
2000-05-04 Bill Soudan <so...@kd...>
* icqlib/tcp.h: undefined TCP debug trace constants in preparation
for release.
* icqlib/stdpackets.c: warning cleanups.
* icqlib/icq.h.in: changed FILE_STATUS_* defines, removed
many ICQ_NOTIFY_FILE* defines, added new direction member
to icq_FileSession, removed unnecessary uin arg from
icq_FileSessionSetSpeed.
* icqlib/tcpchathandle.c, icqlib/tcpfilehandle.c,icqlib/tcphandle.c,
icqlib/tcplink.c, icqlib/filesession.c, icqlib/tcp.c:
Reworked file transfer notification, small bugfixes,
and cleanups.
|
|
From: Denis V. D. <de...@nu...> - 2000-05-03 19:07:49
|
Hi. 2000-05-03 Denis V. Dmitrienko <de...@nu...> * icqlib/udp.c: icq_UpdateNewUserInfo() was added. All icq_UpdateMetaInfo*() now return their sequence number. * icqlib/chatsession.c, icqlib/filesession.c, icqlib/icq.h.in, icqlib/Makefile.am, icqlib/proxy.c, icqlib/tcpchathandle.c, icqlib/tcpfilehandle.c, icqlib/tcphandle.c, icqlib/tcplink.c, icqlib/udphandle.c, icqlib/util.c, icqlib/callbacks.c: Callbacks have been moved to the ICQLINK structure. * icqlib/icqpacket.c, icqlib/icqpacket.h: icq_PacketReadUDPInUIN() was added. * icqlib/list.c: Bug with empty contact list was fixed. * icqlib/icqlib.c: Unfinished UDP queue was commented out. -- Denis V. Dmitrienko | E-mail: de...@nu... | ICQ#: 5538614 Home page: http://www.cn.ua/~denis History became legend... Legend became myth. And some things that should not have been forgotten ...were lost. |
|
From: Denis V. D. <de...@nu...> - 2000-04-13 18:07:36
|
Hi. 2000-04-13 Denis V. Dmitrienko <de...@nu...> * README.Win32, VC5.zip, Win32.zip: icq.h header file which is automatically generated on Unix is packaged in Win32.zip archive along with the Visual C++ 5.0 project file. -- Denis V. Dmitrienko | E-mail: de...@nu... | ICQ#: 5538614 Home page: http://www.cn.ua/~denis History became legend... Legend became myth. And some things that should not have been forgotten ...were lost. |
|
From: Denis V. D. <de...@nu...> - 2000-04-10 18:29:49
|
Hi again. 2000-04-10 Denis V. Dmitrienko <de...@nu...> * icqlib/chatsession.h, icqlib/filesession.h, icqlib/stdpackets.c, icqlib/tcp.c, icqlib/tcpfilehandle.c, icqlib/tcplink.c: ANSI cleanups. * icqlib/filesession.c, icqlib/icqlib.c, icqlib/stdpackets.h, icqlib/tcp.c, icqlib/tcpfilehandle.c, icqlib/tcp.h, icqlib/tcplink.c, icqlib/udp.c, icqlib/udp.h, icqlib/util.c, VC5.zip: Some more Win32 compatibility from Guillaume Rosanis <gr...@ma...> -- Denis V. Dmitrienko | E-mail: de...@nu... | ICQ#: 5538614 Home page: http://www.cn.ua/~denis |
|
From: Denis V. D. <de...@nu...> - 2000-04-10 17:17:10
|
Hi. 2000-04-10 Denis V. Dmitrienko <de...@nu...> * icqlib/filesession.c, icqlib/icqlib.c, icqlib/stdpackets.h, icqlib/tcp.c, icqlib/tcpfilehandle.c, icqlib/tcp.h, icqlib/tcplink.c, icqlib/udp.c, icqlib/udp.h, icqlib/util.c, VC5.zip: Some more Win32 compatibility from Guillaume Rosanis <gr...@ma...> 2000-04-06 Herbert Valerio Riedel <hv...@gn...> * icqlib/icq.h.in, icqlib/udp.c (icq_KeepAlive,icq_SendAuthMsg): return sequence number -- Denis V. Dmitrienko | E-mail: de...@nu... | ICQ#: 5538614 Home page: http://www.cn.ua/~denis |
|
From: Denis V. D. <de...@nu...> - 2000-04-06 16:51:45
|
Hi. 2000-04-06 Denis V. Dmitrienko <de...@nu...> * icqlib/icq.h.in, icqlib/icqlib.c, icqlib/stdpackets.c, icqlib/tcp.c: icq_*Send*Seq() functions with specified sequence number were added. * icqlib/udp.c: So called "Online List problem" bug with Long Contact List was fixed. icq_*Send*Seq() functions with specified sequence number were added. -- Denis V. Dmitrienko | E-mail: de...@nu... | ICQ#: 5538614 Home page: http://www.cn.ua/~denis |
|
From: Denis V. D. <de...@nu...> - 2000-04-05 15:09:20
|
Hi. 2000-04-05 Denis V. Dmitrienko <de...@nu...> * README.Win32, VC5.zip, icqlib/icqbyteorder.h, icqlib/icq.h.in, icqlib/icqlib.c, icqlib/icqlib.h, icqlib/icqpacket.c, icqlib/icqtypes.h, icqlib/proxy.c, icqlib/tcp.c, icqlib/tcpchathandle.c, icqlib/tcpfilehandle.c, icqlib/tcphandle.c, icqlib/tcplink.c, icqlib/tcplink.h, icqlib/udp.c, icqlib/util.c, icqlib/util.h: Applied patch from "Guillaume R." <gr...@ma...> for basic Win32 compatibility. 2000-03-31 Igor S. Petrenko <no...@eu...> * icqlib/util.c: remove static variable -- Denis V. Dmitrienko | E-mail: de...@nu... | ICQ#: 5538614 Home page: http://www.cn.ua/~denis |
|
From: Denis V. D. <de...@nu...> - 2000-03-30 15:28:10
|
Hi. 2000-03-30 Denis V. Dmitrienko <de...@nu...> * am_edit, configure.in, libtool.m4.in, ltconfig, ltmain.sh, missing, mkinstalldirs, acinclude.m4.in, Makefile.cvs: New autoconf/automake stuff from KDE2. * icqlib/queue.c: Fixed FreeBSD warning about obsolete malloc.h header. -- Denis V. Dmitrienko | E-mail: de...@nu... | ICQ#: 5538614 Home page: http://www.cn.ua/~denis |
|
From: Denis V. D. <de...@nu...> - 2000-02-16 18:51:51
|
Hi. Paul Cadach <pa...@od...> is now one of our developers in icqlib and kicq projects. Welcome on-board, Paul! Now you can commit your changes directly to the CVS repository. Please read DEVEL file from the icqlib/kicq distributions carefully... -- Denis V. Dmitrienko | E-mail: de...@nu... | ICQ#: 5538614 Home page: http://www.cn.ua/~denis |
|
From: Bill S. <we...@os...> - 2000-02-15 04:07:00
|
2000-02-14 Bill Soudan <so...@kd...>
Applied patch from Paul Cadach <pa...@od...>.
* icqlib/icq.h.in: added icq_TCPSendChatData_n
* icqlib/tcp.c: use new icq_ChatRusConv_n function in
icq_TCPSendChatData, new icq_TCPSendChatData_n function
* icqlib/tcplink.c, tcplink.h: new icq_ChatRusConv_n function
|
|
From: FigBug <rr...@gu...> - 2000-02-07 05:31:51
|
There is now another project using icqlib, Miranda ICQ http://miranda-icq.sourceforge.net if you are interrested |
|
From: Bill S. <we...@os...> - 2000-02-07 03:14:32
|
2000-02-06 Bill Soudan <so...@kd...>
* icqlib/tcpchathandle.c: warning cleanups.
2000-02-06 Bill Soudan <so...@kd...>
Applied patch from Paul Cadach <pa...@od...>.
Thanks Paul!
Paul's change list:
1) Modified TCP link code to allow non-blocking TCP connects over
SOCKS5 proxy
2) Added missed Cyrillic translating for Chat subject, URL subject,
File transfer subject (both directions);
3) Fix a bug in TCPLinkProxyConnect code (remote address was random
due to using local variable instead of plink's remote_address).
* icqlib/cyrillic.c, icqlib/icqlib.h: added icq_RusConv_n
* icqlib/stdpackets.c: slightly modified chat packets
* icqlib/tcp.c: new code for SOCKS connections, more cyrillic
translations
* icqlib/tcpchathandle.c: new code for special chat functions
(background, fonts, etc)
* icqlib/tcplink.c: implemented non-blocking TCP connects
over SOCKS, cyrillic translation for chat
* icqlib/tcplink.h: new defines for SOCKS5 code
* icqlib/udphandle.c: changed log message in HandleUserOnline
|
|
From: Bill S. <we...@os...> - 2000-02-07 03:14:31
|
Hey Denis, Here's the message from Paul that he sent with his patches. I've already applied his patches, but I wasn't sure how to answer his questions about SOCKS at the end since I know absolutely nothing about it. I told him that I'd forward his message to you, and hopefully you'll be able to answer him since you wrote all the other SOCKS stuff :) Bill ---------- Forwarded message ---------- Date: Sun, 06 Feb 2000 01:45:50 +0600 (ALMT) From: Paul Cadach <ro...@od...> To: Bill Soudan <so...@kd...> Cc: Paul Cadach <pa...@od...> Subject: kicq-0.4.0 and icqlib-0.2.0 improvements Hi, I've done some improvements and fixes for chat sessions (and some related parts) for KICQ and ICQLIB: 1) Modified TCP link code to allow non-blocking TCP connects over SOCKS5 proxy; 2) Understanding some ICQ's chat "escape sequences" like font size/pitch/family/style changes; Things to do - translate Win encodings to the X11 font encoding; 3) Added missed Cyrillic translating for Chat subject, URL subject, File transfer subject (both directions); 4) Fix a bug on accepting incoming chat sessions; 5) Fix a bug in TCPLinkProxyConnect code (remote address was random due to using local variable instead of plink's remote_address). I trust my patch will be included in the next CVS version of KICQ/ICQLIB. By the way, how often CVS tree gets "in-sync" with current development process? One problem more. When I played with chat I've found a problem with ICQ lives over a firewall. Usually Mirabilis's ICQ 0.99b announces its "internal" socket number, and when we trying to connect to it from "external" address space over SOCKS5's socket connect faults because "external" socket number is differs from "internal" one. SOCKS5 is NEC's one (http://www.socks.nec.com/), version 1.0r10. Can you describe this problem with SOCKS5 firewall and TCP/IP connections between "internal" and "external" hosts or where to get descriptive manual/help about ICQ's packeds (both UDP and TCP)? Sorry for my poor and broken english. WBR, Paul <pa...@od...>. |
|
From: Bill S. <we...@os...> - 2000-02-03 16:43:33
|
2000-02-03 Bill Soudan <so...@kd...>
* icqlib/icqlib.h: line 33, fixed minor compile bug, changed
u_int32_t declaration to unsigned long. This was causing a
problem compiling on SunOS, as reported by Longwen
<lo...@ma...>
|
|
From: Denis V. D. <de...@nu...> - 2000-01-25 07:56:26
|
Hi. Who said "there are not much projects using icqlib now"? ;) -- Denis V. Dmitrienko | E-mail: de...@nu... | ICQ#: 5538614 Home page: http://www.cn.ua/~denis Message-Id: <200...@ma...> Date: Mon, 24 Jan 2000 18:55:24 +0100 To: de...@nu... From: Martin Berg <web...@nr...> Subject: man for icqlib Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit hey, i was just looking at icqlib and i think its a greate lib :) but what i am missing is a manpage or so.. can u send me one or a small example C-File ? (no GUI application) bye martin --------------------------------------------------- Martin Berg Graf-Recke-Str.15 D-40239 DЭsseldorf Tel.: 0211-9660900 Mobil: 0173-2878147 eMail: ma...@nr... http://www.nrwserver.de |
|
From: Vadim Z. <lo...@cr...> - 2000-01-24 18:13:17
|
On 24 Jan 2000, Denis V. Dmitrienko wrote: > And what is the best way: leave icqlib implemented with plain C and > add C++ wrapper to it or switch icqlib to the C++ language? What are > all of you guys thinking? I think having it on C with C++ wrapper is most portable way. However being realistic, there are not much projects using icqlib now. In fact both of them are now in C++ :) Let me finish my wrapper - and this will be working prototype of proposed new C++ interface. Vadim ;;----------------------------------+-----------------------------------+ ;; Vadim Zaliva + Those who do not understand Unix + ;; mailto:lo...@cr... + are condemned to reinvent it, + ;; http://www.crocodile.org + poorly. (H. Spencer) + ;;----------------------------------+-----------------------------------+ |
|
From: Bill S. <we...@os...> - 2000-01-24 17:00:53
|
On Mon, 24 Jan 2000, Bill Soudan wrote: > Either way we're going to need to make an interface change soon I think. > So I say go for it, as long as it maintains portability (if that's still > one of your design goals Denis). More thoughts on portability. gcc runs on almost every piece of hardware out there now. gcc includes most C++ features now including namespaces and a good implementation of STL... therefore I say we go for it. :) Bill |
|
From: Denis V. D. <de...@nu...> - 2000-01-24 16:59:10
|
Hi. One more icqlib client! http://www.neuro-tech.net/comicq.html -- Denis V. Dmitrienko | E-mail: de...@nu... | ICQ#: 5538614 Home page: http://www.cn.ua/~denis |