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
/
protocols
/
msn
Commit message (
Expand
)
Author
Age
Lines
*
msn: Update FindMembership payload to fix incorrect pending requests
dequis
2015-03-10
-1
/
+1
*
Disable msn by default :(
dequis
2015-02-28
-3
/
+11
*
coverity: Fix some (harmless?) use-after-free with g_slist_remove()
dequis
2015-02-22
-6
/
+4
*
Reindent everything to K&R style with tabs
Indent
2015-02-20
-3008
/
+2892
*
msn_ns_send_adl_1: Fix alloc_strlen coverity warning
dequis
2015-01-16
-1
/
+1
*
Replace isdigit/isalpha/.../tolower/toupper with glib variants
dequis
2015-01-16
-5
/
+5
*
Fix incorrect Free Software Foundation address
Matej Cepl
2015-01-16
-20
/
+20
*
msn: configurable notification server host/port
dequis
2014-12-06
-2
/
+10
*
msn: add 'allow' role if contact has neither block nor allow
dequis
2014-11-17
-0
/
+8
*
msn_buddy_ask: only ask to add if contact is in pending list
dequis
2014-11-17
-1
/
+1
*
msn: Update ApplicationId again to one used by skype
dequis
2014-11-17
-1
/
+1
*
msn: update ABService ApplicationId to WLM 2012 to fix login
dequis
2014-11-12
-1
/
+1
*
RIP native win32 support (use cygwin instead)
dequis
2014-09-27
-2
/
+0
*
Merging "storage" branch which I wrote long ago. It separates generation of
Wilmer van der Gaast
2013-04-20
-1
/
+1
|
\
|
*
s/ACC_SET_NOSAVE/SET_NOSAVE/.
Wilmer van der Gaast
2012-06-07
-1
/
+1
*
|
I'm still bored on a long flight. Wrote a script to automatically update
Wilmer van der Gaast
2013-02-21
-3
/
+3
*
|
For the lazy among us: When adding a Jabber/MSN contact within the same
Wilmer van der Gaast
2013-02-21
-1
/
+2
*
|
Extend keepalive code to time out connections when pings don't get
Wilmer van der Gaast
2012-11-11
-0
/
+5
*
|
Some more removals. Using ifdefs instead of read deletions in Yahoo! dir to
Wilmer van der Gaast
2012-10-20
-8
/
+0
*
|
Suppress own UBM messages.
Wilmer van der Gaast
2012-09-29
-2
/
+13
*
|
Support for sending messages to federated contacts. They don't seem to arrive
Wilmer van der Gaast
2012-09-29
-5
/
+40
*
|
Support for receiving messages via the NS (UBM command).
Wilmer van der Gaast
2012-09-25
-3
/
+28
*
|
Fixed syntax error introduced by latest merge.
Wilmer van der Gaast
2012-09-22
-1
/
+1
*
|
Merge mainline.
Wilmer van der Gaast
2012-09-22
-3
/
+3
|
\
\
|
*
|
Little cleanup. Use xt_from_string() where possible.
Wilmer van der Gaast
2012-09-22
-3
/
+3
*
|
|
Notification on incoming offline messages. Life is too short to implement
Wilmer van der Gaast
2012-09-16
-1
/
+51
*
|
|
One more semicolon check (BYE command).
Wilmer van der Gaast
2012-09-16
-1
/
+1
*
|
|
Don't accidentally create groupchats for 1:1 chats.
Wilmer van der Gaast
2012-09-16
-11
/
+19
*
|
|
Online status should be read properly now.
Wilmer van der Gaast
2012-09-16
-46
/
+43
*
|
|
Some more tweaks: Should show up online now, and be able to send and receive
Wilmer van der Gaast
2012-09-16
-8
/
+44
*
|
|
Generate a machine UUID instead of using a hardcoded one.
Wilmer van der Gaast
2012-09-16
-3
/
+24
*
|
|
MSNP18 code. It logs in now but otherwise doesn't work all too well.
Wilmer van der Gaast
2012-09-16
-15
/
+63
|
/
/
*
/
Allow building position-independent executables. #981, patch from brainsmoke.
Wilmer van der Gaast
2012-09-15
-1
/
+1
|
/
*
Drop dead support for MSN offline messages (that SOAP server isn't even in
Wilmer van der Gaast
2012-02-11
-178
/
+3
*
Add missing newslines to debugging output. Bug #896.
Wilmer van der Gaast
2012-02-11
-2
/
+2
*
Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR
Wilmer van der Gaast
2012-02-11
-3
/
+3
*
Merging mainline.
Wilmer van der Gaast
2011-12-24
-2
/
+8
|
\
|
*
Pass the SSL errors through another layer of indirection (Passport SOAP code).
Wilmer van der Gaast
2011-12-19
-2
/
+8
*
|
Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can use it
Wilmer van der Gaast
2011-12-19
-64
/
+11
|
/
*
msn: unused-but-set-variables
Miklos Vajna
2011-12-06
-9
/
+2
*
Debug output tweaks: Try to send everything to stderr, and add ifdef to
Wilmer van der Gaast
2011-12-04
-5
/
+5
*
Somewhat improve debug logging of HTTP/SOAP stuff.
Wilmer van der Gaast
2011-12-02
-2
/
+0
*
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
*
Undoing old workaround for MSN troubles and added more proper fix. The
Wilmer van der Gaast
2011-11-12
-3
/
+3
*
Workaround/Fix for MSN login troubles, many thanks to necropresto. Bug #850.
Wilmer van der Gaast
2011-11-10
-3
/
+3
*
Fixed bug in msn_soap_debug_print() failing to print HTTP headers of SOAP
Wilmer van der Gaast
2011-11-09
-1
/
+1
*
Fix crash on quick MSN logoff (NULL pointer dereference because GLib doesn't
Wilmer van der Gaast
2011-03-07
-1
/
+2
*
Sneaky if statement is sneaky. The fix from the previous changeset didn't
Wilmer van der Gaast
2011-01-23
-2
/
+2
*
MSN changed the @msn.com login server URL and/or broke the old one. :-(
Wilmer van der Gaast
2011-01-22
-2
/
+6
[next]