Timeline


and

Jul 22, 2012:

Hackergotchi for thboeckel8:26 PM Ticket #340 (grim reaper after fetching mails from server) closed by thboeckel
duplicate: The location of the crash is the same as for ticket #341. Thus I assume …
Hackergotchi for MichaelMerkel7:26 PM Ticket #341 (grim reaper when jumping to the next unread mail) created by MichaelMerkel
== Summary == i jumped to the next unread mail and got a grim reaper (see …
Hackergotchi for MichaelMerkel7:25 PM Ticket #340 (grim reaper after fetching mails from server) created by MichaelMerkel
== Summary == after fetching the mails from the server i got a grim reaper …
Hackergotchi for thboeckel2:22 PM Changeset [6160] by thboeckel
* Threads.c: added another check if the inner loop is to be exited to …
Hackergotchi for thboeckel2:20 PM Ticket #339 (Reply to sender and all recipients seems not to work) closed by thboeckel
fixed: (In [6159]) * YAM_WR.c: added the missing CC addresses when replying to …
Hackergotchi for thboeckel2:20 PM Changeset [6159] by thboeckel
* YAM_WR.c: added the missing CC addresses when replying to all …
Hackergotchi for thboeckel2:00 PM Changeset [6158] by thboeckel
* Threads.c: reworked the thread framework to handle the startup message …

Jul 20, 2012:

Hackergotchi for rmsyam3:31 PM Ticket #339 (Reply to sender and all recipients seems not to work) created by rmsyam
== Summary == When selecting Reply and "sender and all recipients" only …
Hackergotchi for rmsyam3:27 PM Ticket #338 (Selecting Config/Read generates hits, MorphOS version of YAM) created by rmsyam
== Summary == Hits are generated when selecting Read in Config. == Steps …

Jul 19, 2012:

Hackergotchi for thboeckel10:22 PM Changeset [6157] by thboeckel
* UserIdentity.c: compare signature IDs instead of signature pointers.
Hackergotchi for thboeckel10:05 PM Changeset [6156] by thboeckel
* YAM_COs.c, YAM_UT.c: added a new function to sort the elements of an …
Hackergotchi for thboeckel9:50 PM Changeset [6155] by thboeckel
* YAM_COs.c: added missing variable initialization.
Hackergotchi for thboeckel9:49 PM Changeset [6154] by thboeckel
* YAM_COs.c: use the same algorithmic approach for all lists when having …
Hackergotchi for thboeckel9:47 PM Changeset [6153] by thboeckel
* YAM_CO.c: copying the configuration must make sure that all embedded …
Hackergotchi for thboeckel8:23 PM Ticket #336 (YAM crashes right at startup when geting e-mails from server) closed by thboeckel
fixed: After lots of tests by Christoph Pölzl this bug is finally fixed. Thanks a …
Hackergotchi for thboeckel3:25 PM Ticket #337 (Read tab in config DISs) closed by thboeckel
fixed: (In [6152]) * mui/FilterChooser.c: make sure to always return a valid name …
Hackergotchi for thboeckel3:24 PM Changeset [6152] by thboeckel
* mui/FilterChooser.c: make sure to always return a valid name pointer, …
Hackergotchi for thboeckel12:28 PM Changeset [6151] by thboeckel
* mui/FilterChooser.c: fixed a warning for certain platforms.
Hackergotchi for thboeckel10:30 AM Changeset [6150] by thboeckel
* Thread.c: removed superflous LF from debug message.
Hackergotchi for thboeckel10:27 AM Changeset [6149] by thboeckel
* Threads.c: use WaitPort() instead of Wait() since we are waiting for …
Hackergotchi for thboeckel8:46 AM Changeset [6148] by thboeckel
* Threads.c: added some comments.
Hackergotchi for thboeckel8:36 AM Changeset [6147] by thboeckel
* Threads.c: in case a thread is woken up from its Wait() call all pending …
Hackergotchi for thboeckel8:24 AM Changeset [6146] by thboeckel
* tcp/ssl.c: fixed a typo.
Hackergotchi for thboeckel6:22 AM Changeset [6145] by thboeckel
* tcp/ssl.c: show the values of the passed parameters in the crosscallable …

Jul 18, 2012:

Hackergotchi for damato9:30 PM Changeset [6144] by damato
* YAM.c: moved InitThreads() before the CheckMCC() calls because in case …
Hackergotchi for thboeckel9:00 PM Changeset [6143] by thboeckel
* tcp/ssl.c: declared the two verification callback functions as crosscall …
Hackergotchi for thboeckel8:57 PM Changeset [6142] by thboeckel
* include/SDI_hook.h: added CROSSCALL1/2 macros to make function calls …
Hackergotchi for thboeckel1:28 PM Changeset [6141] by thboeckel
* FileInfo.c: added missing #include.
Hackergotchi for thboeckel1:23 PM Changeset [6140] by thboeckel
* tcp/ssl.c: added some more debug output to the SSL stuff to track down …
Hackergotchi for thboeckel1:13 PM Changeset [6139] by thboeckel
* FileInfo.c, YAM_ER.c: added some debug output.
Hackergotchi for thboeckel10:42 AM Changeset [6138] by thboeckel
* MUIObjects.c: added an error message in case the obtained string pointer …
Hackergotchi for thboeckel10:33 AM Changeset [6137] by thboeckel
* MUIObjects.c: swapped the implementation of simple integer based and …
Hackergotchi for thboeckel9:40 AM Changeset [6136] by thboeckel
* tcp/Connection.c: added a missing definition for the AROS build.
Hackergotchi for thboeckel9:34 AM Changeset [6135] by thboeckel
* tcp/Connection.c: fixed a warning.
Hackergotchi for thboeckel9:20 AM Changeset [6134] by thboeckel
* mui/ClassesExtra.h: added some definitions to fix the broken AROS build.

Jul 17, 2012:

Hackergotchi for damato8:29 PM Changeset [6133] by damato
* Debug.h: fixed build where GCC2 is used so that no _Pragma() call is …
Hackergotchi for thboeckel7:41 PM Changeset [6132] by thboeckel
* mui/GenericRequestWindow.c: enhanced the requester window to let the …
Hackergotchi for anonymous3:52 PM Ticket #337 (Read tab in config DISs) created by javierdlr@…
== Summary == READ in config shows a DSI crashlog == Steps to reproduce …
Hackergotchi for thboeckel9:46 AM Changeset [6131] by thboeckel
* Debug.h: removed the warning when using printf() in the non-debug build …

Jul 16, 2012:

Hackergotchi for damato10:01 PM Changeset [6130] by damato
* tcp/Connection.c: instead of using printf(), the TCP debug output will …
Hackergotchi for thboeckel7:58 PM Changeset [6129] by thboeckel
* YAM_UT.c, mui/PreselectionWindow.c: renamed the preselection layout …
Hackergotchi for thboeckel7:01 PM Changeset [6128] by thboeckel
* mui/Base64Dataspace.c: fixed the completely wrong creation of the final …
Hackergotchi for thboeckel6:50 PM Changeset [6127] by thboeckel
* YAM_UT.c: fixed an aliasing warning.
Hackergotchi for thboeckel6:37 PM Changeset [6126] by thboeckel
* YAM_ER.c: fixed a crash when trying to open the error window from within …
Hackergotchi for thboeckel6:33 PM Changeset [6125] by thboeckel
* YAM_UT.c: removed printf() line.
Hackergotchi for thboeckel6:29 PM Changeset [6124] by thboeckel
* YAM_UT.c: added the missing commas in the layout template.
Hackergotchi for rmsyam5:15 PM Ticket #336 (YAM crashes right at startup when geting e-mails from server) created by rmsyam
== Summary == YAM crashes right at startup when geting e-mails from …
Hackergotchi for thboeckel4:43 PM Changeset [6123] by thboeckel
* YAM_UT.c: added a bit of error checking when parsing the layout string.
Hackergotchi for thboeckel4:15 PM Changeset [6122] by thboeckel
* Makefile.dep: regenerated dependencies.
Hackergotchi for thboeckel4:07 PM Changeset [6121] by thboeckel
* YAM_UT.c: simplified the default value handling even more.
Hackergotchi for thboeckel4:01 PM Changeset [6120] by thboeckel
* YAM_UT.c, mui/PreselectionWindow.c: simplified the usage of encoded …
Hackergotchi for thboeckel3:59 PM Changeset [6119] by thboeckel
* mui/Base64Dataspace.c: added an exported definition of an encoded empty …
Hackergotchi for thboeckel3:54 PM Changeset [6118] by thboeckel
* YAM_UT.c, mui/Base64Dataspace.c, mui/PreselectionWindow.c: fixed the …
Hackergotchi for thboeckel10:01 AM Changeset [6117] by thboeckel
* YAM_UT.c: reworked the layout weight loading and saving functions to use …

Jul 15, 2012:

Hackergotchi for thboeckel7:36 PM Changeset [6116] by thboeckel
* YAM_FI.c: imported spam filter engines like SpamAssassin are applied to …

Jul 14, 2012:

Hackergotchi for samo796:31 AM Changeset [6115] by samo79
- locale/italian.ct: minor corrections and update to the latest changes.

Jul 13, 2012:

Hackergotchi for thboeckel9:17 AM Changeset [6114] by thboeckel
* YAM_CO.c: fixed some missing variables.
Hackergotchi for thboeckel9:15 AM Changeset [6113] by thboeckel
* YAM.c: fixed wrong pointer usage.
Hackergotchi for thboeckel9:14 AM Changeset [6112] by thboeckel
* YAM.c, YAM_CO.c: external spam filters are now imported after loading …
Hackergotchi for damato6:58 AM Changeset [6111] by damato
* UpdateNotifyWindow.c: fixed an unfreed memory situation where the …
Hackergotchi for thboeckel6:33 AM Ticket #335 ('Download messages larger than' value doesn't get saved (stays 1024)) closed by thboeckel
fixed: (In [6110]) * YAM_COs.c: added the saving and loading of the size limit …
Hackergotchi for thboeckel6:33 AM Changeset [6110] by thboeckel
* YAM_COs.c: added the saving and loading of the size limit for large …
Hackergotchi for javierdlr12:06 AM Ticket #335 ('Download messages larger than' value doesn't get saved (stays 1024)) created by javierdlr
== Summary == MSG_CO_DOWNLOAD_LARGE_MAILS1 _Download messages larger than …

Jul 12, 2012:

Hackergotchi for thboeckel4:03 PM Changeset [6109] by thboeckel
* tcp/pop3.c: localized a not yet translatable error message.
Hackergotchi for thboeckel3:59 PM Changeset [6108] by thboeckel
* tcp/http.c, tcp/pop3.c: removed some trailing spaces.
Hackergotchi for thboeckel3:59 PM Changeset [6107] by thboeckel
* YAM_ER.c, YAM_RE.c: implemented new function ER_NewWarning(). This …
Hackergotchi for thboeckel3:23 PM Changeset [6106] by thboeckel
* YAM_ER.c: moved the static label string to the GUI data structure.
Hackergotchi for thboeckel8:41 AM Ticket #146 (yam 2.6 (MorphOS) freeze when using find on folder with encrypted mails) closed by thboeckel
worksforme: No help from your side => no fix from our side. Sorry.

Jul 11, 2012:

Hackergotchi for thboeckel9:44 PM Ticket #332 (YAM2.8dev 10.07.2012 editing sent msg DSI) closed by thboeckel
fixed: (In [6105]) * YAM_UT.c: fixed the dynamic string buffer functions to not …
Hackergotchi for thboeckel9:44 PM Changeset [6105] by thboeckel
* YAM_UT.c: fixed the dynamic string buffer functions to not use realloc() …
Hackergotchi for thboeckel8:30 PM Changeset [6104] by thboeckel
* YAM_MA.c, YAM_RE.c, YAM_UT.c: set the initial weights of the embedded …
Hackergotchi for samo798:19 PM Changeset [6103] by samo79
- locale/italian.ct: update according to the latest changes.
Hackergotchi for thboeckel7:49 PM Changeset [6102] by thboeckel
* YAM_CO.c, YAM_FI.c: external spam filters will be applied on user …
Hackergotchi for thboeckel7:17 PM Changeset [6101] by thboeckel
* YAM_CO.c: fixed an access to a wrong structure.
Hackergotchi for thboeckel4:28 PM Changeset [6100] by thboeckel
* YAM_WR.c: added some debug output to the NewEditMailWindow() function to …
Hackergotchi for thboeckel3:00 PM Changeset [6099] by thboeckel
* YAM_CO.c: fixed the default path to import .sfd files from.
Hackergotchi for thboeckel10:28 AM Changeset [6098] by thboeckel
* Themes.c, YAM.c, mui/ThemeListGroup.c: moved the themes directory to the …
Hackergotchi for thboeckel10:20 AM Changeset [6097] by thboeckel
* resources/spamfilters: renamed "filters" to "spamfilter" to emphasize …
Hackergotchi for thboeckel10:02 AM Changeset [6096] by thboeckel
* resources/certificates, resources/filters: added another directory level …
Hackergotchi for thboeckel9:47 AM Ticket #329 (Icon not correctly showed on attachments) closed by thboeckel
invalid: Sorry for the late reply, but no, everything is working as expected. You …
Hackergotchi for thboeckel9:40 AM Ticket #128 (Enhance the SPAM filter engine to recognize external SPAM checker) closed by thboeckel
fixed: (In [6095]) * YAM_CO.c, YAM_COg.c, YAM_COs.c, YAM_FI.c: implemented the …
Hackergotchi for thboeckel9:40 AM Changeset [6095] by thboeckel
* YAM_CO.c, YAM_COg.c, YAM_COs.c, YAM_FI.c: implemented the "trust header …
Hackergotchi for thboeckel9:20 AM Changeset [6094] by thboeckel
* tcp/ssl.c: renamed the "Certificates" directory to "Resources" to keep …
Hackergotchi for thboeckel7:42 AM Changeset [6093] by thboeckel
* locale/YAM.cd: fixed wrong translation name.
Hackergotchi for thboeckel7:39 AM Changeset [6092] by thboeckel
* YAM_FI.c: renamed the "abort filter process" action to "terminate filter …
Hackergotchi for thboeckel7:29 AM Ticket #333 (double clicking and URL doesn't do anything) closed by thboeckel
fixed: (In [6091]) * mui/ReadMailGroup.c: corrected the parameter order of the …
Hackergotchi for thboeckel7:29 AM Changeset [6091] by thboeckel
* mui/ReadMailGroup.c: corrected the parameter order of the double click …

Jul 10, 2012:

Hackergotchi for javierdlr7:48 PM Ticket #334 (Bar between msg list and read pane doesn't get snapshoted) created by javierdlr
== Summary == Everytime I load for first time YAM2.8dev the new bar …
Hackergotchi for thboeckel7:38 PM Changeset [6090] by thboeckel
* YAM_UT.c: added missing folding marker.
Hackergotchi for javierdlr6:31 PM Ticket #333 (double clicking and URL doesn't do anything) created by javierdlr
== Summary == YAM28.dev 10.07.2012 double clicking on an URL doesn't do …
Hackergotchi for javierdlr6:30 PM Ticket #332 (YAM2.8dev 10.07.2012 editing sent msg DSI) created by javierdlr
== Summary == == Steps to reproduce == 1.go to SENT folder adn select …
Hackergotchi for thboeckel3:39 PM Changeset [6089] by thboeckel
* mui/SignatureChooser.c: removed some TAB characters.
Hackergotchi for thboeckel2:20 PM Changeset [6088] by thboeckel
* YAM_FI.c, YAM_COg.c, YAM_COs.c: automatically and manually created …
Hackergotchi for damato12:32 PM Ticket #128 (Enhance the SPAM filter engine to recognize external SPAM checker) reopened by damato
Sorry, but IMHO this ticket is not fully fulfilled. We need to have the …
Hackergotchi for thboeckel11:41 AM Ticket #128 (Enhance the SPAM filter engine to recognize external SPAM checker) closed by thboeckel
fixed: (In [6087]) * YAM_COg.c, YAM_FI.c: implemented a filter import from …
Hackergotchi for thboeckel11:41 AM Changeset [6087] by thboeckel
* YAM_COg.c, YAM_FI.c: implemented a filter import from Thunderbird's .sfd …
Hackergotchi for thboeckel11:07 AM Changeset [6086] by thboeckel
* YAM_FI.c: implemented "abort filter" action for filters. This will cause …

Jul 9, 2012:

Hackergotchi for thboeckel9:43 PM Changeset [6085] by thboeckel
* locale/german.ct: updated german translation.
Hackergotchi for damato8:44 PM Changeset [6084] by damato
* locale/YAM.cd, tcp/ssl.c: added some error and warning output in case …
Hackergotchi for thboeckel8:24 AM Changeset [6083] by thboeckel
* locale/german.ct: fixed a typo.
Hackergotchi for thboeckel8:15 AM Changeset [6082] by thboeckel
* locale/german.ct: updated german translation.

Jul 8, 2012:

Hackergotchi for damato11:47 PM Changeset [6081] by damato
* base64.c: fixed bug in base64decode() where an incorrect pointer was …
Hackergotchi for damato10:49 AM Changeset [6080] by damato
* Requesters.c, misc: did some housekeeping regarding the function calls …
Hackergotchi for samo791:38 AM Changeset [6079] by samo79
- locale/italian.ct: update according to the latest changes.

Jul 7, 2012:

Hackergotchi for damato10:03 PM Changeset [6078] by damato
* Requesters.c, mui/GenericRequestWindow.c, tcp/ssl.c, misc: moved the …
Hackergotchi for damato9:13 PM Changeset [6077] by damato
* Debug.c,h: added a DBF_MTRACK flag which allows to output information …
Hackergotchi for damato9:11 PM Changeset [6076] by damato
* YAM_MAf.c: fixed a crash problem where in case a mail contained multiple …
Hackergotchi for damato9:08 PM Changeset [6075] by damato
* mime/rfc2047.c: fixed minor bug where an base64/rfc2047 encoded string …
Hackergotchi for damato5:22 PM Changeset [6074] by damato
- fixed bug in reworked base64decode() interface
Hackergotchi for damato4:53 PM Changesets [6072-6073] by damato
* mime/base64.c, misc: reworked the base64 encoding/decoding functions to …
Hackergotchi for natman10:24 AM Changeset [6071] by natman
locale/spanish.ct: updated to the latest changes

Jul 6, 2012:

Hackergotchi for damato12:54 AM Changeset [6070] by damato
minor fix

Jul 5, 2012:

Hackergotchi for thboeckel10:47 PM Changeset [6069] by thboeckel
* tcp/ssl.c: set the svn:eol-style property to native.
Hackergotchi for thboeckel10:46 PM Changeset [6068] by thboeckel
* tcp/ssl.c: used fixed definitions for the default CA file and path until …
Hackergotchi for thboeckel10:40 PM Changeset [6067] by thboeckel
* renamed the ssl directory to "certificates" and adapted the nightly …
Hackergotchi for thboeckel10:31 PM Changeset [6066] by thboeckel
* doc/#?: set the svn:eol-style property of all files to LF instead of …
Hackergotchi for thboeckel10:28 PM Changeset [6065] by thboeckel
* doc/Install-YAM, tools/mkrelease.sh: both scripts will now create the …
Hackergotchi for thboeckel10:21 PM Changeset [6064] by thboeckel
* ssl/ca-bundle.crt: added default ca-bundle.crt file.
Hackergotchi for thboeckel10:18 PM Changeset [6063] by thboeckel
* tcp/ssl.c: renamed the default certificate bundle file to …
Hackergotchi for thboeckel10:06 PM Changeset [6062] by thboeckel
* tcp/ssl.c: certificates are now loaded either from the supplied file …
Hackergotchi for thboeckel10:03 PM Changeset [6061] by thboeckel
* tcp/ssl.c: fixed a warning about an unused variable in the non-debug …
Hackergotchi for thboeckel9:48 PM Changeset [6060] by thboeckel
* locale/german.ct: updated german translation.
Hackergotchi for thboeckel9:37 PM Changeset [6059] by thboeckel
* Makefile.dep: regenerated dependencies.
Hackergotchi for samo799:51 AM Changeset [6058] by samo79
- locale/italian.ct: update according to the latest changes.
Hackergotchi for damato1:34 AM Ticket #131 (Add SSL certificate authentication support) closed by damato
fixed: (In [6057]) * tcp/ssl.c, tcp/Connection.c, misc: completely reworked the …
Hackergotchi for damato1:34 AM Changeset [6057] by damato
* tcp/ssl.c, tcp/Connection.c, misc: completely reworked the SSL …
Hackergotchi for abalabanb12:00 AM Changeset [6056] by abalabanb
* locale/french.ct: updated according to latest changes.

Jul 4, 2012:

Hackergotchi for damato8:54 PM Changeset [6055] by damato
* YAM_UT.c, misc: reworked all "*StrBuf*" functions for allocating and …
Hackergotchi for hypex5:13 PM Ticket #331 (YAM tried to open file with previous message subject as name before ...) created by hypex
This is kind of complicated to explain. And it's happened enough now to …
Hackergotchi for hypex5:12 PM Ticket #330 (YAM crashed when I pressed Delete key in Ediitor window whilst HD LED ...) created by hypex
I was editing an email. I pressed Delete. At the same time I noticed the …
Hackergotchi for thboeckel7:29 AM Changeset [6054] by thboeckel
* YAM_FI.c: replaced even more numeric values by approriate CP_#? …

Jul 3, 2012:

Hackergotchi for thboeckel7:57 PM Changeset [6053] by thboeckel
* YAM_FI.c: fixed the constant "NULL" string output for a simple string …
Hackergotchi for thboeckel5:00 PM Changeset [6052] by thboeckel
* YAM_FI.c: use the same enumeration values for the search structure as …
Hackergotchi for thboeckel4:36 PM Changeset [6051] by thboeckel
* YAM_FI.c: changed the CreateNewRule() prototype to pass a flag value.
Hackergotchi for thboeckel4:25 PM Changeset [6050] by thboeckel
* YAM_FI.c: fixed an incomplete variable name.
Hackergotchi for thboeckel4:25 PM Changeset [6049] by thboeckel
* YAM_FI.c: fixed some possibly dangling pointers when doing a deep copy …
Hackergotchi for thboeckel3:58 PM Changeset [6048] by thboeckel
* Requesters.c: check the return value of vasprintf() for failure.
Hackergotchi for thboeckel3:54 PM Changeset [6047] by thboeckel
* Requesters.c: fixed a warning for the AmigaOS3 build.
Hackergotchi for thboeckel11:06 AM Changeset [6046] by thboeckel
* YAM_FI.c: added some debug messages to outline the different search …

Jul 2, 2012:

Hackergotchi for damato8:58 AM Changeset [6045] by damato
* Requesters.c, mui/YAMApplication.c: created a new YAMMUIRequestA() …

Jul 1, 2012:

Hackergotchi for damato9:46 PM Changeset [6044] by damato
* include: fixed the AmiSSL includes to use correct definitions of the …

Jun 25, 2012:

Hackergotchi for damato8:03 AM Changeset [6043] by damato
* tcp/Connection.c: replace use of static char variable to check for valid …

Jun 24, 2012:

Hackergotchi for thboeckel7:43 PM Changeset [6042] by thboeckel
* locale/MUI.cd, locale/german.ct: removed a superflous dot from the …
Hackergotchi for thboeckel4:18 PM Changeset [6041] by thboeckel
* Connection.c: declared a constant string as "const".
Hackergotchi for damato2:38 PM Ticket #325 (501 Syntactically invalid EHLO argument(s)) closed by damato
fixed: (In [6040]) * YAM_UT.c, tcp/Connection.c: reworked the GetHostName() …
Hackergotchi for damato2:38 PM Changeset [6040] by damato
* YAM_UT.c, tcp/Connection.c: reworked the GetHostName() function to call …
Hackergotchi for damato1:30 PM Changeset [6039] by damato
* tcp/Connection.c, YAM.h: fixed a potential runtime problem by …
Note: See TracTimeline for information about the timeline view.