citadel.git
2011-10-18 Art CancroChanged the naming convention of the setup wizard filename
2011-10-18 Art CancroThe definition of ThreadIdHash() has been moved from...
2011-10-18 Art CancroUse base64 encoding for permalinks in bbs rooms, otherw...
2011-10-17 Wilfried Goesgensfix some more memleaks.
2011-10-17 Wilfried Goesgensrework the networking locking facility using the hashlist.
2011-10-17 Wilfried GoesgensAdd function to free the file upload facilities.
2011-10-16 Wilfried GoesgensFinalize Networker; native modern linux.
2011-10-16 Wilfried Goesgenswe need to run export for wheezy.
2011-10-08 Wilfried GoesgensImplement asynchroneous networking.
2011-10-08 Wilfried GoesgensAdd support for sending / reading to files; so far...
2011-09-24 Wilfried GoesgensUsername needs to be url encoded too.
2011-09-20 Art Cancroserv_extnotify now uses field '2' instead of field...
2011-09-19 Wilfried Goesgensfix possible leaks around 'W'; the funambol code abuses it.
2011-09-19 Wilfried GoesgensFix memory leaks in the networker
2011-09-19 Wilfried Goesgens'W' is double used for the user when doing extnotify...
2011-09-19 Wilfried GoesgensFix indention; its broken in some places which seems...
2011-09-16 Wilfried Goesgens.debs: citserver depends on patch now.
2011-09-16 Art CancroUpgrade TinyMCE to v3.4.5
2011-09-16 Art CancroConditional_USER_HAS_PIC() was leaving the download...
2011-09-16 Art CancroWrite out a log message when an unparented blog comment...
2011-09-16 Art Cancrobbsview_renderer 'go to page' links now use start_readi...
2011-09-16 Art Cancrobbsview_renderer readfwd links now include a go= parame...
2011-09-16 Art Cancrooops ... there was no way to delete blog comments ...
2011-09-16 Art CancroOnly show the Search box in the mailbox view because...
2011-09-16 Art CancroUse autoconf to locate the diff and patch executables...
2011-09-16 Art CancroAdded a couple more entity declarations
2011-09-16 Art Cancrooops, I had SERV_TRACE enabled and committed that....
2011-09-16 Wilfried GoesgensReceiving files via the networker functional now.
2011-09-16 Wilfried GoesgensAdd function to measure the length of the fifo buffer
2011-09-16 Wilfried GoesgensAdd error handler for failing DNS requests; the Client...
2011-09-14 Wilfried GoesgensRemoving of static vars in the Networker
2011-09-14 Wilfried GoesgensNetworker AsyncIO Rewrite
2011-09-14 Wilfried Goesgenswe need to register the smtp queue runner...
2011-09-13 Art CancroNegated a strcmp in netconf.c that caused the function...
2011-09-13 Wilfried Goesgensprepend pop3 to some more functions to work around...
2011-09-13 Wilfried GoesgensMake parameters const, its not altered inside.
2011-09-08 Wilfried GoesgensRemove global variables; replace by stack passing.
2011-09-08 Wilfried GoesgensMore places to remove the experimental #if
2011-09-08 Wilfried Goesgensremove classic smtp client. we're over this.
2011-09-08 Wilfried GoesgensCC -> CCC in do_login
2011-09-08 Wilfried GoesgensNetworker reordering; remove / change dependencies
2011-09-08 Wilfried GoesgensRemove unused AUTH variable from the buildsystem
2011-09-08 Wilfried GoesgensChop networker into handy bits; related functions now...
2011-09-07 Wilfried Goesgensremove unused code for locking
2011-09-07 Wilfried GoesgensCode shuffling fixes warning with inline function....
2011-09-07 Wilfried GoesgensLimit length of Commands sent to citserver; do multible...
2011-09-07 Wilfried GoesgensdeleteAllSelectedMessages(): don't send one request...
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-07 Wilfried Goesgensfix warnings in libev related codebase
2011-09-07 Wilfried GoesgensCleanup our toolies, remove unneeded code; handle reply...
2011-09-07 Wilfried GoesgensHandle return values in Setup; catch errors & remove...
2011-09-07 Wilfried Goesgensremove unused code; evaluate returnvalues.
2011-09-07 Wilfried Goesgensremove unused code.
2011-09-07 Wilfried GoesgensPrecisely report whats going wrong with the handling...
2011-09-07 Wilfried Goesgensdisable warnings about strict aliasing; gcc does broken...
2011-09-07 Wilfried GoesgensFix more warnings; output errors to the users.
2011-09-07 Wilfried Goesgensuse StrBuf to create startup failure messages.
2011-09-07 Wilfried GoesgensRevoke refetching of already polled pop3 messages
2011-09-07 Wilfried GoesgensFix compiler warnings in the textclient by evaluating...
2011-09-06 Wilfried Goesgensfix more merge hickups
2011-09-05 Wilfried Goesgenssome more tiny bits that slipped through
2011-09-05 Wilfried Goesgensmore tiny merge misses
2011-09-05 Wilfried Goesgenssome things which were missed during the big merger.
2011-09-05 Wilfried GoesgensAdjust %s es in the chinese translation; Note to self...
2011-09-05 Wilfried GoesgensAdd templatization for the Listsubscriber Interface...
2011-09-05 Wilfried GoesgensAdd LPRM iterator for the public rooms.
2011-09-05 Wilfried Goesgensremove unused copy to WCC
2011-09-04 Art CancroClear of non-default language setting moved to its...
2011-09-04 Art CancroMake use of XML_StopParser() when XML_MAJOR_VERSION...
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Art CancroFixed the remaining bugs that kept Drafts from working...
2011-09-04 Art CancroTest commit
2011-09-04 Art CancroCleanup of code path for handling message submit errors
2011-09-04 Art CancroSubmitting a message and getting back a 550 from the...
2011-09-04 Art CancroChanged save_to_drafts to saving_to_drafts for clarity
2011-09-04 Art CancroNoted with a comment where we need to handle ENT0 errors
2011-09-04 Art CancroOnly offer the 'Edit' option in mailbox rooms. Elsewhe...
2011-09-04 Art CancroIf user clicks in the empty part of a mailbox view...
2011-09-04 Art CancroMore 'greeking' the test mime data.
2011-09-04 Art CancroBegan 'greeking' the test mime data.
2011-09-04 Art CancroAdded a checked and disabled dummy option in the room...
2011-09-04 Art CancroBlog owners automatically become room aides of their...
2011-09-04 Art CancroClear selected_language when marking a guest session...
2011-09-04 Wilfried GoesgensDon't add brackets <> to the reply to; it should be...
2011-09-04 Wilfried Goesgensparse reply-to header into its permanent database field
2011-09-04 Wilfried GoesgensFix envelope-to header.
2011-09-04 Art CancroFixed a bug in the 'only replies are allowed in this...
2011-09-04 Art CancroBegan working on access control changes for blog rooms.
2011-09-04 Art CancroImproved coding style of the complex conditionals in...
2011-09-04 Wilfried Goesgensnetwork_spool_msg() handle QP
2011-09-04 Wilfried Goesgensdisplay_enter(): handle QP encodings
2011-09-04 Wilfried Goesgensfix all the tiny conditional problems our new checker...
2011-09-04 Wilfried Goesgensuse the regular template error logging for our new...
2011-09-04 Wilfried Goesgensafter reading a template sanity check conditionals...
2011-09-04 Wilfried Goesgensmove the rest of the places to use AppendImportantMessa...
2011-09-04 Wilfried Goesgensups. zero based so an off by one.
2011-09-04 Wilfried GoesgensFix our problems with strings like this: "abc'def"...
2011-09-04 Art CancroPermalinks for messages in BBS rooms
2011-09-04 Wilfried Goesgenscheck template token name for invalid chars; that way...
2011-09-04 Wilfried Goesgensbuybuy plaintext important message.
next