1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
profanity/src/xmpp
Dmitry Podgorny a6e66cc571 fixed memory leaks
Also avoided several NULL pointer dereferences.
2013-08-03 14:38:38 +03:00
..
bookmark.c Bookmarks: Move stanza pointer on in loop, check for autojoin "true" 2013-07-15 00:52:47 +01:00
bookmark.h draft of bookmarks implementation 2013-07-14 23:58:02 +03:00
capabilities.c fixed memory leaks 2013-08-03 14:38:38 +03:00
capabilities.h Added /caps command 2013-02-17 01:04:10 +00:00
connection.c use get_unique_id for bookmarks 2013-07-14 13:49:50 +03:00
connection.h use get_unique_id for bookmarks 2013-07-14 13:49:50 +03:00
iq.c fixed memory leaks 2013-08-03 14:38:38 +03:00
iq.h Removed iq functions from xmpp.h 2013-02-02 20:22:39 +00:00
message.c fixed memory leaks 2013-08-03 14:38:38 +03:00
message.h Removed message handler function from xmpp.h 2013-02-02 20:18:23 +00:00
presence.c fixed memory leaks 2013-08-03 14:38:38 +03:00
presence.h Fixed error when losing connection and segfaulting on notify_remind() 2013-05-06 00:33:33 +01:00
roster.c Coloured contact and subscription in /roster and /group output 2013-07-03 23:44:51 +01:00
roster.h Add groups to roster contacts 2013-05-22 23:38:52 +01:00
stanza.c most FREE_SET_NULL replaced with free 2013-08-03 14:27:07 +03:00
stanza.h initial support of autojoin for MUC 2013-06-30 18:59:38 +03:00
xmpp.h Implemented /group command with no args (list groups) 2013-06-02 20:20:44 +01:00