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
/
purple
/
purple.c
Commit message (
Expand
)
Author
Age
Lines
*
purple: Also show 'title' and 'primary' messages for input requests
dequis
2016-01-21
-1
/
+12
*
purple: Show self-messages for private messages only
dequis
2015-12-27
-24
/
+25
*
purple: document original names of uiops next to them
dequis
2015-12-26
-46
/
+46
*
purple: fix crash when doing 'chat with' with skypeweb
dequis
2015-12-06
-1
/
+1
*
purple: assume HTML for all protocols, fixes random <> for some
dequis
2015-12-01
-3
/
+1
*
purple: Implement PurpleNotifyUiOps.notify_message
dequis
2015-12-01
-1
/
+22
*
purple: avoid warnings in the PURPLE_INPUT_* enum checks
dequis
2015-11-30
-5
/
+2
*
purple: fix a bunch of small leaks
dequis
2015-11-25
-0
/
+11
*
purple: fix /join #channel, which joined a different channel
dequis
2015-11-25
-4
/
+12
*
purple: Fix certificate cache dir after changing user dir
dequis
2015-10-25
-0
/
+6
*
socks4a proxy support (like socks4 with remote DNS)
dequis
2015-10-21
-0
/
+7
*
Rename mail notification related settings for consistency
dequis
2015-05-28
-3
/
+3
*
imcb_notify_email: change parameters to take a format string
dequis
2015-05-28
-3
/
+1
*
Gmail notifications support through new imcb_notify_email() API
Artem Savkov
2015-05-28
-1
/
+10
*
purple: Fix null pointer dereference when logging out due to daemon mode
dequis
2015-03-15
-0
/
+4
*
purple: prplcb_close_request() improvements
dequis
2015-03-15
-24
/
+53
*
purple: handle purple_request_input
Antoine Pietri
2015-03-13
-1
/
+61
*
purple: Implement 'close_request' to prevent segfaults after logout
dequis
2015-03-11
-1
/
+14
*
Revert "purple: cleanup, remove one usage of static local_bee"
dequis
2015-03-03
-2
/
+1
*
purple: move PurpleAccount from proto_data in a struct purple_data
Antoine Pietri
2015-03-02
-43
/
+58
*
purple: cleanup, remove one usage of static local_bee
dequis
2015-02-22
-1
/
+2
*
Reindent everything to K&R style with tabs
Indent
2015-02-20
-695
/
+696
*
purple: Implement /kick
dequis
2015-01-30
-0
/
+9
*
purple: add NULL guard around topic and name hint
Antoine Pietri
2015-01-26
-2
/
+5
*
purple: add topic and name_hint to groupchats
Antoine Pietri
2015-01-25
-0
/
+3
*
Replace isdigit/isalpha/.../tolower/toupper with glib variants
dequis
2015-01-16
-2
/
+2
*
I'm still bored on a long flight. Wrote a script to automatically update
Wilmer van der Gaast
2013-02-21
-1
/
+1
*
Try to show the user_split info for a protocol in "help purple $PROTOCOL".
Wilmer van der Gaast
2012-01-30
-0
/
+10
*
Report mysterious unsupported libpurple options in "help purple $PROTOCOL".
Wilmer van der Gaast
2012-01-30
-0
/
+2
*
Read both alias and server_alias properties for libpurple contacts. TBH I
Wilmer van der Gaast
2011-12-11
-0
/
+2
*
rename irc_usermsg to irc_rootmsg.
unknown
2011-10-03
-1
/
+1
*
Set the libpurple proxy server in a way that should work with older
Wilmer van der Gaast
2011-03-26
-2
/
+1
*
Fixed proxy support with libpurple.
Wilmer van der Gaast
2011-03-07
-0
/
+22
*
At least don't disable Twitter anymore for libpurple builds. libpurple
Wilmer van der Gaast
2010-12-07
-0
/
+5
*
Fetch Gadu-Gadu contact lists (libpurple-specific hardcoding hack). Bug
Wilmer van der Gaast
2010-11-21
-0
/
+61
*
libpurple insists on storing its own version of reality somewhere. I was
Wilmer van der Gaast
2010-09-06
-9
/
+35
*
libpurple: Fix typing notifications (in and out). Closes #671.
Wilmer van der Gaast
2010-08-20
-11
/
+39
*
libpurple: Add contacts to groups when requested. Still not dealing well
Wilmer van der Gaast
2010-07-18
-1
/
+10
*
Try to pass a group when removing a contact. No idea what will happen if
Wilmer van der Gaast
2010-07-17
-6
/
+12
*
libpurple: Read group information of contacts.
Wilmer van der Gaast
2010-07-17
-22
/
+21
*
libpurple: Handle incoming authorization requests.
Wilmer van der Gaast
2010-07-17
-14
/
+44
*
nick_gen() should also insert an underscore if the first character of a nick
Wilmer van der Gaast
2010-07-17
-6
/
+11
*
When cleaning up queries, q->data is free()d. Even if it turns out to be
Wilmer van der Gaast
2010-07-11
-1
/
+1
*
Show idle + login time info in /WHOIS (if available).
Wilmer van der Gaast
2010-06-07
-0
/
+4
*
Merging killerbee stuff, bringing all the bleeding-edge stuff together.
Wilmer van der Gaast
2010-06-07
-6
/
+11
*
Read display names. Setting them is going to be an awesome hack.
Wilmer van der Gaast
2010-05-24
-0
/
+22
*
Support for named groupchats, although not very solid.
Wilmer van der Gaast
2010-05-22
-8
/
+44
*
Enable changing and viewing of block/allow lists.
Wilmer van der Gaast
2010-05-22
-0
/
+75
*
Return ui_info so jabber:iq:version responses will not say just libpurple.
Wilmer van der Gaast
2010-05-22
-0
/
+15
*
Added support for the info command.
Wilmer van der Gaast
2010-05-22
-0
/
+62
[next]