about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Added /leave commandJames Booth2013-05-303-42/+76
* Show participant count in chat roomsJames Booth2013-05-301-5/+11
* Sort room participants on /who commandJames Booth2013-05-301-1/+29
* Sort contacts on /who outputJames Booth2013-05-301-1/+30
* Show nickname rather than jid in room invitesJames Booth2013-05-301-2/+16
* Use nickname to jid mapping when sending room invitesJames Booth2013-05-301-1/+5
* 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
* Do not close MUC windows on /wins pruneJames Booth2013-05-221-5/+8
* Add groups to roster contactsJames Booth2013-05-228-16/+104
* 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 _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
* 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
* Added parameter to /closeJames Booth2013-05-123-26/+114
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-0611-289/+230
* Renamed contact_list_ functions to roster_James Booth2013-05-0610-63/+62
* Tidied includes in iq.cJames Booth2013-05-061-6/+1
* Created roster module, moved roster iq'sJames Booth2013-05-064-85/+158