2012-01-20 Chris Jones Updates to BUG comments. go.weekly.2012-01-15
2012-01-20 Chris Jones Added another SHOULD comment.
2012-01-20 Chris Jones Implement (untested) EXTERNAL auth, and fix bugs from my previous commit.
2012-01-20 Chris Jones Consolidate how we generate the "open stream" XML.
2012-01-20 Chris Jones Removed tag go.weekly.2012-01-15
2012-01-20 Chris Jones Added tag go.weekly.2012-01-15 for changeset a5848c75d270
2012-01-19 Chris Jones Allow the app to specify a tls.Config to use for purposes of negotiating the TLS layer.
2012-01-19 Chris Jones Use the logging API by default.
2012-01-19 Chris Jones Fixed logging to use log rather than syslog.
2012-01-19 Chris Jones Updated for weekly.2012-01-15.
2012-01-19 Chris Jones Ran gofix from weekly-2012-01-15.
2012-01-19 Chris Jones Added tag go.r60.3 for changeset 53f15893a1a7
2012-01-17 Chris Jones gofmt go.r60.3
2012-01-13 Chris Jones Added a quick test of XML escaping.
2012-01-08 Chris Jones Closing this branch. 20120108-close
2012-01-08 Chris Jones Correct my misunderstanding of Go's break, and fix how we close channels and Writers so we can shut down our goroutines gracefully.
2012-01-08 Chris Jones Restore this example program to its normal operation. 20120108-close
2012-01-08 Chris Jones Mark this bug as fixed. 20120108-close
2012-01-08 Chris Jones Restore this bit of code that got lost in the shuffle. 20120108-close
2012-01-08 Chris Jones Remove this unnecessary struct field. 20120108-close
2012-01-08 Chris Jones Properly close all the channels and writers if Client.Out is close. 20120108-close
2012-01-08 Chris Jones Intermediate commit. Fixing how we close our channels and sockets and shut down our goroutines. 20120108-close
2012-01-08 Chris Jones Added global variables for logging.
2012-01-08 Chris Jones Stanzas can now contain multiple nested (extended) elements.
2012-01-08 Chris Jones Made a generic extension interface.
2012-01-08 Chris Jones Comment reformat.
2012-01-06 Chris Jones Sent acknowledgment when somebody sends us a roster iq.
2012-01-06 Chris Jones Revamped how the roster works. We're now using a channel to transmit snapshots
2012-01-06 Chris Jones Another null change for eol stuff.
2012-01-05 Chris Jones Added another BUG comment.
2012-01-05 Chris Jones When ranging over an array of structures, the iterand is reused. So storing a
2012-01-03 Chris Jones Enabled the Hg eol extension.
2012-01-03 Chris Jones Comment fixes.
2012-01-02 Chris Jones Nil checks and a greatly simplified filter manager which is less buggy.
2012-01-02 Chris Jones Simplified the roster filter.
2012-01-02 Chris Jones Fixed up marshaling of the extra fields in presence and message.
2012-01-02 Chris Jones Turned off debugging by default.
2012-01-02 Chris Jones Implemented roster item delete, and added another BUG comment.
2012-01-02 Chris Jones Added roster updating.
2012-01-02 Chris Jones Added a stack of filters which can intercept data before it gets to
2012-01-02 Chris Jones Comment cleanup.
2012-01-02 Chris Jones Making a little more use of XMLName for marshaling instead of having a
2012-01-02 Chris Jones Renamed the somewhat obscure XTo(), etc. to GetTo(), etc.
2012-01-02 Chris Jones Made a special-purpose bind structure for resource binding.
2011-12-31 Chris Jones Comment cleanup.
2011-12-31 Chris Jones Use name tags for roster data structures.
2011-12-31 Chris Jones Extended stanzas work now.
2011-12-31 Chris Jones Minor fixups to make this come closer to working. It doesn't actually
2011-12-31 Chris Jones Added a capability to use extensions. There are still some bugs with
2011-12-31 Chris Jones Doc and comment update.
2011-12-31 Chris Jones Made the namespace constants public.
2011-12-31 Chris Jones Added roster retrieval to StartSession().
2011-12-29 Chris Jones Make the server's advertised features available to the app.
2011-12-29 Chris Jones Made streamError non-public, and made a first attempt at a stream
2011-12-29 Chris Jones Replaced Client.NextId() with a channel named Id.
2011-12-29 Chris Jones Don't accept data on Client.Out until resource binding is
2011-12-29 Chris Jones Added Client.StartSession().
2011-12-28 Chris Jones Clarified a comment.
2011-12-28 Chris Jones Removed the TextOut channel.
2011-12-28 Chris Jones Made JID.Node a string rather than *string. This is more appropriate
(0) -60 +60 +100 tip