about summary refs log tree commit diff stats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix python executed during configurej.r2022-02-182-5/+5
* python_api.c: enlarge `c_arguments` array to avoid OOB writeSergei Trofimovich2021-11-261-1/+1
* src/plugins/python_api.c: drop redundant NULL pointer checkSergei Trofimovich2021-11-181-1/+1
* src/plugins/callbacks.c: drop redundant NULL pointer checkSergei Trofimovich2021-11-181-1/+1
* Add plugin get_barejid_from_roster functionDustin Lagoy2021-04-296-0/+38
* Change nick to name in api to match conventionDustin Lagoy2021-04-286-12/+12
* Add plugin prof_get_nick_from_roster functionDustin Lagoy2021-04-286-0/+40
* Add config.h in files were it was missingMichael Vetter2021-03-269-0/+18
* Fix various typosMichael Vetter2020-12-101-2/+2
* Declare counter var inside loopMichael Vetter2020-11-092-3/+2
* Dont hilight console once all messages have been readMichael Vetter2020-07-091-1/+1
* Apply coding styleMichael Vetter2020-07-0722-1487/+1537
* Revert "Apply coding style"Michael Vetter2020-07-0722-1576/+1526
* Apply coding styleMichael Vetter2020-07-0722-1526/+1576
* Fix reading/writing linked filesMichael Vetter2020-06-131-1/+1
* Add to_jid field to ProfMessage structMichael Vetter2020-04-111-1/+1
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-201-12/+12
* Add vim modelineMichael Vetter2019-11-1324-0/+24
* plugins/python: fix double _XOPEN_SOURCE definitionDmitry Podgorny2019-10-152-0/+2
* Sort includes in python_api.cMichael Vetter2019-10-071-5/+2
* Destroy hash table ein autocompleters_destroy()Michael Vetter2019-10-061-0/+3
* Add comment about dead assignment in callback_add_timedMichael Vetter2019-08-231-0/+1
* Fix double initialization of loop iteratorMichael Vetter2019-07-221-2/+0
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-201-1/+1
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-2/+8
* Improve plugin load/install failure messageMichael Vetter2019-06-072-12/+23
* Follow normal workflow for OMEMO message receptionPaul Fariello2019-04-101-1/+1
* Merge pull request #994 from philipflohr/masterMichael Vetter2019-02-201-1/+2
|\
| * Fail plugin unload operation if plugin does not existPhilip Flohr2019-02-201-1/+2
* | Merge pull request #995 from philipflohr/plugins_unload_allMichael Vetter2019-02-201-3/+3
|\ \
| * | plugins_unload_all fails if one plugin unload operation failsPhilip Flohr2018-04-211-3/+3
| |/
* | Update copyright to include 2019Michael Vetter2019-01-2224-24/+24
* | Fix extended plugin handling PRPhilip Flohr2018-09-061-1/+6
* | added the possibility to uninstall a pluginPhilip Flohr2018-09-062-0/+17
* | use gio functions for file copyPhilip Flohr2018-09-061-2/+1
* | removed unreachable code: if plugin is loaded it is also installed and theref...Philip Flohr2018-09-061-5/+0
* | provide feedback on failure cause if plugin installation failsPhilip Flohr2018-09-062-4/+7
* | Fail plugin installation if the target file already existsPhilip Flohr2018-09-061-0/+6
|/
* Add preferences for tab displayJames Booth2018-03-091-1/+1
* Show name in statusbar tabs WIPJames Booth2018-03-081-1/+1
* Update copyrightJames Booth2018-01-2124-24/+24
* Show Python version on --versionJames Booth2017-08-102-2/+14
* Allow previous autocompletion with shift tabJames Booth2017-04-014-7/+7
* Allow installing plugins from directoryJames Booth2017-02-052-0/+45
* Allow loading all pluginsJames Booth2017-02-052-3/+26
* Allow unloading all pluginsJames Booth2017-02-052-0/+22
* Update CopyrightJames Booth2017-01-2824-24/+24
* Add pre chat and room message blockingJames Booth2017-01-226-15/+73
* Add chat and room show calls to plugins apiJames Booth2017-01-216-0/+343
* Allow room display properies to be set by pluginsJames Booth2017-01-206-0/+218