From e2637d04558871b7cfb0503d0042be42e7cf592b Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Wed, 23 Aug 2006 07:57:12 +0000 Subject: [PATCH] BUILD : 1.7.15 (1140) BUGS : N/A NOTES : Plexus3 can send global EOBs if we send SVS in the capab string - so now we do, this does NOT help with other hyb based ircds, and they still have an issue. git-svn-id: svn://svn.anope.org/anope/trunk@1140 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@863 5417fbe8-f217-4b02-8779-1006273d7864 --- Changes | 1 + src/protocol/plexus3.c | 5 +++-- version.log | 7 ++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index e0577c73f..1c686fbbd 100644 --- a/Changes +++ b/Changes @@ -12,6 +12,7 @@ Provided by Trystan - 2006 Provided by ThaPrince - 2006 08/22 F Plexus3 svid_mode3 support fixed. [ #00] +08/23 F Plexus3 syncing after remote netjoins issue. [ #00] Anope Version 1.7.15 -------------------- diff --git a/src/protocol/plexus3.c b/src/protocol/plexus3.c index 016a12dbf..1e6b8ccb7 100644 --- a/src/protocol/plexus3.c +++ b/src/protocol/plexus3.c @@ -912,13 +912,14 @@ plexus_cmd_svinfo () KNOCK - supports KNOCK TBURST - supports TBURST PARA - supports invite broadcasting for +p - ENCAP - ? + ENCAP - supports encapsulization of protocol messages + SVS - supports services protocol extensions */ void plexus_cmd_capab () { send_cmd (NULL, - "CAPAB :QS EX CHW IE EOB KLN UNKLN GLN HUB KNOCK TBURST PARA ENCAP"); + "CAPAB :QS EX CHW IE EOB KLN UNKLN GLN HUB KNOCK TBURST PARA ENCAP SVS"); } /* PASS */ diff --git a/version.log b/version.log index 54bff8b29..75e2d1146 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,15 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="15" VERSION_EXTRA="-svn" -VERSION_BUILD="1139" +VERSION_BUILD="1140" # $Log$ # +# BUILD : 1.7.15 (1140) +# BUGS : N/A +# NOTES : Plexus3 can send global EOBs if we send SVS in the capab string - so now we do, this does NOT help with other hyb based ircds, and they still have an issue. +# +# # BUILD : 1.7.15 (1139) # BUGS : N/A # NOTES : Applied pelxus3 fixs from ThaPrince