warren%netscape.com
|
937d09c5f1
|
Added nsIMsg and nsMsg impl. Changed counts to be unsigned.
|
1999-02-05 03:08:00 +00:00 |
mscott%netscape.com
|
ca38bf39ae
|
Get rid of m_isSocketOpen variable. Rely on new transport Open method to determine if
the transport needs opened. Release some more interfaces when we go away...
|
1999-02-04 23:52:04 +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 |
alecf%netscape.com
|
098773c2a6
|
add new accessor for message member
|
1999-02-04 04:26:29 +00:00 |
alecf%netscape.com
|
da74cd1591
|
minor fixes to prevent dereferencing NULL pointers
|
1999-02-04 04:26:03 +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
|
0ab856b299
|
newsgroup call to GetName is no longer a const method so the nsINNTPNewsgroup passed into the article list can't be const either....
performing clean up on the interface and implementation to fix this...
|
1999-02-03 00:19:55 +00:00 |
warren%netscape.com
|
097f98a9ab
|
Made objs build into objdir.
|
1999-02-02 05:39:41 +00:00 |
mscott%netscape.com
|
bbda218b52
|
Fix a bug in my ReadLine implementation where I wasn't properly killing off CRLFs before returning the line. Added code which writes article contents to a file as RFC-822. Now we just need a hook into the viewer app to display the file and we can display articles in HTML. Yeah!.
|
1999-02-02 03:09:50 +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 |
mscott%netscape.com
|
07602b3936
|
Changed file name.
|
1999-02-02 02:50:46 +00:00 |
leaf%mozilla.org
|
dcbed07465
|
readding file for mscott
|
1999-02-02 02:33:32 +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 |
alecf%netscape.com
|
1fc96b3fcc
|
fix case error so that we include the right file
|
1999-02-02 00:16:50 +00:00 |
alecf%netscape.com
|
939afa6099
|
update header files with output from new XPIDL compiler
|
1999-02-02 00:15:54 +00:00 |
mscott%netscape.com
|
6208368dec
|
Build tests directory as part of the news build....
|
1999-02-01 22:20:37 +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
|
919071402d
|
Implement init call in order to link...
|
1999-01-31 08:13:37 +00:00 |
mscott%netscape.com
|
0d7427b1f1
|
Remove reference to static delete operator
|
1999-01-31 08:10:30 +00:00 |
mscott%netscape.com
|
caf4984b6a
|
Export some header files for the test harness..
|
1999-01-31 07:29:47 +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 |
mscott%netscape.com
|
9f1c544f61
|
Export nsINntpUrl.h
|
1999-01-31 07:01:11 +00:00 |
mscott%netscape.com
|
8b31186ed8
|
Build nsINntpUrl.cpp lh
|
1999-01-31 07:00:14 +00:00 |
mscott%netscape.com
|
e849d57e45
|
Use correct key for implementing Isupports...
|
1999-01-31 06:53:34 +00:00 |
mscott%netscape.com
|
b0d6efb158
|
Export nsNntpUrl.h
|
1999-01-31 06:41:41 +00:00 |
mscott%netscape.com
|
a2aacd262a
|
Declare the "factory" generator for newsgoup lists as an extern so I can implement it in my test code...
|
1999-01-31 06:40:13 +00:00 |
mscott%netscape.com
|
c61eb91c33
|
Extra code that came about from my test code. Cleaned up how we load a URL. When processing the state, if we don't have an input stream and the current state is a "response" state then kick out and pause for read. Also cleared up some #ifdef UNREADY_CODE. Incorporated new code added to nsINntpUrl.
|
1999-01-31 06:39:23 +00:00 |
mscott%netscape.com
|
c4ca5bd594
|
Implement ISupports for this class...
|
1999-01-31 06:37:17 +00:00 |
mscott%netscape.com
|
0b816d1168
|
Added some extra debug code and declared the creation method as an extern so I can use it in my debug code...
|
1999-01-31 06:36:26 +00:00 |
mscott%netscape.com
|
872d5ea99e
|
Temporarily hiding link errors using very large #ifdefs....
|
1999-01-31 06:35:13 +00:00 |
mscott%netscape.com
|
3b9bf5b01d
|
Creating a news host requires a host and port....
|
1999-01-31 06:34:01 +00:00 |
mscott%netscape.com
|
82e0719f2c
|
Remove state flag debug information from header file and into nsNNTPProtocol.cpp....
|
1999-01-31 06:33:25 +00:00 |
mscott%netscape.com
|
65f206cdac
|
Url implementations of nsINntpUrl.h for news...
|
1999-01-31 06:32:49 +00:00 |
mscott%netscape.com
|
611dddc332
|
Export and build a heck of a lot more stuff...
|
1999-01-31 06:31:42 +00:00 |
mscott%netscape.com
|
7bf69f5644
|
Removing the delete operator from the interface. The IDL compiler will no longer generate these. So the next time the header files
were generated, the calls would have been removed anyway....
|
1999-01-31 06:30:32 +00:00 |
mscott%netscape.com
|
bd90c7dbcc
|
removing from repository so I can rename it to nsINntpUrl.h.
|
1999-01-28 21:31:59 +00:00 |
alecf%netscape.com
|
22fdf15ccf
|
implement the full nsISupports interface
|
1999-01-28 03:20:17 +00:00 |
alecf%netscape.com
|
de6c711312
|
slight change to the way nsINNTPNewsgroupLists are used - NewsgroupLists are contained by folders, so we don't create them.
|
1999-01-28 01:11:45 +00:00 |
mscott%netscape.com
|
64f34fb645
|
Externally define msg_LineBuffer....
|
1999-01-27 04:23:11 +00:00 |
mscott%netscape.com
|
f405a11f9a
|
Include rdf to fix build breakage when nsIMsgFolder started inheriting from an RDF interface....
|
1999-01-27 04:19:26 +00:00 |