index
:
bitlbee
develop
install-dev
master
patched-3.4.1
patched-master
scram
server-time
set-account
tagged_msg
twitter-reconnect
personal fork of github.com/bitlbee/bitlbee
Marius Halden
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
...
|
*
|
Wrap the external API in `extern "C"` if included in a C++ file.
Alex Miller
2011-12-18
-0
/
+9
|
*
|
Don't use the C++ keyword 'new' as a variable name.
Alex Miller
2011-12-18
-5
/
+5
|
/
/
|
*
Fixed a bug that probably (can't test this now since it's down) broke OAuth
Wilmer van der Gaast
2011-12-21
-1
/
+3
|
*
Use sha1_hmac() instead of reimplementing the algorithm in oauth_sign().
Wilmer van der Gaast
2011-12-21
-42
/
+9
|
*
Add a helpful message on what to do with OAuth login issues.
Wilmer van der Gaast
2011-12-21
-4
/
+15
|
*
Make it easier to add OAuth-authenticated accounts without having to type
Wilmer van der Gaast
2011-12-21
-31
/
+37
|
*
Fix parsing of acc->pass. Use oauth_params_ functions instead of string
Wilmer van der Gaast
2011-12-21
-17
/
+12
|
*
Detect JID changes at login time and warn the user about them.
Wilmer van der Gaast
2011-12-20
-12
/
+48
|
*
NULL-checking in rfc822_get_header() and OAuth response handling.
Wilmer van der Gaast
2011-12-20
-2
/
+5
|
*
Update help text for "set oauth" with what's supported now. Also adding a
Wilmer van der Gaast
2011-12-19
-5
/
+14
|
*
When updating the XMPP password field with OAuth data, try harder to preserve
Wilmer van der Gaast
2011-12-19
-13
/
+12
|
*
Give a list of SASL mechanisms supported by a server when reporting we don't
Wilmer van der Gaast
2011-12-19
-2
/
+18
|
*
Facebook OAuth2 should now be fully usable.
Wilmer van der Gaast
2011-12-19
-1
/
+23
|
*
Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can use it
Wilmer van der Gaast
2011-12-19
-67
/
+64
|
*
Restructured and updated code a little bit to support new-style (much better
Wilmer van der Gaast
2011-12-18
-32
/
+39
|
*
More generic OAuth support now. Should work well for all GTalk accounts now
Wilmer van der Gaast
2011-12-18
-43
/
+78
|
*
Mainline merge.
Wilmer van der Gaast
2011-12-17
-728
/
+5747
|
|
\
|
|
/
|
/
|
*
|
As I intended for a while already, use account tags everywhere instead of
Wilmer van der Gaast
2011-12-13
-14
/
+15
*
|
Skype merge.
Wilmer van der Gaast
2011-12-11
-5
/
+9
|
\
\
|
*
|
skyped: give reasonable error message when cert is missing
Miklos Vajna
2011-12-12
-5
/
+9
|
/
/
*
|
Added direct dependency to bitlbee-common since Lintian really really wants
3.0.4-1
Wilmer van der Gaast
2011-12-11
-1
/
+1
*
|
Debian changelog entry update for 3.0.4-1.
Wilmer van der Gaast
2011-12-11
-3
/
+14
*
|
Support HTTP/1.1 redirect status codes and use HTTPS for OAuth setup. This
Wilmer van der Gaast
2011-12-11
-10
/
+26
*
|
Read both alias and server_alias properties for libpurple contacts. TBH I
Wilmer van der Gaast
2011-12-11
-0
/
+2
*
|
Another packaging fix: Don't put skyped manpage in bitlbee-common.
Wilmer van der Gaast
2011-12-11
-11
/
+14
*
|
asciidoc dependency to build Skype docs.
Wilmer van der Gaast
2011-12-10
-1
/
+1
*
|
Skype module packaging.
Wilmer van der Gaast
2011-12-10
-16
/
+89
*
|
Merging non-SASL authentication patch from #863. This also implements
Wilmer van der Gaast
2011-12-07
-3
/
+18
*
|
Fix libresolv detection on FreeBSD. Based on a patch by ashish@FreeBSD.org.
Wilmer van der Gaast
2011-12-07
-2
/
+11
*
|
Merging compiler warning fixes from vmiklos.
Wilmer van der Gaast
2011-12-06
-138
/
+75
|
\
\
|
*
|
yahoo: unused-but-set-variables
Miklos Vajna
2011-12-06
-42
/
+19
|
*
|
oscar: unused-but-set-variables
Miklos Vajna
2011-12-06
-90
/
+56
|
*
|
msn: unused-but-set-variables
Miklos Vajna
2011-12-06
-9
/
+2
|
/
/
*
|
Version 3.0.4, probably.
3.0.4
Wilmer van der Gaast
2011-12-04
-2
/
+17
*
|
Debug output tweaks: Try to send everything to stderr, and add ifdef to
Wilmer van der Gaast
2011-12-04
-16
/
+18
*
|
Somewhat improve debug logging of HTTP/SOAP stuff.
Wilmer van der Gaast
2011-12-02
-4
/
+10
*
|
Merging typo fix for Skype config installation.
Wilmer van der Gaast
2011-11-28
-1
/
+1
|
\
\
|
*
|
Fix Skype typo: the in-tree config has a .dist suffix
Miklos Vajna
2011-11-24
-1
/
+1
*
|
|
Merge from pesco.
Wilmer van der Gaast
2011-11-28
-32
/
+54
|
\
\
\
|
*
|
|
make sure we avoid file traversal in otr load/save functions (#853)
unknown
2011-11-26
-32
/
+54
*
|
|
|
MSN: No clue if the OUT command can specify other reasons, but if so, show
Wilmer van der Gaast
2011-11-26
-1
/
+2
|
/
/
/
*
|
|
msn_soap_debug_print may get called with NULL pointers. Pay attention.
Wilmer van der Gaast
2011-11-25
-4
/
+8
*
|
|
Removing duplicate twitter=1 line. Bug #804.
Wilmer van der Gaast
2011-11-25
-1
/
+0
|
/
/
*
|
Hopefully this fixed #838. Patch from Artem Savkov, thanks! The problem was
Wilmer van der Gaast
2011-11-24
-18
/
+18
*
|
Merge from vmiklos.
Wilmer van der Gaast
2011-11-24
-0
/
+10
|
\
\
|
*
|
Add missing 'skype/skyped.conf.dist'
Miklos Vajna
2011-11-23
-0
/
+10
|
/
/
*
|
Document command shortening in another place.
Wilmer van der Gaast
2011-11-14
-0
/
+2
*
|
GnuTLS now also needs ssl_pending() implemented. Bug #860.
Wilmer van der Gaast
2011-11-14
-17
/
+28
*
|
Cleanup of http_client fix. Use g_strdup_printf and completely avoid strcat,
Wilmer van der Gaast
2011-11-13
-14
/
+21
*
|
Undoing old workaround for MSN troubles and added more proper fix. The
Wilmer van der Gaast
2011-11-12
-7
/
+10
[prev]
[next]