Commit Graph

156 Commits

Author SHA1 Message Date
sspitzer%netscape.com
198913d00e add newParserTest to the tests 1999-04-06 04:23:17 +00:00
mscott%netscape.com
ffdd0c6e55 Don't built nntpTest until it is upgraded to use the new news service. 1999-03-26 01:11:20 +00:00
alecf%netscape.com
f038271222 update to link against appropriate libraries 1999-03-24 01:21:52 +00:00
mscott%netscape.com
13aae6d07b Link with the msgcoreutil library. 1999-03-22 23:26:21 +00:00
mscott%netscape.com
013eb10560 The wrong pointer was getting passed into the create instance call for the event queue service. 1999-03-22 23:25:45 +00:00
leaf%mozilla.org
4ad9f70d5d Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
alecf%netscape.com
2ac4ad9e81 fix constness casting problem 1999-03-11 02:08:41 +00:00
alecf%netscape.com
0650b034dd we don't need to link against these libraries any more on unix 1999-03-11 01:30:07 +00:00
alecf%netscape.com
53338e8a97 rev nsINNTPHost and nsINewsgroupList interfaces 1999-03-11 01:18:04 +00:00
alecf%netscape.com
3352f0978c don't link against base libmailnews 1999-03-10 06:00:59 +00:00
warren%netscape.com
1baf19439b Removed nsService stuff. 1999-03-09 12:29:08 +00:00
warren%netscape.com
3d21ed5037 nsRepository -> nsIComponentManager changes. nsIMsgDatabase interface. Message enumerators. Misc. 1999-03-09 09:52:30 +00:00
mscott%netscape.com
2378c3cf18 part of scc's merge: change interface calls to IID() to GetIID(). 1999-03-04 00:57:51 +00:00
putterman%netscape.com
5ff2a9715a Works with RegisterComponent 1999-02-27 07:15:41 +00:00
mscott%netscape.com
d87aaf9b8b Stop building nntptest until I fix the factory problems and come up with a progID... 1999-02-27 03:48:15 +00:00
mscott%netscape.com
f27d3b917b Link with nntpTest library. 1999-02-27 00:43:54 +00:00
alecf%netscape.com
9a9aae17fd rev the XPIDL-generated headers, and update API calls to match
includes dropping "const"ness from parameters
some nsString routines were converted back to char* for the time being.
also added nsIMsg.h, it seemed to be missing

