0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed some list management problems with my custom list wrappers. Fixed some text typos in msg_display.c and verbosified the connect message in pop_server.c.
Paul Schifferer
as cipher
More... almost 25 years ago
Added $Id$ string to a lot of source files. Fixed a looping error in mailmsg_get_header that was broken on server timeouts. Replaces strncpy with euc_strncpy.
Paul Schifferer
as cipher
More... almost 25 years ago
More tweaks and debugging for POP state machine.
Paul Schifferer
as cipher
More... almost 25 years ago
Corrected some buffer overruns in ID generation. Found a bug in glibc's strncat(): it doesn't correctly truncate the string to the specified length.
Paul Schifferer
as cipher
More... almost 25 years ago
Fixed some endless looping problems in the POP socket code.
Paul Schifferer
as cipher
More... almost 25 years ago
Reordered the menus a bit. Started reworking the POP/SMTP socket code for better robustness, reliability, and error-handling.
Paul Schifferer
as cipher
More... about 25 years ago
Enabled viewers window. Other stuff.
Paul Schifferer
as cipher
More... about 25 years ago
Stuff.
Paul Schifferer
as cipher
More... about 25 years ago
Split up smtp.c and pop.c in more logical components. Fixed some threading bugs regarding GTK. Enabled GLIB/GDK thread initialization.
Paul Schifferer
as cipher
More... about 25 years ago
Removed all fprintfs to stderr from the code. Purely debugging with gdb now. More work on the integrated display. Fixed some NULL-pointer bugs when trying to delete a message in the main window.
Paul Schifferer
as cipher
More... about 25 years ago
Added gui_pop.c module.
Paul Schifferer
as cipher
More... about 25 years ago
Progress window updates.
Paul Schifferer
as cipher
More... about 25 years ago
Minor fixes. Added snapshotting for all windows.
Paul Schifferer
as cipher
More... about 25 years ago
Changed signal handling from clist to ctree for main and folder lists. Fixed a couple bugs here and there.
Paul Schifferer
as cipher
More... about 25 years ago
Fixed some bugs relating to showing messages in the preview pane. Fixed a crash in the server edit window when changing server protocol.
Paul Schifferer
as cipher
More... about 25 years ago
Removed unnecessary headers for menu setup. More work on MDI interface.
Paul Schifferer
as cipher
More... about 25 years ago
Added some header files for menu/toolbar creation relating to the integrated display stuff. Fixed a crash in initial configuration. Fixed a bug in path creation. Added conditional support for Bonobo in ./configure. Started work on MDI-style display.
Paul Schifferer
as cipher
More... about 25 years ago
Resolved conflicts in pop.c
Paul Schifferer
as cipher
More... about 25 years ago
Fixed some more bugs in the POP3 code, and made final modifications to enable it to talk to mail servers. Fixed a binary data bug in the message attachment parser. Added error requester message passing.
Paul Schifferer
as cipher
More... about 25 years ago
Fixed a bug in setting up default prefs for POP servers.
Paul Schifferer
as cipher
More... about 25 years ago
Refined working of server list in settings window. Added parse/save functions for settings items for window positions and mail servers. Added color pickers to settings window for personal/priority messages.
Paul Schifferer
as cipher
More... about 25 years ago
Added mutexes and copylists to settings "okay" and "apply" buttons.
Paul Schifferer
as cipher
More... about 25 years ago
Implemented the server edit window and added prototypes.
Paul Schifferer
as cipher
More... about 25 years ago
More functionality in the settings window. Added a couple pages to the settings window for layout purposes. Updated prototypes to reflect new callbacks. Added dictionary list.
Paul Schifferer
as cipher
More... about 25 years ago
Did more tweaking of the filters window. Added a few more widgets/prototypes/callbacks to the main settings window. Added a couple mutexes for filters/viewers/settings arbitration.
Paul Schifferer
as cipher
More... about 25 years ago
More work on making operational the filters window and main settings window. Changed prototype to prefs_layout_table_item(), so had to update a lot of the calls.
Paul Schifferer
as cipher
More... about 25 years ago
More changes to the header files and prefs_ui.c moving toward the new settings window setup.
Paul Schifferer
as cipher
More... about 25 years ago
Started redesigning the settings interface.
Paul Schifferer
as cipher
More... about 25 years ago
Fixed included files for uuencoding so the file permissions get masked against 0777.
Paul Schifferer
as cipher
More... about 25 years ago
Had to re-add the .spec and .spec.in files. Fixed the final crash in adding attachments to a message. Fixed some glitches in compose_write.c that aborted a multipart message build prematurely.
Paul Schifferer
as cipher
More... about 25 years ago