summaryrefslogtreecommitdiffstats
path: root/src/pedro (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove warningsBob Jamison2008-05-131-2/+2
| | | (bzr r5668)
* Cmake: Fix ~PedroGui function being defined multiple timesJoshua L. Blocher2008-05-061-7/+6
| | | (bzr r5612)
* Fix SHA1 64bit-ism. Clean up warnings.Bob Jamison2008-04-214-148/+151
| | | (bzr r5480)
* Yet another md5 fix for 32/64. This time it works on ppc64/gccBob Jamison2008-04-181-2/+3
| | | (bzr r5474)
* Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscapeJoshua L. Blocher2008-04-161-7/+8
| | | (bzr r5454)
* improve error reporting from TcpSocketBob Jamison2008-04-133-35/+65
| | | (bzr r5422)
* more debug output messagesBob Jamison2008-04-131-2/+4
| | | (bzr r5420)
* Make fallback to iq auth in the odd situation of server saying it has ↵Bob Jamison2008-04-134-22/+60
| | | | | streams v1.0, but doesnt handle sasl (server bug) (bzr r5417)
* Make pedro dom list simplerBob Jamison2008-04-133-19/+24
| | | (bzr r5416)
* make saslMd5Authenticate() error message a bit smarterBob Jamison2008-04-131-1/+15
| | | (bzr r5415)
* Rewrote code to get rid of 32/64 bit problems, and to make is more ↵Bob Jamison2008-04-132-203/+196
| | | | | stream-like. A bad type pun assuming that a long was 32 bits caused bug #216571 on a 64 bit machine. (bzr r5413)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-15/+15
| | | (bzr r5379)
* aadd CMakeLists.txt file for pedro. needs extra work, don't yet know how to ↵Johan B. C. Engelen2008-03-301-0/+16
| | | | | "if defined" include files (bzr r5242)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-312-1/+5
| | | (bzr r4629)
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-252-0/+3
| | | (bzr r4588)
* Remove makefiles that shouldn't be in reposgustav_b2007-11-121-17/+0
| | | (bzr r4069)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-206-45/+42
| | | (bzr r2720)
* Update pedrogui stuff and makefile. Add placeholder for alternate test ↵Bob Jamison2007-03-1814-27/+220
| | | | | framework. (bzr r2705)
* Pedro::pedrogui is not the same as the one in jabber_whiteboardBob Jamison2007-03-182-0/+3665
| | | (bzr r2702)
* dropping moved/dead filesKees Cook2007-03-132-3668/+0
| | | (bzr r2630)
* Allow server to skip final "rspauth" SASL handshakeBob Jamison2007-03-121-0/+7
| | | (bzr r2622)
* remove old *.mingw filesBob Jamison2007-02-201-0/+3
| | | (bzr r2408)
* use relaytool to weak link libsslAaron Spike2007-01-071-3/+36
| | | (bzr r2146)
* improve streamingBob Jamison2006-12-024-512/+439
| | | (bzr r2067)
* parse bind result from server to get resource. gtalk mangeles your ↵Bob Jamison2006-12-022-23/+38
| | | | | proffered resource, and wants the mangled value back (bzr r2064)
* remove error message from groupChatCreate(). Gtalk should be ok with groups ↵Bob Jamison2006-11-241-2/+2
| | | | | now. (bzr r2019)
* remove 'from=' from messages, to work better with googletalk. It mangles ↵Bob Jamison2006-11-241-32/+56
| | | | | the JID. (bzr r2018)
* 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)