Also many fixes to get Unix building again.
1999-02-26 01:56:15 +00:00
warren%netscape.com
59a5c261e9 Reorganization. Changes for collections, enumerations, generic folders, file paths, etc. 1999-02-24 10:39:06 +00:00
mscott%netscape.com
8874310149 Makefile to build the nntpTest harness 1999-02-18 01:16:12 +00:00
mscott%netscape.com
83b3b059e0 Oops...build the nntp sub directory as well 1999-02-18 01:15:40 +00:00
mscott%netscape.com
18c5656f95 Build the stub code as a library. 1999-02-18 01:14:05 +00:00
mscott%netscape.com
cd3f5f8553 build nntp sub directory... 1999-02-18 00:54:37 +00:00
mscott%netscape.com
3ca3e64f0e NNTP test harness. This code was moved here from news\tests. 1999-02-18 00:54:06 +00:00
mscott%netscape.com
d469b784b6 Removing from repository. This file now lives in tests\nntp. 1999-02-18 00:53:29 +00:00
mscott%netscape.com
ff51a9a22d For now, disable the nntp test executable. (I'll look into moving this into a separate makefile...)
Build the test stubs as a stand alone library...
1999-02-18 00:29:11 +00:00
mscott%netscape.com
5fc73425e2 Move some convience functions into nsNNTPProtocol. LoadUrl now takes a consumer. 1999-02-17 08:19:49 +00:00
warren%netscape.com
e8114e350d Converted nsIMsg into nsIMessage, unifying with nsMsgHdr. Removed NS_DEFINE_IID macros. Renamed a few types and enums. 1999-02-13 10:39:59 +00:00
alecf%netscape.com
189927c7a1 update libraries because RDF now depends on layout (which has a zillion other dependancies) 1999-02-11 07:27:39 +00:00
mscott%netscape.com
3ba1fa6479 use of sockstub protocol to implement a socket connection for a url is now BLIND to the protocol. So let the protocol use its original scheme when building urls. The transport layer will now worry about chaning the scheme to sockstub when appropriate.... 1999-02-11 03:10:28 +00:00
mscott%netscape.com
42bcff3720 Oops...one of my changes got lost...if you are reading in user data, don't write it into m_userData unless the user
actually entered a value...if you do write in it, we step on the default value which is alredy in m_userData...
1999-02-09 03:21:34 +00:00
alecf%netscape.com
f71411b43d fix up test harness for posting 1999-02-09 02:49:58 +00:00
alecf%netscape.com
524107ae90 make this newsheader valid for now 1999-02-08 23:05:05 +00:00
alecf%netscape.com
90b9059b8b minor fixes to make unix keep building 1999-02-06 03:37:12 +00:00
warren%netscape.com
d343f7cbab More cleanup of XPPtrArray. Factored nsMsgFolder, adding nsMsgLocalMailFolder. 1999-02-06 02:11:54 +00:00
alecf%netscape.com
b26b0af4a1 update test app to use new posting 1999-02-05 07:50:57 +00:00
warren%netscape.com
45b98e50f0 Ported XPPtrArray (and MSG_FolderArray) to use nsVoidArray and nsISupportsArray. 1999-02-05 07:02:51 +00:00
alecf%netscape.com
39a61e0df6 minor warnings cleanup 1999-02-05 05:43:53 +00:00
mscott%netscape.com
1cf0713ecb Only replace m_userData in the prompt call if the user entered some legitimate data...otherwise we risk stepping on our default
value.
1999-02-04 23:04:07 +00:00
mscott%netscape.com
856fcc5168 Remove dependency on mime.lib because we don't need it just yet... 1999-02-04 21:02:06 +00:00
mscott%netscape.com
4cbdc68c5d SetupUrl should return a value...this fixes build problem on windows... 1999-02-04 19:44:31 +00:00
alecf%netscape.com
211511b630 more fixes to allow for Message posting (not there yet...) 1999-02-04 04:27:10 +00:00
mscott%netscape.com
2127ac5c7d Small stuff..fixed some windows build breakages by returning a value in SetupUrl and PostData... 1999-02-04 02:36:57 +00:00
alecf%netscape.com
1ee9410915 move URL setup to a common function
change scanf -> fgets
initial skeleton for posting
1999-02-04 01:11:25 +00:00
mscott%netscape.com
383db939c2 Cast away constness for newsgroup interface for testing purposes...If we need to do this in the real news host, we'll change the news host interface such that the newsgroup passed in is not const.. 1999-02-02 03:05:39 +00:00
alecf%netscape.com
94e1191641 first attempt at using PL_ProcessEventQueue as the Unix main loop 1999-02-02 00:19:40 +00:00
alecf%netscape.com
a3316468f4 update to reflect new XPIDL generated API 1999-02-02 00:18:11 +00:00
mscott%netscape.com
25b784262e Add ReadNewsRC test to nntp test suite... 1999-02-01 22:19:55 +00:00
mscott%netscape.com
b3461532c2 Added some code for supporting readnewsrc stuff... 1999-02-01 22:19:11 +00:00
mscott%netscape.com
fc126d9630 Removing extra printf.... 1999-02-01 22:18:52 +00:00
mscott%netscape.com
2785a2ab17 More changes for the test harness to build on Linux.... 1999-01-31 08:20:41 +00:00
mscott%netscape.com
a2422cb06c define fe_configTemp to build on linux...comment out mime calls for now. 1999-01-31 08:18:02 +00:00
mscott%netscape.com
d0576f756d Build the nntpTest application. 1999-01-31 07:03:13 +00:00
mscott%netscape.com
93f85bccd5 Nntp test harness and associated stub files.... 1999-01-31 07:02:24 +00:00
alecf%netscape.com
911ad9485c Don't complain about Makefile 1998-12-21 22:16:01 +00:00
alecf%netscape.com
1f5e2a6a7b *** empty log message *** 1998-12-21 22:12:02 +00:00
mscott%netscape.com
e94861c5f1 First checked in. 1998-12-21 21:13:57 +00:00