* More license declarations
[citadel.git] / citadel / modules / network / serv_network.c
2009-10-15 Art Cancro* More license declarations
2009-08-05 Art Cancro* When a remote network node fails to authenticate...
2009-06-19 Art Cancro* Added a \n where one was needed
2009-04-14 Art Cancro* When delivering mailing list messages, submit with...
2008-09-02 Art CancroImplemented RFC2919, the 'List-ID' field for mailing
2008-07-17 Dave WestSystem users (SYS_*) now have proper user numbers.
2008-06-14 Art CancroChanges to serv_network.c:
2008-05-28 Dave WestNow we name all the private contexts.
2008-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
2008-05-16 Dave WestAdded code to report Aide messages if there appears...
2008-05-14 Art CancroMore logging for split horizon algorithm.
2008-03-29 Dave WestFix up ARTV import so that imports actually work.
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-03-18 Dave WestIgnet now makes use of CtdlThreadCheckStop() to check...
2008-02-17 Art CancroThe networker and RSS client each start up their own...
2008-02-15 Art CancroSearch box is only enabled when the server's full text...
2008-02-14 Art CancroWhen reading/writing netconfigs files, do not purge
2007-12-25 Michael HamptonSomebody broke the build by forgetting to #include...
2007-12-13 Wilfried Göesgens* fixups. subscribers only post mailinglists work now.
2007-12-10 Wilfried Göesgens* give message sender in while evaluating the recipient...
2007-12-09 Wilfried Göesgens* give the flag to the CtdlDoIHavePermissionToPostInThi...
2007-12-07 Dave WestHunting a bug in scheduled threads that caused a segflt...
2007-12-07 Dave WestEXTREMELY EXPERIMENTAL
2007-12-07 Wilfried Göesgens* simplify structs so we don't need to type struct...
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-15 Art CancroFixed a bug introduced in r5517 that was causing
2007-11-12 Art CancroAmended the 'Corrupt message' error with more detail
2007-11-02 Art CancroChecked in an RSS feed reader to replace the
2007-10-16 Dave WestFixed a bug that could cause us to keep a temporary...
2007-10-12 Art CancroSlight change to previous commit.
2007-10-12 Dave WestFixed a bug in serv_network.c that was causing strange...
2007-10-05 Dave WestChanged serv_network.c receive_spool to remove the...
2007-09-24 Art Cancro* When saving a netconfigs file, citserver now copies
2007-09-18 Art CancroAggregation of remote POP3 accounts is now working.
2007-08-23 Dave WestPatches from Matt with slight mod from me to do without...
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-20 Dave Westdestroy_network_queue_room() is now called via the...
2007-08-09 Wilfried Göesgens* strlen holy war: loops. in loops it's very evil....
2007-08-09 Wilfried Göesgens* more whitch-hunt on strlen with isemptystr replacement.
2007-07-31 Dave WestContinue phase 2 of modules stuff.