citadel.git
2013-01-21 Wilfried GoesgensNETCFG: save messages if changed.
2013-01-20 Wilfried GoesgensMSG: fix duplication of messages.
2013-01-20 Wilfried GoesgensNETSPOOL: move spool types into their own function.
2013-01-20 Wilfried GoesgensAdd function to in-memory duplicate a message.
2013-01-20 Wilfried GoesgensNETCFG: more work on details
2013-01-15 Wilfried GoesgensWhen loading the netmap always create a hash. else...
2013-01-15 Wilfried Goesgensdisable netfiltering.
2013-01-13 Wilfried GoesgensRNCFG: smarten up the functions processing room configs...
2013-01-12 Wilfried GoesgensNETCFG: reimplement network_sync_to using the new api
2013-01-09 Wilfried GoesgensRSSClient: switch to new RoomNetCfg facilities
2013-01-09 Wilfried GoesgensPOP3Client: integrate pop3client with the new roomnetco...
2013-01-09 Wilfried GoesgensROOMS: add foreach handler featuring netconfigs
2013-01-09 Wilfried GoesgensROOMS: use typedef for callback function
2013-01-09 Wilfried GoesgensNETCFG: make basic parsing
2013-01-01 Wilfried GoesgensDIRECTORY Iterating: fix typo found by Rachid; use...
2013-01-01 Wilfried GoesgensNETWORKCLIENT: move into its own directory
2013-01-01 Wilfried GoesgensNETCONFIG: remove unneeded files.
2013-01-01 Wilfried GoesgensNetworkConfig: move to RoomNetworkConfig; move NTT...
2012-12-31 Wilfried GoesgensNETCFG: move netconfig parser into its own file.
2012-12-27 Wilfried GoesgensNetconfigs: start abstracting handling of network confi...
2012-12-27 Wilfried GoesgensHASH: add a way to reset an iterator
2012-12-23 Wilfried GoesgensROOMEDITING: fix html style
2012-12-23 Wilfried GoesgensMAILINGLIST: add facility to choose the default room...
2012-12-23 Wilfried GoesgensHASH: make params const which don't need writing.
2012-12-17 Wilfried GoesgensRoom-Editing: offer a dropdown to choose from configure...
2012-12-17 Wilfried GoesgensGVDN: new call. Get Valid Domain Names
2012-12-16 Wilfried GoesgensROOMEDIT: add a way to configure aliases
2012-12-16 Wilfried GoesgensSNET: fix writing of files.
2012-12-10 Wilfried GoesgensGNET/SNET: allow access to the mail aliases file.
2012-12-09 Wilfried GoesgensSMTP: fix authentication.
2012-12-09 Wilfried GoesgensReplyToAll: fix typo in string matching table
2012-12-05 Wilfried GoesgensGVEA: StrLength is NULL-Safe and truly tells us whether...
2012-12-05 Wilfried GoesgensChoose default sender email address by envelope recipient
2012-12-01 Wilfried GoesgensAddressbook popup: fix escaping.
2012-12-01 Wilfried GoesgensSMTPSRV: migrate to use StrBuf
2012-12-01 Wilfried GoesgensFix memory leak when doing floodprotected system messages
2012-11-27 Wilfried Goesgensresync translations with launchpad
2012-11-27 Wilfried GoesgensSMPC: when aborting because of to many outbound job...
2012-11-26 Wilfried GoesgensSUBST: context rework: some more places for memset...
2012-11-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-26 Wilfried GoesgensMIME-Renderer typechange: forgot this handler.
2012-11-20 Art Cancrogetting with the times, we dont need to wrap snprintf...
2012-11-11 Wilfried Goesgensremove duplicate.
2012-11-11 Wilfried Goesgensresync translations
2012-11-11 Wilfried Goesgensre-sync translations
2012-11-11 Wilfried GoesgensStart resync launchpad translation: french by Robert...
2012-11-04 Wilfried GoesgensICAL: validate & fix recurrence and conflict checking.
2012-11-04 Wilfried GoesgensICAL: wrap div around attachmentview, so columns don...
2012-11-04 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-04 Wilfried GoesgensICAL: add conflict handling
2012-11-04 Wilfried GoesgensSUBST: fix double linked list handling for contexts.
2012-11-04 Wilfried GoesgensMessages: add missing initializations of contexts.
2012-11-04 Wilfried GoesgensICAL: properly delete iterator content after done.
2012-11-01 Wilfried GoesgensSUBST: CheckContext: log token name the context is...
2012-11-01 Wilfried GoesgensCALENDAR: attendees are to be found on ch not on buf.
2012-10-28 Wilfried GoesgensICAL: implement server backend for conflict handling.
2012-10-28 Wilfried GoesgensICAL: add handling for appointment attendees.
2012-10-28 Wilfried GoesgensMIME-Renderers: change interface.
2012-10-28 Wilfried GoesgensROOMLIST: start with n = 0 instead of random.
2012-10-28 Wilfried GoesgensCALENDAR: attendees are to be found on ch not on buf.
2012-10-28 Wilfried GoesgensICAL Display: stack conditionals rather than try to...
2012-10-27 Wilfried GoesgensICAL: fix calculation of the icaltime pointer in our...
2012-10-27 Wilfried GoesgensSUBST: free the sub-context also if we have a negative...
2012-10-27 Wilfried GoesgensICAL-SUBST: work on viewing
2012-10-27 Wilfried GoesgensSUBST: fix conditionals creating sub-contexts
2012-10-27 Wilfried GoesgensBSTR: add method to run-time add numbers
2012-10-21 Wilfried GoesgensURL-Parsing: fix off by one when checking the length...
2012-10-21 Wilfried Goesgensvnote: replace st00pid uses of strcpy
2012-10-21 Wilfried Goesgenstools: replace st00pid uses of strcpy
2012-10-21 Wilfried Goesgensmimeparser: replace st00pid uses of strcpy
2012-10-21 Wilfried GoesgensVCARD: in case of OOM, don't loose more memory.
2012-10-21 Wilfried GoesgensVNOTE: rather use memcpy if we know the length to copy...
2012-10-21 Wilfried GoesgensSTRBUF: handle more OOM strbuf places.
2012-10-21 Wilfried GoesgensHASH: sanitase edge cases of OOM
2012-10-21 Wilfried GoesgensSTRBUF: fix sanity check when resetting the buffer...
2012-10-21 Wilfried GoesgensSTRBUF: evaluate fails to increase the buffer
2012-10-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-10-18 Wilfried GoesgensTEMPLATING: add possibility to stack another context...
2012-10-18 Wilfried GoesgensICAL Templating: work on porting the display of events...
2012-10-18 Wilfried GoesgensBootstrapping
2012-10-15 Art Cancrofix spelling error
2012-10-11 Wilfried GoesgensEVENT_CLIENT: to ease debugging put the function names...
2012-10-11 Wilfried GoesgensEVENT_CLIENT: we settled for 0 being the invalid FD.
2012-10-11 Wilfried GoesgensEVENT: while abusing the timeout trigger for aborting...
2012-10-11 Wilfried GoesgensCtdlTerminateOtherSession(): fix evaluation whether...
2012-09-29 Wilfried Goesgensadd missing changes for libcitadel-4
2012-09-23 Wilfried Goesgensmake git compileable again. more work on this topic...
2012-09-22 Wilfried Goesgensfix debian compile of new libcitadel version
2012-09-16 Wilfried GoesgensUpsie, usleep is 10^6 times smaller than sleep
2012-09-13 Wilfried GoesgensFDIOBuffer: wrong member type; thus we need increase...
2012-09-03 Wilfried GoesgensICAL: some work on adding ical items into templates
2012-09-03 Wilfried GoesgensSUBST: add a way to post plain char* strings into templ...
2012-09-03 Wilfried Goesgenswebcit_fmt_date: return length of generated string
2012-09-03 Wilfried GoesgensDOC: add some explanations about the way we log
2012-09-03 Wilfried GoesgensLOGGING: add name to pop3 logging & message writing
2012-08-25 Art CancroWhen logging an invalid url_key include the browser...
2012-08-25 Wilfried GoesgensURL-Parsing: abort on error.
2012-08-24 Wilfried GoesgensADDRESSBOOK POPUP: templatize.
2012-08-24 Wilfried GoesgensPARAMHANDLING: add parser for paired lists; which then...
2012-08-24 Wilfried GoesgensROOMHANDLING: add conditional which can compare the...
next