-
Notifications
You must be signed in to change notification settings - Fork 6
/
ChangeLog
759 lines (517 loc) · 23 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
2003-02-16 19:02 tag JN_0_07
2003-02-16 19:02 hildjj
* jabber/client/RosterManager.resx: Added
2003-02-16 18:48 hildjj
* docs/: jabber-net.chm, jabber-net.ndoc: Updated for release
2003-02-16 18:38 hildjj
* test/jabber/protocol/: client/IQTest.cs, client/MessageTest.cs,
client/PresenceTest.cs, iq/AgentTest.cs, iq/AuthTest.cs,
iq/RegisterTest.cs, iq/RosterTest.cs, stream/FactoryTest.cs,
stream/StreamTest.cs, x/DataTest.cs, x/EventTest.cs: Untabify. Why
the heck can't spaces be the default? Tabs are evil.
2003-02-16 18:35 hildjj
* jabber/connection/SocketElementStream.cs,
jabber/protocol/Element.cs, jabber/protocol/ElementFactory.cs,
jabber/protocol/ElementStream.cs, jabber/protocol/Packet.cs,
jabber/protocol/URI.cs, jabber/protocol/XmlLoader.cs,
jabber/protocol/accept/Factory.cs, jabber/protocol/accept/Xdb.cs,
jabber/protocol/client/ProtocolException.cs,
jabber/protocol/iq/Auth.cs, jabber/protocol/iq/Browse.cs,
jabber/protocol/iq/Roster.cs, jabber/protocol/x/Data.cs,
jabber/protocol/x/Event.cs, jabber/protocol/x/Factory.cs,
jabber/server/JabberService.cs, jabber/server/XdbTracker.cs,
muzzle/ClientLogin.cs, muzzle/ComponentLogin.cs, muzzle/Litmus.cs,
muzzle/StripChart.cs, test/AssemblyInfo.cs,
test/bedrock/collections/ByteStackTest.cs,
test/bedrock/collections/SetTest.cs,
test/bedrock/collections/SkipListTest.cs,
test/bedrock/collections/TreeTest.cs,
test/bedrock/collections/TrieNodeTest.cs,
test/bedrock/collections/TrieTest.cs,
test/bedrock/io/PipeStreamTest.cs,
test/bedrock/net/AsyncSocketTest.cs,
test/bedrock/util/GetOptBaseTest.cs,
test/bedrock/util/VersionTest.cs, test/jabber/JIDTest.cs,
test/jabber/client/PresenceManagerTest.cs,
test/jabber/client/RosterManagerTest.cs,
test/jabber/protocol/ElementStreamTest.cs,
test/jabber/protocol/PacketTest.cs,
test/jabber/protocol/accept/RouteTest.cs: Untabify. Why the heck
can't spaces be the default? Tabs are evil.
2003-02-16 18:25 hildjj
* AssemblyInfo.cs, Example/AssemblyInfo.cs, Example/MainForm.cs,
Example/SendMessage.cs, bedrock/collections/ISet.cs,
bedrock/collections/Set.cs, bedrock/collections/Tree.cs,
bedrock/util/ConfigFile.cs, jabber/JID.cs,
jabber/client/JabberClient.cs, jabber/client/PresenceManager.cs,
jabber/client/RosterManager.cs: Untabify. Why the heck can't
spaces be the default? Tabs are evil.
2003-02-16 17:54 hildjj
* jabber/client/JabberClient.cs: Patch from Tom Waters to check
IsAuthenticated more often.
2003-02-16 17:28 hildjj
* jabber/client/PresenceManager.cs: Remove lock on
UserPresenceManager, since it was redundant.
2003-02-16 17:15 hildjj
* jabber/server/JabberService.cs,
jabber/connection/SocketElementStream.cs,
bedrock/net/AsyncSocket.cs, jabber-net.csproj, test/test.csproj,
test/test.csproj.user: Removed Tracer to make pnet porting easier.
I'll figure out somewhere else to release these.
2003-02-16 17:09 hildjj
* jabber/protocol/ElementStream.cs, bedrock/util/ConfigFile.cs:
Removed Tracer to make pnet porting easier. I'll figure out
somewhere else to release these.
2003-02-16 17:07 hildjj
* test/jabber/client/PresenceManagerTest.cs,
test/bedrock/collections/TreeTest.cs,
jabber/client/PresenceManager.cs: Made PresenceManager able to deal
with resourceless JIDs, like from transports.
2003-02-16 17:06 hildjj
* bedrock/util/CRC32.cs, bedrock/util/Complex.cs,
bedrock/util/Tracer.cs, test/bedrock/util/ComplexTest.cs: Removed
to make pnet porting easier. I'll figure out somewhere else to
release these.
2003-02-16 16:10 hildjj
* jabber/protocol/Element.cs: very slight perf improvement on
HexString
2003-02-03 14:40 hildjj
* jabber/protocol/client/Message.cs,
test/jabber/protocol/client/MessageTest.cs: Setting Message.Html no
longer sets Message.Body, which lead to bugs and confusion.
2003-01-23 22:44 hildjj
* Example/Example.csproj: Remove App.ico
2003-01-20 23:20 hildjj
* Example/: .cvsignore, Example.csproj.user: Make sure csproj.user
and .cvsignore are in the repository
2003-01-20 23:18 hildjj
* jabber-net.sln: Add Example project
2003-01-20 23:18 hildjj
* muzzle/ClientLogin.cs: Ensure tab order is correct
2003-01-19 14:52 hildjj
* Example/: AssemblyInfo.cs, Example.csproj, HAMMER.ICO,
MainForm.cs, MainForm.resx, SendMessage.cs, SendMessage.resx:
Created example client application
2003-01-18 20:35 hildjj
* jabber/protocol/Element.cs: Make NextID public
2003-01-18 20:34 hildjj
* jabber/client/JabberClient.cs: Documentation fixes
2003-01-18 01:43 hildjj
* jabber/client/JabberClient.cs: Add Register() code. It's still
somewhat clumsy, but at least it's possible to write a
protocol-correct client with it.
2003-01-18 00:10 hildjj
* bedrock/net/AsyncSocket.cs: Add setListener for Tom. No one else
can call this.
2003-01-18 00:03 hildjj
* jabber/connection/SocketElementStream.cs: Debug.WriteLine if
CheckedInvoke catches an exception, since these are **so** hard to
find if you don't know to set a breakpoint here.
2003-01-17 23:13 hildjj
* bedrock/net/AsyncSocket.cs: Check to make sure 2 RequestRead's
aren't happening simultaneously
2003-01-15 15:07 hildjj
* AssemblyInfo.cs, bedrock/net/AsyncSocket.cs, test/test.csproj,
test/bedrock/net/AsyncSocketTest.cs: Error in AsyncSocket.Write().
Allocating too few bytes when copying from the input buffer. This
wouldn't be noticed when the offset was 0, but under heavy load,
offset may go postive, leading to odd, hard-to-trace exceptions.
Thanks to Tom Waters for finding this.
2003-01-13 13:54 hildjj
* test/test.build: Build with nant
2003-01-13 13:11 hildjj
* muzzle/muzzle.build: Build with nant
2003-01-13 13:03 hildjj
* jabber-net.build: Build with nant.
2003-01-13 09:54 hildjj
* jabber/protocol/iq/Register.cs, test/test.csproj,
test/jabber/protocol/iq/RegisterTest.cs: Regsister.Registered was
not being set correctly. Add a test to ensure it doesn't come
back.
2003-01-08 12:37 hildjj
* docs/: jabber-net.chm, jabber-net.ndoc: Latest nDoc, make sure
.chm is up-to-date.
2002-12-31 11:48 hildjj
* jabber-net.csproj, jabber/JID.cs, test/AllTests.cs,
test/test.csproj.user, test/jabber/JIDTest.cs: AllTests.cs not
needed any more. Made user@host/ an invalid JID, per JEP-0029.
2002-12-11 09:26 hildjj
* jabber/client/JabberClient.cs: Make sure agents work. New
OnAgents event.
2002-12-11 09:26 hildjj
* docs/howto.htm: Update howto with register information
2002-10-22 13:42 hildjj
* bedrock/net/SocketWatcher.cs: Added optional backlog to
SocketWatcher.CreateListenSocket
2002-10-22 13:17 hildjj
* bedrock/net/AsyncSocket.cs: Add backlog optional parameter to
AsyncSocket
2002-10-16 23:10 hildjj
* jabber/protocol/x/Data.cs: Add Data.AddValue()
2002-10-16 23:09 hildjj
* bedrock/collections/Set.cs, test/bedrock/collections/SetTest.cs:
Add an object twice to a set is OK.
2002-10-16 18:31 hildjj
* jabber/protocol/x/Data.cs: Update x:data support for latest JEP
revision: add cancel and jid-multi.
2002-10-15 00:53 hildjj
* docs/: jabber-net.chm, jabber-net.ndoc: Update for latest ndoc.
Only do RCS Version attributes
2002-10-15 00:20 hildjj
* jabber-net.csproj: Renamed PPDB to PresenceManager, to minimize
obfuscation.
2002-10-15 00:16 hildjj
* jabber/client/PPDB.bmp, jabber/client/PPDB.cs,
jabber/client/PresenceManager.bmp,
jabber/client/PresenceManager.cs, test/jabber/client/PPDBTest.cs,
test/jabber/client/PresenceManagerTest.cs, test/test.csproj:
Renamed PPDB to PresenceManager, to minimize obfuscation.
2002-10-15 00:12 hildjj
* test/nunit/: nunit-console.exe, nunit-gui.exe,
nunit-gui.exe.config, nunit.extensions.dll, nunit.framework.dll,
nunit.util.dll: NUnit 2.0.6
2002-10-12 19:31 hildjj
* test/test.csproj: Added RosterManager tests
2002-10-12 19:30 hildjj
* jabber/connection/SocketElementStream.cs: Added XPath expression
callbacks
2002-10-12 19:30 hildjj
* bedrock/net/AsyncSocket.cs, bedrock/collections/LinkedList.cs,
bedrock/collections/SkipList.cs, bedrock/collections/Tree.cs,
bedrock/util/GetOptBase.cs, jabber/JID.cs: Cleaned up
ArgumentException's and ArgumentNullExceptions
2002-10-12 19:27 hildjj
* test/jabber/client/PPDBTest.cs,
test/jabber/client/RosterManagerTest.cs, jabber/client/PPDB.cs,
jabber/client/RosterManager.cs: Fixed RosterManager and PPDB to
take note of new (correct?) Tree semantics: you can't add the same
item twice.
2002-10-12 14:58 hildjj
* jabber/connection/SocketElementStream.cs: Use the length in
OnRead.
2002-10-10 16:32 hildjj
* bedrock/net/Address.cs, bedrock/net/AsyncSocket.cs,
bedrock/net/SocketEventListener.cs, bedrock/net/SocketWatcher.cs,
jabber/connection/SocketElementStream.cs: Comments from AsyncSocket
code review.
- Made AsyncSocket.Socket_State private - Add OnInit to
SocketEventListener - Add AsyncSocket.SetSocketOption for use in
OnInit - Remove reuseAddr to Accept(). Always reuse addr. -
GetListener should just take a AsyncSocket - PendingAccept is now a
list, so that multiple listen sockets can be in the same
SocketWatcher. - GotData doesn't need to make a copy. Change
OnRead to take length. Make OnWrite parallel, but it *does* make a
copy. - Performance of SocketWatcher.CleanupSocket (IList.Remove
was doing linear search, now uses new Set classes)
2002-10-10 16:27 hildjj
* bedrock/collections/SkipList.cs, bedrock/collections/Tree.cs,
test/bedrock/collections/SkipListTest.cs: When adding a second item
with the same key, throw exception, like Hashtable
2002-10-10 16:25 hildjj
* bedrock/collections/ISet.cs, bedrock/collections/Set.cs,
test/bedrock/collections/SetTest.cs, jabber-net.csproj,
test/test.csproj: Added Set collection
2002-10-04 09:07 hildjj
* jabber/connection/SocketElementStream.cs: Use the InvokeControl
to potentially synchronize calls to OnReadText
2002-10-03 17:49 hildjj
* jabber/protocol/iq/Roster.cs,
test/jabber/protocol/iq/RosterTest.cs: JS Bug #578: Roster Item's
Ask get property is not quite right. Cut'n'paste bug. Also added
Ask.NONE, so you can check to see if no ask is set.
2002-10-03 17:40 hildjj
* jabber/protocol/client/Message.cs,
jabber/protocol/client/Presence.cs,
test/jabber/protocol/client/MessageTest.cs,
test/jabber/protocol/client/PresenceTest.cs: JS Bug #579:
MessageType.Normal is not the default. Also,
PresenceType.available was wrong, too.
2002-10-02 17:41 hildjj
* bedrock/net/: AsyncSocket.cs, SocketWatcher.cs: Several fixes to
AsyncSocket and SocketWatcher, so that lots of sockets can actually
be *used*, instead of just dreamed about.
2002-09-30 16:46 hildjj
* docs/: howto.htm, jabber-net.chm, jabber-net.ndoc: Added new
section to the HowTo page, giving examples about adding your own
element types.
2002-09-30 15:09 hildjj
* bedrock/net/AsyncSocket.cs: Massive overkill to ensure that
AsyncSockets have good hashcodes.
2002-09-24 12:41 hildjj
* jabber/client/JabberClient.cs: Move assertions for
username/password to Login() routine, so that you can Connect()
before assigning a user, particularly for registering new accounts
2002-09-23 08:22 hildjj
* docs/jabber-net.chm: Updated with latest ndoc, re-ran with new
howto.
2002-09-23 08:10 hildjj
* docs/howto.htm: Howto instructions for roster management
2002-09-14 16:35 hildjj
* jabber/protocol/iq/Browse.cs: Make browse actually use the
jabber:iq:browse namespace. It was using auth due to cut-n-paste
errors. Tom Swanson always said: 'Never use cut and paste. You
always add so many more errors that it is quicker to just key it in
again.'
2002-09-11 10:30 hildjj
* bedrock/collections/SkipList.cs, bedrock/net/AsyncSocket.cs,
bedrock/net/SocketEventListener.cs, bedrock/util/GetOptBase.cs,
bedrock/util/Version.cs, jabber/client/JabberClient.cs,
jabber/connection/IQTracker.cs,
jabber/connection/SocketElementStream.cs,
jabber/connection/States.cs, jabber/protocol/ElementFactory.cs,
jabber/protocol/accept/Log.cs, jabber/protocol/accept/Route.cs,
jabber/protocol/accept/Xdb.cs, jabber/protocol/client/Error.cs,
jabber/protocol/client/IQ.cs, jabber/protocol/client/Message.cs,
jabber/protocol/client/Presence.cs,
jabber/protocol/client/ProtocolException.cs,
jabber/protocol/iq/Browse.cs, jabber/protocol/iq/Roster.cs,
jabber/protocol/x/Data.cs, jabber/protocol/x/Event.cs,
jabber/server/JabberService.cs, jabber/server/XdbTracker.cs,
test/bedrock/util/GetOptBaseTest.cs: updated all of the RCS
attributes, and made sure they got onto enums and interfaces
2002-09-11 09:08 hildjj
* jabber/: client/JabberClient.cs,
connection/SocketElementStream.cs, server/JabberService.cs: Change
the Namespace property to NS, so VB users can play along at home
2002-09-10 11:41 hildjj
* bedrock/net/AsyncSocket.cs: jpobst changes: remember the client
IP address, and change ordering of the OnClose event so that it
happens before the socket gets shutdown instead of after.
2002-09-10 11:35 hildjj
* jabber/protocol/x/Data.cs: Add support for form types
2002-09-10 11:34 hildjj
* test/jabber/protocol/client/MessageTest.cs: Test the new null
body stuff in Element. No this isn't the right place to do it, but
it was the easiest.
2002-09-10 11:33 hildjj
* jabber/protocol/iq/Agents.cs: Since the new subelement behaviour
is to return null for <foo/>, use the (more correct) this['foo'] to
check for subelement existance
2002-09-10 11:31 hildjj
* jabber/protocol/Element.cs: Changes to ensure that setting a
subelement to null, or retrieving a non-existing sub-element
returning null works correctly
2002-09-01 16:54 tag JN_0_06
2002-09-01 16:54 hildjj
* Setup/Setup.vdproj: Haven't run setup in a while. Had to make
sure that the stuff that comes along with the CLR doesn't go into
the MSI file.
2002-09-01 16:39 hildjj
* docs/jabber-net.chm: Updated for release
2002-09-01 16:22 hildjj
* test/jabber/protocol/ElementStreamTest.cs: Add some ElementStream
tests, but comment out the comment test. With careful
angle-bracket counting, this could be avoided, but since it can
never happen in the current implementations, this is low on the
priority list.
2002-08-29 17:32 hildjj
* jabber/protocol/x/Data.cs: Added BoolVal and Vals to Field
2002-08-29 17:32 hildjj
* jabber/protocol/Element.cs: Added RemoveElems to remove all
elements of a given name
2002-08-26 19:14 hildjj
* jabber/protocol/x/Data.cs: Add Title property
2002-08-26 19:13 hildjj
* jabber/connection/SocketElementStream.cs: Remove jabber.xml
reference
2002-08-26 19:12 hildjj
* jabber/JID.cs: Make sure JID is parsed before setting JID parts.
2002-08-25 14:39 hildjj
* ChangeLog: ChangeLog for 0.06
2002-08-25 14:26 hildjj
* docs/jabber-net.chm: Docs for 0.06
2002-08-25 14:22 hildjj
* docs/: build.bat, jabber-net.ndoc: Latest/greatest NDoc
2002-08-25 13:47 hildjj
* jabber/protocol/client/: Error.cs, ProtocolException.cs: Use the
errorcode enumeration for errors
2002-08-25 13:45 hildjj
* jabber/protocol/Element.cs: Added GetFirstChild()
2002-08-25 13:43 hildjj
* jabber-net.csproj, jabber/protocol/iq/Browse.cs,
jabber/protocol/iq/Factory.cs, jabber/protocol/URI.cs: Added
iq:browse and x:data
2002-08-25 13:40 hildjj
* jabber/JID.cs, test/jabber/JIDTest.cs: Change equality routines.
Hopefully they work better with respect to JID==string and
string==JID now
2002-08-24 08:56 hildjj
* jabber-net.csproj, jabber-net.sln, Setup/Setup.vdproj,
test/test.csproj, test/jabber/protocol/x/DataTest.cs,
jabber/protocol/x/Data.cs, jabber/protocol/x/Factory.cs,
jabber/protocol/URI.cs, jabber/protocol/XmlLoader.cs,
bedrock/io/XmlLoader.cs: Moved XmlLoader back, added XData, made
setup not build by default
2002-08-16 22:03 hildjj
* bedrock/io/PipeStream.cs, test/bedrock/io/PipeStreamTest.cs:
Don't error on partial packets
2002-08-14 23:33 hildjj
* test/jabber/protocol/ElementStreamTest.cs: Added ElementStream
test
2002-08-14 23:33 hildjj
* test/: test.csproj, test.csproj.user,
bedrock/collections/ByteStackTest.cs,
bedrock/collections/SkipListTest.cs,
bedrock/collections/TreeTest.cs,
bedrock/collections/TrieNodeTest.cs,
bedrock/collections/TrieTest.cs, bedrock/io/PipeStreamTest.cs,
bedrock/util/ComplexTest.cs, bedrock/util/GetOptBaseTest.cs,
bedrock/util/VersionTest.cs, jabber/JIDTest.cs,
jabber/client/PPDBTest.cs, jabber/protocol/PacketTest.cs,
jabber/protocol/accept/RouteTest.cs,
jabber/protocol/client/IQTest.cs,
jabber/protocol/client/MessageTest.cs,
jabber/protocol/client/PresenceTest.cs,
jabber/protocol/iq/AgentTest.cs, jabber/protocol/iq/AuthTest.cs,
jabber/protocol/iq/RosterTest.cs,
jabber/protocol/stream/FactoryTest.cs,
jabber/protocol/stream/StreamTest.cs,
jabber/protocol/x/EventTest.cs: Move to NUnit 2
2002-08-14 23:27 hildjj
* test/nunit/: NUnitConsole.exe, NUnitCore.dll, NUnitGUI.exe,
NUnitTests.dll, nunit-console.exe, nunit-gui.exe,
nunit-gui.exe.config, nunit.extensions.dll, nunit.framework.dll,
nunit.util.dll: Move to NUnit 2
2002-08-14 23:20 hildjj
* jabber/protocol/URI.cs: Add S2S and SASL namespaces
2002-08-14 23:18 hildjj
* jabber/: protocol/ElementStream.cs, connection/IQTracker.cs:
ElementStream moved to jabber.protocol
2002-08-14 23:15 hildjj
* bedrock/io/XmlLoader.cs: moved to bedrock
2002-08-14 23:11 hildjj
* bedrock/util/GetOptBase.cs: accept '=' as the option/value
separator, in addition to ':'
2002-08-14 23:07 hildjj
* jabber/client/RosterManager.cs: Add OnRosterBegin and OnRosterEnd
events
2002-08-05 15:59 hildjj
* jabber/client/JabberClient.cs: Send agents request first, so that
roster items have agent info available.
2002-07-30 16:52 hildjj
* .cvslog: Add Tom Waters
2002-07-30 15:19 hildjj
* jabber/: client/JabberClient.cs,
connection/SocketElementStream.cs, server/JabberService.cs: Add
state locking, change OnConnect/IsConnected to
OnAuthenticate/IsAuthenticated
2002-07-30 15:14 hildjj
* jabber/client/IQTracker.cs, jabber/connection/IQTracker.cs,
jabber-net.csproj: Move IQTracker to jabber/connection, since I
wanted to use it from a JabberService instance
2002-07-29 14:18 hildjj
* jabber/client/JabberClient.cs: Make sure IsConnected is
read/write instead of read-only
2002-07-29 14:16 hildjj
* .cvslog: removed space
2002-07-29 08:10 hildjj
* jabber/client/JabberClient.cs: Add agents property
2002-07-18 14:32 hildjj
* jabber/: connection/SocketElementStream.cs,
server/JabberService.cs: Add Host protected property, to allow 'to'
attrib on stream to be different from server. Needed for component
connections.
2002-07-18 14:25 hildjj
* .cvsignore: add jabber-net.suo
2002-07-18 12:48 hildjj
* .cvslog: Added
2002-07-18 12:47 hildjj
* jabber-net.sln, Setup/.cvsignore, Setup/Setup.vdproj: Add setup
project
2002-07-12 01:45 hildjj
* jabber-net.suo, test/test.suo: Locally created
2002-07-12 01:43 hildjj
* muzzle/StripChart.cs: move points so that the vertical center is
on the value, rather than the top edge
2002-07-12 00:38 hildjj
* docs/jabber-net.chm: Add muzzle
2002-07-12 00:35 hildjj
* jabber/server/: JabberService.cs, XdbTracker.cs: Change
ServerComponent to JabberService
2002-07-12 00:34 hildjj
* docs/jabber-net.ndoc: Add muzzle, configure for JavaDocs, too
2002-07-12 00:33 hildjj
* docs/.cvsignore: Ignore javadocs, too
2002-07-12 00:33 hildjj
* update.bat: added
2002-07-12 00:32 hildjj
* test/test.csproj, jabber-net.csproj, jabber-net.suo: No
incremental build
2002-07-12 00:31 hildjj
* AssemblyInfo.cs: CLSCompliant
2002-07-11 16:27 tag JN_0_05
2002-07-11 16:27 hildjj
* jabbernet.key: Made it binary
2002-07-11 16:25 hildjj
* docs/: jabber-net.chm, jabber-net.ndoc: Initial import
2002-07-11 16:16 hildjj
* .cvsignore, jabber-net.suo, test/test.csproj,
test/test.csproj.user: tweakage
2002-07-11 16:09 hildjj
* jabber/server/JabberService.resx, docs/.cvsignore: Initial import
2002-07-11 16:06 hildjj
* muzzle/AssemblyInfo.cs, muzzle/ClientLogin.cs,
muzzle/ClientLogin.resx, muzzle/ComponentLogin.cs,
muzzle/ComponentLogin.resx, muzzle/Litmus.bmp, muzzle/Litmus.cs,
muzzle/Litmus.resx, muzzle/StripChart.bmp, muzzle/StripChart.cs,
muzzle/StripChart.resx, muzzle/muzzle.csproj,
muzzle/muzzle.csproj.user, muzzle/.cvsignore, bedrock/Delegates.cs,
bedrock/collections/ByteStack.cs, bedrock/collections/GraphNode.cs,
bedrock/collections/IndexedTrie.cs,
bedrock/collections/LinkedList.cs, bedrock/collections/SkipList.cs,
bedrock/collections/Tree.cs, bedrock/collections/Trie.cs,
bedrock/collections/TrieNode.cs, bedrock/io/PipeStream.cs,
bedrock/net/Address.cs, bedrock/net/AsyncSocket.cs,
bedrock/net/SocketEventListener.cs, bedrock/net/SocketWatcher.cs,
bedrock/util/CRC32.cs, bedrock/util/Complex.cs,
bedrock/util/ConfigFile.cs, bedrock/util/GetOptBase.cs,
bedrock/util/Tracer.cs, bedrock/util/Version.cs,
jabber-net.csproj.user, jabber-net.suo, docs/howto.htm,
docs/jabber-net.ndoc, docs/philosophies.html,
jabber/client/JabberClient.resx: Initial import
2002-07-11 16:03 hildjj
* test/: AllTests.cs, AssemblyInfo.cs, test.csproj,
bedrock/collections/ByteStackTest.cs,
bedrock/collections/SkipListTest.cs,
bedrock/collections/TreeTest.cs,
bedrock/collections/TrieNodeTest.cs,
bedrock/collections/TrieTest.cs, bedrock/io/PipeStreamTest.cs,
bedrock/util/ComplexTest.cs, bedrock/util/GetOptBaseTest.cs,
bedrock/util/VersionTest.cs, jabber/JIDTest.cs,
jabber/client/PPDBTest.cs, jabber/protocol/PacketTest.cs,
jabber/protocol/accept/RouteTest.cs,
jabber/protocol/client/IQTest.cs,
jabber/protocol/client/MessageTest.cs,
jabber/protocol/client/PresenceTest.cs,
jabber/protocol/iq/AgentTest.cs, jabber/protocol/iq/AuthTest.cs,
jabber/protocol/iq/RosterTest.cs,
jabber/protocol/stream/FactoryTest.cs,
jabber/protocol/stream/StreamTest.cs,
jabber/protocol/x/EventTest.cs, .cvsignore, nunit/NUnitConsole.exe,
nunit/NUnitCore.dll, nunit/NUnitGUI.exe, nunit/NUnitTests.dll,
test.csproj.user, test.suo: Initial import
2002-07-11 15:59 hildjj
* AssemblyInfo.cs, jabber-net.csproj, jabber-net.sln,
jabbernet.key, jabber/JID.cs, jabber/client/IQTracker.cs,
jabber/client/JabberClient.bmp, jabber/client/JabberClient.cs,
jabber/client/PPDB.bmp, jabber/client/PPDB.cs,
jabber/client/RosterManager.bmp, jabber/client/RosterManager.cs,
jabber/connection/SocketElementStream.cs,
jabber/connection/States.cs, jabber/protocol/Element.cs,
jabber/protocol/ElementFactory.cs, jabber/protocol/Packet.cs,
jabber/protocol/URI.cs, jabber/protocol/accept/Factory.cs,
jabber/protocol/accept/Handshake.cs, jabber/protocol/accept/Log.cs,
jabber/protocol/accept/Route.cs, jabber/protocol/accept/Xdb.cs,
jabber/protocol/client/Error.cs, jabber/protocol/client/Factory.cs,
jabber/protocol/client/IQ.cs, jabber/protocol/client/Message.cs,
jabber/protocol/client/Presence.cs,
jabber/protocol/client/ProtocolException.cs,
jabber/protocol/iq/Agents.cs, jabber/protocol/iq/Auth.cs,
jabber/protocol/iq/Factory.cs, jabber/protocol/iq/OOB.cs,
jabber/protocol/iq/Register.cs, jabber/protocol/iq/Roster.cs,
jabber/protocol/iq/Time.cs, jabber/protocol/iq/Version.cs,
jabber/protocol/stream/Error.cs, jabber/protocol/stream/Factory.cs,
jabber/protocol/stream/Stream.cs, jabber/protocol/x/Delay.cs,
jabber/protocol/x/Event.cs, jabber/protocol/x/Factory.cs,
jabber/server/JabberService.bmp, jabber/server/JabberService.cs,
jabber/server/XdbTracker.cs: Initial import