Statistics
| Revision:

root / trunk / server

Name Size Revision Age Author Comment
Makefile.am 1.3 KB 1872 10 months Alguno Previous commit was incomplete
main.c 10.3 KB 1919 21 days Alguno - Moved the winsock initialisation code to the ...
nntpgrab_server.ui 7.2 KB 933 almost 4 years Alguno - Renamed the folder 'core' to 'nntpgrab_core' ...
nntpgrab_server.vcproj 6.2 KB 949 almost 4 years Alguno - Moved the folder client/glue to glue - Fix a ...
nntpgrab_server_gtk.desktop 573 Bytes 1919 21 days Alguno - Moved the winsock initialisation code to the ...

Latest revisions

# Date Author Comment
1919 04/21/2012 09:06 pm Alguno

- Moved the winsock initialisation code to the nntpgrab_utils library
- Allow the Qt frontend to be linked statically more easy on Win32/Win64
- Translated the .desktop files (contributed by Stegozor)
- Fix compile failure on Linux when libpeas-devel isn't installed...

1873 07/21/2011 10:03 pm Alguno

- Use GtkApplication on GTK-3 environments for improved integration in GNOME3
- Added a missing MimeType entry to the nntpgrab_server_gtk and nntpgrab_qt Linux desktop shortcuts

1872 07/21/2011 06:12 pm Alguno

Previous commit was incomplete

1834 06/24/2011 10:41 pm Alguno

Moved various defines to the config.h file to simplify the configure.in script, the Makefiles and the output shown during build

1823 04/09/2011 08:24 pm Alguno

- Added support for multiple connection backends
- Moved the current connection code to a new connection backend called 'native'
- Added a new connection backend called 'gio' which is based on GIO and
can optionally use glib-networking for SSL/TLS support...

1775 11/20/2010 12:49 am Alguno

- Log messages didn't get shown anymore in the NNTPGrab Server GUI. Fixed
- Marking files optional/non-optional using the JSON-RPC interface was broken. Fixed
- Fixed an issue which could cause the initialisation of the NNTPGrab Core to succeed even if there was an error

1769 11/13/2010 09:17 pm Alguno

- Renamed the objects 'NNTPGrabCore' to 'NntpgrabCore' and 'NNTPGrabGlue' to 'NntpgrabGlue'
in order to be compatible with GObject-introspection
- Renamed the nntpgrab_... functions in the glue layer to use the prefix nntpgrab_glue_...
- Added GObject-introspection based testcases for the Glue layer using javascript and python...

1745 09/28/2010 10:14 am Alguno

- Moved all private stuff from the QNNTPGrabGlue class to a seperate header. This eliminates the
dependency on nntpgrab_glue.h and nntpgrab_types.h for other classes/widgets in the Qt frontend
- Renamed the struct ConfigServer to NGConfigServer to avoid a conflict with the QNNTPGrabGlue class...

1730 09/14/2010 11:31 pm Alguno

- Fixed a deadlock which occured in the GUI when the NNTPGrab Server disappears or when a protocol error occured. Refs #53
- When the connection to a NNTPGrab Server is lost, the program would disappear immediately. Changed this behaviour
by showing an error dialog and waiting for the user to close it before closing the entire program...

1692 08/08/2010 08:28 pm Alguno

- Split the function nntpgrab_glue_new() into nntpgrab_glue_new() and nntpgrab_glue_init(). The _new function only creates the object
- Split the function nntpgrab_core_new() into nntpgrab_core_new() and nntpgrab_core_init(). The _new function only created the object...

View revisions

Also available in: Atom