about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrightJames Booth2014-03-091-1/+1
* fixed build error when make run with -jN optionDmitry Podgorny2014-03-061-1/+1
* Moved otr sources into folderJames Booth2014-02-121-1/+1
* Added presence_error tests, added muc_close()James Booth2014-01-301-0/+1
* Close UI windows on /quitJames Booth2014-01-301-0/+1
* Handle recipient not foundJames Booth2014-01-261-16/+20
* Implemented basic running of alias commandsJames Booth2014-01-231-6/+5
* Renamed title_bar_set_status -> title_bar_set_presenceJames Booth2014-01-161-4/+4
* Added conditionals to makefile for otr supportJames Booth2014-01-121-0/+2
* Merge branch 'master' into otrJames Booth2014-01-051-372/+0
|\
| * Refactored roster add/updateJames Booth2014-01-051-7/+0
| * Removed prof_handle group functionsJames Booth2014-01-051-16/+0
| * Removed prof_handle_disconnectJames Booth2014-01-051-12/+0
| * Moved roster handlers to server_eventsJames Booth2014-01-051-23/+0
| * Moved presence handlers to server_eventsJames Booth2014-01-051-131/+0
| * Moved messages handlers to server_eventsJames Booth2014-01-051-104/+0
| * Moved handle_room_list and handle_disco_items to server_eventsJames Booth2014-01-051-14/+0
| * Moved handle_disco_info to server_eventsJames Booth2014-01-051-7/+0
| * Moved handle_software_version_result to server_eventsJames Booth2014-01-051-8/+0
| * Moved handle_lost_connection and handle_failed_login to server_eventsJames Booth2014-01-051-19/+0
| * Moved handle_login_account_success to server_eventsJames Booth2014-01-051-16/+0
| * Added server_events.cJames Booth2014-01-051-15/+0
* | Merge branch 'master' into otrJames Booth2013-12-151-5/+29
|\|
| * Seperated command functions into moduleJames Booth2013-12-151-1/+1
| * Added simple mock test, refactored rosterJames Booth2013-12-141-1/+1
| * Merge branch 'master' into refactor2James Booth2013-11-111-1/+13
| |\
| * | Moved idle chat state handling out of ui moduleJames Booth2013-10-071-1/+25
| * | PREF_STATUSES, moved checks to profanity moduleJames Booth2013-10-061-2/+2
* | | Added /otr commandJames Booth2013-11-081-3/+0
* | | Load keys and fingerprints for account on connectJames Booth2013-11-081-0/+3
* | | Added libotrJames Booth2013-11-081-1/+4
| |/ |/|
* | Allow "account" setting in [connection] to autconnect the accountJames Booth2013-11-071-0/+4
* | Merge remote-tracking branch 'tsenart/connect-on-startup'James Booth2013-11-071-1/+9
|\ \ | |/ |/|
| * Connect to an account on start-upTomás Senart2013-10-141-1/+7
|/
* 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