1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
Commit Graph

163 Commits

Author SHA1 Message Date
James Booth
b6f3667390 Moved FREE_SET_NULL to common.h 2013-01-13 01:43:18 +00:00
James Booth
f519ae78d8 Merge pull request #132 from pasis/next
Some code refactoring in jabber.c
2013-01-12 15:20:33 -08:00
James Booth
94bcf1889d Added jid datatype 2013-01-12 23:10:56 +00:00
Dmitry Podgorny
175963eb51 check account->name == NULL 2013-01-13 00:44:40 +02:00
Dmitry Podgorny
ef49afdc63 fixed resources release
* Use free instead of g_free as resources are allocated with strdup
* Fixed memory leaks
2013-01-13 00:30:23 +02:00
Dmitry Podgorny
59e4db0e96 don't release room and nick when parsing failed 2013-01-13 00:06:50 +02:00
Dmitry Podgorny
492a333294 room_jid should be (char *) 2013-01-12 23:52:00 +02:00
Dmitry Podgorny
d04c7d070a refactored jabber_set_autoping() 2013-01-12 23:48:24 +02:00
Dmitry Podgorny
9660f402ad added JABBER_PRIORITY_* macros 2013-01-12 23:40:21 +02:00
Dmitry Podgorny
9121cbe295 fixed memory leak in jabber_subscription() 2013-01-12 23:32:32 +02:00
Dmitry Podgorny
db9c9ab091 set NULL only when resource != NULL in FREE_SET_NULL 2013-01-12 23:23:40 +02:00
Dmitry Podgorny
83c3fe5b7e refactored jabber_connect functions
* similar code moved to jabber_connect()
* variables saved_* moved to a structure saved_user
* 'user' renamed to 'jid'
2013-01-12 22:53:07 +02:00
Dmitry Podgorny
70f5ad2206 jabber.c: use FREE_SET_NULL macro 2013-01-12 21:31:12 +02:00
James Booth
d7b969b135 Moved jid related functions to common 2013-01-12 01:44:21 +00:00
James Booth
bfd7362e2a Renamed muc functions 2013-01-12 01:34:09 +00:00
James Booth
dad01d8f84 Renamed room_chat module to muc 2013-01-12 01:01:39 +00:00
James Booth
d29c7fd878 Updated copyright 2013-01-11 02:05:29 +00:00
Dmitry Podgorny
0f0e04603a added resources release to connetion handler 2013-01-07 22:13:24 +02:00
Dmitry Podgorny
5542752afb jabber.c: removed xmpp_stop calls
xmpp_stop() stops event loop xmpp_run() that profanity doesn't start.
2013-01-07 22:02:07 +02:00
Dmitry Podgorny
e0e8110746 jabber.c: set jabber status in one place in connection handler 2013-01-07 22:00:13 +02:00
Dmitry Podgorny
621832ee4a free resources when login attempt fails
The next call of jabber_connect allocates these resources again.
2013-01-07 21:21:19 +02:00
Dmitry Podgorny
59676bd16e jabber.c: removed extra resources release
These resources are released in jabber_free_resources().
2013-01-07 20:33:56 +02:00
Dmitry Podgorny
d0ab292d73 jabber.c: added assert before reconnect_timer allocation
Development build will be terminated if reconnect_timer was allocated
previously and wasn't destroyed.
2013-01-07 20:24:04 +02:00
Dmitry Podgorny
5e8d9e942b free saved login information in jabber_free_resources() 2013-01-07 20:16:41 +02:00
Dmitry Podgorny
d533fc9595 jabber.c: removed explicit type conversion
According to the C99 standard integer type will be converted to real
floating type before the comparison.
2013-01-07 18:54:07 +02:00
James Booth
6ef4014882 Fixed compile error 2012-12-10 00:57:50 +00:00
James Booth
5013cce832 Added autocomplete for enabled logins only 2012-12-10 00:53:57 +00:00
James Booth
ce6f227651 Handle logins using accounts 2012-12-09 22:14:38 +00:00
James Booth
8e90f7a414 Handle idle time from contacts 2012-12-09 03:07:33 +00:00
James Booth
731dabd712 Added server property to accounts 2012-12-07 00:10:00 +00:00
James Booth
8304b30b52 Add optional server parameter to /connect command 2012-12-06 20:36:16 +00:00
James Booth
fae848ea64 Implemented /autoaway mode idle 2012-12-01 17:46:25 +00:00
James Booth
5496b25735 Respond to ping requests 2012-11-29 22:33:47 +00:00
James Booth
b7a7be37e9 Remove from outstanding requests on /sub 2012-11-28 01:17:24 +00:00
James Booth
ce0e96edf5 Merge branch 'master' into sublist 2012-11-28 01:05:37 +00:00
James Booth
80c2209bbd Add and remove from roster on subscription presence 2012-11-28 01:04:40 +00:00
James Booth
3462b5afd6 List commands for /sub 2012-11-28 00:36:51 +00:00
James Booth
a061b0d452 Handle roster subscription updates 2012-11-27 23:43:32 +00:00
James Booth
2f2fa8de66 Show "request pending" in /sub show, when request has been sent 2012-11-27 22:26:42 +00:00
James Booth
213ccc0150 Added /autoping command to set ping interval or disable with 0 2012-11-26 23:58:24 +00:00
James Booth
791667fa86 Fixed spelling in reconnect 2012-11-26 22:03:05 +00:00
James Booth
7198f6cccc Setting /reconnect 0 properly disables reconnect 2012-11-26 22:00:57 +00:00
James Booth
921f026cba Added auto reconnect, and /reconnect command to control interval 2012-11-25 02:14:38 +00:00
James Booth
306965501a Send presence changes to chat rooms 2012-11-20 00:33:54 +00:00
James Booth
b3e1d473a2 Handle room broadcasts 2012-11-19 22:15:53 +00:00
James Booth
2cdd1b3810 Handle legacy delayed messages in chat rooms 2012-11-19 20:41:35 +00:00
James Booth
645d1b74d5 Handle room member presence 2012-11-19 00:26:31 +00:00
James Booth
bd3f1d1575 Show message when own nickname changed in chat rooms 2012-11-18 22:49:01 +00:00
James Booth
c6b07533c9 Moved function to remove from roster on nick change 2012-11-18 22:07:26 +00:00
James Booth
49676e3fae Handle nick changes from other users 2012-11-18 21:46:58 +00:00