Mercurial
Mercurial
>
go-xmpp2
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-100
-60
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Added a Close() function and fixed a couple of shutdown bugs.
2013-09-30, by Chris Jones
gofmt
2013-09-29, by Chris Jones
to-do update.
2013-09-29, by Chris Jones
Listen for XMPP connection status changes, and print them out.
2013-09-29, by Chris Jones
Renamed Extension.StanzaHandlers to StanzaTypes, and updated the doc comment.
2013-09-29, by Chris Jones
Don't keep the password around after we've used it.
2013-09-29, by Chris Jones
To-do list updates.
2013-09-28, by Chris Jones
gofmt
2013-09-28, by Chris Jones
Updated to-do list.
2013-09-28, by 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.
2013-09-28, by Chris Jones
Updated to-do list.
2013-09-22, by Chris Jones
gofmt
2013-09-15, by Chris Jones
Code reorder and doc cleanup.
2013-09-15, by Chris Jones
Removed an unused parameter.
2013-09-15, by Chris Jones
Made layers 1 and 3 more modular, shrinking the surface area of the coupling between them.
2013-09-15, by Chris Jones
Function renames and improved doc.
2013-09-15, by Chris Jones
Changed the inputControl channel to send a custom type.
2013-09-15, by Chris Jones
gofmt
2013-09-15, by Chris Jones
Renamed HandleStanza to SetCallback.
2013-09-15, by Chris Jones
Split stream.go into layer1, layer2, layer3, and sasl.
2013-09-15, by Chris Jones
Removed copyright statements.
2013-09-15, by Chris Jones
Doc update.
2013-09-15, by Chris Jones
Don't close the wrong end of a channel. But if we get an error, we can close the underlying socket.
2013-09-11, by Chris Jones
Initial roster contents look like a result iq.
2013-09-09, by Chris Jones
Doc update.
2013-09-09, by Chris Jones
Start reading from the recv channel earlier.
2013-09-09, by Chris Jones
Simplified and debugged the filter logic.
2013-09-09, by Chris Jones
Fixed another logic error, caused by a shadowed variable name.
2013-09-09, by Chris Jones
Fixed some logic errors and initialized some things that needed to be initialized.
2013-09-08, by Chris Jones
Removed some unused code.
2013-09-08, by Chris Jones
Fixed reversed-logic error in checking for duplicate stanza extension types.
2013-09-07, by Chris Jones
Address a bug that can happen if no SRV records can be found.
2013-09-07, by Chris Jones
Pass the TLS config as a parameter to the Client constructor. Updated the example program.
2013-09-07, by Chris Jones
Moved the tls.Config from a package-level variable to a client instance variable.
2013-09-07, by Chris Jones
Use reflection instead of constructor functions to create extended stanza structures.
2013-09-07, by Chris Jones
Renamed client.In and client.Out to Recv and Send, respectively.
2013-09-07, by Chris Jones
Moved the library code into an xmpp directory.
2013-09-07, by Chris Jones
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
less
more
|
(0)
-100
-60
tip