| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix SHA1 64bit-ism. Clean up warnings. | Bob Jamison | 2008-04-21 | 1 | -42/+42 |
| | | | | (bzr r5480) | ||||
| * | improve error reporting from TcpSocket | Bob Jamison | 2008-04-13 | 1 | -3/+5 |
| | | | | (bzr r5422) | ||||
| * | more debug output messages | Bob Jamison | 2008-04-13 | 1 | -2/+4 |
| | | | | (bzr r5420) | ||||
| * | Make fallback to iq auth in the odd situation of server saying it has ↵ | Bob Jamison | 2008-04-13 | 1 | -9/+15 |
| | | | | | | streams v1.0, but doesnt handle sasl (server bug) (bzr r5417) | ||||
| * | Make pedro dom list simpler | Bob Jamison | 2008-04-13 | 1 | -11/+10 |
| | | | | (bzr r5416) | ||||
| * | make saslMd5Authenticate() error message a bit smarter | Bob Jamison | 2008-04-13 | 1 | -1/+15 |
| | | | | (bzr r5415) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -1/+2 |
| | | | | (bzr r4629) | ||||
| * | first set of updates to headers for clean gcc 4.3 builds | Kees Cook | 2008-01-25 | 1 | -0/+1 |
| | | | | (bzr r4588) | ||||
| * | format string protection/clean up (CVE-2007-1463, CVE-2007-1464) | Kees Cook | 2007-03-20 | 1 | -20/+24 |
| | | | | (bzr r2720) | ||||
| * | Update pedrogui stuff and makefile. Add placeholder for alternate test ↵ | Bob Jamison | 2007-03-18 | 1 | -1/+1 |
| | | | | | | framework. (bzr r2705) | ||||
| * | Allow server to skip final "rspauth" SASL handshake | Bob Jamison | 2007-03-12 | 1 | -0/+7 |
| | | | | (bzr r2622) | ||||
| * | improve streaming | Bob Jamison | 2006-12-02 | 1 | -483/+403 |
| | | | | (bzr r2067) | ||||
| * | parse bind result from server to get resource. gtalk mangeles your ↵ | Bob Jamison | 2006-12-02 | 1 | -23/+30 |
| | | | | | | proffered resource, and wants the mangled value back (bzr r2064) | ||||
| * | remove error message from groupChatCreate(). Gtalk should be ok with groups ↵ | Bob Jamison | 2006-11-24 | 1 | -2/+2 |
| | | | | | | now. (bzr r2019) | ||||
| * | remove 'from=' from messages, to work better with googletalk. It mangles ↵ | Bob Jamison | 2006-11-24 | 1 | -32/+56 |
| | | | | | | the JID. (bzr r2018) | ||||
| * | better handle startTls() if client not built with ssl | Bob Jamison | 2006-08-29 | 1 | -1/+3 |
| | | | | (bzr r1655) | ||||
| * | allow either forms-based or older method of in-band registration | Bob Jamison | 2006-08-28 | 1 | -5/+11 |
| | | | | (bzr r1650) | ||||
| * | relax need for realm on md5 auth | Bob Jamison | 2006-08-28 | 1 | -2/+3 |
| | | | | (bzr r1649) | ||||
| * | empty messages are passed onto all listeners in pedro, gui ignores such messages | daleharvey | 2006-08-03 | 1 | -2/+2 |
| | | | | (bzr r1553) | ||||
| * | add config | Bob Jamison | 2006-06-19 | 1 | -2/+19 |
| | | | | (bzr r1233) | ||||
| * | split utils into separate file | Bob Jamison | 2006-06-01 | 1 | -1794/+1 |
| | | | | (bzr r1121) | ||||
| * | Add code to generate and display an SSL-connection event with a padlock | Bob Jamison | 2006-05-28 | 1 | -2/+12 |
| | | | | (bzr r1047) | ||||
| * | Finish registration stuff | Bob Jamison | 2006-05-24 | 1 | -2/+2 |
| | | | | (bzr r994) | ||||
| * | Add gui code for registration | Bob Jamison | 2006-05-24 | 1 | -102/+97 |
| | | | | (bzr r991) | ||||
| * | Improve code for password change and registration cancel | Bob Jamison | 2006-05-22 | 1 | -121/+88 |
| | | | | (bzr r958) | ||||
| * | Add placeholders for registration modify and cancel | Bob Jamison | 2006-05-22 | 1 | -2/+178 |
| | | | | (bzr r956) | ||||
| * | More doc-ing | Bob Jamison | 2006-05-22 | 1 | -133/+385 |
| | | | | (bzr r954) | ||||
| * | More documentation | Bob Jamison | 2006-05-22 | 1 | -1/+3 |
| | | | | (bzr r948) | ||||
| * | Improve documentation of event types | Bob Jamison | 2006-05-22 | 1 | -0/+2 |
| | | | | (bzr r946) | ||||
| * | Clean up registration. Comment out authzid from sasl, as wildfire cant ↵ | Bob Jamison | 2006-05-22 | 1 | -13/+29 |
| | | | | | | handle it. (bzr r934) | ||||
| * | Check if we are already SSL before trying STARTTLS | Bob Jamison | 2006-05-21 | 1 | -1/+8 |
| | | | | (bzr r927) | ||||
| * | Greatly improve SASL challenge parsing | Bob Jamison | 2006-05-21 | 1 | -37/+117 |
| | | | | (bzr r925) | ||||
| * | first hack at in-band registration | Bob Jamison | 2006-05-21 | 1 | -5/+85 |
| | | | | (bzr r910) | ||||
| * | Move from the jabber_whiteboard directory to its own, so that it can be ↵ | Bob Jamison | 2006-05-15 | 1 | -0/+4842 |
| updated in parallel. (bzr r846) | |||||
