[tor-commits] [tor-messenger-build/master] Use OFTC as the default IRC server instead of Freenode

sukhbir at torproject.org sukhbir at torproject.org
Wed Dec 10 04:24:22 UTC 2014


commit ad9e907569038944b2313822e153f6dfa36097cb
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Wed Dec 10 09:54:31 2014 +0530

    Use OFTC as the default IRC server instead of Freenode
---
 projects/instantbird/irc.patch |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/projects/instantbird/irc.patch b/projects/instantbird/irc.patch
index 10d84e2..e1abc01 100644
--- a/projects/instantbird/irc.patch
+++ b/projects/instantbird/irc.patch
@@ -1,15 +1,14 @@
-# HG changeset patch
-# User Sukhbir Singh <sukhbir at torproject.org>
-# Date 1413961999 -19800
-#      Wed Oct 22 12:43:19 2014 +0530
-# Node ID bdb1f40bcd898f205de1f67b6947a9c77bbea651
-# Parent  ce8c62cb7b7c24bb68fc5d16eba25b3f43c30786
-Ensure TLS/SSL is used by default for IRC accounts
-
 diff --git a/chat/protocols/irc/irc.js b/chat/protocols/irc/irc.js
+index e5be455..533be08 100644
 --- a/chat/protocols/irc/irc.js
 +++ b/chat/protocols/irc/irc.js
-@@ -1808,8 +1808,8 @@
+@@ -1833,13 +1833,13 @@ ircProtocol.prototype = {
+ 
+   usernameSplits: [
+     {get label() _("options.server"), separator: "@",
+-     defaultValue: "chat.freenode.net", reverse: true}
++     defaultValue: "irc.oftc.net", reverse: true}
+   ],
  
    options: {
      // TODO Default to IRC over SSL.



More information about the tor-commits mailing list