bc8974b9a3
Add better TLS protocol negotiation for OpenSSL >1.0.1
Jan Vidar Krey
2019-04-23 16:16:36 +02:00
1eb00ac04a
Update link in README.
Boris Pek
2019-03-12 02:41:41 +03:00
cf3a6e06df
Secure URLs: http --> https (part 2)
Boris Pek
2019-03-12 02:22:38 +03:00
cb04255006
Secure URLs: http --> https (part 1)
Boris Pek
2019-01-14 21:24:24 +03:00
2a57dc859d
Merge branch 'direct-connect-alpn_static'
Jan Vidar Krey
2019-03-31 19:34:19 +02:00
212064c166
Fix alpn_server_select_protocol to be static.
Jan Vidar Krey
2019-03-31 19:33:46 +02:00
56426f7b2a
Merge branch 'alpn_static' of git://github.com/direct-connect/uhub into direct-connect-alpn_static
Jan Vidar Krey
2019-03-31 19:27:50 +02:00
00bd8ba24d
Compile with Ubuntu 16.04/xenial on Travis CI
Jan Vidar Krey
2019-03-19 21:10:00 +01:00
46906a9a9c
Merge branch 'master' of github.com:janvidar/uhub
Jan Vidar Krey
2019-03-15 11:31:29 +01:00
c383a53105
Fix crash if unable to load plugin.
Jan Vidar Krey
2018-11-21 11:00:20 +01:00
602f1b8843
Fix failing autotest.
Jan Vidar Krey
2018-11-21 09:18:01 +01:00
e3852b7fad
Add support for guest users to register themselves if the register_self config option has been enabled.
Jan Vidar Krey
2018-11-21 01:05:18 +01:00
d183c7b3dc
Try to send data using writev() to reduce copying and system calls.
writev_support
Jan Vidar Krey
2014-12-15 14:08:38 +01:00
be098144db
Cleanup the io queue interface by hiding the internal structures of the send queue, and read queue.
Jan Vidar Krey
2014-12-15 11:36:46 +01:00
7bda215ad4
Add bots to uhub-passwd
klondike
2014-04-04 05:01:07 +02:00
d86ef503b3
Add opbots and unrestricted bots
klondike
2014-04-04 04:59:13 +02:00
7865277324
Add tests for the utf-8 cases
Francisco Blas (klondike) Izquierdo Riera
2014-11-24 12:05:28 +01:00
8a7e892aeb
Add support for 4 byte UTF-8 characters and stricter character checking
Francisco Blas (klondike) Izquierdo Riera
2014-11-24 10:28:50 +01:00
05edfa48b2
Merge pull request #25 from schreda/master
0.5.0
Jan Vidar Krey
2014-10-17 00:09:56 +02:00
204544298b
Cleanup debug logging.
Jan Vidar Krey
2014-10-16 23:13:26 +02:00
418db22931
Merge branch 'master' of github.com:janvidar/uhub
Jan Vidar Krey
2014-10-16 23:10:28 +02:00
44708e8433
Move some network, timer code.
Jan Vidar Krey
2014-10-16 23:09:12 +02:00
76ff2a1a13
Fix TLS protocol mismatch assert causing the hub to shutdown.
Jan Vidar Krey
2014-10-16 23:08:17 +02:00
280e28a6d4
Merge pull request #26 from Tilka/foo
Jan Vidar Krey
2014-10-06 22:28:41 +02:00
c0ee55325c
Release all memory in tests and fix comment
Tillmann Karras
2014-10-06 21:03:56 +02:00
3d0b652ec9
Remove some unused variables
Tillmann Karras
2014-10-06 21:02:08 +02:00
2d45a37536
added broadcast message and getter for user count in plugin API
Andre Schreder
2014-10-03 15:23:36 +02:00
1da917e5b9
Fix crash due to negative max copy length.
Jan Vidar Krey
2014-09-23 00:01:15 +02:00
f71bc59527
Release version 0.5.0.
Jan Vidar Krey
2014-08-06 20:20:57 +02:00
d7c8c9426d
Fix memory leak by creating the SSL context once for ADC client.
Jan Vidar Krey
2014-08-06 17:37:06 +02:00
4919aea8d5
Send information through ADC client interface about the TLS connection.
Jan Vidar Krey
2014-08-05 17:45:32 +02:00
95de69efeb
Added functionality to fetch the TLS version and cipher info for a connection.
Jan Vidar Krey
2014-08-05 17:43:24 +02:00
b3b4876c08
Use TLS 1.2 when connecting to a hub when using TLS.
Jan Vidar Krey
2014-08-05 17:42:18 +02:00
ac543e3df4
Clear connection timeout timer when successfully connecting.
Jan Vidar Krey
2014-08-05 17:40:55 +02:00
46bdc77066
Added a notification mechanism for sending messages from another thread to the mainthread in a safe manner.
Jan Vidar Krey
2014-08-05 16:21:56 +02:00
1526d63403
Simplify list_clear(), allow NULL as free() function pointer.
Jan Vidar Krey
2014-08-05 13:08:46 +02:00
d33695435b
Add propper check for stdint.h
klondike
2013-08-31 17:47:57 +02:00
bfdf707490
Remove unnecessary include
klondike
2013-08-31 17:46:28 +02:00
b8209d9d0a
Check for ssize_t properly
klondike
2013-08-31 17:44:55 +02:00
5c8d99d8ff
_GNU_SOURCE is now defined by CMake
klondike
2013-08-31 16:00:47 +02:00
4c5038c26d
Add automatic strndup detection instead of the previous hack
klondike
2013-08-31 16:00:18 +02:00