about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'Dav1d23/master'James Booth2016-04-111-1/+37
|\ | | | | | | | | | | Conflicts: Makefile.am install-all.sh
| * Re-introduce gtk_use booleanDavid2016-04-101-9/+20
| | | | | | | | | | | | | | | | This param is still actual, in case the environemnt does not support gtk initialization. Fix a GTK assert on the way (GTKStatusIcon is not a Widget, but a plain GObject).
| * libgtk is now optionalDavid2016-03-301-15/+17
| | | | | | | | Having the lib is no more needed.
| * This case was clearly not tested locally, so many failures here.David2016-03-131-1/+3
| | | | | | | | | | | | | | I guess now this should be fine, at least for the no gui case. Locally it is working fine btw. I miss Gerrit and the ability to test before pushing right now... :'(
| * fix no gtk initDavid2016-03-131-5/+12
| |
| * Merge branch 'tray_icon' into HEADDavid2016-03-121-0/+12
| |\ | | | | | | | | | | | | | | | Let's thanks Aline <linuxine@gmail.com> for the icons. Enjoy!
| | * Use a folder to add iconsDavid2016-03-071-0/+6
| | | | | | | | | | | | | | | 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-0/+6
| | | | | | | | | | | | | | | Add tray icon for profanity based on Gtk StatusIcon. Different icon is displayed in case the user has unread messages.
* | | Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-14/+14
|/ /
* | Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\| | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-141-1/+1
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-14/+27
|/
* Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-051-4/+6
|
* Added hardcoded autoping timeoutJames Booth2015-12-311-0/+1
|
* Allow /quit during TLS certificate verification promptJames Booth2015-11-101-1/+8
|
* Removed ui_titlebar_presenceJames Booth2015-11-021-4/+4
|
* Removed ui_get_chat_recipientsJames Booth2015-11-021-1/+1
|
* Removed ui_input_nonblocking()James Booth2015-11-011-1/+1
|
* Removed ui_readline()James Booth2015-11-011-1/+1
|
* Applied coding style to src/James Booth2015-10-261-2/+2
|
* Removed --disable-tls command line optionJames Booth2015-10-181-5/+5
|
* Add ability to script commands after connectJames Booth2015-10-151-0/+2
|
* Use lastactivity preference for presence updatesJames Booth2015-10-141-2/+10
|
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-40/+110
|
* Tidied autoaway codeJames Booth2015-09-251-22/+20
|
* Allow autoaway when status is dndJames Booth2015-09-251-1/+4
|
* Set status to what it was before autoawayJames Booth2015-09-251-4/+8
|
* Send current presence when autoaway mode idleJames Booth2015-09-251-1/+1
|
* Include last activity with autoaway mode awayJames Booth2015-09-251-1/+1
|
* Save trusted certificates to tlscerts file with more informationJames Booth2015-09-241-0/+4
|
* log: Introduced stderr log handlerDmitry Podgorny2015-06-231-0/+3
| | | | | | | | This handler redirects stderr output to a pipe and gathers logs from the read end. The handler is called from main loop, therefore, if a function prints logs to stderr they will be put to log file only after function returns.
* shutdown: Call prefs_close() after log_close()Dmitry Podgorny2015-06-221-1/+1
| | | | | | log_msg() uses prefs, so prefs_close() should be called after log_close(). It makes possible to use logs in other finalisation functions.
* Merge branch 'master' into openpgpJames Booth2015-06-171-1/+3
|\
| * Removed wins_get_current_* functionsJames Booth2015-06-171-1/+3
| |
* | Merge branch 'master' into openpgpJames Booth2015-06-171-5/+7
|\| | | | | | | | | | | Conflicts: src/command/commands.c src/command/commands.h
| * Added current window reference to command functionsJames Booth2015-06-171-2/+2
| |
| * Pass current window to autocompletersJames Booth2015-06-161-3/+5
| |
* | Merge branch 'master' into openpgpJames Booth2015-06-151-1/+1
|\|
| * Moved ui/windows -> window_listJames Booth2015-06-151-1/+1
| |
* | Merge branch 'master' into openpgpJames Booth2015-06-051-1/+1
|\| | | | | | | | | Conflicts: .travis.yml
| * Added initial stabber testJames Booth2015-05-171-1/+1
| |
* | Merge branch 'master' into openpgpJames Booth2015-05-071-4/+5
|\|
| * Added cl_ev_presence_sendJames Booth2015-05-071-4/+5
| |
* | Merge branch 'master' into openpgpJames Booth2015-05-071-4/+4
|\|
| * Renamed presence_update -> presence_sendJames Booth2015-05-071-4/+4
| |
* | Merge branch 'master' into pgpJames Booth2015-05-041-2/+2
|\|
| * Use null check convention in profanity.cJames Booth2015-05-041-2/+2
| |
* | Added signature verification, /pgp fps commandJames Booth2015-03-241-0/+3
| |
* | Added pgp key list commandJames Booth2015-03-221-0/+6
|/
* Merge branch 'master' into readlineJames Booth2015-02-111-1/+1
|\ | | | | | | | | | | Conflicts: src/tools/history.c src/tools/history.h