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.
|
changeset |
files
|
2012-01-08 |
Chris Jones |
Restore this example program to its normal operation.
20120108-close
|
changeset |
files
|
2012-01-08 |
Chris Jones |
Mark this bug as fixed.
20120108-close
|
changeset |
files
|
2012-01-08 |
Chris Jones |
Restore this bit of code that got lost in the shuffle.
20120108-close
|
changeset |
files
|
2012-01-08 |
Chris Jones |
Remove this unnecessary struct field.
20120108-close
|
changeset |
files
|
2012-01-08 |
Chris Jones |
Properly close all the channels and writers if Client.Out is close.
20120108-close
|
changeset |
files
|
2012-01-08 |
Chris Jones |
Intermediate commit. Fixing how we close our channels and sockets and shut down our goroutines.
20120108-close
|
changeset |
files
|
2012-01-08 |
Chris Jones |
Added global variables for logging.
|
changeset |
files
|
2012-01-08 |
Chris Jones |
Stanzas can now contain multiple nested (extended) elements.
|
changeset |
files
|
2012-01-08 |
Chris Jones |
Made a generic extension interface.
|
changeset |
files
|
2012-01-08 |
Chris Jones |
Comment reformat.
|
changeset |
files
|
2012-01-06 |
Chris Jones |
Sent acknowledgment when somebody sends us a roster iq.
|
changeset |
files
|
2012-01-06 |
Chris Jones |
Revamped how the roster works. We're now using a channel to transmit snapshots
|
changeset |
files
|
2012-01-06 |
Chris Jones |
Another null change for eol stuff.
|
changeset |
files
|
2012-01-05 |
Chris Jones |
Added another BUG comment.
|
changeset |
files
|
2012-01-05 |
Chris Jones |
When ranging over an array of structures, the iterand is reused. So storing a
|
changeset |
files
|
2012-01-03 |
Chris Jones |
Enabled the Hg eol extension.
|
changeset |
files
|
2012-01-03 |
Chris Jones |
Comment fixes.
|
changeset |
files
|
2012-01-02 |
Chris Jones |
Nil checks and a greatly simplified filter manager which is less buggy.
|
changeset |
files
|
2012-01-02 |
Chris Jones |
Simplified the roster filter.
|
changeset |
files
|
2012-01-02 |
Chris Jones |
Fixed up marshaling of the extra fields in presence and message.
|
changeset |
files
|
2012-01-02 |
Chris Jones |
Turned off debugging by default.
|
changeset |
files
|
2012-01-02 |
Chris Jones |
Implemented roster item delete, and added another BUG comment.
|
changeset |
files
|
2012-01-02 |
Chris Jones |
Added roster updating.
|
changeset |
files
|
2012-01-02 |
Chris Jones |
Added a stack of filters which can intercept data before it gets to
|
changeset |
files
|
2012-01-02 |
Chris Jones |
Comment cleanup.
|
changeset |
files
|
2012-01-02 |
Chris Jones |
Making a little more use of XMLName for marshaling instead of having a
|
changeset |
files
|
2012-01-02 |
Chris Jones |
Renamed the somewhat obscure XTo(), etc. to GetTo(), etc.
|
changeset |
files
|
2012-01-02 |
Chris Jones |
Made a special-purpose bind structure for resource binding.
|
changeset |
files
|
2011-12-31 |
Chris Jones |
Comment cleanup.
|
changeset |
files
|