| Commit message (Expand) | Author | Age | Files | Lines |
* | plugin: python: fix build for Python 3.11 | Đoàn Trần Công Danh | 2022-09-24 | 1 | -0/+8 |
* | Fix python executed during configure | j.r | 2022-02-18 | 2 | -5/+5 |
* | python_api.c: enlarge `c_arguments` array to avoid OOB write | Sergei Trofimovich | 2021-11-26 | 1 | -1/+1 |
* | src/plugins/python_api.c: drop redundant NULL pointer check | Sergei Trofimovich | 2021-11-18 | 1 | -1/+1 |
* | src/plugins/callbacks.c: drop redundant NULL pointer check | Sergei Trofimovich | 2021-11-18 | 1 | -1/+1 |
* | Add plugin get_barejid_from_roster function | Dustin Lagoy | 2021-04-29 | 6 | -0/+38 |
* | Change nick to name in api to match convention | Dustin Lagoy | 2021-04-28 | 6 | -12/+12 |
* | Add plugin prof_get_nick_from_roster function | Dustin Lagoy | 2021-04-28 | 6 | -0/+40 |
* | Add config.h in files were it was missing | Michael Vetter | 2021-03-26 | 9 | -0/+18 |
* | Fix various typos | Michael Vetter | 2020-12-10 | 1 | -2/+2 |
* | Declare counter var inside loop | Michael Vetter | 2020-11-09 | 2 | -3/+2 |
* | Dont hilight console once all messages have been read | Michael Vetter | 2020-07-09 | 1 | -1/+1 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 22 | -1487/+1537 |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 22 | -1576/+1526 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 22 | -1526/+1576 |
* | Fix reading/writing linked files | Michael Vetter | 2020-06-13 | 1 | -1/+1 |
* | Add to_jid field to ProfMessage struct | Michael Vetter | 2020-04-11 | 1 | -1/+1 |
* | Allow utf8 symbols as omemo/pgp/otr indicator char | Michael Vetter | 2020-02-20 | 1 | -12/+12 |
* | Add vim modeline | Michael Vetter | 2019-11-13 | 24 | -0/+24 |
* | plugins/python: fix double _XOPEN_SOURCE definition | Dmitry Podgorny | 2019-10-15 | 2 | -0/+2 |
* | Sort includes in python_api.c | Michael Vetter | 2019-10-07 | 1 | -5/+2 |
* | Destroy hash table ein autocompleters_destroy() | Michael Vetter | 2019-10-06 | 1 | -0/+3 |
* | Add comment about dead assignment in callback_add_timed | Michael Vetter | 2019-08-23 | 1 | -0/+1 |
* | Fix double initialization of loop iterator | Michael Vetter | 2019-07-22 | 1 | -2/+0 |
* | Rename prof_message_t into ProfMessage | Paul Fariello | 2019-06-20 | 1 | -1/+1 |
* | Add prof_message_t to wrap all message attributes | Paul Fariello | 2019-06-20 | 1 | -2/+8 |
* | Improve plugin load/install failure message | Michael Vetter | 2019-06-07 | 2 | -12/+23 |
* | Follow normal workflow for OMEMO message reception | Paul Fariello | 2019-04-10 | 1 | -1/+1 |
* | Merge pull request #994 from philipflohr/master | Michael Vetter | 2019-02-20 | 1 | -1/+2 |
|\ |
|
| * | Fail plugin unload operation if plugin does not exist | Philip Flohr | 2019-02-20 | 1 | -1/+2 |
* | | Merge pull request #995 from philipflohr/plugins_unload_all | Michael Vetter | 2019-02-20 | 1 | -3/+3 |
|\ \ |
|
| * | | plugins_unload_all fails if one plugin unload operation fails | Philip Flohr | 2018-04-21 | 1 | -3/+3 |
| |/ |
|
* | | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 24 | -24/+24 |
* | | Fix extended plugin handling PR | Philip Flohr | 2018-09-06 | 1 | -1/+6 |
* | | added the possibility to uninstall a plugin | Philip Flohr | 2018-09-06 | 2 | -0/+17 |
* | | use gio functions for file copy | Philip Flohr | 2018-09-06 | 1 | -2/+1 |
* | | removed unreachable code: if plugin is loaded it is also installed and theref... | Philip Flohr | 2018-09-06 | 1 | -5/+0 |
* | | provide feedback on failure cause if plugin installation fails | Philip Flohr | 2018-09-06 | 2 | -4/+7 |
* | | Fail plugin installation if the target file already exists | Philip Flohr | 2018-09-06 | 1 | -0/+6 |
|/ |
|
* | Add preferences for tab display | James Booth | 2018-03-09 | 1 | -1/+1 |
* | Show name in statusbar tabs WIP | James Booth | 2018-03-08 | 1 | -1/+1 |
* | Update copyright | James Booth | 2018-01-21 | 24 | -24/+24 |
* | Show Python version on --version | James Booth | 2017-08-10 | 2 | -2/+14 |
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 4 | -7/+7 |
* | Allow installing plugins from directory | James Booth | 2017-02-05 | 2 | -0/+45 |
* | Allow loading all plugins | James Booth | 2017-02-05 | 2 | -3/+26 |
* | Allow unloading all plugins | James Booth | 2017-02-05 | 2 | -0/+22 |
* | Update Copyright | James Booth | 2017-01-28 | 24 | -24/+24 |
* | Add pre chat and room message blocking | James Booth | 2017-01-22 | 6 | -15/+73 |
* | Add chat and room show calls to plugins api | James Booth | 2017-01-21 | 6 | -0/+343 |