mscott%netscape.com
0596f3245a
Add notion of news actions to the url.
1999-09-12 05:10:08 +00:00
warren%netscape.com
40ed9d6ad2
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
sspitzer%netscape.com
8457354b34
do some clean up in preperation of migrating the fcc prefs. (for bug #10583 )
...
change the newsrcFilePath attribute to be a nsIFileSpec, instead of a string.(bug #13306 )
add code to do hashing of hostname. [not turned on yet]. (for bug #13480 )
remove the obsolete GetRootFolderPath() code from the incoming servers.
1999-09-09 21:17:32 +00:00
arielb%rice.edu
061c211972
spamming mailnews/news with NS_DECL_NSIFOO's, voucher mccabe
1999-09-09 07:44:24 +00:00
sspitzer%netscape.com
e249df99ca
bulletproofing fixes for #12712 , crash when your directory pref for a news server points a non-existant directory. the second half of this fix is to make sure it always exists. that fix is coming soon.
1999-09-09 04:37:11 +00:00
alecf%netscape.com
22703b41c3
change nsIMsgIncomingServer->SetLocalPath/GetLocalPath to be an nsIFileSpec instead of a string
1999-09-09 04:11:38 +00:00
colin%theblakes.com
956aa62e1d
Add -lrdfutil_s to EXTRA_DSO_LDOPTS
1999-09-08 18:57:45 +00:00
alecf%netscape.com
20ea43da36
switch to using PR_FALSE/PR_TRUE and some nsCRT string routines
1999-09-08 03:55:56 +00:00
mscott%netscape.com
3161ca1600
rename Cancel() to DoCancel so we don't over-write method from base class (which we will be doing
...
when the protocol inherits from nsIChannel).
1999-09-02 21:06:18 +00:00
briano%netscape.com
5469ae0334
Fix for objdir builds.
1999-09-02 02:44:15 +00:00
mscott%netscape.com
3110bc82ef
Bug #8076/9836 --> use specialDirectory::OS_TemporaryDirectory to determine the directory to write tempMessage.eml out to.
1999-09-01 04:09:07 +00:00
ramiro%netscape.com
18b5e04d18
Cleanup linkin of mozdbm.
1999-08-31 14:31:50 +00:00
sspitzer%netscape.com
29a4df5a10
code clean up. fix bug #8362 , pop up server error message as alerts. since #7770 is fixed, remove the ifdefs.
1999-08-30 22:31:45 +00:00
putterman%netscape.com
82d604a5a0
msgbaseutil.dll isn't 8.3 so change to msgbsutl.dll
1999-08-30 22:17:13 +00:00
sspitzer%netscape.com
7f50fd738b
initial pass at hooking up news to the progress bar and status area. more to be done here.
1999-08-28 17:29:15 +00:00
sspitzer%netscape.com
4cbf66f6c3
turn off my debugging noise
1999-08-28 17:26:13 +00:00
sspitzer%netscape.com
804a7e88a4
fix for #12595 , #12596 , #12570 , and #10672 . migrate some more 4.x prefs, and fix some crashers, and clear 4.x prefs after migrating.
1999-08-27 06:16:14 +00:00
rpotts%netscape.com
0085d83ab0
M9 BRANCH landing...
1999-08-26 22:45:55 +00:00
bienvenu%netscape.com
922a55a1b7
replace nsIEnumerator with nsISimpleEnumerator
1999-08-26 04:41:07 +00:00
sspitzer%netscape.com
f9f7f6c363
fix for #12464 . initialize memory. fixes news on mac and windows.
1999-08-25 19:03:26 +00:00
ramiro%netscape.com
7ee0e69965
Cleanup zlib cruft.
1999-08-25 14:39:53 +00:00
ramiro%netscape.com
5c9835cc68
Cleanup linking of libimg.
1999-08-25 13:37:11 +00:00
sspitzer%netscape.com
71d5f558d2
revert by build breakage checkin. brendan fixed the xpidl compiler. I hadn't
...
picked up the changes yet. interCaps in IDL and JS, and InterCaps in C++.
1999-08-25 07:17:21 +00:00
sspitzer%netscape.com
e8ccfec4d8
more fixage for build spankage. thank you sir, may I have another?
1999-08-25 06:35:01 +00:00
sspitzer%netscape.com
767d06c436
fix logic and add a cast to fix #12435
1999-08-25 06:07:44 +00:00
brendan%mozilla.org
defeffaabd
Massive spankage to capitalize C++ method and attribute name bindings, per
...
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
sspitzer%netscape.com
3932f95759
changes to get a news server to work with a userName. fixes bug #12407 .
1999-08-24 22:39:40 +00:00
ramiro%netscape.com
ec21b9ecbc
Set the timer lib flags in one place.
1999-08-24 14:54:59 +00:00
alecf%netscape.com
b22a966f53
fix GetUsername to return the right value
1999-08-24 08:12:23 +00:00
alecf%netscape.com
962c56ab3e
add a helper routine to get the Username out of the news URI (will eventually go away)
1999-08-24 08:10:59 +00:00
mscott%netscape.com
1a47c7dd01
nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes
1999-08-24 00:52:36 +00:00
mscott%netscape.com
a5f3469989
cleanup some of the interfaces to make the service scriptable
1999-08-24 00:51:56 +00:00
mccabe%netscape.com
a900e17559
Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
...
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
mscott%netscape.com
5f44addf6a
Remove unnecessary windows.h include which was used to get InterlockedIncrement for threadsafe interfaces.
...
I fixed the implementation of threadsafe addref and release for windows to not require it so people no longer
need to include windows.h whenever you are using a threadsafe interface.
return NS_ERROR_NOT_IMPLEMENTED for some of the channel interface implementations
Use NS_GET_IID.
1999-08-22 22:55:47 +00:00
ramiro%netscape.com
56b62f3790
Cleanup the jsdom and jsurl linking mess.
1999-08-22 11:05:45 +00:00
ramiro%netscape.com
2c19866af3
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
mscott%netscape.com
adf0904760
Bug #11686 --> remove comparisons of an unsigned int to something < 0 because that condition could never happen.
1999-08-20 02:25:59 +00:00
sspitzer%netscape.com
171befab8e
the other half of my checkin.
1999-08-19 22:13:56 +00:00
sspitzer%netscape.com
c3b3d2424e
clean up the code a bit.
1999-08-19 22:01:57 +00:00
sspitzer%netscape.com
e774df68c5
fix #8515 , #11815 . I was failing to send QUIT to the nntp server. this would leave all nntp connections open. eventually the nntp server would stop respond to us. (probably a denial-of-service prevention mechanism). the second side effect is the throbber would spin and spin. now, both are fixed. eventually, I'll need to implement a nntp connection pool...but that's not necessary yet.
1999-08-19 07:08:19 +00:00
bienvenu%netscape.com
b0429b043c
add RemoveSubFolder for Jefft
1999-08-18 05:35:54 +00:00
ramiro%netscape.com
6eeeaf7730
Fix for -lpref linking problems. Dont link with libpref, its not needed.
1999-08-18 00:27:50 +00:00
ramiro%netscape.com
ee33c47ded
Link in secfree dynamically only where needed.
1999-08-17 15:46:57 +00:00
ramiro%netscape.com
04349cdd68
Link expat and xmltok into the htmlparser statically. Not into the app.
1999-08-17 12:46:23 +00:00
warren%netscape.com
d944d70a84
Fix for bug 7682: StringBundle can't load URLs from imap thread.
1999-08-13 00:43:48 +00:00
sspitzer%netscape.com
0a8bb17086
nsString(eOneByte) -> nsCString work
1999-08-10 22:45:44 +00:00
sspitzer%netscape.com
cac29eecd9
nsString(eOneByte) -> nsCString work. Get the prompts / alert code building again.
1999-08-10 22:45:31 +00:00
mscott%netscape.com
8fc13baa57
Add SetUserName support which is going to be needed in order to figure out the server for a url.
1999-08-10 18:12:37 +00:00
sspitzer%netscape.com
630f570a32
here's an idea: return the error.
1999-08-10 18:06:02 +00:00
mccabe%netscape.com
2a403483de
Changes to the xpidl compiler -
...
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].
This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.
As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout. As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
sspitzer%netscape.com
28790a7662
fix #10591 . get news posting to work again.
1999-08-10 02:21:25 +00:00
alecf%netscape.com
1fb958f7ba
news doesn't need it's own nsNewsURI2Name anymore
1999-08-10 01:01:00 +00:00
alecf%netscape.com
1605deb0ad
news doesn't need to link against JS
1999-08-10 00:48:47 +00:00
alecf%netscape.com
586ee5c8c5
news doesn't need its own implementation of GetName
1999-08-10 00:48:09 +00:00
bienvenu%netscape.com
61dc733433
remove nsString2
1999-08-07 16:28:43 +00:00
bienvenu%netscape.com
3653ea8d06
get rid of nsString2
1999-08-07 02:32:02 +00:00
arielb%netscape.com
88fb6f5c7f
removing reference to lcaps in makefile.in
1999-08-07 01:46:01 +00:00
bienvenu%netscape.com
bf989a5b90
add explicit includes to prepare for idl cleanup
1999-08-06 17:45:38 +00:00
sspitzer%netscape.com
fdcbe50278
use /tmp instead of /usr/tmp. /tmp should always be there, where /usr/tmp will not be. eventually, this will go away anyways.
1999-08-05 22:43:15 +00:00
mscott%netscape.com
16f3cd4cc3
Changes for:
...
nsString(eOneByte) --> nsCString
nsString(eTwoByte) nsString
nsString2 --> nsString
1999-08-05 04:28:28 +00:00
sspitzer%netscape.com
de90d57b26
fix warnings.
1999-08-03 20:47:52 +00:00
sspitzer%netscape.com
8035a9d87c
turn of my debugging printfs.
1999-07-31 19:07:05 +00:00
briano%netscape.com
0212559fff
Added NSPR_LIBS so it the shared lib would build on IRIX.
1999-07-30 23:36:14 +00:00
rpotts%netscape.com
7fa9608d2e
Fixed crash when clicking on news: URLs...
1999-07-29 21:35:14 +00:00
mscott%netscape.com
01ab699db6
Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko.
1999-07-29 00:42:25 +00:00
briano%netscape.com
007ea62765
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
sspitzer%netscape.com
10ddce94f7
fix solaris bustage.
1999-07-26 04:03:24 +00:00
rickg%netscape.com
418cac6b88
replaced call to deprecated nsString API
1999-07-26 01:01:10 +00:00
sspitzer%netscape.com
b7169a4501
fix for #9896 . make nsMsgLineBuffer work for buffers that use CR, LF, and CRLF. (before, only CRLF and LF worked.) the mac uses CR, and we'd lose the last line of the newsrc file.
1999-07-24 18:15:19 +00:00
sspitzer%netscape.com
4dfdb3d910
remove these header files. all idl files for news, now!
1999-07-24 01:36:44 +00:00
sspitzer%netscape.com
34d5e2e364
turn on the new idl files for the mac now.
1999-07-24 01:36:36 +00:00
sspitzer%netscape.com
7cd4f9ea86
turn on new idl files for windows
1999-07-23 08:33:10 +00:00
sspitzer%netscape.com
199fafc79f
turn on the new news idl files for unix. I'll do windows and mac tomorrow.
1999-07-23 07:32:48 +00:00
sspitzer%netscape.com
7087d52b52
removing const-ness, in prep for turning on new idl files.
1999-07-23 07:32:20 +00:00
sspitzer%netscape.com
89a5320023
not part of build, yet. one step closer to IDLifying all of news.
1999-07-23 06:26:09 +00:00
sspitzer%netscape.com
170e0af68d
adding this idl file. not part of the build yet.
1999-07-23 06:00:50 +00:00
sspitzer%netscape.com
0e4f0c1ce2
fix assertion on post. remove crufty code.
1999-07-22 21:33:49 +00:00
sspitzer%netscape.com
09daaf1df5
clean up my #defines. wrap another printf with #ifdef DEBUG_NEWS
1999-07-22 05:05:28 +00:00
sspitzer%netscape.com
366eb415fb
changes to support News migration from 4.x. Right now, only works on Windows. Mac and UNIX next.
1999-07-21 05:15:44 +00:00
sspitzer%netscape.com
d52fce4474
here's an idea: spell messenger correctly in the PROG IDS.
1999-07-20 04:04:09 +00:00
sspitzer%netscape.com
de6ef74bca
get my test app to work with hyatt's xul changes. (window is now a box). remove the do it button. now it works when you hit return.
1999-07-19 20:39:47 +00:00
rickg%netscape.com
23b232d248
switch to faster string search API
1999-07-19 03:29:56 +00:00
jefft%netscape.com
5f5eabc97c
more on uber copy service - enable move/copy messages from news to pop3 & imap4, from imap4 to imap4, from imap4 to pop3
1999-07-18 22:33:25 +00:00
ramiro%netscape.com
fda4120340
Step 3 of cleaning up link time toolkit dependencies. Name the timer libs
...
according to the toolkit they match. Also set the damn name in one place to
make it easy to change in the future.
1999-07-17 23:52:12 +00:00
bienvenu%netscape.com
7d4724fe66
more work on folder cache
1999-07-17 20:33:15 +00:00
sspitzer%netscape.com
d9e90ad858
more #define clean up
1999-07-17 19:08:20 +00:00
sspitzer%netscape.com
76b5b5310b
clean up #defines
1999-07-17 18:32:39 +00:00
sspitzer%netscape.com
4aed0216c8
fix warnings
1999-07-17 18:32:18 +00:00
ramiro%netscape.com
a09ea8b7ca
Landing timer move on unix.
1999-07-17 14:22:51 +00:00
sspitzer%netscape.com
c204719c91
add some debugging printfs. cache if the folder is a host or not. no need to parse this every time.
1999-07-16 06:23:24 +00:00
sspitzer%netscape.com
b7e161ce37
code clean up. do a GetNewMessages() in GetMessages() so that when you select a newsgroup
1999-07-16 05:39:07 +00:00
sspitzer%netscape.com
13f816a9f1
fix for #9761 . when doing the client-side cancel check, compare against all the identities.
1999-07-15 05:44:34 +00:00
jefft%netscape.com
e265144874
fixed minor variable not initialized problem
1999-07-13 20:15:45 +00:00
sspitzer%netscape.com
1402dd8bed
changes to automatically migrate 4.x mail prefs to 5.0 prefs. news doesn't migrate gracefully yet. also, changes to newsrc.file pref and the directory path differently for news.
1999-07-13 19:23:40 +00:00
sspitzer%netscape.com
e1dca8ae38
testing the PostMessage interface of nsINntpService. this isn't complete yet.
1999-07-13 18:55:29 +00:00
bienvenu%netscape.com
9c9d4be83b
changes for msgdb idl
1999-07-13 18:52:56 +00:00
bienvenu%netscape.com
2b31f9e8da
change db open for idl
1999-07-13 18:45:54 +00:00
rhp%netscape.com
e4c1bf272c
Compose back end cleanup
1999-07-13 18:38:36 +00:00
putterman%netscape.com
6f9a292bc7
Fix nsCOMPtr problem.
1999-07-07 05:34:21 +00:00
ramiro%netscape.com
5cdb03367b
Define the toolkit flags in one place an reuse that. Hopefully this will
...
put an end to the cut-n-paste insanity.
1999-07-07 04:38:18 +00:00