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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Lines
*
Setting the HTML flag on a connection has a nasty side effect of escaping
Wilmer van der Gaast
2010-05-19
-3
/
+2
*
Implement some kind of ignorant awareness of XML namespaces: Enough to not
Wilmer van der Gaast
2010-05-12
-1
/
+21
*
OAuth sanity fix: Twitter-specific stuff should *not* be in lib/oauth.c.
Wilmer van der Gaast
2010-05-02
-57
/
+87
|
\
|
*
Save the credentials again.
Wilmer van der Gaast
2010-05-01
-0
/
+31
|
*
Cleaned up OAuth stuff: consumer key/secret should *not* be in lib/oauth.c.
Wilmer van der Gaast
2010-05-01
-57
/
+56
|
/
*
NULL-initialize two vars that weren't and should.
Wilmer van der Gaast
2010-04-30
-1
/
+1
*
Valgrind-clean now. And decent handling of errors (wrong PIN).
Wilmer van der Gaast
2010-04-27
-1
/
+3
*
Valgrind cleanup.
Wilmer van der Gaast
2010-04-27
-9
/
+43
*
The escaping, I fixed it for you. More expensive code this way and most of
Wilmer van der Gaast
2010-04-27
-18
/
+23
*
Escaping in oauth_nonce(). Not sure if the escaping is entirely right ATM...
Wilmer van der Gaast
2010-04-26
-1
/
+6
*
OAuth, it lives!
Wilmer van der Gaast
2010-04-26
-1
/
+22
*
Twitter module now generates authorize URLs.
Wilmer van der Gaast
2010-04-26
-5
/
+5
*
Moving two public OAuth functions into the header file.
Wilmer van der Gaast
2010-04-26
-16
/
+36
*
Successfully posted a tweet!
Wilmer van der Gaast
2010-04-26
-17
/
+25
*
Added a function that generates an OAuth Authorization: HTTP header.
Wilmer van der Gaast
2010-04-26
-13
/
+79
*
oauth_access_token() added. I managed to increase the counter on
Wilmer van der Gaast
2010-04-25
-4
/
+22
*
Some HTTP stuff. Via gdb I can make this request a token.
Wilmer van der Gaast
2010-04-25
-6
/
+212
*
constified.
Wilmer van der Gaast
2010-04-25
-2
/
+2
*
Code to calculate OAuth signatures. I hope that after wrapping my mind
Wilmer van der Gaast
2010-04-25
-1
/
+129
*
Make http_encode() RFC3986-compliant. (Escape everything except alphanumeric
Wilmer van der Gaast
2010-04-25
-2
/
+1
*
Added a mktime_utc() to misc.c using code that used to be in jabber_util.c.
Wilmer van der Gaast
2010-04-08
-0
/
+36
*
Adding a few consts and other misc fixes from bug #431. Doing this via a
Wilmer van der Gaast
2010-03-14
-2
/
+3
|
\
|
*
Some const/etc cleanups submitted by domen@coderock.org back in bug #431.
Wilmer van der Gaast
2010-03-14
-2
/
+3
*
|
Added ' HTML entity since we're sure getting that one a lot with
Wilmer van der Gaast
2010-03-08
-0
/
+1
*
|
Shuffling a few more #includes. Much more shuffling will be needed.
Wilmer van der Gaast
2009-10-23
-0
/
+1
*
|
Fixed fd leak in ini.c. How could I miss this one.. :-(
Wilmer van der Gaast
2009-07-20
-2
/
+6
*
|
Simplified ini parser code a bit more. Not using strtok() after all since
Wilmer van der Gaast
2008-12-25
-27
/
+24
*
|
First version of new ini parser. Will just attempt to simplify code a bit.
Wilmer van der Gaast
2008-12-24
-42
/
+98
*
|
Removed a double g_free() in proxy.c (that couldn't actually ever be
Wilmer van der Gaast
2008-12-14
-1
/
+0
*
|
events_libevent now detects when the event currently being handled is
Wilmer van der Gaast
2008-12-14
-7
/
+21
*
|
Fixed crappy memory management in http_client.
Wilmer van der Gaast
2008-09-28
-9
/
+12
*
|
Restored support for password-protected chatrooms (for now only by accepting
Wilmer van der Gaast
2008-09-28
-2
/
+2
|
/
*
Silenced a compiler warning - I don't think there's any way the unitialized
Wilmer van der Gaast
2008-06-30
-6
/
+2
*
Merge trunk.
Jelmer Vernooij
2008-06-28
-26
/
+0
|
\
|
*
Partial fix for #419: Moved normalize() and some other stuff to OSCAR
Wilmer van der Gaast
2008-06-22
-26
/
+0
*
|
Move SSPI SSL implementation to same directory as other SSL backends.
Jelmer Vernooij
2008-06-10
-0
/
+278
*
|
Implement ssl_pending() in bogus ssl backend.
Jelmer Vernooij
2008-06-10
-0
/
+5
*
|
Move random_bytes() back to lib/
Jelmer Vernooij
2008-06-10
-0
/
+67
*
|
Merge integration branch.
Jelmer Vernooij
2008-06-09
-0
/
+15
|
\
|
|
*
Added ClientInterface configuration option to make BitlBee bind() to a
Wilmer van der Gaast
2008-04-06
-0
/
+11
|
*
Fixed GLib <2.6 compatibility issue in arc.h. (G_GNUC_MALLOC)
Wilmer van der Gaast
2008-04-05
-0
/
+4
*
|
Move unix-specific random_bytes() implementation to unix.c.
Jelmer Vernooij
2008-04-02
-65
/
+0
|
/
*
Fixed a broken check in lib/proxy.c, this restores proxy support. Thanks
Wilmer van der Gaast
2008-03-24
-2
/
+2
*
Fixed stalling issue with OpenSSL and Jabber (#368).
Wilmer van der Gaast
2008-03-23
-4
/
+34
*
Taught GLib-mode subprocesses how to die. (Closes: #374)
Wilmer van der Gaast
2008-03-22
-2
/
+3
*
Moved password hash verification to md5_verify_password() so this can be
Wilmer van der Gaast
2008-03-16
-0
/
+43
*
Fixed base64_decode() to not barf on corrupted Base64 strings.
Wilmer van der Gaast
2008-03-16
-1
/
+1
*
Adding padding to encrypted IM-passwords so the exact password length can't
Wilmer van der Gaast
2008-03-16
-4
/
+27
*
Fixed issues with "long" URLs in url.c. Reusing code from 2001 wasn't a
Wilmer van der Gaast
2008-03-15
-20
/
+22
*
Moved xmltree handlers initialization to xt_new().
Wilmer van der Gaast
2008-02-16
-3
/
+4
[next]