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

101 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 379be68980 nsNNTPArticleSet compiles now 1999-01-12 00:48:47 +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 2c9009e661 move to NSPR2 1999-01-12 00:38:14 +00:00
alecf%netscape.com de19919519 data structure types have changed, and move XP_ASSERT to PR_ASSERT 1999-01-12 00:37:36 +00:00
alecf%netscape.com fcc9180483 make net_NewsChunkSize global for now, so that we can change it from outside
the file
1999-01-12 00:36:49 +00:00
alecf%netscape.com 28c853583e this almost compiles now 1999-01-12 00:32:55 +00:00
alecf%netscape.com f4b25d6f67 update to NSPR2 1999-01-11 23:31:40 +00:00
alecf%netscape.com 7e91498d57 updated to NSPR2 1999-01-11 23:30:16 +00:00
alecf%netscape.com 1caa64d1a5 adding new article set code 1999-01-11 23:25:32 +00:00
alecf%netscape.com 10451c286b changes to make it compile 1999-01-11 22:54:51 +00:00
alecf%netscape.com c337f9d3ef adding new nsNNTPNewsgroupList and nsNNTPArticleList objects 1999-01-11 20:56:39 +00:00
alecf%netscape.com 82cdaada0e updated to add messenger-specific utility macros 1999-01-11 20:46:13 +00:00
alecf%netscape.com 625ecf8fa7 add error constant for mail/news 1999-01-11 20:15:17 +00:00
alecf%netscape.com c102f3ad54 updated to match new interfaces, and some general cleanup 1999-01-11 19:20:59 +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 d35ffc6f73 use C++ mode in emacs 1999-01-11 18:38:00 +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
mscott%netscape.com 60724d2f42 Don't try to build the test directory until we get something in there. 1999-01-07 03:35:32 +00:00
mscott%netscape.com 62068fd431 More changes to the nsProtocol stuff. Added initialization and a SendData method for writing to the output stream. 1999-01-07 03:34:10 +00:00
mscott%netscape.com 463960762a Build nsNNTPProtocol. 1999-01-07 02:49:23 +00:00
mscott%netscape.com 49842a8d4a Some core definitions that are pertinent only to our NNTP protocol implementation. 1999-01-07 02:48:51 +00:00
mscott%netscape.com e168dbc883 Changing nsMsgCID.h to nsMsgBaseCID.h 1999-01-07 00:33:01 +00:00
mscott%netscape.com c3a0ef492f More work on generating a nsNNTPProtocol instance. 1999-01-06 21:44:28 +00:00
mscott%netscape.com 033aca2f72 First checked in. These files are the foundation for our nntp protocol implementation. 1999-01-04 23:59:59 +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 c0f0cf4925 for now, export the implementation header file so we can get
to the factory. Bleah.
1998-12-22 21:12:21 +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 e110ba914e Moved nsIMsgRFC822Parser into mailnews/base/public. 1998-12-21 21:24:41 +00:00
mscott%netscape.com 342c4ede83 Adding public to list of directories built by mailnews. 1998-12-21 21:24:10 +00:00
mscott%netscape.com d868070b86 These files now live in mailnews/base/public. 1998-12-21 21:20:48 +00:00
mscott%netscape.com b7502edcce First checked in. 1998-12-21 21:13:57 +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
mscott%netscape.com f6995f86dd Added build and test directories to mailnews/base. 1998-12-21 21:06:36 +00:00
mscott%netscape.com 126dfc8a2b First checked in. 1998-12-21 17:57:13 +00:00
mscott%netscape.com 2664c0b5d0 First checked in. 1998-12-21 17:51:08 +00:00
alecf%netscape.com 4ac5f20e28 drum roll please...
...and tonight, for your enjoyment, we present mail/news's fourth
entry to mozilla.org!
1998-12-19 02:35:13 +00:00
mscott%netscape.com 4c1e0ad775 Just created. 1998-12-19 01:07:40 +00:00
ltabb 781c480871 Free the lizard 1998-03-28 02:44:41 +00:00