about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Include time in ddg search result output linesJames Booth2013-05-051-1/+14
|
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-0511-10/+182
|
* Added groupchat logsJames Booth2013-05-057-1/+149
| | | | closes #168
* Fixed bug where /msg not logging chatJames Booth2013-04-281-1/+1
|
* Include open subscription requests in desktop reminder notificationsJames Booth2013-04-273-1/+23
| | | | closes #167
* Added desktop notification option for subscription requestsJames Booth2013-04-276-1/+63
| | | | closes #166
* Moved display logic for subscriptions to console moduleJames Booth2013-04-273-27/+39
|
* Only set autoaway when status is "online" or "chat"James Booth2013-04-271-27/+30
| | | | fixes #122