about summary refs log tree commit diff stats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* autotools: make VPATH builds workDmitry Podgorny2018-10-311-3/+5
| | | | Fixes #862
* tests: remove cflag -w and fix warningsDmitry Podgorny2018-10-311-1/+0
| | | | | | | | | The flag hides errors. But we want unit tests to be correct in order to reveal errors in the main code. The patch removes tests_unittests_unittests_CFLAGS which makes autotools use AM_CFLAGS instead. Therefore, unit tests are built with flags derived from configure.ac.
* Merge pull request #991 from paulfariello/feature/xep-0050Michael Vetter2018-09-271-1/+1
|\ | | | | Add support for xep 0050 ad-hoc commands, without multi-step
| * Rename mucconf wins into conf winsPaul Fariello2018-09-051-1/+1
| | | | | | | | Configuration windows are now being used by both muc and cmd.
* | Remove p_sha1 source filesMichael Vetter2018-09-051-2/+0
|/ | | | And delete from Makefile.am
* Disable functional testsMichael Vetter2018-08-301-9/+15
| | | | | | | | Functional tests were commented out because of: https://github.com/boothj5/profanity/pull/1010 An issue was raised for stabber: https://github.com/boothj5/stabber/issues/5 Once this issue is resolved functional tests should be enabled again.
* Include CHANGELOG and README.md in packageJames Booth2017-02-071-1/+1
| | | | fixes #904
* Add stub_ui.h to Makefile.amJames Booth2016-10-021-1/+1
|
* Allow vertical positioning of all windowsJames Booth2016-09-231-0/+1
|
* Release 0.5.0James Booth2016-09-151-1/+1
|
* Use hashtables for plugin disco featuresJames Booth2016-08-171-0/+1
|
* Add config/files.cJames Booth2016-07-241-0/+2
|
* Moved window_list.cJames Booth2016-07-241-2/+2
|
* Moved tray.cJames Booth2016-07-241-2/+2
|
* Moved roster_list.cJames Booth2016-07-241-2/+2
|
* Moved resource.cJames Booth2016-07-241-2/+2
|
* Moved muc.cJames Booth2016-07-241-2/+2
|
* Moved jid.cJames Booth2016-07-241-2/+2
|
* Moved contact.cJames Booth2016-07-241-2/+2
|
* Moved chat_state.cJames Booth2016-07-241-2/+2
|
* Moved chat_session.cJames Booth2016-07-241-4/+4
|
* Free plugins commands on quitJames Booth2016-07-041-0/+1
|
* Move /statuses options to /presence commandJames Booth2016-05-311-1/+1
|
* Rename command sourcesJames Booth2016-05-221-6/+6
|
* Add cmd_autocomplete.cJames Booth2016-05-201-0/+2
|
* Add session.cJames Booth2016-05-051-0/+1
|
* Renamed connection.c -> session.cJames Booth2016-05-051-2/+2
|
* Add /blocked commandJames Booth2016-05-011-0/+1
|
* Plugins: Added prof_disco_add_feature()James Booth2016-04-301-0/+2
|
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+3
|
* Merge remote-tracking branch 'Dav1d23/master'James Booth2016-04-111-2/+8
|\ | | | | | | | | | | Conflicts: Makefile.am install-all.sh
| * fix testsDavid2016-03-131-0/+1
| |
| * Merge branch 'tray_icon' into HEADDavid2016-03-121-2/+7
| |\ | | | | | | | | | | | | | | | Let's thanks Aline <linuxine@gmail.com> for the icons. Enjoy!
| | * Use a folder to add iconsDavid2016-03-071-1/+5
| | | | | | | | | | | | | | | NOTE: it is not working in this release, I have to get how to retrieve icons from folder.
| | * Introduce Tray Icon for ProfanityDavid2016-03-061-1/+2
| | | | | | | | | | | | | | | Add tray icon for profanity based on Gtk StatusIcon. Different icon is displayed in case the user has unread messages.
* | | Added boolean settings for pluginsJames Booth2016-03-251-1/+3
|/ /
* | Merge branch 'master' into plugins-pythonJames Booth2016-02-281-1/+1
|\ \
| * | Fixed cygwin compileJames Booth2016-02-281-1/+1
| | |
* | | Added python plugins codeJames Booth2016-02-241-0/+9
|/ /
* | Added theme support to pluginsJames Booth2016-02-211-1/+3
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-1/+27
|/
* Call UI disconnect functions before disconnecting with /disconnectJames Booth2016-01-051-0/+1
| | | | fixes #703
* Added muc functional testsJames Booth2015-12-201-0/+1
|
* Created config/conflists.c for shared config list handlingJames Booth2015-11-231-0/+2
|
* Added privwin moduleJames Booth2015-11-051-0/+1
|
* Added mucconfwin moduleJames Booth2015-11-021-0/+1
|
* Added mucwin moduleJames Booth2015-11-011-0/+1
|
* Added xmlwin moduleJames Booth2015-11-011-0/+1
|
* Removed ui_events moduleJames Booth2015-10-271-2/+0
|
* Extracted chatwin.cJames Booth2015-10-261-0/+1
|