Removed all TODO item comments, moved to tracker.

master
Matthieu Lalonde 5 years ago
parent d49d174c10
commit e52ae1e4a3

@ -1,12 +1,5 @@
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 (
"os"
"os/signal"

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

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

@ -1,16 +1,5 @@
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 (
"bytes"
"encoding/json"

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

Loading…
Cancel
Save