index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
python_api.c
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
1
-4
/
+4
*
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
*
Add plugin get_barejid_from_roster function
Dustin Lagoy
2021-04-29
1
-0
/
+22
*
Change nick to name in api to match convention
Dustin Lagoy
2021-04-28
1
-5
/
+5
*
Add plugin prof_get_nick_from_roster function
Dustin Lagoy
2021-04-28
1
-0
/
+23
*
Apply coding style
Michael Vetter
2020-07-07
1
-319
/
+317
*
Revert "Apply coding style"
Michael Vetter
2020-07-07
1
-322
/
+324
*
Apply coding style
Michael Vetter
2020-07-07
1
-324
/
+322
*
Add vim modeline
Michael Vetter
2019-11-13
1
-0
/
+1
*
plugins/python: fix double _XOPEN_SOURCE definition
Dmitry Podgorny
2019-10-15
1
-0
/
+1
*
Sort includes in python_api.c
Michael Vetter
2019-10-07
1
-5
/
+2
*
Fix double initialization of loop iterator
Michael Vetter
2019-07-22
1
-2
/
+0
*
Update copyright to include 2019
Michael Vetter
2019-01-22
1
-1
/
+1
*
Update copyright
James Booth
2018-01-21
1
-1
/
+1
*
Update Copyright
James Booth
2017-01-28
1
-1
/
+1
*
Add chat and room show calls to plugins api
James Booth
2017-01-21
1
-0
/
+128
*
Allow room display properies to be set by plugins
James Booth
2017-01-20
1
-0
/
+98
*
Allow chat prefix char to be set by plugins
James Booth
2017-01-20
1
-0
/
+98
*
Add titlebar encryption text to plugins api
James Booth
2017-01-19
1
-0
/
+49
*
Add prof.encryption_reset to Plugins API
James Booth
2017-01-18
1
-0
/
+19
*
Add get_room_nick to plugins api
James Booth
2016-11-06
1
-0
/
+22
*
Allow filepath autocompletion in plugins
James Booth
2016-10-10
1
-0
/
+25
*
Remove disco features added by plugins on unload
James Booth
2016-08-11
1
-1
/
+4
*
Rename plugins settings functions
James Booth
2016-08-07
1
-24
/
+24
*
Return boolean on prof_settings_string_list_remove_all()
James Booth
2016-08-01
1
-3
/
+10
*
Remove log debugs
James Booth
2016-08-01
1
-7
/
+0
*
Add string lists settings to plugins
James Booth
2016-08-01
1
-0
/
+125
*
Fix memory leaks
James Booth
2016-07-25
1
-1
/
+3
*
Use Py_RETURN_NONE
James Booth
2016-07-25
1
-56
/
+56
*
Free python_str_or_unicode_to_string results
James Booth
2016-07-25
1
-4
/
+23
*
Remove debug on plugin win create
James Booth
2016-07-24
1
-1
/
+0
*
Tidy headers
James Booth
2016-07-24
1
-1
/
+1
*
Reorder headers
James Booth
2016-07-24
1
-2
/
+2
*
Python plugins: Free string values
James Booth
2016-07-24
1
-2
/
+57
*
Merge branch 'master' into python3
James Booth
2016-07-24
1
-1
/
+1
|
\
|
*
Update GPL link in headers
James Booth
2016-07-24
1
-1
/
+1
*
|
Allow str and unicode in python api
James Booth
2016-07-24
1
-117
/
+212
*
|
Tidy python3 conditional code
James Booth
2016-07-19
1
-38
/
+19
*
|
Add python_init_prof()
James Booth
2016-07-18
1
-0
/
+14
*
|
Fix prof module init for python3
James Booth
2016-07-18
1
-15
/
+21
*
|
Added PYTHON3 define
James Booth
2016-07-14
1
-2
/
+47
|
/
*
Pass plugin name to all autocompleter functions
James Booth
2016-07-04
1
-2
/
+12
*
Free plugins commands on quit
James Booth
2016-07-04
1
-9
/
+17
*
Add plugin name to win_create api call
James Booth
2016-07-03
1
-1
/
+4
*
Pass plugin name to api layer
James Booth
2016-06-30
1
-5
/
+5
*
Revert "WIP - Unload plugin commands"
James Booth
2016-06-30
1
-2
/
+2
*
WIP - Unload plugin commands
James Booth
2016-06-29
1
-2
/
+2
*
Add macro for plugins completer add
James Booth
2016-06-23
1
-0
/
+3
[next]