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:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user