Jan Vidar Krey
|
bad4512a37
|
Fix compiler warnings using gcc 4.6.
|
2011-11-28 16:30:35 +01:00 |
Jan Vidar Krey
|
3b4a199673
|
Fix null pointer crash while encountering configuration file errors during parsing.
|
2011-10-17 09:50:14 +02:00 |
Jan Vidar Krey
|
f8d057f15a
|
[PATCH] Lintian warning hyphen-used-as-minus-sign
Thanks to tehnick for finding and fixing this issue.
|
2011-09-28 12:19:26 +02:00 |
Jan Vidar Krey
|
39572c3684
|
Made plugin loading work properly on Windows.
|
2011-09-08 01:00:32 +02:00 |
Jan Vidar Krey
|
0d8283930f
|
Compile fix for Fedora/RedHat. Add -lcrypto to LDFLAGS.
|
2011-09-07 10:20:58 +02:00 |
Jan Vidar Krey
|
33b94d8eb4
|
Removed unused functions - prevents compile warnings.
|
2011-09-07 10:02:43 +02:00 |
Jan Vidar Krey
|
324bfcd2c8
|
Added plugin loader routines for windows.
|
2011-09-07 00:31:38 +02:00 |
Jan Vidar Krey
|
87535ff0d6
|
Added visual studio 2010 solution and project files.
|
2011-09-06 00:06:13 +02:00 |
Jan Vidar Krey
|
800f6a70f9
|
Added description to plugin_hub_info (an empty struct causes warning on VS2010).
|
2011-09-05 23:40:57 +02:00 |
Jan Vidar Krey
|
5d2a25a1be
|
Updated copyright year.
|
2011-09-05 23:40:08 +02:00 |
Jan Vidar Krey
|
70f13158d3
|
Merge branch 'master' of github.com:janvidar/uhub
|
2011-09-05 23:34:05 +02:00 |
Jan Vidar Krey
|
9327615448
|
Compile warning fix.
|
2011-09-05 23:16:15 +02:00 |
Jan Vidar Krey
|
ebe54bcf27
|
Added plugin events for server wide events (mostly for logging).
|
2011-08-16 15:11:15 +02:00 |
Jan Vidar Krey
|
e4aa565fab
|
Build plugins by default.
|
2011-08-16 15:10:33 +02:00 |
Jan Vidar Krey
|
998f5a57e2
|
Fix bug #152 - disable self-registering
|
2011-08-16 15:09:02 +02:00 |
Jan Vidar Krey
|
472c489ae1
|
Fix bug #154 - plugin system is disabled silently if one plugin fails to initialize.
|
2011-08-16 14:46:11 +02:00 |
Jan Vidar Krey
|
bba7c0d05b
|
Require setting the file name via file=/path/to/file for log file.
|
2011-08-16 14:33:15 +02:00 |
Jan Vidar Krey
|
169b8a4a75
|
Added option to redirect from adc:// to adcs:// if tls is required.
|
2011-08-16 12:11:04 +02:00 |
Jan Vidar Krey
|
f13bcd8c28
|
Minor compile fixes.
|
2011-08-16 12:08:21 +02:00 |
Jan Vidar Krey
|
a79fcd796e
|
Shutdown SSL on close.
|
2011-08-16 12:07:17 +02:00 |
Jan Vidar Krey
|
474e2be308
|
Fix stupid mistake.
|
2011-08-16 12:06:44 +02:00 |
Jan Vidar Krey
|
47cf3326fd
|
Don't do SSL_clear unless the SSL object is initialized.
|
2011-08-16 12:06:34 +02:00 |
Jan Vidar Krey
|
3353049ae3
|
Several SSL/TLS related memory leak fixes.
|
2011-08-16 12:06:17 +02:00 |
Jan Vidar Krey
|
3ccce614d0
|
Fix SSL/TLS related memory leak.
|
2011-08-16 12:04:14 +02:00 |
Jan Vidar Krey
|
e30505b54e
|
Fix 100% CPU issue with SSL connections.
|
2011-08-16 12:04:03 +02:00 |
Jan Vidar Krey
|
3bc764adf5
|
Winsock fixes.
|
2011-08-08 00:12:50 +02:00 |
Jan Vidar Krey
|
6becadc984
|
Compile fix for gcc.
|
2011-02-05 17:18:08 +01:00 |
Jan Vidar Krey
|
4a03accc34
|
Fix compile warning about PLUGIN_SUPPORT being redefined.
|
2011-02-05 17:16:14 +01:00 |
Jan Vidar Krey
|
d01813ef48
|
Added project files for Visual Studio 2010.
|
2011-02-05 17:13:26 +01:00 |
Jan Vidar Krey
|
e5bb7057de
|
Windows fixes.
|
2011-02-05 17:11:23 +01:00 |
Jan Vidar Krey
|
bf4ad5624a
|
Visual Studio compile fixes.
|
2011-01-12 16:58:18 +01:00 |
Jan Vidar Krey
|
03b4252ab5
|
Link fix in case not everything is linked as one binary.
|
2011-01-06 12:25:28 +01:00 |
Jan Vidar Krey
|
863e0e9844
|
Merge branch 'master' of baracus:~/git/uhub
|
2011-01-03 00:19:21 +01:00 |
Jan Vidar Krey
|
4c238dd946
|
Fix compile warning.
|
2011-01-03 00:12:40 +01:00 |
Jan Vidar Krey
|
e20b15ef74
|
Merge branch 'master' of github.com:janvidar/uhub
|
2011-01-03 00:09:00 +01:00 |
Jan Vidar Krey
|
9b57279628
|
Many Visual C++ compile warnings and errors fixed.
|
2011-01-03 00:03:07 +01:00 |
E_zombie
|
e82ac17452
|
update docs in ./doc/plugins.conf
|
2010-12-30 15:11:47 +03:00 |
Jan Vidar Krey
|
adb6641a17
|
PATCH: Redirect did not work properly (Thanks MiMic)
The SID was not included in the redirect and it was thus an
incorrect ADC message which were discarded by most clients.
|
2010-12-29 14:40:23 +01:00 |
Jan Vidar Krey
|
67eabb5a98
|
Fix #157: calculation of limits for min/max share on 32 bit architectures.
|
2010-12-20 23:18:41 +01:00 |
Jan Vidar Krey
|
eaf867d513
|
Merge branch 'master' of github.com:janvidar/uhub
|
2010-12-20 11:52:37 +01:00 |
Jan Vidar Krey
|
4ede1b2d8a
|
Fix for bug #156
|
2010-12-20 11:52:15 +01:00 |
E_zombie
|
d4accea32c
|
- update GNUmakefile
|
2010-11-23 16:07:39 +03:00 |
E_zombie
|
50e44f5272
|
- update GNUmakefile for install plugin modules
|
2010-11-23 15:54:57 +03:00 |
E_zombie
|
3b3862fa8d
|
- update ./doc/compile.txt
|
2010-11-22 15:47:24 +03:00 |
E_zombie
|
d86e1b8f0b
|
- add comment in sqlite conver script
|
2010-11-22 10:39:39 +03:00 |
Jan Vidar Krey
|
b993e97bb4
|
Fix bug in config parser where 'foo=bar' did not work, but 'foo = bar' did work due to extra whitespace between tokens.
|
2010-11-18 22:43:48 +01:00 |
Jan Vidar Krey
|
4f8e3ba10b
|
Cleaned up command parsing, added register, password, useradd, userdel, userinfo, usermod and userpass.
Mostly not implemented.
|
2010-11-12 18:03:39 +01:00 |
Jan Vidar Krey
|
16fc3ea68e
|
Clean up argument parsing for plugins.
|
2010-11-12 18:03:39 +01:00 |
Jan Vidar Krey
|
a934dfaa70
|
Cleaned up boolean apply code.
|
2010-11-12 18:03:39 +01:00 |
Jan Vidar Krey
|
21c22288a2
|
Simplified plugin initialization by using a macro.
|
2010-11-12 18:03:39 +01:00 |