Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -4/+4 |
| | |||||
* | Add session.c | James Booth | 2016-05-05 | 1 | -4/+4 |
| | |||||
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 1 | -0/+5 |
| | |||||
* | Load/destroy tray icons on init/shutdown | James Booth | 2016-04-18 | 1 | -1/+1 |
| | |||||
* | Moved gtk specific code to tray.c | James Booth | 2016-04-18 | 1 | -20/+3 |
| | |||||
* | Grouped tray icon initialisation code | James Booth | 2016-04-17 | 1 | -11/+9 |
| | |||||
* | Make tray icon configurable using /tray cmd | Dominik Heidler | 2016-04-16 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'Dav1d23/master' | James Booth | 2016-04-11 | 1 | -1/+37 |
|\ | | | | | | | | | | | Conflicts: Makefile.am install-all.sh | ||||
| * | Re-introduce gtk_use boolean | David | 2016-04-10 | 1 | -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 optional | David | 2016-03-30 | 1 | -15/+17 |
| | | | | | | | | Having the lib is no more needed. | ||||
| * | This case was clearly not tested locally, so many failures here. | David | 2016-03-13 | 1 | -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 init | David | 2016-03-13 | 1 | -5/+12 |
| | | |||||
| * | Merge branch 'tray_icon' into HEAD | David | 2016-03-12 | 1 | -0/+12 |
| |\ | | | | | | | | | | | | | | | | Let's thanks Aline <linuxine@gmail.com> for the icons. Enjoy! | ||||
| | * | Use a folder to add icons | David | 2016-03-07 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | NOTE: it is not working in this release, I have to get how to retrieve icons from folder. | ||||
| | * | Introduce Tray Icon for Profanity | David | 2016-03-06 | 1 | -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_H | James Booth | 2016-03-31 | 1 | -14/+14 |
|/ / | |||||
* | | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 |
|\| | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -14/+27 |
|/ | |||||
* | Added roster struct, create and destroy roster on connect/disconnect | James Booth | 2016-01-05 | 1 | -4/+6 |
| | |||||
* | Added hardcoded autoping timeout | James Booth | 2015-12-31 | 1 | -0/+1 |
| | |||||
* | Allow /quit during TLS certificate verification prompt | James Booth | 2015-11-10 | 1 | -1/+8 |
| | |||||
* | Removed ui_titlebar_presence | James Booth | 2015-11-02 | 1 | -4/+4 |
| | |||||
* | Removed ui_get_chat_recipients | James Booth | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Removed ui_input_nonblocking() | James Booth | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | Removed ui_readline() | James Booth | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | Applied coding style to src/ | James Booth | 2015-10-26 | 1 | -2/+2 |
| | |||||
* | Removed --disable-tls command line option | James Booth | 2015-10-18 | 1 | -5/+5 |
| | |||||
* | Add ability to script commands after connect | James Booth | 2015-10-15 | 1 | -0/+2 |
| | |||||
* | Use lastactivity preference for presence updates | James Booth | 2015-10-14 | 1 | -2/+10 |
| | |||||
* | Added auto xa option, tidied autoaway code | James Booth | 2015-09-27 | 1 | -40/+110 |
| | |||||
* | Tidied autoaway code | James Booth | 2015-09-25 | 1 | -22/+20 |
| | |||||
* | Allow autoaway when status is dnd | James Booth | 2015-09-25 | 1 | -1/+4 |
| | |||||
* | Set status to what it was before autoaway | James Booth | 2015-09-25 | 1 | -4/+8 |
| | |||||
* | Send current presence when autoaway mode idle | James Booth | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | Include last activity with autoaway mode away | James Booth | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | Save trusted certificates to tlscerts file with more information | James Booth | 2015-09-24 | 1 | -0/+4 |
| | |||||
* | log: Introduced stderr log handler | Dmitry Podgorny | 2015-06-23 | 1 | -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 Podgorny | 2015-06-22 | 1 | -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 openpgp | James Booth | 2015-06-17 | 1 | -1/+3 |
|\ | |||||
| * | Removed wins_get_current_* functions | James Booth | 2015-06-17 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-06-17 | 1 | -5/+7 |
|\| | | | | | | | | | | | Conflicts: src/command/commands.c src/command/commands.h | ||||
| * | Added current window reference to command functions | James Booth | 2015-06-17 | 1 | -2/+2 |
| | | |||||
| * | Pass current window to autocompleters | James Booth | 2015-06-16 | 1 | -3/+5 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-06-15 | 1 | -1/+1 |
|\| | |||||
| * | Moved ui/windows -> window_list | James Booth | 2015-06-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-06-05 | 1 | -1/+1 |
|\| | | | | | | | | | Conflicts: .travis.yml | ||||
| * | Added initial stabber test | James Booth | 2015-05-17 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-05-07 | 1 | -4/+5 |
|\| | |||||
| * | Added cl_ev_presence_send | James Booth | 2015-05-07 | 1 | -4/+5 |
| | |