2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Mar 24, 2023 — Mar 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add templates for SOAP methods for add/remove/modify contacts/groups. Not yet used More... over 15 years ago
Fixed when 'activity' got back a garbage value More... over 15 years ago
fixed printUUID() for x86_64 systems More... over 15 years ago
Handle incoming buddy presence info, properly showing buddies as away, busy, or available More... over 15 years ago
Fixed sip.instance malformed; SERVICE contact header fixed More... over 15 years ago
Fix crash in uuid code More... over 15 years ago
increased buffersize in get_macaddr() More... over 15 years ago
correctly set pointer size in scanf line in readUUID() More... over 15 years ago
Added UUID-Mac-Address support, and other details for presence More... over 15 years ago
added User-Agent account option More... over 15 years ago
Added urn:uuid support in REGISTER/SERVICE More... over 15 years ago
Implemented epid -> uuid generation as described in [MS-SIPRE] More... over 15 years ago
Produdce tgz and tbz2 tarballs with make distcheck More... over 15 years ago
2-way IM finally works! Fix up the INVITE/ACK/MESSAGE sending/receiving to work properly. Send BYE when leaving conversations. New icon from Jakub Steiner. More... over 15 years ago
Fix up some of the logic around initiating IM sessions. Now getting 200 OK to INVITEs sent from Pidgin to Communicator, but the subsequent ACK and MESSAGEs aren't yet accepted. More... over 15 years ago
Fix tests More... over 15 years ago
Add code to support two-leg SESSION-based MESSAGE conversations. Still not able to send messages. More... over 15 years ago
Fixed the bug when pidgin crash on the retrieve contacts process More... over 15 years ago
Some cosmetic changes for Ubuntu Hardy More... over 15 years ago
Fix up copyright headers, add myself to AUTHORS More... over 15 years ago
Receiving IMs works! Apply the proof-of-concept signing algorithm to actual verify incoming messages and sign outgoing messages. Respond to INFO, ACK, and BYE messages. Fix the INVITE response SDP (add newline to last line). Set crand and cnum in the NTLM signature header, and increment cnum. Add tests for parsing a SIP message and producing the known signature from it. More... over 15 years ago
NTLM signing is almost here. Clean up tests and add test verifying the signature of a message received from the server. More... over 15 years ago
Rewrite the NTLM authentication following the MS-SIPE document, add tests, add code trying to get Kerberos signing working (though I've abandoned that effort for now), add code to pull out the pieces from the SIP message that get fed to the signature generator. NTLM signing isn't working yet, committing this to get feedback. More... over 15 years ago
Add more defensive checks and logging to the krb5 authentication code, fix some inverted strcmp logic. Kerberos auth now works for me with OCS 2007 if I check the 'Use Kerberos' box in the account prefs and enter my auth user/domain/realm. More... over 15 years ago
Get Kerberos realm and SIP proxy from account dialog instead of hard coding it More... over 15 years ago
Change servername to sipdomain because in the OCS/Exchange world the SIP domain and server name are usually very different More... over 15 years ago
Fix some style consistency issues in sipe.c More... over 15 years ago
Ignore INSTALL file. Add HACKING file pointing to Pidgin's style guide. Change indention in src/sipkrb5.c to follow Pidgin's style guide. More... over 15 years ago
Whoops, actually remove generated INSTALL file. More... over 15 years ago
Update Makefile.am so that make maintainer-clean works properly. Remove generated INSTALL file. More... over 15 years ago