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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use libstrophe xmpp_message_get_body convenience function
James Booth
2016-08-20
1
-49
/
+22
*
Use libstrophe xmpp_message_new convenience function
James Booth
2016-08-20
2
-22
/
+12
*
Replace stanza_create_message with libstrophe convenience functions
James Booth
2016-08-20
3
-34
/
+21
*
Use libstrophe convenience functions for stanza attributes
James Booth
2016-08-20
7
-117
/
+117
*
Send receipt request only when receiver supports feature
James Booth
2016-08-18
6
-57
/
+83
*
Only include lastactivity feature in disco responses when enabled
James Booth
2016-08-18
2
-2
/
+4
*
Only include receipts feature in disco responses when enabled
James Booth
2016-08-18
2
-1
/
+44
*
Use hashtable to store profanity disco features
James Booth
2016-08-17
1
-14
/
+16
*
Copy feature strings on caps_get_features
James Booth
2016-08-17
2
-3
/
+5
*
Add caps_create
James Booth
2016-08-14
3
-100
/
+93
*
Move caps_create -> stanza_create_caps_from_query_element
James Booth
2016-08-14
5
-141
/
+139
*
Move caps_create_sha1_str -> stanza_create_caps_sha1_from_query
James Booth
2016-08-14
5
-124
/
+124
*
Move caps static functions
James Booth
2016-08-13
1
-59
/
+59
*
Rename caps_contains -> caps_cache_contains
James Booth
2016-08-13
4
-6
/
+6
*
Move caps_create_query_response_stanza -> stanza_create_caps_query_element
James Booth
2016-08-13
5
-60
/
+77
*
Free DiscoIdentity and SoftwareVersion
James Booth
2016-08-13
1
-0
/
+2
*
Use SoftwareVersion in EntityCapabilities
James Booth
2016-08-13
2
-60
/
+57
*
Use DiscoIdentity in EntityCapabilities
James Booth
2016-08-13
2
-74
/
+84
*
Rename Capabilties -> EntityCapabilities
James Booth
2016-08-13
4
-31
/
+31
*
Reduce variable scope in caps_create_sha1_str
James Booth
2016-08-13
1
-15
/
+8
*
Merge branch 'master' into caps
James Booth
2016-08-13
1
-404
/
+385
|
\
|
*
Refactor stanza.c
James Booth
2016-08-13
1
-404
/
+385
*
|
Use list for profanity service discovery features
James Booth
2016-08-12
1
-64
/
+27
|
/
*
Remove disco features added by plugins on unload
James Booth
2016-08-11
1
-0
/
+1
*
Handle NULL saved_status
James Booth
2016-07-27
1
-1
/
+5
*
Copy curr_status and free original in session.c
James Booth
2016-07-27
1
-1
/
+2
*
Rename rooms vars in _send_room_presence
James Booth
2016-07-25
1
-8
/
+6
*
Free ProfAccount
James Booth
2016-07-25
2
-0
/
+2
*
Move all filepath handling to files.c
James Booth
2016-07-24
1
-18
/
+5
*
Move xgd functions
James Booth
2016-07-24
1
-1
/
+1
*
Move resource conversions
James Booth
2016-07-24
2
-0
/
+74
*
Add config/files.c
James Booth
2016-07-24
1
-0
/
+1
*
Move autoaway check
James Booth
2016-07-24
2
-0
/
+144
*
Tidy headers
James Booth
2016-07-24
24
-72
/
+74
*
Moved window_list.c
James Booth
2016-07-24
3
-3
/
+3
*
Moved roster_list.c
James Booth
2016-07-24
2
-0
/
+742
*
Moved resource.c
James Booth
2016-07-24
2
-0
/
+149
*
Moved muc.c
James Booth
2016-07-24
2
-0
/
+1129
*
Moved jid.c
James Booth
2016-07-24
2
-0
/
+256
*
Moved contact.c
James Booth
2016-07-24
2
-0
/
+522
*
Make header defines consistent
James Booth
2016-07-24
2
-4
/
+4
*
Moved chat_state.c
James Booth
2016-07-24
2
-0
/
+273
*
Moved chat_session.c
James Booth
2016-07-24
2
-0
/
+224
*
Move event timeout to connection module
James Booth
2016-07-24
4
-11
/
+11
*
Update GPL link in headers
James Booth
2016-07-24
23
-23
/
+23
*
capabilities: use free instead of g_free
James Booth
2016-07-18
1
-2
/
+2
*
Add ProfIdFreeCallback to free stale id handlers on connect
James Booth
2016-06-08
5
-41
/
+86
*
Check for NULL before clearing connection data
James Booth
2016-06-01
1
-3
/
+7
*
Option to bookmark room invites
James Booth
2016-05-23
2
-0
/
+19
*
Add missing string.h include in blocking.c
James Booth
2016-05-11
1
-0
/
+1
[next]