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
*
Merge branch 'develop'
dequis
2017-04-06
-2
/
+2
|
\
|
*
Add --verbose configure option to control verbose build output
Tim Harder
2017-03-12
-2
/
+2
*
|
Move canohost functions (diff licence) to separate file.
Wilmer van der Gaast
2017-04-06
-106
/
+185
*
|
Remove ip6_*wrap() functions which are no longer needed.
Wilmer van der Gaast
2017-04-06
-48
/
+0
*
|
Add reverse_lookup() function which does a more proper (verified) DNS
Wilmer van der Gaast
2017-04-06
-0
/
+105
|
/
*
Use NI_MAXHOST rather than HOST_NAME_MAX for host lengths.
Jelmer Vernooij
2016-12-31
-18
/
+8
*
Fix some clang static analyzer warnings
dequis
2016-12-26
-1
/
+1
*
word_wrap: truncate utf8 safely
dequis
2016-11-12
-3
/
+9
*
misc: Add str_pad_and_truncate() helper function
dequis
2016-10-17
-0
/
+27
*
lib/sha1: Refactor sha1_hmac into a generic b_hmac function
dequis
2016-10-16
-15
/
+35
*
ssl_openssl: Allow TLS versions newer than 1.0
dequis
2016-09-29
-1
/
+2
*
Remove the ARCH / CPU defines.
Jelmer Vernooij
2016-05-15
-1
/
+1
*
ssl_gnutls: Replace GNUTLS_STUPID_CAST with (long)
dequis
2016-04-30
-7
/
+1
*
Fix a double free when calling proxy_disconnect() inside phb->func()
dequis
2016-02-18
-8
/
+23
*
ini: Null check file parameter before passing it to open()
dequis
2015-12-17
-2
/
+2
*
proxy: fix validation of the proxytype value
dequis
2015-12-09
-1
/
+1
*
misc.c: Add a str_reject_chars function, use it in otr_filter_colors
dequis
2015-11-27
-0
/
+17
*
Use proxy_disconnect() in http, ssl, jabber, oscar
dequis
2015-10-26
-6
/
+8
*
Add proxy_disconnect() to interrupt possibly pending connections
dequis
2015-10-26
-1
/
+40
*
proxy: Turn phb_close() into phb_free(), use it for all g_free(phb)
dequis
2015-10-26
-35
/
+40
*
proxy: Use an array of function pointers for proxy_connect_*
dequis
2015-10-25
-10
/
+15
*
socks4a proxy support (like socks4 with remote DNS)
dequis
2015-10-21
-7
/
+26
*
Allow NULL callback functions in http_dorequest
Artem Savkov
2015-10-08
-3
/
+7
*
Replace <br/> and <br /> with \n in strip_html
André Glüpker
2015-10-08
-0
/
+4
*
typofix - https://github.com/vlajos/misspell_fixer
Veres Lajos
2015-08-07
-1
/
+1
*
Fix NULL pointer dereference in lib/json.c. (#1220)
Wilmer van der Gaast
2015-06-17
-1
/
+1
*
Move twitter_parse_id() to parse_int64() in misc.c
dequis
2015-05-30
-0
/
+17
*
More coverity fixes!
dequis
2015-05-07
-2
/
+8
*
events_glib: fix parameter type warnings in event_debug() calls
dequis
2015-05-05
-4
/
+4
*
oauth: fix use-after-free of the ->next of the list
dequis
2015-04-24
-2
/
+3
*
get_rfc822_header: allow headers at the end of a string
dequis
2015-04-10
-5
/
+0
*
proxy: minor refactor, simplify error handling
dequis
2015-04-05
-110
/
+36
*
Fix a bunch of memory leaks
dequis
2015-03-22
-8
/
+4
*
Refactor oauth_params_del to fix use-after-free that i introduced
dequis
2015-02-28
-8
/
+7
*
coverity: Fix some (harmless?) use-after-free with g_slist_remove()
dequis
2015-02-22
-1
/
+1
*
Reindent everything to K&R style with tabs
Indent
2015-02-20
-3705
/
+3716
*
Use glib's GChecksum for md5/sha1
dequis
2015-01-31
-733
/
+58
*
random_bytes: Use /dev/urandom only, don't bother trying /dev/random
dequis
2015-01-26
-59
/
+10
*
Fix UTF8 nick truncation issues
dequis
2015-01-16
-0
/
+10
*
http proxy: only check for "HTTP/1.x 200" in the status string
dequis
2015-01-16
-2
/
+2
*
Fix some more g_source_remove warnings, this time in proxy.c
dequis
2015-01-16
-0
/
+2
*
Fix compiler warnings on Cygwin and Mac OS X.
Jason Copenhaver
2015-01-16
-5
/
+5
*
Replace isdigit/isalpha/.../tolower/toupper with glib variants
dequis
2015-01-16
-14
/
+14
*
Fix incorrect Free Software Foundation address
Matej Cepl
2015-01-16
-31
/
+31
*
Use glib functions for base64 decoding/encoding
dequis
2014-11-24
-111
/
+9
*
dcc: Fix some invalid memory accesses reported by ASAN
dequis
2014-10-27
-1
/
+1
*
Some more g_source_remove warning fixes
dequis
2014-10-27
-0
/
+3
*
Bunch of merges from dx.
Wilmer van der Gaast
2014-10-17
-0
/
+17
|
\
|
*
Add support for XEP-0203: Delayed delivery (message timestamps)
dequis
2014-10-10
-0
/
+16
*
|
Debian bug #764181: Accidentally had an LGPL header in a bunch of files.
Wilmer van der Gaast
2014-10-17
-60
/
+60
|
/
[next]