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 (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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 _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