summaryrefslogtreecommitdiffstats
path: root/src/pedro (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-13remove warningsBob Jamison1-2/+2
2008-05-06Cmake: Fix ~PedroGui function being defined multiple timesJoshua L. Blocher1-7/+6
2008-04-21Fix SHA1 64bit-ism. Clean up warnings.Bob Jamison4-148/+151
2008-04-18Yet another md5 fix for 32/64. This time it works on ppc64/gccBob Jamison1-2/+3
2008-04-16Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscapeJoshua L. Blocher1-7/+8
2008-04-13improve error reporting from TcpSocketBob Jamison3-35/+65
2008-04-13more debug output messagesBob Jamison1-2/+4
2008-04-13Make fallback to iq auth in the odd situation of server saying it has streams...Bob Jamison4-22/+60
2008-04-13Make pedro dom list simplerBob Jamison3-19/+24
2008-04-13make saslMd5Authenticate() error message a bit smarterBob Jamison1-1/+15
2008-04-13Rewrote code to get rid of 32/64 bit problems, and to make is more stream-lik...Bob Jamison2-203/+196
2008-04-07cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen1-15/+15
2008-03-30aadd CMakeLists.txt file for pedro. needs extra work, don't yet know how to "...Johan B. C. Engelen1-0/+16
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2-1/+5
2008-01-25first set of updates to headers for clean gcc 4.3 buildsKees Cook2-0/+3
2007-11-12Remove makefiles that shouldn't be in reposgustav_b1-17/+0
2007-09-12**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder1-3/+3
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook6-45/+42
2007-03-18Update pedrogui stuff and makefile. Add placeholder for alternate test framew...Bob Jamison14-27/+220
2007-03-18Pedro::pedrogui is not the same as the one in jabber_whiteboardBob Jamison2-0/+3665
2007-03-13dropping moved/dead filesKees Cook2-3668/+0
2007-03-12Allow server to skip final "rspauth" SASL handshakeBob Jamison1-0/+7
2007-02-20remove old *.mingw filesBob Jamison1-0/+3
2007-01-07use relaytool to weak link libsslAaron Spike1-3/+36
2006-12-02improve streamingBob Jamison4-512/+439
2006-12-02parse bind result from server to get resource. gtalk mangeles your proffered...Bob Jamison2-23/+38
2006-11-24remove error message from groupChatCreate(). Gtalk should be ok with groups ...Bob Jamison1-2/+2
2006-11-24remove 'from=' from messages, to work better with googletalk. It mangles the...Bob Jamison1-32/+56
2006-08-30Fixed my mistake with #ifndef/#else/#endif HAVE_SSLBob Jamison1-1/+2
2006-08-29added getHaveSSL()daleharvey1-0/+2
2006-08-29better handle startTls() if client not built with sslBob Jamison1-1/+3
2006-08-29better handle startTls() if client not built with sslBob Jamison1-13/+9
2006-08-29better handle startTls() if client not built with sslBob Jamison1-6/+13
2006-08-28allow either forms-based or older method of in-band registrationBob Jamison1-5/+11
2006-08-28relax need for realm on md5 authBob Jamison1-2/+3
2006-08-03empty messages are passed onto all listeners in pedro, gui ignores such messagesdaleharvey1-2/+2
2006-08-01added getFirstChild() and exists() to pedrodomdaleharvey1-0/+5
2006-07-07added a copy of pedrogui to jabber_whiteboard for custom developmentdaleharvey1-2/+0
2006-06-25restored pedro/work and added it to make.excludedaleharvey5-0/+1011
2006-06-25removed scratchpad work from pedrodaleharvey5-1011/+0
2006-06-24small changes to allow compilation on windowsdaleharvey2-6/+11
2006-06-23added make files for pedrodaleharvey3-0/+62
2006-06-23added an empty.cpp to pedro, required for builddaleharvey1-0/+1
2006-06-19add configBob Jamison9-207/+769
2006-06-10minor fix to allow Pedro to build on OS XDavid Yip1-0/+2
2006-06-01split utils into separate fileBob Jamison7-1805/+2122
2006-05-29Add a configuration record. Modify the GUI later.Bob Jamison5-11/+499
2006-05-29add test for configBob Jamison1-1/+35
2006-05-28Add code to generate and display an SSL-connection event with a padlockBob Jamison4-8/+83
2006-05-24Finish registration stuffBob Jamison3-36/+86