dockapps/wmnotify.git
11 years agoRenamed configure.in to configure.ac
Hugo Villeneuve [Sun, 19 Feb 2006 20:33:18 +0000 (20:33 +0000)]
Renamed configure.in to configure.ac

11 years agoAdded mimimal version number verification for OpenSSL in configure
Hugo Villeneuve [Sun, 19 Feb 2006 20:23:55 +0000 (20:23 +0000)]
Added mimimal version number verification for OpenSSL in configure

11 years agoReplaced deprecated function OpenSSL_add_all_algorithms()
Hugo Villeneuve [Sat, 25 May 2013 23:06:00 +0000 (19:06 -0400)]
Replaced deprecated function OpenSSL_add_all_algorithms()

Replaced OpenSSL_add_all_algorithms() with SSL_library_init() because it is no
longer present in openssl-0.9.8

11 years agoAdded <stdbool.h> for standard bool definitions
Hugo Villeneuve [Sat, 25 May 2013 22:53:19 +0000 (18:53 -0400)]
Added <stdbool.h> for standard bool definitions

Updated GetArguments() to explicitely indicate that it can extract a single argument or a full line, but not in-between

11 years agoNow creating the default configuration file with correct permissions
Hugo Villeneuve [Sat, 25 May 2013 22:49:47 +0000 (18:49 -0400)]
Now creating the default configuration file with correct permissions

11 years agoUpdated TODO
Hugo Villeneuve [Sat, 25 May 2013 21:40:18 +0000 (17:40 -0400)]
Updated TODO

11 years agoCode reformatting
Hugo Villeneuve [Sat, 25 May 2013 21:50:53 +0000 (17:50 -0400)]
Code reformatting

11 years agoAdded a visual notification that a double-click has been detected
Hugo Villeneuve [Sat, 25 May 2013 20:48:56 +0000 (16:48 -0400)]
Added a visual notification that a double-click has been detected

11 years agoReplaced use of perror() with herror() for obtaining error message of gethostbyname()
Hugo Villeneuve [Mon, 3 Oct 2005 19:06:08 +0000 (19:06 +0000)]
Replaced use of perror() with herror() for obtaining error message of gethostbyname()

11 years agoAdded more verbose messages for SSL read operations
Hugo Villeneuve [Sat, 25 May 2013 21:49:29 +0000 (17:49 -0400)]
Added more verbose messages for SSL read operations

The ChangeLog erroneously states that:
  Fixed a bug which closed the application if there was a network
  problem in the WmnotifyGetResponse() function.

11 years agoRemoved no more used hv-debug macro
Hugo Villeneuve [Wed, 6 Jul 2005 02:28:19 +0000 (02:28 +0000)]
Removed no more used hv-debug macro

Cleaned-up header files

11 years agoAdded credits to Joffrey Pannequin and Randy in ChangeLog v0.3.1
Hugo Villeneuve [Tue, 28 Jun 2005 02:30:01 +0000 (02:30 +0000)]
Added credits to Joffrey Pannequin and Randy in ChangeLog

Modified TODO

11 years agoFixed bug when response is broken into multiple packets
Hugo Villeneuve [Tue, 28 Jun 2005 02:25:31 +0000 (02:25 +0000)]
Fixed bug when response is broken into multiple packets

There was an error after the last line in the buffer (first part of the response) was processed, which generated a NULL stringp

11 years agoAdded support for IMAP4 commands that may span multiple packets by calling recv(...
Hugo Villeneuve [Sat, 25 May 2013 21:25:00 +0000 (17:25 -0400)]
Added support for IMAP4 commands that may span multiple packets by calling recv() until full IMAP4 response is received

Now using the same Tx and Rx buffers for POP3 and IMAP4

11 years agoCleanup of autoconf files
Hugo Villeneuve [Fri, 26 Nov 2004 05:24:41 +0000 (05:24 +0000)]
Cleanup of autoconf files

Removed autogenerated files from config subdirectory

Removed src/Makefile.in from repository, and added this file to MAINTAINERCLEAN variable

Removed stamp-h1 from repository

Removed wmnotify.xpm from EXTRA_DIST in src/Makefile.am