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
*
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
*
Add connection_get_disco_info()
James Booth
2016-05-08
1
-20
/
+7
*
Add connection_item_for_feature()
James Booth
2016-05-08
1
-34
/
+19
*
Move logic to connection_set_disco_items
James Booth
2016-05-08
1
-35
/
+34
*
Move disco info struct to connection
James Booth
2016-05-07
1
-3
/
+3
*
Rename jabber_ functions
James Booth
2016-05-06
1
-4
/
+6
*
Add session.c
James Booth
2016-05-05
1
-3
/
+3
*
Renamed connection.c -> session.c
James Booth
2016-05-05
1
-1
/
+1
*
Tidy xmpp headers
James Booth
2016-05-04
1
-37
/
+39
*
Rename stanza handler init functions
James Booth
2016-05-02
1
-1
/
+1
*
Rename id_handler_add -> iq_id_handler_add
James Booth
2016-05-02
1
-22
/
+22
*
Remove free DiscoInfo values
James Booth
2016-05-02
1
-1
/
+1
*
Free stanza text and DiscoInfo features
James Booth
2016-05-02
1
-1
/
+3
*
Free stanza text on plugin send hooks
James Booth
2016-05-01
1
-0
/
+1
*
Add /blocked command
James Booth
2016-05-01
1
-0
/
+6
*
Define stanza's attributes as const char*
Dmitry Podgorny
2016-04-27
1
-40
/
+40
*
Implement XEP-0363: HTTP File Upload
Dominik Heidler
2016-04-26
1
-0
/
+92
*
Cache all disco items and features on connect
Dominik Heidler
2016-04-20
1
-1
/
+101
*
Fix typo: diso -> disco
Dominik Heidler
2016-04-01
1
-4
/
+4
*
Removed #AX_PREFIX_CONFIG_H
James Booth
2016-03-31
1
-7
/
+7
*
Removed duplicate typedef
James Booth
2016-03-28
1
-2
/
+0
*
Use one stanza handler per type (message, iq, presence)
James Booth
2016-03-28
1
-265
/
+215
*
Added basic stanza receive eooks
James Booth
2016-03-27
1
-118
/
+196
*
Use xmpp_send_raw_string instead of xmpp_send_raw
James Booth
2016-03-26
1
-2
/
+2
*
Added stanza send hooks for plugins
James Booth
2016-03-26
1
-29
/
+47
*
Added prof_send_stanza to plugins API
James Booth
2016-03-23
1
-6
/
+6
*
Merge branch 'master' into plugins-c
James Booth
2016-02-14
1
-1
/
+1
|
\
|
*
Updated copyright
James Booth
2016-02-14
1
-1
/
+1
*
|
Added C plugin code from plugins branch
James Booth
2016-02-14
1
-7
/
+7
|
/
*
Use offline presence for software version responses from non contacts
James Booth
2016-01-13
1
-8
/
+12
*
Set autoping timeout default to 10 seconds, added null checks
James Booth
2016-01-02
1
-2
/
+13
*
Added autoping timeout preference
James Booth
2016-01-01
1
-4
/
+5
*
Added hardcoded autoping timeout
James Booth
2015-12-31
1
-0
/
+25
*
Abort autping when existing attempt already in progress
James Booth
2015-12-31
1
-2
/
+14
*
Tidy ping handlers
James Booth
2015-12-31
1
-49
/
+53
*
Renamed autoping handler
James Booth
2015-12-30
1
-6
/
+6
*
Make all mucconfwin functions take ProfMucConfWin
James Booth
2015-11-02
1
-1
/
+2
*
Renamed mucconfwin functions
James Booth
2015-11-02
1
-1
/
+1
[next]