Difference between revisions of "Mibbit's Brain"

From Mibbit Wiki
Jump to: navigation, search
(Recently done: chat.)
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
== January ==
+
== Current TODO list ==
* Continue work on backend IRC protocol. Improve compatibility.
 
* Continue on /list reimplementation which ties into http://www.mibbit.com/networks/ channel lists
 
* Implement tagging for channels. eg a channel op could go into #javascript and do "/tag javascript programming js". This will make the channel found by those keywords, and will also be listed at http://www.mibbit.com/tags/
 
* Implement opt in public logging for channels. This will also be a channel op opt in command, "/publiclog on|off". The logs will be exposed at http://www.mibbit.com/networks/<network>/<channel>/logs/
 
  
 +
* Decide if wbeuk can be merged onto wbeuk2, and if so do it. (Make sure direct connection for irc.mibbit.net).
 +
* Start getting networks to allow webirc from a new IP on new dedicated widget server - less traffic for us, lower latency
 +
* Finish user channel logging and test
 +
* Update logging UI to deal with channel logs
 +
* Style logging UI, integrate into the client
 +
* Finish remaining parts needed for simple XMPP support (DIGEST-MD5)
 +
* Reassess file upload system, consider moving to something other than db as intermediary
 +
* Recommission wbeuk as new DB server etc
 +
* Decide on continuing /list functionality, or moving to a completely separate bot based system, maybe outsourced
  
== Later ==
+
== Recently done ==
* Get rid of all alerts, confirms and prompts. These stall comms and can disconnect if you're not quick enough. They should all be done with divs etc. (Most done in main client)
 
  
* Make IRC send pings every so often - I want to know much sooner when a connection is dead. (Comms issue)
+
* New main client backend up at http://chat.mibbit.com/
* Use charset default in all places... [home] connect form, [accounts].
 
* Add alt-nicks
 
* Fix channels so people with a ton of channels can see them all properly
 
* URL following finish
 
* http proxy finish
 
* Google maps geocoding mouseover
 
* Finish XMPP/Jabber/GTalk
 
  
* Start thinking about public logs per channel (opt-in). These should be available at /networks/ and from within the chat
+
== Other links ==
 
 
* Switch to yellow? = non mibbit, green icon = mibbit, blue=male, pink=female.
 
* Start work on new [profile] system with a lot more data.
 
 
 
* Password reminder system.
 
* Implement remotes (Scripting)
 
* Implement more functions etc for scripting
 
 
 
* Think about dcc send as an option in uploader...
 
* Uploader multipart issue sometimes?
 
* dcc download issues? test
 
  
 
* [[StaffWishList]]
 
* [[StaffWishList]]

Latest revision as of 22:34, 19 June 2010

Current TODO list

  • Decide if wbeuk can be merged onto wbeuk2, and if so do it. (Make sure direct connection for irc.mibbit.net).
  • Start getting networks to allow webirc from a new IP on new dedicated widget server - less traffic for us, lower latency
  • Finish user channel logging and test
  • Update logging UI to deal with channel logs
  • Style logging UI, integrate into the client
  • Finish remaining parts needed for simple XMPP support (DIGEST-MD5)
  • Reassess file upload system, consider moving to something other than db as intermediary
  • Recommission wbeuk as new DB server etc
  • Decide on continuing /list functionality, or moving to a completely separate bot based system, maybe outsourced

Recently done

Other links