about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Collapse)AuthorAgeFilesLines
* Added scroll support to occupant listJames Booth2014-10-071-2/+3
|
* Always update UI in event loop, removed updates from rest of codeJames Booth2014-09-011-4/+2
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Spelling errors fixed and hyphenation used as minus sign fixedDariusz Dwornikowski2014-08-111-1/+1
|
* Free resources on OTR shutdownJames Booth2014-06-261-0/+3
|
* Added deallocation function for string prefs, added otr policy enumJames Booth2014-06-181-11/+5
|
* Fixed memleaks with otr policy and autoaway optionsJames Booth2014-06-171-6/+14
|
* Free account_name preference on autoconnectJames Booth2014-06-171-7/+11
|
* Use libgcrypt instead of libgnutls for SHA1 hashingJames Booth2014-05-211-3/+0
|
* Merge branch 'master' into otrsmpJames Booth2014-05-021-0/+3
|\ | | | | | | | | Conflicts: install-all.sh
| * Changed to use gnutls instead of openssl for sha1 hashingJames Booth2014-05-011-0/+3
| |
* | Attempt at shared secret authentication for libotr 4.0.0James Booth2014-04-281-0/+3
|/ | | | Bug exists where second attempt always gets stuck
* Added /log rotate optionJames Booth2014-04-131-1/+1
|
* Fixed spelling in commentJames Booth2014-04-071-1/+1
|
* Removed inputwin functions from ui.hJames Booth2014-04-071-6/+3
|
* Removed titlebar functions from ui.hJames Booth2014-04-071-26/+4
|
* Tidied ui dependenciesJames Booth2014-04-061-1/+1
|
* Clear window title bar on exitJames Booth2014-04-031-0/+1
|
* Removed strcpy callsJames Booth2014-04-021-2/+2
|
* Renamed refresh functions to update_virtualJames Booth2014-04-011-2/+2
|
* Hooks test commitJames Booth2014-03-301-1/+0
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* fixed build error when make run with -jN optionDmitry Podgorny2014-03-061-1/+1
| | | | | Race can occur when gitversion file isn't fully generated before it is used.
* 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
| | | | fixes #296
* 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
|\| | | | | | | | | Conflicts: src/command/command.c
| * 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
| |\ | | | | | | | | | | | | Conflicts: src/ui/core.c
| * | 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
| | | | | | | | | | | | Removed checks from muc presence, and when contact is offline on message
* | | Added /otr commandJames Booth2013-11-081-3/+0
| | |