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
/
roster.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Handle roster set and result when item name is empty string
James Booth
2014-10-02
1
-10
/
+15
|
|
|
|
fixed #431
*
Added license exemption for OpenSSL to source headers
James Booth
2014-08-24
1
-0
/
+12
|
*
Renamed generate_unique_id -> create_unique_id
James Booth
2014-06-15
1
-2
/
+2
|
*
Updated copyright
James Booth
2014-03-09
1
-1
/
+1
|
*
generate_unique_id allows prefix
James Booth
2014-01-25
1
-2
/
+2
|
*
Add message and presence error handlers seperately
James Booth
2014-01-25
1
-0
/
+1
|
*
Renamed xmpp roster handlers
James Booth
2014-01-25
1
-6
/
+6
|
*
Refactored roster add/update
James Booth
2014-01-05
1
-2
/
+10
|
*
Moved roster handlers to server_events
James Booth
2014-01-05
1
-3
/
+4
|
*
Renamed roster_add_new -> roster_send_add_new
James Booth
2014-01-05
1
-2
/
+2
|
*
Fixed types of presence variables to resource_presence_type (avoid useless ↵
Jasper van Bourgognie
2013-12-27
1
-1
/
+1
|
|
|
|
and implicit casts)
*
Bind roster functions in main.c
James Booth
2013-12-22
1
-6
/
+11
|
*
Dynamically bind xmpp module api
James Booth
2013-12-18
1
-10
/
+16
|
*
Added simple mock test, refactored roster
James Booth
2013-12-14
1
-474
/
+57
|
*
Fixed compile error for -Wduplicate-decl-specifier on OSX
James Booth
2013-11-10
1
-1
/
+1
|
*
removed strdup in autocomplete calls
Dmitry Podgorny
2013-08-26
1
-6
/
+6
|
*
removed strdup from g_string_append
Dmitry Podgorny
2013-08-25
1
-1
/
+1
|
*
Coloured contact and subscription in /roster and /group output
James Booth
2013-07-03
1
-8
/
+10
|
*
Show messages on /group add and /group remove
James Booth
2013-06-23
1
-4
/
+73
|
|
|
|
|
closes #189 closes #190
*
Show message when removing contact from group when not in group
James Booth
2013-06-23
1
-0
/
+5
|
*
Show message when contact already in group
James Booth
2013-06-23
1
-0
/
+5
|
*
Implemented /group command with no args (list groups)
James Booth
2013-06-02
1
-0
/
+6
|
*
Changed autocomplete for /group and /who
James Booth
2013-06-02
1
-0
/
+6
|
*
Added group add and group remove to /roster command
James Booth
2013-06-02
1
-0
/
+81
|
*
Added message in console on /roster remove
James Booth
2013-06-02
1
-0
/
+2
|
*
Added message in console on /roster add
James Booth
2013-06-02
1
-3
/
+8
|
*
Added /roster remove command
James Booth
2013-06-02
1
-0
/
+13
|
*
Added /roster add command
James Booth
2013-06-01
1
-0
/
+10
|
*
Sort contacts on /who output
James Booth
2013-05-30
1
-1
/
+30
|
*
Add groups to roster contacts
James Booth
2013-05-22
1
-7
/
+57
|
|
|
|
fixes #175
*
Refactor roster.c
James Booth
2013-05-22
1
-72
/
+63
|
*
Reuse roster_add in roster_update
James Booth
2013-05-22
1
-163
/
+154
|
*
Removed unused offline_msg parameter from roster_add
James Booth
2013-05-21
1
-5
/
+3
|
*
Refactored roster push handling
James Booth
2013-05-21
1
-12
/
+41
|
*
Renamed roster_change_handle -> roster_change_name
James Booth
2013-05-21
1
-16
/
+16
|
*
Renamed roster_barejid_from_handle -> roster_barejid_from_name
James Booth
2013-05-21
1
-2
/
+2
|
*
Renamed handle, jid and resource in roster
James Booth
2013-05-21
1
-58
/
+58
|
|
|
|
Renamed to name, barejid and fulljid
*
Renamed _roster_handle_set -> _roster_handle_push
James Booth
2013-05-21
1
-3
/
+5
|
*
Renamed roster_jid_from_handle -> roster_barejid_from_handle
James Booth
2013-05-21
1
-1
/
+11
|
*
Roster handle changes handled correctly
James Booth
2013-05-20
1
-40
/
+67
|
*
Added jid autocompleter for /roster nick command
James Booth
2013-05-20
1
-18
/
+33
|
*
Use handle in /msg command
James Booth
2013-05-19
1
-8
/
+55
|
*
Added /roster command with nick option to change handle
James Booth
2013-05-19
1
-3
/
+23
|
*
Removed contact_list, moved roster logic to xmpp/roster module
James Booth
2013-05-06
1
-1
/
+204
|
*
Renamed contact_list_ functions to roster_
James Booth
2013-05-06
1
-3
/
+3
|
*
Created roster module, moved roster iq's
James Booth
2013-05-06
1
-0
/
+126