Removed all TODO item comments, moved to tracker.

master
Matthieu Lalonde 5 years ago
parent d49d174c10
commit e52ae1e4a3

@ -1,12 +1,5 @@
package main package main
/*
TODO: Save cookie file?
TODO: https://github.com/spf13/viper
TODO: https://github.com/sirupsen/logrus / https://github.com/golang/glog
TODO: https://github.com/juju/errors
*/
import ( import (
"os" "os"
"os/signal" "os/signal"

@ -7,8 +7,6 @@ import (
"golang.org/x/net/publicsuffix" "golang.org/x/net/publicsuffix"
) )
// XXX: Hold a HTTP CONNECT / Keep-Alive so we show up as online
// AltVR Client Type // AltVR Client Type
type AltVR struct { type AltVR struct {
jar *cookiejar.Jar jar *cookiejar.Jar

@ -1,7 +1,5 @@
package altvr package altvr
// TODO: Handle paginates
import ( import (
"encoding/json" "encoding/json"
"errors" "errors"

@ -1,16 +1,5 @@
package bot package bot
// XXX: Ensure we don't join voice channels
// XXX: Fetch Altspace version and use latest
// XXX: Delay offline notifications to two checks
// XXX: Discord Intents
// XXX: Flirty mode
// XXX: Mlocks on pending requests
// XXX: Rate limits
// XXX: Fetch roles from Guild?
// XXX: Auto accept friendship mode
// XXX: Rude mode enabled only for certain users
import ( import (
"bytes" "bytes"
"encoding/json" "encoding/json"

@ -1,8 +1,5 @@
package bot package bot
// FIXME: aemoji does not update existing users
// XXX: Help should only show commands available to a user
import ( import (
"fmt" "fmt"
"log" "log"

Loading…
Cancel
Save