|
|
1
|
An old update from Eion to return a clearer error message.
|
grim
|
February 13th, 2021, 12:34 a.m.
|
|
|
|
1
|
Remove glibcompat.c from Makefile.mingw
|
grim
|
February 12th, 2021, 6:44 p.m.
|
|
|
|
1
|
Fix a missing include for at least windows in glibcompat.h
|
grim
|
February 12th, 2021, 6:28 p.m.
|
|
|
|
1
|
Fix SILC compilation
|
qarkai
|
February 6th, 2021, 8:59 a.m.
|
|
|
|
1
|
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
|
grim
|
February 7th, 2021, 5:50 a.m.
|
|
|
|
1
|
Use specific purple_debug_* functions
|
qarkai
|
February 11th, 2021, 2:45 p.m.
|
|
|
|
1
|
Add a compatiblity layer for g_s?list_free_full and port everything to it.
|
grim
|
February 11th, 2021, 11:47 p.m.
|
|
|
|
|
PURPLEHOME support for Linux
|
NO
noblechuk5@web.de
|
January 24th, 2021, 7:26 p.m.
|
|
|
|
1
|
Cleanup some things from blist theme removal
|
QuLogic
|
February 12th, 2021, 1:24 a.m.
|
|
|
|
1
|
Remove theming from the buddy list
|
grim
|
January 9th, 2021, 6:33 a.m.
|
|
|
|
1
|
Remove a double const in a parameter declaration
|
grim
|
February 11th, 2021, 10:46 p.m.
|
|
|
|
1
|
Remove a lookup table that is no longer used
|
grim
|
February 11th, 2021, 10:42 p.m.
|
|
|
|
1
|
Fix an issue where color_is_visible was incorrectly comparing unsigned values that were potentially wrapping.
|
grim
|
February 11th, 2021, 9:06 p.m.
|
|
|
|
1
|
g_memmove has been deprecated since glib 2.40 and recommends just using memmove
|
grim
|
February 11th, 2021, 8:50 p.m.
|
|
|
|
1
|
Move the glib compat functions to static inline as they were causing linking issues with plugins when they were normal functions
|
grim
|
February 11th, 2021, 8:45 p.m.
|
|
|
|
2
|
Implement mitigation for GHSL-2021-045
|
grim
|
February 6th, 2021, 10:14 p.m.
|
|
|
|
1
|
Implement mitigation for GHSL-2021-045
|
grim
|
February 6th, 2021, 11:23 p.m.
|
|
|
|
1
|
Use more get_paren_level
|
qarkai
|
February 5th, 2021, 4:43 p.m.
|
|
|
|
1
|
Update the ChangeLog for the 2.14.1 release
|
grim
|
February 4th, 2021, 9:49 p.m.
|
|
|
|
1
|
Raise required meson version
|
rlaager
|
February 4th, 2021, 1:09 a.m.
|
|
|
|
1
|
Fix buffer size
|
rlaager
|
February 4th, 2021, 1:05 a.m.
|
|
|
|
1
|
Fix the zephyr build on FreeBSD
|
grim
|
February 3rd, 2021, 6:47 p.m.
|
|
|
|
1
|
Update buddy.c to more closely match our current gobject structure.
|
grim
|
February 2nd, 2021, 12:24 a.m.
|
|
|
|
1
|
Remove ui_data from PurpleBlistNode
|
grim
|
February 1st, 2021, 10:50 p.m.
|
|
|
|
1
|
Move tzc and zeph02 to own modules and some cleanup
|
qarkai
|
January 30th, 2021, 10:43 a.m.
|
|
|
|
1
|
Remove the close method from PurpleCredentialProvider
|
grim
|
January 26th, 2021, 3:25 a.m.
|
|
|
|
1
|
g_task_return_* refs a task so we need to make sure we remove our reference when we're done with the task.
|
grim
|
January 30th, 2021, 6:13 a.m.
|
|
|
|
1
|
Add a default callback to the PurpleCredentialProvider async methods.
|
grim
|
January 29th, 2021, 6:39 a.m.
|
|
|
|
1
|
Remove `purple_utf16*` functions.
|
QuLogic
|
January 30th, 2021, 2:33 a.m.
|
|
|
|
1
|
Don't install or introspect win32 headers.
|
QuLogic
|
January 30th, 2021, 4:21 a.m.
|
|
|
|
1
|
Make PurpleWhiteboard derivable and remove purple_whiteboard_[gs]et_ui data.
|
grim
|
January 28th, 2021, 3:56 a.m.
|
|
|
|
2
|
Fix up the XEP-0280 carbons support.
|
grim
|
January 28th, 2021, 6:35 a.m.
|
|
|
|
2
|
Create a no operation credential provider and fix a number of other issues
|
grim
|
January 26th, 2021, 3:02 a.m.
|
|
|
|
1
|
Remove ui_data from PurpleConversation and move finch and pidgin to g_object_[gs]et_data.
|
grim
|
January 30th, 2021, 12:17 a.m.
|
|
|
|
1
|
Port wincred keyring to PurpleCredentialManager
|
QuLogic
|
January 29th, 2021, 11:22 p.m.
|
|
|
|
1
|
Select the proper protocol in the account editor.
|
grim
|
January 29th, 2021, 7:34 a.m.
|
|
|
|
1
|
Split zephyr_request_locations
|
qarkai
|
January 26th, 2021, 12:52 p.m.
|
|
|
|
1
|
Use g_signal_connect_object for PidginProtocolStore to follow the life cycle of the objects and avoid memory errors.
|
grim
|
January 26th, 2021, 3:13 a.m.
|
|
|
|
1
|
Fix some new warnings in zephyr.
|
QuLogic
|
January 26th, 2021, 3:13 a.m.
|
|
|
|
1
|
Fix a number of issues with the Plugins dialog
|
grim
|
January 26th, 2021, 12:20 a.m.
|
|
|
|
1
|
Create a new PurpleProtocolManager
|
grim
|
January 21st, 2021, 10:29 p.m.
|
|
|
|
1
|
Port the secretservice keyring to PurpleCredentialProvider
|
grim
|
January 5th, 2021, 2:07 a.m.
|
|
|
|
1
|
Fix some issues we found in GPluginGtk in Pidgin
|
grim
|
January 26th, 2021, 12:17 a.m.
|
|
|
|
1
|
Add TalkatuHtmlPangoRender to the docs which was previously missed.
|
grim
|
January 25th, 2021, 8:27 p.m.
|
|
|
|
1
|
Add support for rendering basic HTML in TalkatuHistory.
|
grim
|
January 5th, 2021, 2:15 a.m.
|
|
|
|
|
Fix the header guard in talkatuhtmlparser.h
|
grim
|
January 25th, 2021, 4:21 a.m.
|
|
|
|
1
|
Use ZSubscription_t in zephyr_triple
|
qarkai
|
January 24th, 2021, 10:46 a.m.
|
|
|
|
2
|
Send typing for tzc
|
qarkai
|
January 19th, 2021, 4:11 p.m.
|
|
|
|
1
|
Ignore po/pidgin.pot
|
grim
|
January 24th, 2021, 5:34 a.m.
|
|
|
|
1
|
Create a new PidginCredentialsPage and associated widgets for the preferences window
|
grim
|
January 5th, 2021, 2:13 a.m.
|
|