1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 04:16:39 +02:00

+- Recoded m_server(YES!) -stskeeps

+- Fixed a #undef USE_SSL problem found by codemastr.. caused by
+  Sts(TM)coding
This commit is contained in:
stskeeps
2001-01-21 06:31:30 +00:00
parent 2db92a77ad
commit 189ee2de56
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -105,4 +105,6 @@
- +GScm now affect /part msgs (requested by SegFault and others)
- Added Find_link, serv->conf, did a Find_tld fixup, removed serv->nline,
removing a lot of my_name_for_link crap, indented s_serv.c
- Recoded m_server(YES!) -stskeeps
- Recoded m_server(YES!) -stskeeps
- Fixed a #undef USE_SSL problem found by codemastr.. caused by
Sts(TM)coding
+2
View File
@@ -1048,6 +1048,7 @@ int m_server_synch(aClient *cptr, long numeric, ConfigItem_link *aconf)
cptr->flags |= FLAGS_TS8;
nextping = TStime();
(void)find_or_add(cptr->name);
#ifdef USE_SSL
if (IsSecure(cptr))
{
sendto_serv_butone(&me, ":%s SMO o :(\2link\2) Secure link %s -> %s established (%s)",
@@ -1056,6 +1057,7 @@ int m_server_synch(aClient *cptr, long numeric, ConfigItem_link *aconf)
me.name, inpath, (char *) ssl_get_cipher((SSL *)cptr->ssl));
}
else
#endif
{
sendto_serv_butone(&me, ":%s SMO o :(\2link\2) Link %s -> %s established",
me.name, me.name, inpath);