about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Expand)AuthorAgeFilesLines
* Moved muc error handling to profanity.cJames Booth2013-10-061-0/+9
* Moved UI error handler code to ui/coreJames Booth2013-10-061-21/+1
* Fix nickname change conflictsJames Booth2013-09-221-1/+3
* Fixe rejoining room after nickname conflictJames Booth2013-09-221-0/+5
* Use git revision in development stringsJames Booth2013-09-171-1/+9
* refactored mkdir_recursiveDmitry Podgorny2013-08-031-3/+9
* Show messages on /group add and /group removeJames Booth2013-06-231-0/+16
* Show message when removing contact from group when not in groupJames Booth2013-06-231-2/+10
* Show message when contact already in groupJames Booth2013-06-231-0/+8
* Added message in console on /roster removeJames Booth2013-06-021-0/+7
* Added message in console on /roster addJames Booth2013-06-021-0/+7
* Fixed autoawayJames Booth2013-05-301-0/+1
* Refactored roster push handlingJames Booth2013-05-211-3/+3
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-1/+0
* Renamed contact_list_ functions to roster_James Booth2013-05-061-9/+9
* Fixed error when losing connection and segfaulting on notify_remind()James Booth2013-05-061-1/+2
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-051-0/+7
* Added groupchat logsJames Booth2013-05-051-0/+7
* Added desktop notification option for subscription requestsJames Booth2013-04-271-0/+3
* Only set autoaway when status is "online" or "chat"James Booth2013-04-271-27/+30
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-241-2/+10
* Added notifier moduleJames Booth2013-04-211-0/+1
* Renamed remaining win_ functionsJames Booth2013-04-211-52/+52
* Renamed win_current_get_recipient -> ui_current_win_recipientJames Booth2013-04-211-1/+1
* Replace window type functions with single function returning typeJames Booth2013-04-211-9/+10
* Renamed cons_bad_show -> cons_show_errorJames Booth2013-04-211-5/+5
* Show message in console when receiving chat room invitesJames Booth2013-03-241-0/+8
* Implemented output for /disco infoJames Booth2013-03-141-0/+7
* Added output for /disco itemsJames Booth2013-03-141-0/+7
* Show name as well as jid for room listJames Booth2013-03-141-9/+1
* Page off after /rooms commandJames Booth2013-03-141-0/+1
* Added basic /rooms command to get chat room listJames Booth2013-03-131-0/+14
* Init and shutdown of libstrophe moved, free resources before creatingJames Booth2013-02-271-0/+1
* Colour title on /caps and /software outputJames Booth2013-02-171-3/+3
* Fixed autoawayJames Booth2013-02-171-11/+11
* Show fulljid when contact becomes unavailableJames Booth2013-02-171-1/+3
* Added autocomplete for /software commandJames Booth2013-02-171-0/+8
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-1/+1
* Simple default resource hanlding on presenceJames Booth2013-02-141-9/+11
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-13/+14
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-1/+1
* Show priority on autoaway messagesJames Booth2013-02-051-5/+14
* Losing connection shows 'offline' in uiJames Booth2013-02-031-14/+9
* Removed jabber_restart functionJames Booth2013-02-031-1/+0
* Moved caps_init() out of xmpp.hJames Booth2013-02-031-1/+0
* Refactored string preferencesJames Booth2013-02-031-9/+9
* Refactored getting boolean preferencesJames Booth2013-02-031-3/+3
* Removed log function to log.cJames Booth2013-02-031-16/+1
* Added resize check to ui moduleJames Booth2013-02-021-10/+1
* Tidied directory creationJames Booth2013-02-021-55/+10
>128 129 130 131 132 133 134 135 136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159