Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored /account set commands | James Booth | 2016-04-28 | 1 | -178/+275 |
| | |||||
* | Fixed compiler errors | James Booth | 2016-04-27 | 1 | -7/+7 |
| | |||||
* | Check first entry in command sub_funcs | James Booth | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | Free inputrc string | James Booth | 2016-04-27 | 1 | -0/+2 |
| | | | | fixes #797 | ||||
* | Updated Command structure comments | James Booth | 2016-04-27 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' into subcmds | James Booth | 2016-04-26 | 25 | -69/+1075 |
|\ | |||||
| * | Merge remote-tracking branch 'asdil12/xep_0363_http_file_upload' | James Booth | 2016-04-26 | 25 | -69/+1073 |
| |\ | |||||
| | * | Fix OSX compile | James Booth | 2016-04-26 | 6 | -46/+47 |
| | | | |||||
| | * | Fixed cygwin compile (again) | James Booth | 2016-04-26 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed cygwin compile | James Booth | 2016-04-26 | 1 | -0/+5 |
| | | | |||||
| | * | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 20 | -26/+878 |
| | | | |||||
| | * | Cache all disco items and features on connect | Dominik Heidler | 2016-04-20 | 3 | -1/+146 |
| |/ | |||||
* / | Added sub commands to command structure | James Booth | 2016-04-26 | 3 | -827/+1344 |
|/ | |||||
* | Show correct tray icon immediately on enable | James Booth | 2016-04-18 | 1 | -1/+3 |
| | |||||
* | Load/destroy tray icons on init/shutdown | James Booth | 2016-04-18 | 4 | -14/+14 |
| | |||||
* | Moved gtk specific code to tray.c | James Booth | 2016-04-18 | 3 | -20/+42 |
| | |||||
* | Grouped tray icon initialisation code | James Booth | 2016-04-17 | 1 | -11/+9 |
| | |||||
* | Remove redundant return value from _cmd_set_boolean_preference | James Booth | 2016-04-17 | 1 | -59/+70 |
| | |||||
* | Merge remote-tracking branch 'asdil12/tray_config' | James Booth | 2016-04-17 | 8 | -5/+59 |
|\ | |||||
| * | Make tray icon configurable using /tray cmd | Dominik Heidler | 2016-04-16 | 8 | -2/+72 |
|/ | |||||
* | Merge branch 'muc-hooks' | James Booth | 2016-04-15 | 6 | -1/+91 |
|\ | |||||
| * | Plugins: Added more muc hooks | James Booth | 2016-04-15 | 7 | -4/+94 |
| | | |||||
* | | Merge remote-tracking branch 'asdil12/help' | James Booth | 2016-04-15 | 1 | -1/+13 |
|\ \ | |||||
| * | | Add /command? shortcut to view /help command | Dominik Heidler | 2016-04-13 | 1 | -1/+13 |
| | | | |||||
* | | | Plugins fixed return values for python stanza hooks | James Booth | 2016-04-15 | 1 | -3/+3 |
| |/ |/| | |||||
* | | Plugins: Added account_name and fulljid to prof_init hook | James Booth | 2016-04-13 | 6 | -11/+22 |
| | | |||||
* | | Only complete unloaded plugins on /plugins load | James Booth | 2016-04-12 | 3 | -11/+12 |
| | | |||||
* | | Execute python string to append plugin path | James Booth | 2016-04-12 | 1 | -15/+5 |
|/ | |||||
* | Merge remote-tracking branch 'Dav1d23/master' | James Booth | 2016-04-11 | 4 | -1/+259 |
|\ | | | | | | | | | | | Conflicts: Makefile.am install-all.sh | ||||
| * | Use log facilities instead of printing on the stderr | David | 2016-04-10 | 1 | -1/+2 |
| | | |||||
| * | Re-introduce gtk_use boolean | David | 2016-04-10 | 3 | -18/+21 |
| | | | | | | | | | | | | | | | | 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 | 5 | -22/+36 |
| | | | | | | | | 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 | 3 | -9/+19 |
| | | |||||
| * | typo | David | 2016-03-13 | 1 | -1/+1 |
| | | |||||
| * | fix possible free(NULL) | David | 2016-03-13 | 1 | -2/+6 |
| | | |||||
| * | Merge branch 'tray_icon' into HEAD | David | 2016-03-12 | 4 | -0/+220 |
| |\ | | | | | | | | | | | | | | | | Let's thanks Aline <linuxine@gmail.com> for the icons. Enjoy! | ||||
| | * | fixing leakings | David | 2016-03-12 | 2 | -4/+36 |
| | | | |||||
| | * | read icons from local dir | David | 2016-03-10 | 1 | -17/+38 |
| | | | | | | | | | | | | | | | if desired, icons could be put in the .config dir. In this case, these icons will be read, instead of the other ones. | ||||
| | * | Fix icons when installed in share... it is working now! | David | 2016-03-09 | 1 | -6/+17 |
| | | | |||||
| | * | Use a folder to add icons | David | 2016-03-07 | 4 | -5/+29 |
| | | | | | | | | | | | | | | | NOTE: it is not working in this release, I have to get how to retrieve icons from folder. | ||||
| | * | better icons | David | 2016-03-07 | 2 | -0/+0 |
| | | | |||||
| | * | Introduce Tray Icon for Profanity | David | 2016-03-06 | 6 | -0/+132 |
| | | | | | | | | | | | | | | | Add tray icon for profanity based on Gtk StatusIcon. Different icon is displayed in case the user has unread messages. | ||||
* | | | Fixed /plugins help | James Booth | 2016-04-10 | 1 | -1/+1 |
| | | | |||||
* | | | Added /plugins load command | James Booth | 2016-04-10 | 8 | -39/+174 |
| | | | |||||
* | | | Fixed typos | James Booth | 2016-04-09 | 1 | -7/+7 |
| | | | |||||
* | | | Fixed timestamp for on_room_history_message | James Booth | 2016-04-08 | 1 | -1/+1 |
| | | | |||||
* | | | Plugins: Added on_room_history_message | James Booth | 2016-04-08 | 7 | -0/+72 |
| | | | |||||
* | | | Plugins: Added completer_clear | James Booth | 2016-04-07 | 8 | -0/+45 |
| | | | |||||
* | | | Plugins: Added on_room_win_focus | James Booth | 2016-04-07 | 7 | -0/+53 |
| | | |