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: show self-messages in groupchat backlogs (before join)
dequis
2017-01-03
-3
/
+7
*
purple: fix -Werror=format-string in chat settings code
dequis
2016-12-26
-4
/
+2
*
purple: hack to keep the purple-line auth token in the config
dequis
2016-12-26
-1
/
+20
*
purple: add support for extra groupchat settings (helps with SIPE)
dequis
2016-12-26
-0
/
+93
*
Change some asserts into g_return_if_fail()
dequis
2016-12-26
-2
/
+2
*
purple: Call imcb_buddy_nick_change() on a few whitelisted plugins
dequis
2016-12-25
-4
/
+36
*
purple: include purple plugins in the 'plugins' command list
dequis
2016-12-25
-0
/
+15
*
purple: Use roomlist_room_serialize, fixes joining jabber chats
dequis
2016-11-28
-3
/
+17
*
Improve support for protocols which don't require a password
dequis
2016-11-13
-0
/
+10
*
purple: fix file transfer memory management
dequis
2016-11-13
-0
/
+6
*
purple: hack to pass server parameter to jabber's input request
dequis
2016-11-04
-2
/
+22
*
purple: fix icq login when the protocol name is "oscar"
dequis
2016-10-30
-4
/
+17
*
Turn purple_chatlist_free() into a imcb_chat_list_free()
dequis
2016-10-16
-17
/
+2
*
Rename bee_chat_list_finish() to imcb_chat_list_finish()
dequis
2016-10-16
-1
/
+1
*
purple: Fix handling of empty, immediate roomlist results
dequis
2016-10-08
-4
/
+22
*
purple: Fix another issue where /join results in two channels
dequis
2016-09-25
-1
/
+5
*
purple: support setting chat room topics (#84)
Eion Robb
2016-09-24
-0
/
+16
*
purple: added room listing support
jgeboski
2016-09-19
-0
/
+128
*
purple: Don't try to init module if it's already initialized
dequis
2016-07-25
-0
/
+6
*
purple: add $plugindir/purple to the plugin search path
dequis
2016-06-12
-0
/
+4
*
purple: strdup the message instead of casting to char *
dequis
2016-05-25
-3
/
+6
*
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
[next]