summaryrefslogtreecommitdiffstats
path: root/src/pedro/pedroxmpp.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-23Completely remove InkboardKrzysztof Kosi??ski1-3649/+0
(bzr r10346)
2008-06-05address some cast-away-const warnings.Peter Moulder1-3/+3
(bzr r5814)
2008-04-21Fix SHA1 64bit-ism. Clean up warnings.Bob Jamison1-42/+42
(bzr r5480)
2008-04-13improve error reporting from TcpSocketBob Jamison1-3/+5
(bzr r5422)
2008-04-13more debug output messagesBob Jamison1-2/+4
(bzr r5420)
2008-04-13Make fallback to iq auth in the odd situation of server saying it has ↵Bob Jamison1-9/+15
streams v1.0, but doesnt handle sasl (server bug) (bzr r5417)
2008-04-13Make pedro dom list simplerBob Jamison1-11/+10
(bzr r5416)
2008-04-13make saslMd5Authenticate() error message a bit smarterBob Jamison1-1/+15
(bzr r5415)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-1/+2
(bzr r4629)
2008-01-25first set of updates to headers for clean gcc 4.3 buildsKees Cook1-0/+1
(bzr r4588)
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-20/+24
(bzr r2720)
2007-03-18Update pedrogui stuff and makefile. Add placeholder for alternate test ↵Bob Jamison1-1/+1
framework. (bzr r2705)
2007-03-12Allow server to skip final "rspauth" SASL handshakeBob Jamison1-0/+7
(bzr r2622)
2006-12-02improve streamingBob Jamison1-483/+403
(bzr r2067)
2006-12-02parse bind result from server to get resource. gtalk mangeles your ↵Bob Jamison1-23/+30
proffered resource, and wants the mangled value back (bzr r2064)
2006-11-24remove error message from groupChatCreate(). Gtalk should be ok with groups ↵Bob Jamison1-2/+2
now. (bzr r2019)
2006-11-24remove 'from=' from messages, to work better with googletalk. It mangles ↵Bob Jamison1-32/+56
the JID. (bzr r2018)
2006-08-29better handle startTls() if client not built with sslBob Jamison1-1/+3
(bzr r1655)
2006-08-28allow either forms-based or older method of in-band registrationBob Jamison1-5/+11
(bzr r1650)
2006-08-28relax need for realm on md5 authBob Jamison1-2/+3
(bzr r1649)
2006-08-03empty messages are passed onto all listeners in pedro, gui ignores such messagesdaleharvey1-2/+2
(bzr r1553)
2006-06-19add configBob Jamison1-2/+19
(bzr r1233)
2006-06-01split utils into separate fileBob Jamison1-1794/+1
(bzr r1121)
2006-05-28Add code to generate and display an SSL-connection event with a padlockBob Jamison1-2/+12
(bzr r1047)
2006-05-24Finish registration stuffBob Jamison1-2/+2
(bzr r994)
2006-05-24Add gui code for registrationBob Jamison1-102/+97
(bzr r991)
2006-05-22Improve code for password change and registration cancelBob Jamison1-121/+88
(bzr r958)
2006-05-22Add placeholders for registration modify and cancelBob Jamison1-2/+178
(bzr r956)
2006-05-22More doc-ingBob Jamison1-133/+385
(bzr r954)
2006-05-22More documentationBob Jamison1-1/+3
(bzr r948)
2006-05-22Improve documentation of event typesBob Jamison1-0/+2
(bzr r946)
2006-05-22Clean up registration. Comment out authzid from sasl, as wildfire cant ↵Bob Jamison1-13/+29
handle it. (bzr r934)
2006-05-21Check if we are already SSL before trying STARTTLSBob Jamison1-1/+8
(bzr r927)
2006-05-21Greatly improve SASL challenge parsingBob Jamison1-37/+117
(bzr r925)
2006-05-21first hack at in-band registrationBob Jamison1-5/+85
(bzr r910)
2006-05-15Move from the jabber_whiteboard directory to its own, so that it can be ↵Bob Jamison1-0/+0
updated in parallel. (bzr r846)
2006-05-04Newer filesBob Jamison1-47/+103
(bzr r720)