Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 | |
| | ||||||
* | Spelling errors fixed and hyphenation used as minus sign fixed | Dariusz Dwornikowski | 2014-08-11 | 1 | -1/+1 | |
| | ||||||
* | Free resources on OTR shutdown | James Booth | 2014-06-26 | 1 | -0/+3 | |
| | ||||||
* | Added deallocation function for string prefs, added otr policy enum | James Booth | 2014-06-18 | 1 | -11/+5 | |
| | ||||||
* | Fixed memleaks with otr policy and autoaway options | James Booth | 2014-06-17 | 1 | -6/+14 | |
| | ||||||
* | Free account_name preference on autoconnect | James Booth | 2014-06-17 | 1 | -7/+11 | |
| | ||||||
* | Use libgcrypt instead of libgnutls for SHA1 hashing | James Booth | 2014-05-21 | 1 | -3/+0 | |
| | ||||||
* | Merge branch 'master' into otrsmp | James Booth | 2014-05-02 | 1 | -0/+3 | |
|\ | | | | | | | | | Conflicts: install-all.sh | |||||
| * | Changed to use gnutls instead of openssl for sha1 hashing | James Booth | 2014-05-01 | 1 | -0/+3 | |
| | | ||||||
* | | Attempt at shared secret authentication for libotr 4.0.0 | James Booth | 2014-04-28 | 1 | -0/+3 | |
|/ | | | | Bug exists where second attempt always gets stuck | |||||
* | Added /log rotate option | James Booth | 2014-04-13 | 1 | -1/+1 | |
| | ||||||
* | Fixed spelling in comment | James Booth | 2014-04-07 | 1 | -1/+1 | |
| | ||||||
* | Removed inputwin functions from ui.h | James Booth | 2014-04-07 | 1 | -6/+3 | |
| | ||||||
* | Removed titlebar functions from ui.h | James Booth | 2014-04-07 | 1 | -26/+4 | |
| | ||||||
* | Tidied ui dependencies | James Booth | 2014-04-06 | 1 | -1/+1 | |
| | ||||||
* | Clear window title bar on exit | James Booth | 2014-04-03 | 1 | -0/+1 | |
| | ||||||
* | Removed strcpy calls | James Booth | 2014-04-02 | 1 | -2/+2 | |
| | ||||||
* | Renamed refresh functions to update_virtual | James Booth | 2014-04-01 | 1 | -2/+2 | |
| | ||||||
* | Hooks test commit | James Booth | 2014-03-30 | 1 | -1/+0 | |
| | ||||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 | |
| | ||||||
* | fixed build error when make run with -jN option | Dmitry Podgorny | 2014-03-06 | 1 | -1/+1 | |
| | | | | | Race can occur when gitversion file isn't fully generated before it is used. | |||||
* | Moved otr sources into folder | James Booth | 2014-02-12 | 1 | -1/+1 | |
| | ||||||
* | Added presence_error tests, added muc_close() | James Booth | 2014-01-30 | 1 | -0/+1 | |
| | ||||||
* | Close UI windows on /quit | James Booth | 2014-01-30 | 1 | -0/+1 | |
| | | | | fixes #296 | |||||
* | Handle recipient not found | James Booth | 2014-01-26 | 1 | -16/+20 | |
| | ||||||
* | Implemented basic running of alias commands | James Booth | 2014-01-23 | 1 | -6/+5 | |
| | ||||||
* | Renamed title_bar_set_status -> title_bar_set_presence | James Booth | 2014-01-16 | 1 | -4/+4 | |
| | ||||||
* | Added conditionals to makefile for otr support | James Booth | 2014-01-12 | 1 | -0/+2 | |
| | ||||||
* | Merge branch 'master' into otr | James Booth | 2014-01-05 | 1 | -372/+0 | |
|\ | ||||||
| * | Refactored roster add/update | James Booth | 2014-01-05 | 1 | -7/+0 | |
| | | ||||||
| * | Removed prof_handle group functions | James Booth | 2014-01-05 | 1 | -16/+0 | |
| | | ||||||
| * | Removed prof_handle_disconnect | James Booth | 2014-01-05 | 1 | -12/+0 | |
| | | ||||||
| * | Moved roster handlers to server_events | James Booth | 2014-01-05 | 1 | -23/+0 | |
| | | ||||||
| * | Moved presence handlers to server_events | James Booth | 2014-01-05 | 1 | -131/+0 | |
| | | ||||||
| * | Moved messages handlers to server_events | James Booth | 2014-01-05 | 1 | -104/+0 | |
| | | ||||||
| * | Moved handle_room_list and handle_disco_items to server_events | James Booth | 2014-01-05 | 1 | -14/+0 | |
| | | ||||||
| * | Moved handle_disco_info to server_events | James Booth | 2014-01-05 | 1 | -7/+0 | |
| | | ||||||
| * | Moved handle_software_version_result to server_events | James Booth | 2014-01-05 | 1 | -8/+0 | |
| | | ||||||
| * | Moved handle_lost_connection and handle_failed_login to server_events | James Booth | 2014-01-05 | 1 | -19/+0 | |
| | | ||||||
| * | Moved handle_login_account_success to server_events | James Booth | 2014-01-05 | 1 | -16/+0 | |
| | | ||||||
| * | Added server_events.c | James Booth | 2014-01-05 | 1 | -15/+0 | |
| | | ||||||
* | | Merge branch 'master' into otr | James Booth | 2013-12-15 | 1 | -5/+29 | |
|\| | | | | | | | | | Conflicts: src/command/command.c | |||||
| * | Seperated command functions into module | James Booth | 2013-12-15 | 1 | -1/+1 | |
| | | ||||||
| * | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' into refactor2 | James Booth | 2013-11-11 | 1 | -1/+13 | |
| |\ | | | | | | | | | | | | | Conflicts: src/ui/core.c | |||||
| * | | Moved idle chat state handling out of ui module | James Booth | 2013-10-07 | 1 | -1/+25 | |
| | | | ||||||
| * | | PREF_STATUSES, moved checks to profanity module | James Booth | 2013-10-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | Removed checks from muc presence, and when contact is offline on message | |||||
* | | | Added /otr command | James Booth | 2013-11-08 | 1 | -3/+0 | |
| | | | ||||||
* | | | Load keys and fingerprints for account on connect | James Booth | 2013-11-08 | 1 | -0/+3 | |
| | | | ||||||
* | | | Added libotr | James Booth | 2013-11-08 | 1 | -1/+4 | |
| |/ |/| |