1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 18:36:38 +02:00

Rewrote some of the socket code to allow m_ssl to be a service.

This allows modules (xmlrpc) to create and accept SSL connections.
Also fixed unloading m_mysql at certain times and made the threading
engine always work correctly on Windows.
This commit is contained in:
Adam
2010-10-01 21:01:49 -04:00
parent 70056dd468
commit d44f7971b1
25 changed files with 756 additions and 383 deletions
+1
View File
@@ -741,6 +741,7 @@ User *do_nick(const Anope::string &source, const Anope::string &nick, const Anop
if (!vhost.empty())
user->SetCloakedHost(vhost);
user->SetVIdent(username);
user->SetModesInternal(modes.c_str());
if (!ip.empty())
{