Activity
From 04/26/2008 to 05/25/2008
05/25/2008
- 11:06 pm Revision 771: Stupid translation typo
- 10:49 pm Revision 770: Version bump to 0.2.91
- 10:48 pm Revision 769: Missing file (retry)
- 10:48 pm Revision 768: Missing file
- 10:46 pm Revision 767: Only show the notification-bubbles configuration when it is supported
- 10:06 pm Revision 766: Check for program updates from a seperate thread. Bugzilla #158
- 09:54 pm Revision 765: Updated translations
- 09:43 pm Revision 764: - Lowered the memory usage by using fixed-size
- structures for all the signal processing
- Catch invalid parameters when using Visual Studio
- Replaced two g_assert'... - 08:45 pm Revision 763: - On Win32, if the error WSAETIMEDOUT is triggered, keep trying again until a real ...
- - Removed some unused callback functions in the NNTP plugin (notify_part_not_available, notify_download_failed and no...
05/23/2008
- 05:56 pm Revision 762: Improved disabled servers behaviour. Still not working 100% right..
- 05:55 pm Revision 761: The configuration option the enable servers wasn't saved. Fixed
- 05:54 pm Revision 760: Create crash reports on Win32 when the NNTPGrab Server crashes
05/22/2008
- 11:01 pm Revision 759: Fix possible crash in the schedular testcase
- 10:50 pm Revision 758: - Prevent the user from running both the NNTPGrab Server and the Standalone GUI at ...
- - Updated translations
- 10:35 pm Revision 757: Use the 'enabled' flag in the PHP functions nntpgrab_config_get_server_info, nntpgr...
- 10:28 pm Revision 756: The command CONFIG_GET_SERVER_INFO got broken. Fixed
- 09:19 pm Revision 755: Use sane default values when the subject of a file could not be parsed successfully...
05/21/2008
- 09:35 pm Revision 754: Usenet servers can now be enabled/disabled from the GUI
- 07:31 pm Revision 753: Configuration of the download and temp folders was broken on Linux. Fixed
- 07:07 pm Revision 752: Search for the NNTPGrab plugins in the right folder (fixes 64bit compatibility)
- 07:07 pm Revision 751: SVN revision 748 wasn't complete..
- 07:01 pm Revision 750: Fix possible crash in the configuration_get_folder_listing function (Linux/OSX only)
- 03:18 pm Revision 749: Don't use the <? tag in the webinterface but the <?php tag
- 12:31 am Revision 748: - SVN revision 745 introduced problems for environments other than Visual Studio 20...
- - Added some more gross hacks to enable the compilation of the PHP module on Mac OS X
- Libtool under OSX gives plugi...
05/20/2008
- 09:45 pm Revision 747: Added support for marking usenet servers as enabled/disabled
- 09:14 pm Revision 746: Disable drag&drop in the download queue as it is broken
- 08:27 pm Revision 745: - Fixed a possible crash in the NNTPGrab Server when using Visual Studio 2008
- - The configuration of the download and temp folders should now work fine on Windows
- 08:25 pm Revision 744: The plugins were installed in the wrong directory when using Visual Studio 2005. Fixed
- 08:24 pm Revision 743: Show the console window when running the Debug version of NNTPGrab from Visual Stud...
- 06:33 pm Revision 742: The .nzb file associaton was broken for Win32. Fixed
05/18/2008
- 10:57 pm Revision 741: Addition to svn revision 738
- 10:56 pm Revision 740: Compile fix (was missing from previous commit)
- 09:38 pm Revision 739: Compile fix and remove some windows-newlines (unix-newlines are used everywhere else)
- 09:22 pm Revision 738: Improved the installation directory discovery for Win32 environments
05/17/2008
- 01:24 am Revision 737: NNTPGrab 0.2.90 tagged!
- 01:17 am Revision 736: Bump in the ChangeLog
- 01:03 am Revision 735: Mac OS X compilation fix
05/16/2008
- 09:53 pm Revision 734: Added a new ./configure option: --disable-webinterface
- 09:20 pm Revision 733: Win32 compile fix
- 09:19 pm Revision 732: Updated the Win32 installation script for version 2.90
- 12:32 am Revision 731: Fixed possible segfault
- 12:19 am Revision 730: Proper error handling was broken in the webinterface. Fixed
- 12:11 am Revision 729: Some more missing files
- 12:01 am Revision 728: Missing file
05/15/2008
- 11:47 pm Revision 727: Restarting and downloading tasks which contains special characters (which need to
- be escaped) wasn't working in the webinterface. Fixed
- 11:33 pm Revision 726: Previous commit broke the PHP module... Fixed
- 11:23 pm Revision 725: Renamed the PHP module from 'nntpgrab.so' to 'php_nntpgrab.so'
05/14/2008
- 07:07 pm Revision 724: Add all the files from the webinterface to the tarball created by 'make dist'
- 06:59 pm Revision 723: Fix some compiler warnings
- 05:45 pm Revision 722: - Removed an unnecessary ./configure test
- - Version bump to 0.2.90
- 05:43 pm Revision 721: Added detection for the possibility of downloading files using the webinterface.
- Won't be used for version 0.3 because of the security risks involved
- 05:26 pm Revision 720: Addition to commit 718, save the decoded filename in the download queue file on dis...
- 04:06 pm Revision 719: Don't enable the download queue popup menu options 'execute selected item' and 'ope...
- when using the networked GUI as these functies don't work when used from a different computer
than the computer where... - 04:04 pm Revision 718: Set the filename property after a successfull decode
05/13/2008
- 01:42 am Revision 717: Added the parameter 'filename' to the ForeachFileFunc and to the file information in
- the PHP function nntpgrab_schedular_get_all_tasks()
- 01:28 am Revision 716: Hide collections or tasks when one is successfully deleted
- 01:17 am Revision 715: Items and collections can now also be deleted using the webinterface
- 01:00 am Revision 714: Both collections and individual tasks can now be restarted in the webinterface
- 12:06 am Revision 713: The debug tab in the webinterface only worked when apache was running as a single p...
05/12/2008
- 11:26 pm Revision 712: Added requestprocessor to allow processing of requests, this however isn't finished...
- Fixed faulty non-closing of </a> at queue.php
Added javascript way to determine the collectionname to send via javasc... - 11:02 pm Revision 711: Another try at lowering the CPU usage
- 10:36 pm Revision 710: Fixed 2 memory leaks and made a change which should lower the CPU usage some more
- 09:48 pm Revision 709: Save the download queue only when there has been some time between now and the prev...
- we've decoded something. Should lower the CPU usage when a lot of files aren't available on the
usenet server anymore - 09:16 pm Revision 708: Update the download and the temp directory when another frontend has changed it
- 09:15 pm Revision 707: Only process signal messages coming from the NNTPGrab Server when there is someone
- interested in it. Should lower the CPU usage from the webinterface
- 06:45 pm Revision 706: Added 3 new arguments to the function nntpgrab_networked_connect: username, passwor...
- These 3 arguments are ignored for now, but this is done in preperation for a future NNTPGrab release
- 06:36 pm Revision 705: Updated ChangeLog
- 06:15 pm Revision 704: Fix crash in the PHP module (introduced by SVN rev 699)
- 05:59 pm Revision 703: Renamed the Linux start menu shortcut name from 'NNTPGrab' to 'NNTPGrab (Standalone)'
- 05:58 pm Revision 702: Don't bail out when a SIGPIPE occurs
- 05:22 pm Revision 701: Updated translations
- 05:03 pm Revision 700: Added 4 new buttons to the download queue tab to move items
- 03:46 pm Revision 699: - Moving of (multiple) items in collections is now operational!
- - Removed some debug messages
- Fixed a possible deadlock in the function nntpgrab_schedular_move_task - 11:18 am Revision 698: - 2 new signals added to the NNTPGrab Core: 'task_moved' and 'collection_moved'
- - The schedular plugin can emit these 2 new signals
- Added some more workarounds to prevent the file size remaining ...
05/11/2008
- 05:07 pm Revision 697: Make sure the command 'make uninstall' works (why don't people having this
- problem report this instead of having it to find out by accident using google...)
05/10/2008
- 07:16 pm Revision 696: - Added a new NNTPGrab function: nntpgrab_schedular_move_collection()
- - Added implementations for the glue layer and the PHP module
- Added 4 new options to the download queue popup menu:...
05/06/2008
- 06:44 pm Revision 695: - The columns which are shown in the download queue in the queue can now be
- turned on and off in the configuration
- Updated translations - 05:46 pm Revision 694: In some places in the program, the file size remaining could be become < 0. Fixed
05/05/2008
- 11:34 pm Revision 693: Replaced the index.php script with a redirect to info.php
- 11:32 pm Revision 692: Show version information on the info tab of the webinterface
- 10:35 pm Revision 691: - Added a new function to the PHP module: nntpgrab_get_version_info()
- - Fixed a possible crash in the PHP module which could occur during shutdown of PHP or the webserver
- 08:46 pm Revision 690: Added a debug tab to the webinterface
- 08:39 pm Revision 689: Added a configuration file to the webinterface in which the hostname and port of th...
- Also added a .htaccess file which prevents visitors to read the contents of the config file
- 08:10 pm Revision 688: Several webinterface improvements:
- - In case of connection errors, produce sane messages and keep the interface intact
- Show connection details (includ... - 06:49 pm Revision 687: Added a new function to the PHP Module nntpgrab_get_connect_errmsg() which
- returns the error message belonging to the last connection attempt done by nntpgrab_connect()
- 05:59 pm Revision 686: Support added for importing NZB files through the webinterface
05/04/2008
- 09:48 pm Revision 685: - The message 'FALSE' wasn't parsed correctly in several places in the glue layer. ...
- - Changed the behaviour of the function nntpgrab_config_get_folder_listing() so that
the fact that folders can have...
05/03/2008
- 11:49 pm Revision 684: - Added Visual Studio 2008 project files to the trunk
- - Also created Visual Studio 2008 project files for the nntpgrab_server, the glue layer, the networked GUI and the PH...
- 08:32 pm Revision 683: The default hostname in the Networked GUI was blank on fresh installs, while it sho...
- 04:53 pm Revision 682: Removed old (and unused) files from the nntpgrab-0.2 branch
- 04:43 pm Revision 681: The program now works properly when compiled using Visual Studio 2008
04/30/2008
04/28/2008
- 09:27 pm Revision 679: Added Visual Studio 2008 project files. Also several small fixes are done in the co...
- 09:23 pm Revision 678: At some places in the uulib decoder, the wrong datatypes were used. Now they're usi...
- 02:21 pm Revision 677: The decoder could crash in some situations. Upon investigation a possible
- datatype overflow was found. This hopefully fixes it, but needs more testing
Also available in: Atom
NNTPGrab

