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
*
Merge branch 'master' into patched-master
Marius Halden
2016-07-26
-0
/
+6
|
\
|
*
purple: Don't try to init module if it's already initialized
dequis
2016-07-25
-0
/
+6
*
|
Merge remote-tracking branch 'upstream/jgeboski/chatlist' into patched-master
Marius Halden
2016-07-20
-15
/
+3
|
\
\
|
*
|
purple: added room listing support
jgeboski
2016-07-19
-0
/
+128
|
|
/
*
|
purple: added room listing support
jgeboski
2016-07-13
-0
/
+140
*
|
Revert "purple: added room listing support"
Marius Halden
2016-07-13
-124
/
+0
*
|
Merge branch 'master' into patched-master
Marius Halden
2016-07-09
-0
/
+4
|
\
|
|
*
purple: add $plugindir/purple to the plugin search path
dequis
2016-06-12
-0
/
+4
*
|
purple: added room listing support
jgeboski
2016-06-29
-0
/
+124
*
|
Merge branch 'master' into patched-master
Marius Halden
2016-05-26
-3
/
+6
|
\
|
|
*
purple: strdup the message instead of casting to char *
dequis
2016-05-25
-3
/
+6
*
|
Save password for purple accounts on logout if password is missing or if
Marius Halden
2016-05-07
-0
/
+14
*
|
Allow purple and default plugins
Marius Halden
2016-05-07
-4
/
+4
|
/
*
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
[next]