Граф коммитов

125 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 79bb0249e5 incoming nntp server work 1999-04-21 02:48:30 +00:00
sspitzer%netscape.com 9623299d87 changes to get news in the folder pane 1999-04-20 19:08:10 +00:00
sspitzer%netscape.com 9396fb9a42 changes for newly generated header 1999-04-15 20:18:02 +00:00
sspitzer%netscape.com 502a67eba5 changes for newly generated headers 1999-04-15 20:17:36 +00:00
ducarroz%netscape.com cc95330bfa update manifest file, part of mailnews Mac landing 1999-04-01 18:47:53 +00:00
mscott%netscape.com 1ae14ebecb Export nsINntpService.h 1999-03-26 01:09:32 +00:00
mscott%netscape.com 8c06146a07 Part of making news a stand alone component. nntp url supports the nsIMsgMailNewsUrl interface. 1999-03-26 01:04:12 +00:00
mscott%netscape.com 651c5f178b (not part of build yet). New nntp service for processing nntp requests... 1999-03-25 04:48:01 +00:00
ducarroz%netscape.com 69b39560f9 First Checked In. 1999-03-24 21:49:55 +00:00
mscott%netscape.com 8e4f3218cc We need a CID for this interface. 1999-03-24 02:30:19 +00:00
alecf%netscape.com 31d630638b rev these interfaces 1999-03-11 01:33:33 +00:00
alecf%netscape.com fa6213f632 eliminate duplicate IID 1999-03-11 01:32:08 +00:00
alecf%netscape.com 77284d305f rev nsINNTPHost and nsINewsgroupList interfaces 1999-03-11 01:18:04 +00:00
alecf%netscape.com f1d9ff0baa rev the interface, update char* to const char* 1999-03-10 22:32:46 +00:00
alecf%netscape.com 7bac30eacb rev IDL-generated headers, won't bust on nsIID this time. 1999-03-06 00:05:51 +00:00
mscott%netscape.com 399ea6d2b6 part of scc's merge: change interface calls to IID() to GetIID(). 1999-03-04 00:57:51 +00:00
mscott%netscape.com 6a7ed6622f Fix build breakage remove nsIID.h and nsISupportUtils.h from all interfaces until we can figure out where these files come from. I know this is the wrong long term solution so I'm not even changing the idl files. 1999-02-26 03:59:33 +00:00
alecf%netscape.com 268c7f7eae 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 7f928e4843 Reorganization. Changes for collections, enumerations, generic folders, file paths, etc. 1999-02-24 10:39:06 +00:00
bienvenu%netscape.com 8f730af3b1 override IID method 1999-02-14 19:16:49 +00:00
putterman%netscape.com 853a32b8b6 removing const from Init(); 1999-02-12 19:02:18 +00:00
alecf%netscape.com 184c8b4643 add support for posting messages
Not complete - the nsINNTPNewsgroupPost is not completely finished (it doesn't assemble the message)
1999-02-05 07:50:40 +00:00
alecf%netscape.com 8fb4a797eb new NewsgroupPost interface 1999-02-05 05:43:21 +00:00
mscott%netscape.com 2456733e35 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
mscott%netscape.com f95a2384c7 Changed file name. 1999-02-02 02:50:46 +00:00
leaf%mozilla.org f652a69d79 readding file for mscott 1999-02-02 02:33:32 +00:00
alecf%netscape.com e6c6068078 update header files with output from new XPIDL compiler 1999-02-02 00:15:54 +00:00
mscott%netscape.com 846bb23626 Export nsINntpUrl.h 1999-01-31 07:01:11 +00:00
mscott%netscape.com c98a806e52 Export nsNntpUrl.h 1999-01-31 06:41:41 +00:00
mscott%netscape.com 8b8de7ab5c 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
alecf%netscape.com cafdfcbcab 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 2ba91b01e1 Export nsINNTPCategoryContainer.h 1999-01-27 03:52:53 +00:00
alecf%netscape.com 04cf749253 nsNNTPNewsgroupList should be implementing nsINNTPNewsgroupList, not nsINNTPArticleList.
Made some API changes and class changes to bring them in sync
1999-01-26 21:32:51 +00:00
alecf%netscape.com 0e37b2491a the IDL compiler is smart enough to handle nsINNTPHost now 1999-01-26 21:32:04 +00:00
alecf%netscape.com ef05d1853e reflect Is -> Get getter stuff from XPIDL compiler change 1999-01-26 04:30:10 +00:00
alecf%netscape.com a2b89a2d9f add new function so nsNNTPHost can compile 1999-01-26 04:12:46 +00:00
alecf%netscape.com b6dba23757 remove pane-specific AddSubscribedNewsgroup for now, and rename function 1999-01-26 04:12:10 +00:00
alecf%netscape.com ee29e17187 fix return types 1999-01-26 02:14:12 +00:00
alecf%netscape.com 6a2ab1e1e5 newsgroups keep track of thier pretty names
newsgroups don't keep track of flags (that's a job for nsIMsgFolder)
1999-01-25 23:45:29 +00:00
alecf%netscape.com c25733ba4a add dummy nsIMsgFolder so that other things can compile.
putterman will check a real interface
1999-01-23 02:48:58 +00:00
alecf%netscape.com b5ea57565d add new nsINNTPCategoryContainer to be exported 1999-01-23 02:42:26 +00:00
alecf%netscape.com 716759b86e forgot to check in generated header 1999-01-23 02:42:05 +00:00
alecf%netscape.com c45f220e36 update attributes - flag is not an attribute, it's an accessor for many
different newsgroup (folder?) flags
1999-01-23 02:41:32 +00:00
alecf%netscape.com 1014bc92d3 add new nsINNTPCategoryContainer interface 1999-01-23 02:40:27 +00:00
alecf%netscape.com 2cea58231f forgot uuid 1999-01-23 01:02:16 +00:00
mscott%netscape.com 9db2613b76 Added new event sink files to makefile. nsINNTPHost should support ISupports.... 1999-01-21 01:09:10 +00:00
alecf%netscape.com 5c3ac8e2f1 change RemoveGroup a bit so we can remove by name and by newsgropu 1999-01-16 05:54:02 +00:00
alecf%netscape.com 13183c9de5 adding new Category interface 1999-01-16 05:53:21 +00:00
alecf%netscape.com 6e902251c8 adding new attributes subscribed and category 1999-01-16 03:56:56 +00:00
alecf%netscape.com 7bbcd72fbf update idl and header files to reflect nsIMsgNewsgroup->nsINNTPNewsgroup change 1999-01-15 23:34:20 +00:00
alecf%netscape.com 9c28a6e321 rename nsIMsgNewsgroup -> nsINNTPNewsgroup 1999-01-15 23:31:39 +00:00
alecf%netscape.com b009215c55 nsINNTPHost and nsNNTPHost now compile. 1999-01-15 00:08:34 +00:00
alecf%netscape.com a9a018f57e fix Emacs identing line 1999-01-15 00:07:52 +00:00
alecf%netscape.com dc3cafc6c4 get Emacs mode line right for IDL! 1999-01-12 20:41:04 +00:00
alecf%netscape.com 0896af4b37 rename nsIMsgNewsHost -> nsINNTPHost and start adding old MSG_NewsHost methods 1999-01-12 20:36:37 +00:00
alecf%netscape.com 3e4b45f04a update windows makefile to export the right XPCOM headers 1999-01-12 01:10:13 +00:00
alecf%netscape.com ab6e0576ee needed MarkDirty so that nsNNTPArticleSet could compile 1999-01-12 00:48:28 +00:00
alecf%netscape.com 2f0bfc831b InitXOVER does not need most of these parameters! 1999-01-12 00:38:46 +00:00
alecf%netscape.com 81c6632274 merge in XOVER parser 1999-01-11 19:17:19 +00:00
alecf%netscape.com 5073aa9384 rename nsINNTPArticleKeysState to nsINNTPArticleList 1999-01-11 19:16:52 +00:00
alecf%netscape.com 1c4e120d9b newly generated files from updated XPIDL parser 1999-01-11 19:16:09 +00:00
alecf%netscape.com 86b5750a87 MsgNewsHost has a newsgroupList associated with it. 1999-01-11 19:14:03 +00:00
alecf%netscape.com 1eee1fa807 merged XOVER parser back into nsINNTPNewsgroupList 1999-01-11 19:13:16 +00:00
alecf%netscape.com a7f5e6c39d rename
nsIMsgNewsArticleList-> nsINNTPNewsgroupList
nsINNTPArticleKeysState -> nsINNTPArticleList
1999-01-09 00:29:21 +00:00
alecf%netscape.com 9202575d0d add nsINNTPArticleKeysState to the build 1999-01-09 00:16:41 +00:00
alecf%netscape.com 18cf927ee9 adding nsINNTPArticleKeysState for the first time - broke these three
methods out of nsIMsgNewsArticleList.idl
1999-01-09 00:15:46 +00:00
alecf%netscape.com f0615d9f49 add comments to IDL files so they show up in LXR
add new newsgroup attribute to offline interface
1998-12-24 00:55:13 +00:00
alecf%netscape.com 521ccfcccf add new offline state interface 1998-12-22 21:11:32 +00:00
alecf%netscape.com 4ebb63dabf update nsIMsgNewsHost to deal with newsgroups directly rather than as group names 1998-12-22 04:34:11 +00:00
alecf%netscape.com b62fd167b7 rename nsINet->nsIMsg
remove pretty name attribute (host keeps track of that)
add name attribute (to replace group_name in NewsConData in netlib)
add IsOfflineArticle
1998-12-22 04:33:37 +00:00
alecf%netscape.com 5df7851710 modifications to support XPCOMifying mknews.cpp 1998-12-22 02:13:38 +00:00
alecf%netscape.com 2b1db5cda0 adding libnet->libmsg interfaces, including both IDL and C++ headers because
xpidl only runs on unix right now.
1998-12-21 22:24:51 +00:00
alecf%netscape.com cf71d8c8d8 Don't complain about Makefile 1998-12-21 22:16:01 +00:00
alecf%netscape.com 636667fecc *** empty log message *** 1998-12-21 22:12:02 +00:00
mscott%netscape.com 0734503a3a First added. No files are currently in mailnews/news/public yet. 1998-12-21 21:12:35 +00:00