summaryrefslogtreecommitdiffstats
path: root/src/pedro (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed my mistake with #ifndef/#else/#endif HAVE_SSLBob Jamison2006-08-301-1/+2
| | | (bzr r1658)
* added getHaveSSL()daleharvey2006-08-291-0/+2
| | | (bzr r1656)
* better handle startTls() if client not built with sslBob Jamison2006-08-291-1/+3
| | | (bzr r1655)
* better handle startTls() if client not built with sslBob Jamison2006-08-291-13/+9
| | | (bzr r1654)
* better handle startTls() if client not built with sslBob Jamison2006-08-291-6/+13
| | | (bzr r1653)
* allow either forms-based or older method of in-band registrationBob Jamison2006-08-281-5/+11
| | | (bzr r1650)
* relax need for realm on md5 authBob Jamison2006-08-281-2/+3
| | | (bzr r1649)
* empty messages are passed onto all listeners in pedro, gui ignores such messagesdaleharvey2006-08-031-2/+2
| | | (bzr r1553)
* added getFirstChild() and exists() to pedrodomdaleharvey2006-08-011-0/+5
| | | (bzr r1537)
* added a copy of pedrogui to jabber_whiteboard for custom developmentdaleharvey2006-07-071-2/+0
| | | (bzr r1374)
* restored pedro/work and added it to make.excludedaleharvey2006-06-255-0/+1011
| | | (bzr r1286)
* removed scratchpad work from pedrodaleharvey2006-06-255-1011/+0
| | | (bzr r1284)
* small changes to allow compilation on windowsdaleharvey2006-06-242-6/+11
| | | (bzr r1272)
* added make files for pedrodaleharvey2006-06-233-0/+62
| | | (bzr r1270)
* added an empty.cpp to pedro, required for builddaleharvey2006-06-231-0/+1
| | | (bzr r1269)
* add configBob Jamison2006-06-199-207/+769
| | | (bzr r1233)
* minor fix to allow Pedro to build on OS XDavid Yip2006-06-101-0/+2
| | | (bzr r1197)
* split utils into separate fileBob Jamison2006-06-017-1805/+2122
| | | (bzr r1121)
* Add a configuration record. Modify the GUI later.Bob Jamison2006-05-295-11/+499
| | | (bzr r1051)
* add test for configBob Jamison2006-05-291-1/+35
| | | (bzr r1050)
* Add code to generate and display an SSL-connection event with a padlockBob Jamison2006-05-284-8/+83
| | | (bzr r1047)
* Finish registration stuffBob Jamison2006-05-243-36/+86
| | | (bzr r994)
* Add gui code for registrationBob Jamison2006-05-244-126/+316
| | | (bzr r991)
* Improve code for password change and registration cancelBob Jamison2006-05-222-125/+92
| | | (bzr r958)
* Add placeholders for registration modify and cancelBob Jamison2006-05-222-3/+192
| | | (bzr r956)
* More doc-ingBob Jamison2006-05-221-133/+385
| | | (bzr r954)
* More documentationBob Jamison2006-05-222-32/+68
| | | (bzr r948)
* Improve documentation of event typesBob Jamison2006-05-222-21/+155
| | | (bzr r946)
* Clean up registration. Comment out authzid from sasl, as wildfire cant ↵Bob Jamison2006-05-222-14/+36
| | | | | handle it. (bzr r934)
* Check if we are already SSL before trying STARTTLSBob Jamison2006-05-211-1/+8
| | | (bzr r927)
* Greatly improve SASL challenge parsingBob Jamison2006-05-212-38/+118
| | | (bzr r925)
* first hack at in-band registrationBob Jamison2006-05-214-22/+142
| | | (bzr r910)
* CVS = SVN (tutorials/README), incorrect sodipodi namespace ↵Michael G. Sloan2006-05-171-378/+378
| | | | | (pedro/work/inklayout.svg) (bzr r864)
* Use 'start' to avoid the consoleBob Jamison2006-05-161-1/+1
| | | (bzr r856)
* Move from the jabber_whiteboard directory to its own, so that it can be ↵Bob Jamison2006-05-1527-0/+11187
updated in parallel. (bzr r846)