Jan Vidar Krey
a8ee6e7f60
Bump version to 0.5.1
2018-02-26 14:13:21 +00:00
Jan Vidar Krey
f0e9b2ffd9
Add support for OpenSSL 1.1
2018-02-26 10:58:41 +00:00
Jan Vidar Krey
ba19048ebc
Rename the test binary to autotest-bin, to avoid naming conflicts for the reserved 'test' target.
2018-02-19 11:59:34 +01:00
Jan Vidar Krey
fd05f13fe4
Make error message if sqlite3 is not found!
2018-02-19 11:44:43 +01:00
Jan Vidar Krey
11538d6909
Mute debug log messages for net_send() that were incorrectly classified as error messages.
2018-01-15 17:00:56 +00:00
Yorhel
90d05c9a19
mod_logging: Fix inverted if statement in syslog config check
2016-07-11 09:26:34 +00:00
Jan Vidar Krey
ed5a59b16c
Merge pull request #35 from CoiLock/master
...
Fixed compilation on systemd > 210
2016-03-07 18:17:07 +01:00
CoiLock
70f2a43f67
Fixed compilation on systemd > 210
2016-03-07 17:54:07 +01:00
Jan Vidar Krey
dc80644471
Merge pull request #28 from klondi/unrestricted_users
...
Allow unrestricted users on uhub
2014-12-15 09:36:49 +01:00
Jan Vidar Krey
889807da1b
Merge pull request #31 from klondi/chat_history_sqlite_fixes
...
Chat history sqlite fixes
2014-11-26 13:56:07 +01:00
Jan Vidar Krey
5151badbeb
Merge pull request #29 from klondi/run_travis_tests
...
Run travis tests
2014-11-26 13:55:52 +01:00
mimicmod
96cc46117f
Fix previous commit (Added sqlite VACUUM to cleanup commands)
...
Conflicts:
src/plugins/mod_chat_history_sqlite.c
2014-11-25 15:46:35 +01:00
Michal Micka
5e63ab2ccd
Fix: Chat history sqlite truncating long messages
2014-11-25 15:42:40 +01:00
Francisco Blas (klondike) Izquierdo Riera
32b7e68f00
Run the unit tests before installation
2014-11-25 09:11:06 +01:00
Francisco Blas (klondike) Izquierdo Riera
5c5918a89d
Use set -e to stop running as soon as we fail
2014-11-25 09:10:22 +01:00
Francisco Blas (klondike) Izquierdo Riera
3f2641595b
Remove invalid assertion as \n has length 0
2014-11-25 09:07:03 +01:00
Jan Vidar Krey
0e27e4219d
Merge pull request #30 from klondi/mimicfixes
...
Mimicfixes
2014-11-25 07:55:56 +01:00
Jan Vidar Krey
e32bb3ff7a
Merge pull request #27 from klondi/utf-8_fixes
...
Add support for 4 byte UTF-8 characters and stricter character checking
2014-11-25 07:54:12 +01:00
mimicmod
32c65ada49
Fixed usage of FlexHub regimport tool
2014-11-24 16:24:50 +01:00
mimicmod
77704f6e67
Added simple tool to import FlexHub users
2014-11-24 16:24:38 +01:00
mimicmod
77323fa98d
Removed unnecessary step in PtokaX regimport tool
2014-11-24 16:23:32 +01:00
mimicmod
7840e09884
Added simple tool to import PtokaX (< 0.5.0.0) users
2014-11-24 16:23:16 +01:00
Michal Micka
6ad5efea6d
Fix: Make config parser python 3 compatible
2014-11-24 16:08:47 +01:00
Francisco Blas (klondike) Izquierdo Riera
076daec846
Backport the HUBBOT constant defining a bot which is also an operator
2014-11-24 12:28:28 +01:00
Francisco Blas (klondike) Izquierdo Riera
223e01937e
Fix boolean logic fuck up
2014-11-24 12:12:07 +01:00
klondike
19068de088
Make unrestricted... unrestricted
2014-11-24 12:11:54 +01:00
klondike
c15f201d70
Add auth_cred_is_unrestricted
2014-11-24 12:11:41 +01:00
klondike
7bda215ad4
Add bots to uhub-passwd
2014-11-24 12:11:25 +01:00
klondike
d86ef503b3
Add opbots and unrestricted bots
2014-11-24 12:11:11 +01:00
Francisco Blas (klondike) Izquierdo Riera
7865277324
Add tests for the utf-8 cases
2014-11-24 12:05:28 +01:00
Francisco Blas (klondike) Izquierdo Riera
8a7e892aeb
Add support for 4 byte UTF-8 characters and stricter character checking
2014-11-24 10:28:50 +01:00
Jan Vidar Krey
05edfa48b2
Merge pull request #25 from schreda/master
...
added broadcast message and getter for user count in plugin API
2014-10-17 00:09:56 +02:00
Jan Vidar Krey
204544298b
Cleanup debug logging.
2014-10-16 23:14:12 +02:00
Jan Vidar Krey
418db22931
Merge branch 'master' of github.com:janvidar/uhub
2014-10-16 23:10:28 +02:00
Jan Vidar Krey
037ceff0a5
Disable SSLv3 explicitly also.
2014-10-16 23:09:50 +02:00
Jan Vidar Krey
44708e8433
Move some network, timer code.
2014-10-16 23:09:12 +02:00
Jan Vidar Krey
76ff2a1a13
Fix TLS protocol mismatch assert causing the hub to shutdown.
2014-10-16 23:08:17 +02:00
Jan Vidar Krey
280e28a6d4
Merge pull request #26 from Tilka/foo
...
Release all memory in tests
2014-10-06 22:28:41 +02:00
Tillmann Karras
c0ee55325c
Release all memory in tests and fix comment
2014-10-06 21:06:33 +02:00
Tillmann Karras
3d0b652ec9
Remove some unused variables
2014-10-06 21:02:08 +02:00
Andre Schreder
2d45a37536
added broadcast message and getter for user count in plugin API
2014-10-03 15:23:36 +02:00
Jan Vidar Krey
1da917e5b9
Fix crash due to negative max copy length.
2014-09-23 00:01:15 +02:00
Jan Vidar Krey
f71bc59527
Release version 0.5.0.
2014-08-06 20:56:07 +02:00
Jan Vidar Krey
d7c8c9426d
Fix memory leak by creating the SSL context once for ADC client.
...
This is done using reference counted global memory.
2014-08-06 17:37:06 +02:00
Jan Vidar Krey
4919aea8d5
Send information through ADC client interface about the TLS connection.
2014-08-05 17:45:32 +02:00
Jan Vidar Krey
95de69efeb
Added functionality to fetch the TLS version and cipher info for a connection.
2014-08-05 17:43:24 +02:00
Jan Vidar Krey
b3b4876c08
Use TLS 1.2 when connecting to a hub when using TLS.
2014-08-05 17:42:18 +02:00
Jan Vidar Krey
ac543e3df4
Clear connection timeout timer when successfully connecting.
2014-08-05 17:40:55 +02:00
Jan Vidar Krey
46bdc77066
Added a notification mechanism for sending messages from
...
another thread to the mainthread in a safe manner.
This is used for the DNS lookup code, and can also
be used by the signal handler to safely report actions back
to the application mainloop without using global variables.
2014-08-05 16:21:56 +02:00
Jan Vidar Krey
1526d63403
Simplify list_clear(), allow NULL as free() function pointer.
...
This makes it redundant to create a null_free() or dummy_free() function
that does nothing.
2014-08-05 13:08:46 +02:00