change cannonical code host: git.mascherari.press -> git.openprivacy.ca

This commit is contained in:
Dan Ballard 2018-04-19 17:17:42 -07:00
parent f1d0a8e900
commit 2721c9cb19
34 changed files with 57 additions and 57 deletions

View File

@ -3,7 +3,7 @@ package model
import (
"crypto/rand"
"fmt"
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/utils"
"golang.org/x/crypto/nacl/secretbox"

View File

@ -1,7 +1,7 @@
package model
import (
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"testing"
"time"

View File

@ -1,7 +1,7 @@
package model
import (
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"testing"
"time"

View File

@ -5,7 +5,7 @@ import (
"crypto/rsa"
"encoding/asn1"
"encoding/json"
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/utils"
"golang.org/x/crypto/ed25519"

View File

@ -1,7 +1,7 @@
package model
import (
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"testing"
)

View File

@ -1,8 +1,8 @@
package connections
import (
"git.mascherari.press/cwtch/model"
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/model"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"sync"
"time"
)

View File

@ -1,14 +1,14 @@
package connections
import (
"git.mascherari.press/cwtch/peer/peer"
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/peer/peer"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/s-rah/go-ricochet"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/connection"
"github.com/s-rah/go-ricochet/identity"
//"github.com/s-rah/go-ricochet/utils"
"git.mascherari.press/cwtch/model"
"git.openprivacy.ca/cwtch.im/cwtch/model"
"time"
)

View File

@ -2,9 +2,9 @@ package connections
import (
"crypto/rsa"
"git.mascherari.press/cwtch/model"
"git.mascherari.press/cwtch/peer/peer"
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/model"
"git.openprivacy.ca/cwtch.im/cwtch/peer/peer"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/s-rah/go-ricochet"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/connection"

View File

@ -2,10 +2,10 @@ package connections
import (
"errors"
"git.mascherari.press/cwtch/peer/fetch"
"git.mascherari.press/cwtch/peer/listen"
"git.mascherari.press/cwtch/peer/send"
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/peer/fetch"
"git.openprivacy.ca/cwtch.im/cwtch/peer/listen"
"git.openprivacy.ca/cwtch.im/cwtch/peer/send"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/s-rah/go-ricochet"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/connection"

View File

@ -2,9 +2,9 @@ package connections
import (
"crypto/rsa"
"git.mascherari.press/cwtch/protocol"
"git.mascherari.press/cwtch/server/fetch"
"git.mascherari.press/cwtch/server/send"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/server/fetch"
"git.openprivacy.ca/cwtch.im/cwtch/server/send"
"github.com/s-rah/go-ricochet"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/connection"

View File

@ -3,10 +3,10 @@ package peer
import (
"encoding/json"
"errors"
"git.mascherari.press/cwtch/model"
"git.mascherari.press/cwtch/peer/connections"
"git.mascherari.press/cwtch/peer/peer"
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/model"
"git.openprivacy.ca/cwtch.im/cwtch/peer/connections"
"git.openprivacy.ca/cwtch.im/cwtch/peer/peer"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/s-rah/go-ricochet/application"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/connection"

View File

@ -2,7 +2,7 @@ package fetch
import (
"errors"
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/utils"

View File

@ -1,7 +1,7 @@
package fetch
import (
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/wire/control"

View File

@ -2,7 +2,7 @@ package listen
import (
"errors"
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/utils"

View File

@ -1,7 +1,7 @@
package listen
import (
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/wire/control"

View File

@ -1,7 +1,7 @@
package peer
import (
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/utils"

View File

@ -1,7 +1,7 @@
package peer
import (
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/wire/control"

View File

@ -2,8 +2,8 @@ package send
import (
"errors"
"git.mascherari.press/cwtch/protocol"
"git.mascherari.press/cwtch/protocol/spam"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol/spam"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/utils"

View File

@ -1,8 +1,8 @@
package send
import (
"git.mascherari.press/cwtch/protocol"
"git.mascherari.press/cwtch/protocol/spam"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol/spam"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/wire/control"

View File

@ -3,7 +3,7 @@ package spam
import (
"crypto/rand"
"crypto/sha256"
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/utils"
"github.com/s-rah/go-ricochet/wire/control"

View File

@ -1,7 +1,7 @@
package spam
import (
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/wire/control"
"testing"

View File

@ -1,7 +1,7 @@
package main
import (
cwtchserver "git.mascherari.press/cwtch/server"
cwtchserver "git.openprivacy.ca/cwtch.im/cwtch/server"
"log"
)

View File

@ -2,7 +2,7 @@ package fetch
import (
"errors"
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/utils"

View File

@ -1,7 +1,7 @@
package fetch
import (
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/wire/control"

View File

@ -2,7 +2,7 @@ package listen
import (
"errors"
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/utils"

View File

@ -1,7 +1,7 @@
package listen
import (
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/wire/control"

View File

@ -2,8 +2,8 @@ package send
import (
"errors"
"git.mascherari.press/cwtch/protocol"
"git.mascherari.press/cwtch/protocol/spam"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol/spam"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/wire/control"

View File

@ -1,8 +1,8 @@
package send
import (
"git.mascherari.press/cwtch/protocol"
"git.mascherari.press/cwtch/protocol/spam"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol/spam"
"github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/wire/control"

View File

@ -2,10 +2,10 @@ package server
import (
//"crypto/rsa"
"git.mascherari.press/cwtch/server/fetch"
"git.mascherari.press/cwtch/server/listen"
"git.mascherari.press/cwtch/server/send"
"git.mascherari.press/cwtch/storage"
"git.openprivacy.ca/cwtch.im/cwtch/server/fetch"
"git.openprivacy.ca/cwtch.im/cwtch/server/listen"
"git.openprivacy.ca/cwtch.im/cwtch/server/send"
"git.openprivacy.ca/cwtch.im/cwtch/storage"
"github.com/s-rah/go-ricochet/application"
"github.com/s-rah/go-ricochet/channels"
"github.com/s-rah/go-ricochet/utils"

View File

@ -1,9 +1,9 @@
package server
import (
"git.mascherari.press/cwtch/protocol"
"git.mascherari.press/cwtch/server/listen"
"git.mascherari.press/cwtch/storage"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/server/listen"
"git.openprivacy.ca/cwtch.im/cwtch/storage"
"github.com/s-rah/go-ricochet/application"
"github.com/s-rah/go-ricochet/channels"
)

View File

@ -1,8 +1,8 @@
package server
import (
"git.mascherari.press/cwtch/protocol"
"git.mascherari.press/cwtch/storage"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/storage"
"github.com/s-rah/go-ricochet/application"
"os"
"testing"

View File

@ -4,7 +4,7 @@ import (
"bufio"
"encoding/json"
"fmt"
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"os"
"sync"
)

View File

@ -1,7 +1,7 @@
package storage
import (
"git.mascherari.press/cwtch/protocol"
"git.openprivacy.ca/cwtch.im/cwtch/protocol"
"os"
"strconv"
"testing"

View File

@ -1,7 +1,7 @@
package testing
import (
"git.mascherari.press/cwtch/peer"
"git.openprivacy.ca/cwtch.im/cwtch/peer"
"testing"
"time"
)