5ca27a1a6dAdded function pointers for plugins to access hub internals.
Jan Vidar Krey
2010-12-20 11:32:35 +0100
963564dc31Aligned the hub_user and plugin_user data structures so that they can be mixed without a conversion.
Jan Vidar Krey
2010-11-12 18:39:12 +0100
a761d4eec5Split up plugin API header files somewhat.
Jan Vidar Krey
2010-11-12 18:39:12 +0100
70a1fd543dCommands can be added and removed dynamically by plugins.
Jan Vidar Krey
2010-11-18 18:22:02 +0100
6d902fce39Fix conflicts while rebasing.
Jan Vidar Krey
2011-02-17 11:56:12 +0100
6becadc984Compile fix for gcc.
Jan Vidar Krey
2011-02-05 17:18:08 +0100
4a03accc34Fix compile warning about PLUGIN_SUPPORT being redefined.
Jan Vidar Krey
2011-02-05 17:16:14 +0100
d01813ef48Added project files for Visual Studio 2010.
Jan Vidar Krey
2011-02-05 17:13:26 +0100
e5bb7057deWindows fixes.
Jan Vidar Krey
2011-02-05 17:11:23 +0100
bf4ad5624aVisual Studio compile fixes.
Jan Vidar Krey
2011-01-06 12:25:44 +0100
03b4252ab5Link fix in case not everything is linked as one binary.
Jan Vidar Krey
2011-01-06 12:25:28 +0100
863e0e9844Merge branch 'master' of baracus:~/git/uhub
Jan Vidar Krey
2011-01-03 00:19:21 +0100
4c238dd946Fix compile warning.
Jan Vidar Krey
2011-01-03 00:12:40 +0100
e20b15ef74Merge branch 'master' of github.com:janvidar/uhub
Jan Vidar Krey
2011-01-03 00:09:00 +0100
9b57279628Many Visual C++ compile warnings and errors fixed.
Jan Vidar Krey
2011-01-02 02:39:25 +0100
e82ac17452update docs in ./doc/plugins.conf
E_zombie
2010-12-30 15:11:47 +0300
adb6641a17PATCH: Redirect did not work properly (Thanks MiMic)
Jan Vidar Krey
2010-12-29 14:40:23 +0100
67eabb5a98Fix#157: calculation of limits for min/max share on 32 bit architectures.
Jan Vidar Krey
2010-12-20 23:18:26 +0100
eaf867d513Merge branch 'master' of github.com:janvidar/uhub
Jan Vidar Krey
2010-12-20 11:52:37 +0100
4ede1b2d8aFix for bug #156
Jan Vidar Krey
2010-12-20 11:52:15 +0100
b993e97bb4Fix bug in config parser where 'foo=bar' did not work, but 'foo = bar' did work due to extra whitespace between tokens.
Jan Vidar Krey
2010-11-18 22:43:48 +0100
c9f32c8f7fSplit out the system includes from the rest of the OS/arch/compiler detection.
0.3.x-stable
Jan Vidar Krey
2010-11-12 18:39:12 +0100
4f8e3ba10bCleaned up command parsing, added register, password, useradd, userdel, userinfo, usermod and userpass. Mostly not implemented.
Jan Vidar Krey
2010-11-12 18:14:15 +0100
16fc3ea68eClean up argument parsing for plugins.
Jan Vidar Krey
2010-10-22 10:55:40 +0200
a934dfaa70Cleaned up boolean apply code.
Jan Vidar Krey
2010-08-30 11:57:41 +0200
21c22288a2Simplified plugin initialization by using a macro.
Jan Vidar Krey
2010-08-30 11:54:34 +0200
4c94753469Minor compile fixes.
Jan Vidar Krey
2010-11-12 11:31:16 +0100
0190c38c320.3.3 release candidate.
Jan Vidar Krey
2010-08-24 23:36:30 +0200
25c03f5c96Fix stupid mistake.
Jan Vidar Krey
2010-08-24 23:22:37 +0200
f25cb7bd5dDon't do SSL_clear unless the SSL object is initialized.
Jan Vidar Krey
2010-08-24 23:18:42 +0200
1e6d6cd1e7Several SSL/TLS related memory leak fixes.
Jan Vidar Krey
2010-08-24 22:58:10 +0200
f55243cf88Fix SSL/TLS related memory leak.
Jan Vidar Krey
2010-08-23 21:40:07 +0200
6e1de7329cFix 100% CPU issue with SSL connections.
Jan Vidar Krey
2010-08-19 11:37:18 +0200
f65a81a2aaAdded option to redirect from adc:// to adcs:// if tls is required.
Jan Vidar Krey
2010-08-18 23:32:53 +0200
ff8b8f5175Fix bug #139: Unable to use TLS - due to not handling quotes around configuration strings.
Jan Vidar Krey
2010-08-16 22:53:16 +0200
1af7e26c52Moved flood control stuff to the util package.
Jan Vidar Krey
2010-08-11 20:02:06 +0200
35b055f9b7Allow for connections accepted/refused to be logged by plugins.
Jan Vidar Krey
2010-08-11 18:51:22 +0200
4c960cb977Added logging of chat messages in the plugin API.
Jan Vidar Krey
2010-08-11 18:44:02 +0200
6daa5ecf95Added more informative error messages for the configuration file parser.
Jan Vidar Krey
2010-08-10 23:20:56 +0200
5419d07efe- update plugins.conf for new parametrs of mod_logging.so
E_zombie
2010-08-05 10:17:27 +0400
c2b7ecd49cMade sure the logging plugin logs on a format that looks almost the same as we used to have in the past.
Jan Vidar Krey
2010-08-04 17:03:37 +0200
0c6a58d35aMake sure chat messages are routed through plugins.
Jan Vidar Krey
2010-08-03 23:19:39 +0200
4a977da514Remember to terminate the SQL escaped string.
Jan Vidar Krey
2010-08-03 23:13:35 +0200
55ffe46a38Added an SQLite authentication backend.
Jan Vidar Krey
2010-07-29 08:46:52 +0200
93be2c584eReworked plugin APIs slightly, added full support for authentication from plugins.
Jan Vidar Krey
2010-07-29 08:43:22 +0200
c75090cdf2Added a generic string to boolean parser.
Jan Vidar Krey
2010-07-29 08:42:40 +0200
97feb3635eAllow plugins to provide an error message. Useful for reporting problems when registering the plugins.
Jan Vidar Krey
2010-07-29 08:41:26 +0200
7b96e2c912Merge branch 'plugin_work' of git://github.com/janvidar/uhub
Jan Vidar Krey
2010-06-22 14:35:15 +0200
ccaa4860b4Started working on the plugin configuration and loader code. The example plugin works, but does not do anything.
Jan Vidar Krey
2010-06-12 02:54:53 +0200
7218011449Added missing plugin file.
Jan Vidar Krey
2010-06-07 15:42:38 +0200
0810982b57Fix bug #136 - !broadcast does not report status back to to sender.
Jan Vidar Krey
2010-06-07 15:41:07 +0200
baeba01835Added file_plugins directive to configuration file.
Jan Vidar Krey
2010-06-06 16:32:43 +0200
07d4e4470cMore work on the plugin API.
Jan Vidar Krey
2010-06-06 16:15:15 +0200
ac5811633eUpdate to version 0.3.2
0.3.2
Jan Vidar Krey
2010-05-31 17:13:40 +0200
ed53034ad5Added plugin loader code, merely a wrapper around dlopen() and friends.
Jan Vidar Krey
2010-05-30 23:33:06 +0200
fc8965f1c5Started working on an authentication plugin API.
Jan Vidar Krey
2010-05-30 13:02:27 +0200
b3ed3a5526Fix a silly invalid read operation
Jan Vidar Krey
2010-05-28 15:23:44 +0200
50fde1c5c8Updated the broadcast command to not send the message back to the user that sent it, but instead summarize the number of users that received it.
Jan Vidar Krey
2010-05-26 09:38:14 +0200
77faac0494Fixed some minor issues found during code review.
Jan Vidar Krey
2010-05-25 22:47:30 +0200
62333c5f39Update the command to send a PM originating from the operator/admin that sent it.
Jan Vidar Krey
2010-05-25 22:21:56 +0200
44860c8477Fix bug #131 - Missing escape handling for # in config files.
Jan Vidar Krey
2010-05-25 19:35:00 +0200
e8957db819Minor work on getting history command to be configurable and also display a certain number of main chat history lines after login.
history_on_login
Jan Vidar Krey
2010-05-19 20:51:13 +0200
c70119870aAdding support for redirecting clients to other hubs when they fail to login for various reasons.
Jan Vidar Krey
2010-04-22 21:07:46 +0200
b29f34af4aFreeBSD kqueue backend fixes.
Jan Vidar Krey
2010-04-22 16:10:17 +0200
076492f1b9Fix some small memory leaks.
Jan Vidar Krey
2010-04-21 18:34:55 +0200
b6fb2b41bdFix a potential crash
Jan Vidar Krey
2010-04-21 18:34:39 +0200
c82f8ba167Fix compile error.
Jan Vidar Krey
2010-04-16 06:31:47 +0200