summaryrefslogtreecommitdiffstats
path: root/src/pedro/pedroxmpp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove InkboardKrzysztof Kosi??ski2011-06-231-3649/+0
| | | (bzr r10346)
* address some cast-away-const warnings.Peter Moulder2008-06-051-3/+3
| | | (bzr r5814)
* Fix SHA1 64bit-ism. Clean up warnings.Bob Jamison2008-04-211-42/+42
| | | (bzr r5480)
* improve error reporting from TcpSocketBob Jamison2008-04-131-3/+5
| | | (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-131-9/+15
| | | | | streams v1.0, but doesnt handle sasl (server bug) (bzr r5417)
* Make pedro dom list simplerBob Jamison2008-04-131-11/+10
| | | (bzr r5416)
* make saslMd5Authenticate() error message a bit smarterBob Jamison2008-04-131-1/+15
| | | (bzr r5415)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+2
| | | (bzr r4629)
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-0/+1
| | | (bzr r4588)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-20/+24
| | | (bzr r2720)
* Update pedrogui stuff and makefile. Add placeholder for alternate test ↵Bob Jamison2007-03-181-1/+1
| | | | | framework. (bzr r2705)
* Allow server to skip final "rspauth" SASL handshakeBob Jamison2007-03-121-0/+7
| | | (bzr r2622)
* improve streamingBob Jamison2006-12-021-483/+403
| | | (bzr r2067)
* parse bind result from server to get resource. gtalk mangeles your ↵Bob Jamison2006-12-021-23/+30
| | | | | 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)
* better handle startTls() if client not built with sslBob Jamison2006-08-291-1/+3
| | | (bzr r1655)
* 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)
* add configBob Jamison2006-06-191-2/+19
| | | (bzr r1233)
* split utils into separate fileBob Jamison2006-06-011-1794/+1
| | | (bzr r1121)
* Add code to generate and display an SSL-connection event with a padlockBob Jamison2006-05-281-2/+12
| | | (bzr r1047)
* Finish registration stuffBob Jamison2006-05-241-2/+2
| | | (bzr r994)
* Add gui code for registrationBob Jamison2006-05-241-102/+97
| | | (bzr r991)
* Improve code for password change and registration cancelBob Jamison2006-05-221-121/+88
| | | (bzr r958)
* Add placeholders for registration modify and cancelBob Jamison2006-05-221-2/+178
| | | (bzr r956)
* More doc-ingBob Jamison2006-05-221-133/+385
| | | (bzr r954)
* More documentationBob Jamison2006-05-221-1/+3
| | | (bzr r948)
* Improve documentation of event typesBob Jamison2006-05-221-0/+2
| | | (bzr r946)
* Clean up registration. Comment out authzid from sasl, as wildfire cant ↵Bob Jamison2006-05-221-13/+29
| | | | | 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-211-37/+117
| | | (bzr r925)
* first hack at in-band registrationBob Jamison2006-05-211-5/+85
| | | (bzr r910)
* Move from the jabber_whiteboard directory to its own, so that it can be ↵Bob Jamison2006-05-151-0/+4842
updated in parallel. (bzr r846)