Commit Graph

  • 7228f15ebe fix #158: add !topic and !showtopic Tilka 2012-03-19 13:10:57 +0100
  • b14934c1fd update client software link Tilka 2012-03-18 21:57:17 +0100
  • ff5c45fe22 update compile howto link Tilka 2012-03-18 21:48:38 +0100
  • 09e909b331 fix debian changelog Tilka 2012-03-20 05:46:20 +0100
  • 714d110a94 Fix bug #185 - Args of !commands lost/damaged. command_cleanup Jan Vidar Krey 2012-03-12 01:21:08 +0100
  • 390b63e80a - update ./doc/uhub.conf example file for mod_chat_only.so root 2012-01-31 14:48:29 +0400
  • 5068fe8351 Cygwin/Mingw32 compile fixes. Jan Vidar Krey 2012-01-25 00:20:59 +0100
  • e4df1884d2 - change order load plugins on example file root 2012-01-23 15:32:05 +0400
  • 8607b40278 Fix bug #180 - Crash after signal SIGHUP. Jan Vidar Krey 2012-01-19 02:58:20 +0100
  • a9b5c6db38 Fixed minor issues found with static code analyzis (Clang). Jan Vidar Krey 2012-01-13 01:31:17 +0100
  • 0ae8a08f55 Revert "- add empty ./doc/users.db sqlite file" Jan Vidar Krey 2012-01-10 02:21:27 +0100
  • ff639d87c3 Disable SQL debugging output. Jan Vidar Krey 2012-01-10 02:21:27 +0100
  • 5edf2b60d4 Fixed bug #179 - !broadcast command does not work properly. Jan Vidar Krey 2012-01-10 02:21:27 +0100
  • 66215cc535 - add empty ./doc/users.db sqlite file root 2012-01-10 10:26:11 +0400
  • eee2636582 Added a chat only hub plugin that disables searching and connection setup. Jan Vidar Krey 2012-01-09 19:54:03 +0100
  • f44a420970 Updated the copyright to 2012 and git version display. Jan Vidar Krey 2012-01-03 22:02:21 +0100
  • fcf6827a68 Also build the chat history plugin. Jan Vidar Krey 2012-01-03 22:41:56 +0000
  • ca3782c570 Merge branch 'mod_chat_history_work' Jan Vidar Krey 2012-01-03 23:16:08 +0100
  • 875f55a401 Added a chat history plugin. Jan Vidar Krey 2012-01-03 23:02:28 +0100
  • a9ed03cf38 Cleaned up the mod_welcome parse failure code. Jan Vidar Krey 2012-01-02 12:45:03 +0100
  • b0a8c3251b Update plugins.conf example file for mod_welcome.so root 2011-12-30 11:43:33 +0400
  • 2ebd916992 Added sqlite as a git submodule. Jan Vidar Krey 2011-12-28 18:08:11 +0100
  • 3c6254d007 Partial revert of importing sqlite into this repository. Jan Vidar Krey 2011-12-28 18:06:19 +0100
  • 7b392acbf5 Format the help list appropriately (as in older versions). Jan Vidar Krey 2011-12-28 10:45:02 +0100
  • 66c77d5170 Don't broadcast the \!example command when issuing it (mod_example.c bug). Jan Vidar Krey 2011-12-28 10:44:03 +0100
  • c2e25453f6 Added VS2010 project for the uhub-passwd tool. Jan Vidar Krey 2011-12-22 01:51:10 +0100
  • 1700a27619 Fix bug #173 - Fix the command parsing errors. Jan Vidar Krey 2011-12-22 01:49:21 +0100
  • aa01fd40e5 Updated VS2010 solution and project files. Jan Vidar Krey 2011-12-22 01:39:13 +0100
  • 5b7382a27c Added VS2010 project for mod_auth_sqlite. Jan Vidar Krey 2011-12-22 01:38:40 +0100
  • a5b02d1672 Added thirdparty sqlite code to the VS2010 project. Jan Vidar Krey 2011-12-22 01:37:42 +0100
  • fe15c4cb58 Fix VS2010 build issues. Jan Vidar Krey 2011-12-22 01:36:13 +0100
  • ecedd44fee Added %c substitution to mod_welcome to print the current user credentials. Jan Vidar Krey 2011-12-22 00:14:34 +0000
  • 24e2c2090e Fix welcome plugin handle, and build issues. Jan Vidar Krey 2011-12-21 23:50:23 +0000
  • 2a190859bd Remove the configuration options 'file_motd' and 'file_rules'. Use mod_welcome instead. Jan Vidar Krey 2011-12-21 14:44:37 +0100
  • 88dd1341d2 Started working on mod_welcome which will replace the built-in file_motd and file_rules configuration options. Jan Vidar Krey 2011-12-21 14:31:29 +0100
  • b24d4b85cd Split out the command buffer code to a generic buffer. Jan Vidar Krey 2011-12-21 13:53:12 +0100
  • f34f0328a3 Removed the PLUGIN_SUPPORT code, since plugin support is now mandatory. Jan Vidar Krey 2011-12-21 10:48:37 +0100
  • f31fc65e1d VS2010 fixes. Jan Vidar Krey 2011-12-21 01:42:21 +0100
  • 7325b15786 Fix bug #174 - Wrong check for fdatasync() availability. Jan Vidar Krey 2011-12-21 00:53:24 +0100
  • ec3afc3a44 Added a simple tool to create and manipulate the uhub sqlite authentication database. Jan Vidar Krey 2011-12-20 16:20:54 +0100
  • ba26f4c5e2 Update copyright notices and added licenses to files that were missing it. Jan Vidar Krey 2011-12-19 10:54:47 +0100
  • 68dc3cafc7 Removed unused files. Jan Vidar Krey 2011-12-19 10:51:17 +0100
  • 583900cec5 Fix compile warning about unused result for write() function. Jan Vidar Krey 2011-12-19 00:40:02 +0100
  • 93caa9b3c1 Fix compile warning about uninitiaized variable. Jan Vidar Krey 2011-12-19 00:36:53 +0100
  • f2cb84180a Refactored command parsing. Jan Vidar Krey 2011-12-19 00:34:20 +0100
  • fc5e09aa9e fixup! Fix bug #171 - Race condition could allow two users with same CID or nick to enter the hub. Jan Vidar Krey 2011-12-12 12:03:28 +0100
  • b4779bfb12 Fix bug #171 - Race condition could allow two users with same CID or nick to enter the hub. Jan Vidar Krey 2011-12-11 13:38:36 +0100
  • 6d609e18a2 Windows/VS2010 fixes. Jan Vidar Krey 2011-12-11 12:53:09 +0100
  • ebd3ccf98e Disable the kqueue backend because it crashes under certain circumstances (see bug #169). Jan Vidar Krey 2011-12-09 17:01:02 +0100
  • b28417c3a3 Added visual studio project file for mod_example. Jan Vidar Krey 2011-12-09 16:59:33 +0100
  • aec89fc125 Fix memory leaks when parsing user commands. Jan Vidar Krey 2011-12-09 16:54:48 +0100
  • 9377fb537a Fix memory leak when unloading plugins. Jan Vidar Krey 2011-12-09 16:39:19 +0100
  • afda1d7b9d Added a LOG_PLUGIN macro for plugin output debug messages. Jan Vidar Krey 2011-12-09 16:36:14 +0100
  • 2352e5a0dd Fix memory leak for built-in commands. Jan Vidar Krey 2011-12-09 16:35:42 +0100
  • 1dc79c641c Cleanup: do not use strcat(). Jan Vidar Krey 2011-12-09 15:58:58 +0100
  • 41824ce2bf Fix compile issues on debian ports for GNU Hurd and Linux for s390. Jan Vidar Krey 2011-12-09 14:31:02 +0100
  • 65c2652a22 Fix build errors on the Debian kfreebsd port. Jan Vidar Krey 2011-12-09 14:24:21 +0100
  • fb89307b0a fixup! Fix compiler warnings using gcc 4.6. Jan Vidar Krey 2011-12-09 14:21:16 +0100
  • 8d607dff13 fixup! Fix bug #167 - Build errors on OpenBSD. Jan Vidar Krey 2011-12-09 13:41:25 +0100
  • 7825c413d4 fixup! Added support for dynamic commands. Jan Vidar Krey 2011-12-09 13:04:05 +0100
  • 318163c066 Added support for dynamic commands. Jan Vidar Krey 2011-12-09 10:29:50 +0100
  • 78ed83840b fixup! Fix bug #167 - Build errors on OpenBSD. Jan Vidar Krey 2011-12-02 13:56:41 +0100
  • e972b03f38 Fix SSL disconnect memory leak. Jan Vidar Krey 2011-12-02 13:03:17 +0100
  • 9f16298688 Fix minor valgrind issues Jan Vidar Krey 2011-12-01 13:37:07 +0100
  • c17b43e77f Fix bug #144 - Count SSL traffic in !stats. But this does not include the SSL overhead. Jan Vidar Krey 2011-11-30 14:54:54 +0100
  • 675e6af3ba Don't print warnings about known extensions that don't affect the hub at all (DHT0). Jan Vidar Krey 2011-11-30 14:14:36 +0100
  • 2396d8555c Fix bug #167 - Build errors on OpenBSD. Jan Vidar Krey 2011-11-30 12:19:37 +0100
  • 9981acca08 Supply sid with user information in adcclient test code. Jan Vidar Krey 2011-11-30 12:22:59 +0100
  • 99e644597d Cleaned up the ADC client test code. Now works with ADCS (not very well tested, though) Jan Vidar Krey 2011-11-29 16:39:03 +0100
  • 3a39a36fbb Fix for bug #166 - TLS crash. Jan Vidar Krey 2011-11-29 10:19:43 +0100
  • 1102a86463 Adcrush fixes. Jan Vidar Krey 2011-11-28 16:36:45 +0100
  • bad4512a37 Fix compiler warnings using gcc 4.6. Jan Vidar Krey 2011-11-28 16:30:35 +0100
  • 3b4a199673 Fix null pointer crash while encountering configuration file errors during parsing. Jan Vidar Krey 2011-10-17 09:50:14 +0200
  • f8d057f15a [PATCH] Lintian warning hyphen-used-as-minus-sign Jan Vidar Krey 2011-09-28 12:17:55 +0200
  • 39572c3684 Made plugin loading work properly on Windows. Jan Vidar Krey 2011-09-08 01:00:32 +0200
  • 0d8283930f Compile fix for Fedora/RedHat. Add -lcrypto to LDFLAGS. Jan Vidar Krey 2011-09-07 10:20:58 +0200
  • 33b94d8eb4 Removed unused functions - prevents compile warnings. Jan Vidar Krey 2011-09-07 10:02:43 +0200
  • 324bfcd2c8 Added plugin loader routines for windows. Jan Vidar Krey 2011-09-07 00:31:38 +0200
  • 87535ff0d6 Added visual studio 2010 solution and project files. Jan Vidar Krey 2011-09-06 00:02:56 +0200
  • 800f6a70f9 Added description to plugin_hub_info (an empty struct causes warning on VS2010). Jan Vidar Krey 2011-09-05 23:40:57 +0200
  • 5d2a25a1be Updated copyright year. Jan Vidar Krey 2011-09-05 23:40:08 +0200
  • 70f13158d3 Merge branch 'master' of github.com:janvidar/uhub Jan Vidar Krey 2011-09-05 23:34:05 +0200
  • 9327615448 Compile warning fix. Jan Vidar Krey 2011-09-05 23:16:15 +0200
  • e59c21bdb0 Added all builtin commands plus some cleanups. dynamic_hub_commands Jan Vidar Krey 2011-08-30 16:27:35 +0200
  • ebe54bcf27 Added plugin events for server wide events (mostly for logging). Jan Vidar Krey 2011-08-16 15:11:15 +0200
  • e4aa565fab Build plugins by default. Jan Vidar Krey 2011-08-16 15:10:33 +0200
  • 998f5a57e2 Fix bug #152 - disable self-registering Jan Vidar Krey 2011-08-16 15:09:02 +0200
  • 472c489ae1 Fix bug #154 - plugin system is disabled silently if one plugin fails to initialize. Jan Vidar Krey 2011-08-16 14:46:11 +0200
  • bba7c0d05b Require setting the file name via file=/path/to/file for log file. Jan Vidar Krey 2011-08-16 12:59:17 +0200
  • 169b8a4a75 Added option to redirect from adc:// to adcs:// if tls is required. Jan Vidar Krey 2010-08-18 23:32:53 +0200
  • f13bcd8c28 Minor compile fixes. Jan Vidar Krey 2010-11-12 11:31:16 +0100
  • a79fcd796e Shutdown SSL on close. Jan Vidar Krey 2010-09-01 23:57:55 +0200
  • 474e2be308 Fix stupid mistake. Jan Vidar Krey 2010-08-24 23:22:37 +0200
  • 47cf3326fd Don't do SSL_clear unless the SSL object is initialized. Jan Vidar Krey 2010-08-24 23:18:42 +0200
  • 3353049ae3 Several SSL/TLS related memory leak fixes. Jan Vidar Krey 2010-08-24 22:58:10 +0200
  • 3ccce614d0 Fix SSL/TLS related memory leak. Jan Vidar Krey 2010-08-23 21:40:07 +0200
  • e30505b54e Fix 100% CPU issue with SSL connections. Jan Vidar Krey 2010-08-19 11:37:18 +0200
  • 3bc764adf5 Winsock fixes. Jan Vidar Krey 2011-08-08 00:07:05 +0200
  • 8a6a10d4ec Cleaned up plugin callback hooks. Jan Vidar Krey 2011-01-07 16:09:20 +0100
  • ff5609b018 Fix adc admin client main loop so that it exits on error. Jan Vidar Krey 2011-01-07 10:52:32 +0100