TODO.txt
Sat, 09 Nov 2013 12:09:37 -0700 Chris Jones Changed the JID type to be an alias of string, rather than a struct. This allows it to be used as a key in a map, among other benefits.
Wed, 06 Nov 2013 20:40:50 -0700 Chris Jones Updated to-do list.
Fri, 18 Oct 2013 18:54:35 -0600 Chris Jones Removed a completed to-do item.
Mon, 30 Sep 2013 20:31:25 -0600 Chris Jones Removed the weirdo logging facility. There's now a Debug variable which can be set which replaces the former debug log. NewClient() will return an error if something goes wrong setting up the connection.
Mon, 30 Sep 2013 18:59:37 -0600 Chris Jones Added a Close() function and fixed a couple of shutdown bugs.
Sun, 29 Sep 2013 21:55:08 -0600 Chris Jones to-do update.
Sun, 29 Sep 2013 21:37:14 -0600 Chris Jones Renamed Extension.StanzaHandlers to StanzaTypes, and updated the doc comment.
Sun, 29 Sep 2013 21:33:03 -0600 Chris Jones Don't keep the password around after we've used it.
Sat, 28 Sep 2013 13:15:32 -0600 Chris Jones To-do list updates.
Sat, 28 Sep 2013 13:03:51 -0600 Chris Jones Updated to-do list.
Sat, 28 Sep 2013 13:02:17 -0600 Chris Jones Simplified the API: There's only one constructor, and it does everything necessary to initiate the stream. StartSession() and Roster.Update() have both been eliminated.
Sun, 22 Sep 2013 17:43:34 -0500 Chris Jones Updated to-do list.
Sun, 15 Sep 2013 16:41:02 -0600 Chris Jones Code reorder and doc cleanup.
Sun, 15 Sep 2013 12:42:49 -0600 Chris Jones Changed the inputControl channel to send a custom type.
Sun, 15 Sep 2013 12:31:37 -0600 Chris Jones Renamed HandleStanza to SetCallback.
Sat, 07 Sep 2013 11:46:42 -0700 Chris Jones Moved the tls.Config from a package-level variable to a client instance variable.
Sat, 07 Sep 2013 11:19:29 -0700 Chris Jones Use reflection instead of constructor functions to create extended stanza structures.
Sat, 07 Sep 2013 10:30:22 -0700 Chris Jones Renamed client.In and client.Out to Recv and Send, respectively.
Mon, 02 Sep 2013 20:38:57 -0700 Chris Jones Got rid of Client.Uid.
Mon, 02 Sep 2013 20:38:14 -0700 Chris Jones Added another to-do item.
Mon, 02 Sep 2013 20:38:02 -0700 Chris Jones Changed the way filters work. They're now symmetrical, consisting of a paired send filter and receive filter.
Sat, 31 Aug 2013 23:06:55 +0100 Chris Jones Documentation cleanup.
less more (0) tip