about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed autoawayJames Booth2013-05-301-0/+1
|
* Added rooms history to ProfAccountJames Booth2013-05-232-0/+17
|
* Added room name, and window index to desktop message notificationsJames Booth2013-05-233-7/+34
| | | | closes #176
* Do not close MUC windows on /wins pruneJames Booth2013-05-221-5/+8
| | | | closes #172
* Add groups to roster contactsJames Booth2013-05-228-16/+104
| | | | fixes #175
* Refactor roster.cJames Booth2013-05-221-72/+63
|
* Reuse roster_add in roster_updateJames Booth2013-05-221-163/+154
|
* Fixed #174James Booth2013-05-221-0/+3
|
* Removed unused offline_msg parameter from roster_addJames Booth2013-05-212-7/+4
|
* Refactored roster push handlingJames Booth2013-05-217-28/+57
|
* Renamed roster_change_handle -> roster_change_nameJames Booth2013-05-213-21/+21
|
* Renamed roster_barejid_from_handle -> roster_barejid_from_nameJames Booth2013-05-214-8/+8
|
* Renamed handle, jid and resource in rosterJames Booth2013-05-211-58/+58
| | | | Renamed to name, barejid and fulljid
* Renamed _roster_handle_set -> _roster_handle_pushJames Booth2013-05-211-3/+5
|
* Renamed roster_jid_from_handle -> roster_barejid_from_handleJames Booth2013-05-214-7/+17
|
* Removed debugJames Booth2013-05-201-1/+0
|
* Finished handle usageJames Booth2013-05-206-29/+65
|
* Roster handle changes handled correctlyJames Booth2013-05-202-40/+69
|
* Added jid autocompleter for /roster nick commandJames Booth2013-05-203-19/+35
|
* Pass jid when creating new window for /msg with no messageJames Booth2013-05-201-1/+1
|
* Use handle for /info commandJames Booth2013-05-191-1/+6
|
* Use handle in /msg commandJames Booth2013-05-195-18/+75
|
* Use handle in incoming message console when existsJames Booth2013-05-191-1/+1
|
* Use handle in chat windows if availableJames Booth2013-05-191-4/+13
|
* Show handle rather than jid in /who output if existsJames Booth2013-05-191-2/+3
|
* Show contacts handle as window title in chatJames Booth2013-05-193-4/+13
|
* Changing roster handle with no argument clears handleJames Booth2013-05-193-6/+14
|
* Show nickname in status updates if availableJames Booth2013-05-191-14/+38
|
* Added /roster autocompleteJames Booth2013-05-191-0/+18
|
* Added sub to /notify preferences outputJames Booth2013-05-192-7/+11
| | | | Removed unused "status" value for /notify autocompleter
* Added /roster command with nick option to change handleJames Booth2013-05-198-29/+102
|
* Added "tidy" and "prune" options to /wins commandJames Booth2013-05-173-34/+126
|
* Show how many windows closed with /close all and /close readJames Booth2013-05-161-3/+17
|
* Show 0 rather than 10 in /winsJames Booth2013-05-161-4/+9
|
* Show correct message when closing window 0James Booth2013-05-161-1/+1
|
* Use 0 not 10 on window close messageJames Booth2013-05-161-1/+5
|
* Fixed incoming message text in console to use 0 rather than 10James Booth2013-05-161-1/+5
|
* Added autocompleter for /close commandJames Booth2013-05-161-0/+8
|
* Added "read" parameter to /closeJames Booth2013-05-163-3/+26
| | | | Closes all windows where there are no unread messages
* Added parameter to /closeJames Booth2013-05-123-26/+114
| | | | | | | 2,3,4,5,6,7,8,9,0 will close specified window. 'all' will close all windows. closes #159
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-0613-298/+261
|
* Renamed contact_list_ functions to roster_James Booth2013-05-0614-153/+152
|
* Tidied includes in iq.cJames Booth2013-05-061-6/+1
|
* Created roster module, moved roster iq'sJames Booth2013-05-065-85/+159
|
* Fixed memory leakJames Booth2013-05-061-1/+4
|
* Removed blank linesJames Booth2013-05-061-2/+0
|
* Unicode support for /duck outputJames Booth2013-05-061-5/+10
|
* Fixed error when losing connection and segfaulting on notify_remind()James Booth2013-05-065-6/+20
|
* Autocomplete "/sub allow" parameter from subscription requestsJames Booth2013-05-053-1/+44
|
* Use autocomplete instead of hash table for subscription requestsJames Booth2013-05-053-22/+16
|