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

14790 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com 52ce24e36f Remove reference to static delete operator 1999-01-31 08:10:30 +00:00
mscott%netscape.com 95226b91d2 Build nsMsgPtrArray correctly. Remove flag preventing this library from being linked with others. 1999-01-31 07:53:21 +00:00
mscott%netscape.com 6306b0a4fa Remove delete operator... 1999-01-31 07:48:59 +00:00
mscott%netscape.com 9ebaa673bd removing delete operator....next time the file is generated from its .idl equivalent, this would have
been removed.
1999-01-31 07:48:34 +00:00
mscott%netscape.com 9c3ced302f get rid of XP_TO_UPPER and use nsCRT equivalents...get rid of NET_Unescape/Escape and use nsEscape.h equivalents... 1999-01-31 07:43:52 +00:00
mscott%netscape.com c9be39a0e5 Export some header files for the test harness.. 1999-01-31 07:29:47 +00:00
mscott%netscape.com 6ed5c74555 Build the nntpTest application. 1999-01-31 07:03:13 +00:00
mscott%netscape.com c7cc85cb3d Nntp test harness and associated stub files.... 1999-01-31 07:02:24 +00:00
mscott%netscape.com 846bb23626 Export nsINntpUrl.h 1999-01-31 07:01:11 +00:00
mscott%netscape.com 991aabc37c Build nsINntpUrl.cpp lh 1999-01-31 07:00:14 +00:00
mscott%netscape.com fc3d62648e Use correct key for implementing Isupports... 1999-01-31 06:53:34 +00:00
mscott%netscape.com c98a806e52 Export nsNntpUrl.h 1999-01-31 06:41:41 +00:00
mscott%netscape.com 16347c3231 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 a25effbe52 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 56a7c0109b Implement ISupports for this class... 1999-01-31 06:37:17 +00:00
mscott%netscape.com dfc15b4e86 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 a9edfa5a9f Temporarily hiding link errors using very large #ifdefs.... 1999-01-31 06:35:13 +00:00
mscott%netscape.com c1f5e30503 Creating a news host requires a host and port.... 1999-01-31 06:34:01 +00:00
mscott%netscape.com fd8f7ac55f Remove state flag debug information from header file and into nsNNTPProtocol.cpp.... 1999-01-31 06:33:25 +00:00
mscott%netscape.com 8669287f37 Url implementations of nsINntpUrl.h for news... 1999-01-31 06:32:49 +00:00
mscott%netscape.com a49a1c3444 Export and build a heck of a lot more stuff... 1999-01-31 06:31:42 +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
rhp%netscape.com 4f09220414 Changes to add another xpcom interface for modular libmime. 1999-01-29 23:32:35 +00:00
rhp%netscape.com 862be49a92 XPCOM bridges for C interfaces into libmime 1999-01-29 23:29:03 +00:00
rhp%netscape.com ba600f022c updates for new xp-com inteface. 1999-01-29 22:59:09 +00:00
rhp%netscape.com 084a81028a Adding new interface file to makefile. 1999-01-29 22:10:04 +00:00
rhp%netscape.com e04af3bf55 Quick init fix. 1999-01-29 21:57:51 +00:00
rhp%netscape.com 139f574a5f Adding a new XP-COM interface to libmime. 1999-01-29 21:37:14 +00:00
rhp%netscape.com e462c85a17 This is a new interface for libmime to allow content type plugins
to access the class system within libmime.
1999-01-29 21:32:01 +00:00
rhp%netscape.com 6fb30ce75f More cleanup for modular libmime. 1999-01-29 16:48:29 +00:00
rhp%netscape.com 30fd516d31 More redefining of code for modular libmime. 1999-01-29 16:24:21 +00:00
rhp%netscape.com 47564532df Reorganizing code for modular libmime. 1999-01-29 16:22:28 +00:00
rhp%netscape.com a9a808f5f2 Reorganizing code for modular mime. 1999-01-29 16:15:46 +00:00
bienvenu%netscape.com 973cbd275c add msgFlags types 1999-01-29 03:10:49 +00:00
bienvenu%netscape.com 6c5339b8f9 add key and uint32 collections classes 1999-01-29 03:09:55 +00:00
bienvenu%netscape.com 0ac229b299 remove unneeded win16 code 1999-01-29 03:08:57 +00:00
bienvenu%netscape.com fa111f2218 make a couple methods public for compilation purposes 1999-01-29 03:06:13 +00:00
bienvenu%netscape.com 46ebac8f18 add new interfaces for opening and closing dbs 1999-01-29 03:05:30 +00:00
rhp%netscape.com da596e18b2 Documenting some changes 1999-01-28 23:09:54 +00:00
rhp%netscape.com 31c07ef03c More XP-COM factory changes. 1999-01-28 22:13:03 +00:00
mscott%netscape.com 2a70fb066c Build nsMsgPtrArray and nsMsgGroupRecord. 1999-01-28 22:12:50 +00:00
rhp%netscape.com 1bfaed5ccc More test updates. 1999-01-28 22:10:50 +00:00
rhp%netscape.com 563b558466 Adding makefile.win to repository. 1999-01-28 21:29:58 +00:00
rhp%netscape.com 83569c3183 Adding an XP-COM test for libmime. 1999-01-28 21:28:02 +00:00
rhp%netscape.com 6147b9a334 Changes for XP-COM interface. 1999-01-28 21:09:41 +00:00
rhp%netscape.com 38d084618a Changes for the XP-COM interface of libmime. 1999-01-28 21:09:22 +00:00
rhp%netscape.com ad89e4b58a XP-COM changes for libmime. 1999-01-28 21:07:41 +00:00
rhp%netscape.com f8b183119b Updates for XP-COM interface. 1999-01-28 20:59:40 +00:00
rhp%netscape.com 15959ec7df Updating the build process 1999-01-28 20:58:43 +00:00
bienvenu%netscape.com d7afdb13d5 collection classes for mailnews 1999-01-28 19:54:58 +00:00
rhp%netscape.com e49473b7d8 Reorganizing for XP-COM interface 1999-01-28 17:25:40 +00:00
rhp%netscape.com c0d10f1831 Reorganizing for XP-COM factory 1999-01-28 17:24:51 +00:00
bienvenu%netscape.com 8fda569efd use NSPR types 1999-01-28 05:35:33 +00:00
bienvenu%netscape.com 6d09c731d0 start implementing open routines 1999-01-28 05:33:55 +00:00
bienvenu%netscape.com c32b114f74 more db api's 1999-01-28 05:32:58 +00:00
bienvenu%netscape.com 8f9429dfcf turn off src directory for now 1999-01-28 05:11:21 +00:00
alecf%netscape.com c62ffd0e1b implement the full nsISupports interface 1999-01-28 03:20:17 +00:00
putterman%netscape.com 92b27adf25 Added flag functions. 1999-01-28 01:23:40 +00:00
putterman%netscape.com 9810b8b405 Adding local directory to build 1999-01-28 01:20:24 +00:00
putterman%netscape.com 7051e1ad61 Adding folder data source to tree. 1999-01-28 01:18:36 +00:00
putterman%netscape.com ba995673bf Adding folder datasource to the build. 1999-01-28 01:16:36 +00:00
putterman%netscape.com ec162e64f9 Adding to the build 1999-01-28 01:14:54 +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 d359543bd7 Externally define msg_LineBuffer.... 1999-01-27 04:23:11 +00:00
mscott%netscape.com 8fe71b9df3 Include rdf to fix build breakage when nsIMsgFolder started inheriting from an RDF interface.... 1999-01-27 04:19:26 +00:00
mscott%netscape.com 1aefb28426 Use nsMsgFolderFlags.h instead of msgFolderFlags.h... 1999-01-27 04:03:17 +00:00
mscott%netscape.com 674417c0fb Export nsMsgPtrArray.h and nsMsgGroupRecord.h 1999-01-27 04:02:04 +00:00
mscott%netscape.com f2224600e6 include rosetta.h in this file. 1999-01-27 03:58:45 +00:00
mscott%netscape.com 2ba91b01e1 Export nsINNTPCategoryContainer.h 1999-01-27 03:52:53 +00:00
alecf%netscape.com 05afc1e34e whoops, this was the wrong name for this file 1999-01-27 03:49:09 +00:00
alecf%netscape.com cce7e46db6 remove some cruft, fix some indenting 1999-01-27 03:12:49 +00:00
alecf%netscape.com 1cacd7e118 add nsNNTPHost to build 1999-01-27 03:12:24 +00:00
alecf%netscape.com 1744689b03 slight case change in new interface 1999-01-27 03:12:11 +00:00
putterman%netscape.com 54b3be226c Added nsIMsgFolder implentation 1999-01-27 03:04:29 +00:00
putterman%netscape.com ff76def87c Add new methods to nsIMsgFolder interface 1999-01-27 02:59:12 +00:00
mscott%netscape.com 28106d11ff Adding code to parse a news url and to load a news url for the test harness... 1999-01-27 02:58:53 +00:00
bienvenu%netscape.com 13d13b5559 initial entry into cvs of makefiles for mdb 1999-01-27 00:56:09 +00:00
bienvenu%netscape.com 4b1d6bcdc7 add mdb directory to db build 1999-01-27 00:54:49 +00:00
bienvenu%netscape.com 2013dcecb1 initial entry into cvs of MDB interface 1999-01-27 00:45:21 +00:00
bienvenu%netscape.com 00cbdfcb93 add win makefile for msgdb 1999-01-27 00:43:00 +00:00
bienvenu%netscape.com 90f73da72e start implementing mail msg db 1999-01-27 00:42:13 +00:00
bienvenu%netscape.com 331b343d5f start getting msgdb code to build 1999-01-27 00:40:29 +00:00
bienvenu%netscape.com ec6157d0b4 start getting msgdb building 1999-01-27 00:37:45 +00:00
bienvenu%netscape.com 2b6c2e1b81 add makefiles for db directories 1999-01-27 00:36:45 +00:00
bienvenu%netscape.com 0b47743607 export MailNewsTypes.h 1999-01-27 00:35:12 +00:00
bienvenu%netscape.com 441982ff0a add view index, remove msg flags which are stored elsewhere 1999-01-27 00:34:31 +00:00
alecf%netscape.com d8369ec706 add declarations for factories 1999-01-26 23:17:39 +00:00
rhp%netscape.com 82bca52d63 Cleanup changes for libmime. 1999-01-26 21:47:51 +00:00
alecf%netscape.com e498037a16 slight change to meet new nsRepository API 1999-01-26 21:42:39 +00:00
alecf%netscape.com 2fa2ccd280 fix build bustage - API change for GetRangeOfArtsToDownload and
special case for Windows to use char* instead of const char* for XP_AppCodeName
1999-01-26 21:41:55 +00:00
bienvenu%netscape.com 3498439472 remove so I can name it correctly nsMsgHdr.cpp 1999-01-26 21:41:50 +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
mscott%netscape.com f48983e585 Temporarily add NET_SaCat/Copy to nsNNTPProtocol. Include allxpstr.h as well.... 1999-01-26 21:26:48 +00:00
alecf%netscape.com fef6283dac add delete operator so this will compile 1999-01-26 20:08:34 +00:00
alecf%netscape.com bd3d6e50b0 add factory and declarations for interface methods 1999-01-26 20:07:48 +00:00
alecf%netscape.com 748c04d9e1 rename Initialize->Init to match interface, and add factory 1999-01-26 20:04:41 +00:00
bienvenu%netscape.com 6fba25956c initial entry into cvs of news and mail db subclasses 1999-01-26 04:50:54 +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 24d18a05de fix an api change 1999-01-26 04:15:20 +00:00
alecf%netscape.com 6d5ee945cb fix a few more functions to bring this up to match the IDL 1999-01-26 04:14:57 +00:00
alecf%netscape.com 8911b863c2 fix some warnings, etc 1999-01-26 04:14:30 +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 2b6f512af3 do lots of implementation of nsINNTPHost interface so that this class is instantiable. 1999-01-26 02:17:07 +00:00
alecf%netscape.com fc54820b26 nsNNTPArticleList should be implementing the right interface
and implementing nsISupports
1999-01-26 02:15:59 +00:00
alecf%netscape.com ee29e17187 fix return types 1999-01-26 02:14:12 +00:00
bienvenu%netscape.com fe0dc285cb add MessageHdrStruct and db cache apis 1999-01-26 00:54:09 +00:00
bienvenu%netscape.com dcb625065c initial entry of types used throughout mailnews backend 1999-01-26 00:52:54 +00:00
alecf%netscape.com 66e3a70ed9 nsNNTPHost finally compiles. Adding it to the build system 1999-01-25 23:45:57 +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 c4b2cb9a07 rename Profile->Virtual and change API slightly to be more COM like 1999-01-25 23:38:53 +00:00
alecf%netscape.com 7793e603f7 more changes to nsIMsgFolder for functions we need to have once the real
nsIMsgFolder arrives
1999-01-25 23:38:09 +00:00
rhp%netscape.com a7b1603e47 Continuing cleanup of calls no longer needed. 1999-01-25 23:21:14 +00:00
rhp%netscape.com ec1580ef25 Add HTML tags back into code after a bug was fixed in raptor. 1999-01-25 23:19:24 +00:00
rhp%netscape.com 7a2df85049 Changes for HTML generation 1999-01-25 22:31:18 +00:00
rhp%netscape.com 2ecc3c52ff Changes for html generation 1999-01-25 22:29:03 +00:00
rhp%netscape.com 51e0534732 Handler for calendar info. 1999-01-25 14:27:33 +00:00
rhp%netscape.com 760dc23aa8 Updates for external vcard handler. 1999-01-25 14:27:05 +00:00
rhp%netscape.com 6653de4629 Changes for external content type handlers. 1999-01-25 13:40:08 +00:00
rhp%netscape.com b079d855e9 Removing files from mime src. 1999-01-25 13:34:07 +00:00
rhp%netscape.com 412aa96d80 Removing files. 1999-01-25 13:33:21 +00:00
rhp%netscape.com d361f3634f Changes for external content type handlers. 1999-01-25 13:29:16 +00:00
bienvenu%netscape.com f7040b7b48 initial entry into cvs of msgdb api 1999-01-25 01:36:27 +00:00
bienvenu%netscape.com b2de44620a initial entry into cvs of msgdb impl 1999-01-25 01:31:40 +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 93d6681588 get rid of all references to MSG_FolderInfo (should be nsIMsgFolder) 1999-01-23 02:46:15 +00:00
alecf%netscape.com 41508c8f5a more updates to make this thing compile!
Fix alot of the GetType() and IsCategory() routines to use QueryInterface instead.
1999-01-23 02:45:28 +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 24be463a69 add an IID and make this derive from nsISupports 1999-01-23 02:39:43 +00:00
alecf%netscape.com 6b7bfd8734 fix #include (unix is case sensitive) 1999-01-23 01:04:28 +00:00
alecf%netscape.com 2cea58231f forgot uuid 1999-01-23 01:02:16 +00:00
rhp%netscape.com 9e7fdc7d55 Just some cleanup of commented out code. 1999-01-22 14:06:55 +00:00
rhp%netscape.com f8ad3f1cdb Now, DLL's are loaded in an XP manner. 1999-01-22 14:05:15 +00:00
rhp%netscape.com c753c74eb9 Adding changes for external modular content type handler plugins. 1999-01-22 01:51:43 +00:00
rhp%netscape.com 7131d1582a Adding changes for external modular content type handler plugins. 1999-01-22 01:44:22 +00:00
mscott%netscape.com 24b9bd6f78 Add news to top level directories that get built. 1999-01-21 01:15:26 +00:00
mscott%netscape.com 252959b55a Use the transport interface for communicating across the thread boundary... 1999-01-21 01:14:03 +00:00
mscott%netscape.com 5272315506 Cosmetic changes to build on windows... 1999-01-21 01:13:08 +00:00
mscott%netscape.com 3d57140096 Export new header files. 1999-01-21 01:12:11 +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 7c23c74748 a little more - many more functions updated to match interface 1999-01-16 05:52:51 +00:00
alecf%netscape.com 8e7410961f fix busted build in main tree 1999-01-16 05:52:29 +00:00
alecf%netscape.com 2408ca0417 add nsIMsgGroupRecord to build process 1999-01-16 04:59:25 +00:00
alecf%netscape.com 171632c721 new interface to nsMsgGroupRecord 1999-01-16 04:52:15 +00:00
alecf%netscape.com 51c26bc638 start moving stuff out of msgcom.h and into individual header files in mailnews 1999-01-16 04:44:00 +00:00
alecf%netscape.com b13f50be97 adding MSG_FOLDER_FLAG* values from old include/msgcom.h 1999-01-16 04:30:00 +00:00
alecf%netscape.com efa5fb58fa more work trying to get this thing to compile - XPCOMify some interfaces 1999-01-16 03:57:39 +00:00
alecf%netscape.com 6e902251c8 adding new attributes subscribed and category 1999-01-16 03:56:56 +00:00
alecf%netscape.com c0c0025970 update to reflect renaming nsIMsgNewsgroup -> nsINNTPNewsgroup 1999-01-15 23:38:04 +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 3e4455257d add useful constants 1999-01-15 18:28:52 +00:00
alecf%netscape.com 124c753db9 include fe_proto.h instead of manually defining LINEBREAK 1999-01-15 02:11:42 +00:00
alecf%netscape.com 575b0a0059 add XPPtrArray and related classes 1999-01-15 01:54:38 +00:00
alecf%netscape.com ea22f0c6d5 add imap to build tree 1999-01-15 00:08:56 +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 e4d3556f92 fix Emacs indenting 1999-01-15 00:06:12 +00:00
alecf%netscape.com 1c54f310cc update NSPR APIs and fix Emacs identing 1999-01-15 00:05:47 +00:00
alecf%netscape.com c01c84518e fix Emacs identing 1999-01-15 00:03:24 +00:00
alecf%netscape.com e53b86aa42 new nsIMAPGroupRecord 1999-01-15 00:00:49 +00:00
alecf%netscape.com 570dda99c3 start building nsMsgGroupRecord 1999-01-15 00:00:31 +00:00
alecf%netscape.com 082e6285f2 move nsIMsgHost.* into base 1999-01-14 23:51:32 +00:00
alecf%netscape.com 46b008aa16 add new IMAP makefiles 1999-01-14 23:16:27 +00:00
alecf%netscape.com 2bf3628089 adding nsMsgGroupRecord (previously msg_GroupRecord) 1999-01-14 23:09:22 +00:00
alecf%netscape.com 36083e9211 move to new NSPR APIs 1999-01-14 00:45:46 +00:00
alecf%netscape.com 474345078b Ignore Makefile's 1999-01-14 00:42:15 +00:00
alecf%netscape.com 1f2582ed37 *** empty log message *** 1999-01-14 00:41:25 +00:00
alecf%netscape.com 089fbbaacc PL_Malloc -> PR_Malloc
(oops)
1999-01-13 22:48:44 +00:00
rhp%netscape.com 1e9c0981f8 Adding modular libMIME to the tree. 1999-01-13 02:51:00 +00:00
rhp%netscape.com f21f355bbd Adding modular libMIME to the tree. 1999-01-13 02:26:49 +00:00
rhp%netscape.com a1aeda7c47 Adding modular libMIME to the tree. 1999-01-13 01:54:56 +00:00
alecf%netscape.com 93e6a1fb9c update to use new NSPR APIs 1999-01-12 21:03:59 +00:00
alecf%netscape.com 955a30da79 fix string routines to use NSPR 1999-01-12 21:01:54 +00:00
alecf%netscape.com 798235269c rename nsIMsgNewsHost -> nsINNTPHost in all files that use it 1999-01-12 20:44:13 +00:00
alecf%netscape.com 14e5c7d8ed add new nsNNTPHost implementation - NNTP specific version of nsIMsgHost, implementation of nsINNTPHost 1999-01-12 20:42:22 +00:00
alecf%netscape.com dc3cafc6c4 get Emacs mode line right for IDL! 1999-01-12 20:41:04 +00:00
alecf%netscape.com a8d6789165 adding new nsIMsgHost interface 1999-01-12 20:37:41 +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 630a844e71 oops, misspelled MEWS->NEWS 1999-01-12 01:09:45 +00:00
alecf%netscape.com 4a0056b8fd update windows makefile 1999-01-12 01:06:39 +00:00
alecf%netscape.com b70aec0e3b add new files to the Unix build process 1999-01-12 01:05:21 +00:00
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