pidgin/pidgin
Clone
Summary
Browse
Changes
Graph
Use g_clear_object instead of NULL check and g_object_unref
17 months ago, qarkai
9fc7c3c226d8
Add new and free functions for structs to reduce duplication
17 months ago, qarkai
016690872c6c
Use purple_roomlist_room_free to reduce duplication
17 months ago, qarkai
11764e84328d
Reduce lists iterations
17 months ago, qarkai
3acbe4afeab5
Merged in default (pull request #625)
17 months ago, Gary Kramlich
e7b673f290bb
Remove redundant comparisons in conditions
17 months ago, qarkai
b86418d6eb94
Remove redundant const qualifiers from function parameters
17 months ago, qarkai
d167361831ba
Remove redundant returns
17 months ago, qarkai
00bfb6134525
Remove redundant declarations
17 months ago, qarkai
fba68437a08a
Remove redundant preprocessor directives and dead code inside
17 months ago, qarkai
539acf784dbc
Remove redundant callback type casts
17 months ago, qarkai
9b64a2d80f8c
Merged in default (pull request #624)
17 months ago, Gary Kramlich
935e9fe8bdc9
Replace purple_get_host_name by g_get_host_name.
17 months ago, Elliott Sales de Andrade
e353b2390ad8
Replace purple_str_has_{prefix,suffix} by g_str_has_{prefix,suffix}.
17 months ago, Elliott Sales de Andrade
a7acc7b00d79
Replace purple_build_dir with g_mkdir_with_parents.
17 months ago, Elliott Sales de Andrade
cdce45867b10
Remove some unused utility functions.
17 months ago, Elliott Sales de Andrade
15c3354736c3
Set tooltips to be transient for the buddy list.
17 months ago, Elliott Sales de Andrade
a46888708fd7
Merged in default (pull request #622)
17 months ago, Gary Kramlich
3682f08744da
Re-arrange some NULL checks.
17 months ago, Elliott Sales de Andrade
649d1bfd0ecc
novell: Replace socket wrappers with GIO functions.
17 months ago, Elliott Sales de Andrade
2e1969768857
Convert novell to GIO.
17 months ago, Elliott Sales de Andrade
621987e8e765
Merged in default (pull request #621)
17 months ago, Gary Kramlich
bc6bb63ae605
silc: Move more things to silcpurple_free.
17 months ago, Elliott Sales de Andrade
29830983ace7
Convert SILC to GIO.
17 months ago, Elliott Sales de Andrade
68872ce295a4
silc: Add a simple free function for protocol data.
17 months ago, Elliott Sales de Andrade
349e6643afae
Require silc >= 1.1.1.
17 months ago, Elliott Sales de Andrade
cfe7bb06fd11
Merged in default (pull request #617)
17 months ago, Gary Kramlich
52c9656e40ed
jabber: Fix some review comments.
17 months ago, Elliott Sales de Andrade
3acd6bb854c4
Make purple_network_get_my_ip_from_gio return non-const.
17 months ago, Elliott Sales de Andrade
bc2b94f2595a
xmpp: Reduce redundancies in various signon methods.
17 months ago, Elliott Sales de Andrade
0a2d6cf5cbba
xmpp: Convert SSL connections to GIO.
17 months ago, Elliott Sales de Andrade
d38ea23785a5
xmpp: Convert unencrypted connections to pure GIO.
17 months ago, Elliott Sales de Andrade
6320c272e8b2
xmpp: Convert SRV connections to GIO.
18 months ago, Elliott Sales de Andrade
52dc2d315d73
xmpp: Convert 'connect server' connections to GIO.
18 months ago, Elliott Sales de Andrade
54f0cc747958
Remove extra parameter now unused from previous change.
18 months ago, Elliott Sales de Andrade
59ea07d727db
Implement XEP-0233: XMPP Server Registration for use with Kerberos V5.
18 months ago, Elliott Sales de Andrade
0d8e52078bc7
Merged in default (pull request #618)
17 months ago, Gary Kramlich
df0db1029678
Remove some unnecessary checks in BOSH initialization.
17 months ago, Elliott Sales de Andrade
ac21110b72db
novell: Fix small leak.
17 months ago, Elliott Sales de Andrade
80d10195eb3c
novell: Fold NMSSLConn into NMConn.
17 months ago, Elliott Sales de Andrade
349378b539ca
novell: Remove unused data/code.
17 months ago, Elliott Sales de Andrade
1f2ef108cfcb
novell: Remove unused unencrypted connection code.
17 months ago, Elliott Sales de Andrade
5fd446031612
Remove some now-unused variables.
17 months ago, Elliott Sales de Andrade
b8cba5cc6498
Remove unused Windows compatibility functions.
17 months ago, Elliott Sales de Andrade
330279f77e0d
Use g_(v)snprintf so we need less wrappers.
17 months ago, Elliott Sales de Andrade
8e6d91e4dd8f
Use g_rename directly instead of rename.
17 months ago, Elliott Sales de Andrade
dd7183cf0a71
Use g_fchmod instead of fchmod to remove wrapper.
17 months ago, Elliott Sales de Andrade
5f6a8bcd216d
Fix name of DLL loaded on Windows.
17 months ago, Elliott Sales de Andrade
ff90f032afe4
Fix libpidgin not building on Windows.
17 months ago, Elliott Sales de Andrade
5bd53ccdca70
Change some sorting.
18 months ago, John Bailey
3cd0ba8ff140
Credit Alexandre Viau for the change in nullprpl
18 months ago, John Bailey
e7caa757e799
Fix an accelerator in a string in libpurple. Accelerators are for UI's,
18 months ago, John Bailey
a8c6a80325dc
Add some .ui files to POTFILES.in since they were missed previously.
18 months ago, John Bailey
56f7c2805a73
closing merged branch
bonjour-rename-xmpp
18 months ago, Gary Kramlich
b6983374c57b
Merged in bonjour-rename-xmpp (pull request #610)
18 months ago, Gary Kramlich
fda9b1a584ca
Fix two warmings in bonjour.
bonjour-rename-xmpp
18 months ago, John Bailey
11275a766260
Fix some namespace changes that I made accidentally. Also add a G_UNLIKELY
bonjour-rename-xmpp
18 months ago, John Bailey
b8e9a7b626d4
I should not have changed the xmlns attributes.
bonjour-rename-xmpp
18 months ago, John Bailey
d45730609bcc
Rename Jabber to XMPP in Bonjour, as the official name is now XMPP and has been
bonjour-rename-xmpp
18 months ago, John Bailey
a58c06469198
Replace g_[s]list_remove with g_[s]list_delete_link.
18 months ago, Elliott Sales de Andrade
a37a1e349491