Mercurial Mercurial > go-xmpp2 / graph
summary | shortlog | changelog | graph | tags | bookmarks | branches | files | help
less more | (0) tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or revset expression.
 
  • Renamed examples to example, since there's only one program there.
    2013-09-02, by Chris Jones
  • Updated the example to match the new API, and fixed the roster Update to not require a reference to the client.
    2013-09-02, by Chris Jones
  • Got rid of Client.Uid.
    2013-09-02, by Chris Jones
  • Added another to-do item.
    2013-09-02, by Chris Jones
  • Changed the way filters work. They're now symmetrical, consisting of a paired send filter and receive filter.
    2013-09-02, by Chris Jones
  • Fix a bug causing us to open a TCP connection to every server and use the last one.
    2013-08-31, by Chris Jones
  • Documentation cleanup.
    2013-08-31, by Chris Jones
  • Code cleanup: Renamed the Version constant. Moved the unique-ID generator into its own file.
    2013-08-30, by Chris Jones
  • Closing this branch. go.weekly.2012-01-15
    2013-03-26, by Chris Jones
  • gofmt
    2013-03-26, by Chris Jones
  • Put the sub-elements of Message and Presence into the jabber:client namespace.
    2012-12-28, by Chris Jones
  • Updated for the latest revision of the encoding/xml fixes: The context object owned by Encoder and Decoder isn't directly accessible.
    2012-12-28, by Chris Jones
  • Step 3 of converting to interface Stanza and embedded struct Header.
    2012-12-16, by Chris Jones
  • Step 2 of converting to interface Stanza and embedded struct Header.
    2012-12-16, by Chris Jones
  • Step 1 of moving to interface Stanza and embedded struct Header.
    2012-12-16, by Chris Jones
  • Instead of making Stanza an interface that Iq, Message, and Presence implement, change it to an embedded struct.
    2012-12-16, by Chris Jones
  • Disabled debug logging.
    2012-12-16, by Chris Jones
  • Another little XML tag tweak.
    2012-12-16, by Chris Jones
  • Fixed up some more attribute labels.
    2012-12-16, by Chris Jones
  • Fixed up the client/server traffic logging.
    2012-12-16, by Chris Jones
  • Allow the user to override the TLS config. Also fixed up some log statements.
    2012-12-16, by Chris Jones
  • Fixed reverse logic error on loggers.
    2012-12-16, by Chris Jones
  • Updated the example for the new log setup.
    2012-12-16, by Chris Jones
  • Reworked the logging again, and also added namespaces to a couple of fields on Features.
    2012-12-16, by Chris Jones
  • Use the new logging setup from the example program.
    2012-12-16, by Chris Jones
  • Reworked logging.
    2012-12-16, by Chris Jones
  • Closing this branch because I did it better in another one. go.weekly.2012-01-15
    2012-12-16, by Chris Jones
  • Updated for Go 1.0 + upcoming XML fixes.
    2012-12-16, by Chris Jones
  • Removing this Makefile also; it should be as unnecessary as the other. go.weekly.2012-01-15
    2012-05-26, by Chris Jones
  • Removing Makefile. Shouldn't need it anymore. go.weekly.2012-01-15
    2012-05-26, by Chris Jones
  • Attempts to work around Go1 XML bugs. go.weekly.2012-01-15
    2012-05-24, by Chris Jones
  • More XML attribute fixes. go.weekly.2012-01-15
    2012-05-24, by Chris Jones
  • Cleanup for Go 1. go.weekly.2012-01-15
    2012-04-15, by Chris Jones
  • Closing this branch in favor of the "go.r60.3" branch. go.r60.3
    2012-01-23, by Chris Jones
  • Closing this branch in favor of the "go.weekly.2012-01-15" branch.
    2012-01-23, by Chris Jones
  • Removed tag go.r60.3 go.r60.3
    2012-01-23, by Chris Jones
  • Using branches, instead of tags, to refer to Go releases. go.r60.3
    2012-01-23, by Chris Jones
  • Added support for stringprep, as required by the RFC.
    2012-01-23, by Chris Jones
  • Using branches, rather than tags, to refer to Go releases. go.weekly.2012-01-15
    2012-01-23, by Chris Jones
  • Removed tag go.weekly.2012-01-15
    2012-01-23, by Chris Jones
  • Added tag go.weekly.2012-01-15 for changeset 87111e98424e
    2012-01-19, by Chris Jones
  • Updates to BUG comments. go.weekly.2012-01-15
    2012-01-19, by Chris Jones
  • Added another SHOULD comment.
    2012-01-19, by Chris Jones
  • Implement (untested) EXTERNAL auth, and fix bugs from my previous commit.
    2012-01-19, by Chris Jones
  • Consolidate how we generate the "open stream" XML.
    2012-01-19, by Chris Jones
  • Removed tag go.weekly.2012-01-15
    2012-01-19, by Chris Jones
  • Added tag go.weekly.2012-01-15 for changeset a5848c75d270
    2012-01-19, by Chris Jones
  • Allow the app to specify a tls.Config to use for purposes of negotiating the TLS layer.
    2012-01-19, by Chris Jones
  • Use the logging API by default.
    2012-01-19, by Chris Jones
  • Fixed logging to use log rather than syslog.
    2012-01-19, by Chris Jones
  • Updated for weekly.2012-01-15.
    2012-01-19, by Chris Jones
  • Ran gofix from weekly-2012-01-15.
    2012-01-19, by Chris Jones
  • Added tag go.r60.3 for changeset 53f15893a1a7
    2012-01-19, by Chris Jones
  • gofmt go.r60.3
    2012-01-16, by Chris Jones
  • Added a quick test of XML escaping.
    2012-01-12, by Chris Jones
  • Closing this branch. 20120108-close
    2012-01-08, by 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, by Chris Jones
  • Restore this example program to its normal operation. 20120108-close
    2012-01-08, by Chris Jones
  • Mark this bug as fixed. 20120108-close
    2012-01-08, by Chris Jones
  • Restore this bit of code that got lost in the shuffle. 20120108-close
    2012-01-08, by Chris Jones
  • Remove this unnecessary struct field. 20120108-close
    2012-01-08, by Chris Jones
  • Properly close all the channels and writers if Client.Out is close. 20120108-close
    2012-01-08, by Chris Jones
  • Intermediate commit. Fixing how we close our channels and sockets and shut down our goroutines. 20120108-close
    2012-01-08, by Chris Jones
  • Added global variables for logging.
    2012-01-08, by Chris Jones
  • Stanzas can now contain multiple nested (extended) elements.
    2012-01-07, by Chris Jones
  • Made a generic extension interface.
    2012-01-07, by Chris Jones
  • Comment reformat.
    2012-01-07, by Chris Jones
  • Sent acknowledgment when somebody sends us a roster iq.
    2012-01-05, by Chris Jones
  • Revamped how the roster works. We're now using a channel to transmit snapshots
    2012-01-05, by Chris Jones
  • Another null change for eol stuff.
    2012-01-05, by Chris Jones
  • Added another BUG comment.
    2012-01-05, by Chris Jones
  • When ranging over an array of structures, the iterand is reused. So storing a
    2012-01-05, by Chris Jones
  • Enabled the Hg eol extension.
    2012-01-03, by Chris Jones
  • Comment fixes.
    2012-01-02, by Chris Jones
  • Nil checks and a greatly simplified filter manager which is less buggy.
    2012-01-02, by Chris Jones
  • Simplified the roster filter.
    2012-01-02, by Chris Jones
  • Fixed up marshaling of the extra fields in presence and message.
    2012-01-02, by Chris Jones
  • Turned off debugging by default.
    2012-01-02, by Chris Jones
  • Implemented roster item delete, and added another BUG comment.
    2012-01-01, by Chris Jones
  • Added roster updating.
    2012-01-01, by Chris Jones
  • Added a stack of filters which can intercept data before it gets to
    2012-01-01, by Chris Jones
  • Comment cleanup.
    2012-01-01, by Chris Jones
  • Making a little more use of XMLName for marshaling instead of having a
    2012-01-01, by Chris Jones