index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
xmpp
/
iq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixup for last commit
Michael Vetter
2019-07-12
1
-1
/
+0
*
Fix segfault in iq_{submit,cancel}_command_config
Michael Vetter
2019-07-12
1
-6
/
+0
*
Fix some more potential double frees
Michael Vetter
2019-07-11
1
-34
/
+0
*
Fix double free in room id handler
Michael Vetter
2019-07-09
1
-6
/
+1
*
Fix double free regarding iq handlers
Michael Vetter
2019-07-08
1
-14
/
+4
*
Free iq_id_handlers correctly
Michael Vetter
2019-07-04
1
-1
/
+15
*
Call iq_handlers_clear() upon disconnect
Michael Vetter
2019-06-20
1
-0
/
+8
*
Cancel autoping timer on disconnect or connection loss
Dmitry Podgorny
2019-06-03
1
-8
/
+12
*
Handle MUC anonymous state when auto starting OMEMO
Paul Fariello
2019-04-17
1
-2
/
+14
*
Wait for discovery end to publish omemo devicelist and bundle
Paul Fariello
2019-04-10
1
-0
/
+2
*
Rename ProfIdCallback into ProfIqCallback
Paul Fariello
2019-04-10
1
-12
/
+12
*
Update copyright to include 2019
Michael Vetter
2019-01-22
1
-1
/
+1
*
Fix optionnal sessionid in xep 0050
Paul Fariello
2019-01-21
1
-1
/
+6
*
Make _get_groups_from_item and roster _compare_* public
Paul Fariello
2018-09-26
1
-12
/
+2
*
Add special handling for xep-0133 get-user-roster
Paul Fariello
2018-09-10
1
-3
/
+42
*
Add support for ad-hoc response with forms
Paul Fariello
2018-09-10
1
-0
/
+6
*
Add missing command name for completion log
Paul Fariello
2018-09-10
1
-1
/
+1
*
Allow to use cmd without being in a window
Paul Fariello
2018-09-05
1
-2
/
+4
*
Add support for command config execution
Paul Fariello
2018-09-05
1
-3
/
+41
*
Add conf win callback
Paul Fariello
2018-09-05
1
-29
/
+39
*
Rename mucconf wins into conf wins
Paul Fariello
2018-09-05
1
-4
/
+4
*
Add support for form edition in command execution
Paul Fariello
2018-09-05
1
-7
/
+24
*
Add command exec error handling
Paul Fariello
2018-09-05
1
-1
/
+1
*
Handle simple execution
Paul Fariello
2018-09-05
1
-1
/
+48
*
Add command subcommands: list and exec
Paul Fariello
2018-09-05
1
-9
/
+76
*
Add command command
Paul Fariello
2018-09-05
1
-0
/
+22
*
Move ID generation to xmpp folder
Michael Vetter
2018-08-30
1
-6
/
+6
*
Use correct macro
Dominik Heidler
2018-07-30
1
-2
/
+2
*
Add /rooms cache
James Booth
2018-02-05
1
-1
/
+25
*
Filter rooms by simple case insensitive text
James Booth
2018-02-04
1
-8
/
+35
*
Include filter string in no rooms message
James Booth
2018-01-28
1
-2
/
+2
*
Fix tests, move glob creation
James Booth
2018-01-27
1
-6
/
+11
*
Allow filtering rooms list by glob
James Booth
2018-01-27
1
-7
/
+69
*
Update copyright
James Booth
2018-01-21
1
-1
/
+1
*
Merge remote-tracking branch 'asdil12/ping'
James Booth
2017-06-17
1
-0
/
+9
|
\
|
*
Disable autoping if server doesn't support it
Dominik Heidler
2017-06-16
1
-0
/
+9
|
/
*
Update Copyright
James Booth
2017-01-28
1
-1
/
+1
*
Fixed typos
James Booth
2016-08-28
1
-2
/
+2
*
Use libstrophe xmpp_iq_new convenience function
James Booth
2016-08-20
1
-29
/
+8
*
Use libstrophe convenience functions for stanza attributes
James Booth
2016-08-20
1
-54
/
+54
*
Move caps_create -> stanza_create_caps_from_query_element
James Booth
2016-08-14
1
-3
/
+3
*
Move caps_create_sha1_str -> stanza_create_caps_sha1_from_query
James Booth
2016-08-14
1
-1
/
+1
*
Rename caps_contains -> caps_cache_contains
James Booth
2016-08-13
1
-2
/
+2
*
Move caps_create_query_response_stanza -> stanza_create_caps_query_element
James Booth
2016-08-13
1
-1
/
+1
*
Rename Capabilties -> EntityCapabilities
James Booth
2016-08-13
1
-3
/
+3
*
Tidy headers
James Booth
2016-07-24
1
-11
/
+12
*
Moved window_list.c
James Booth
2016-07-24
1
-1
/
+1
*
Update GPL link in headers
James Booth
2016-07-24
1
-1
/
+1
*
Add ProfIdFreeCallback to free stale id handlers on connect
James Booth
2016-06-08
1
-31
/
+66
*
Use hash table for disco features
James Booth
2016-05-08
1
-3
/
+3
[next]