about summary refs log tree commit diff stats
path: root/src/plugins/python_plugins.c
Commit message (Expand)AuthorAgeFilesLines
* Update CopyrightJames Booth2017-01-281-1/+1
* Add pre chat and room message blockingJames Booth2017-01-221-0/+17
* Remove disco features added by plugins on unloadJames Booth2016-08-111-0/+2
* Check return values from python plugin hooksJames Booth2016-08-111-57/+91
* Add resource to chat message plugin hooksJames Booth2016-08-101-28/+29
* Decrement reference count on python hook args objectsJames Booth2016-07-251-23/+39
* Move all filepath handling to files.cJames Booth2016-07-241-1/+2
* Tidy headersJames Booth2016-07-241-1/+0
* Add /plugins python_version commandJames Booth2016-07-241-3/+6
* Merge branch 'master' into python3James Booth2016-07-241-1/+1
|\
| * Update GPL link in headersJames Booth2016-07-241-1/+1
* | Allow str and unicode in python apiJames Booth2016-07-241-37/+9
* | Tidy python3 conditional codeJames Booth2016-07-191-234/+55
* | Add python_init_prof()James Booth2016-07-181-10/+1
* | Fix prof module init for python3James Booth2016-07-181-12/+27
* | Added PYTHON3 defineJames Booth2016-07-141-0/+119
|/
* Store python modules on loadJames Booth2016-07-091-9/+13
* Reaload python module if previous loaded on /plugin loadJames Booth2016-07-091-2/+14
* Add plugins on_unload hookJames Booth2016-07-051-0/+20
* Remove plugin callbacks in plugin_destroy functionsJames Booth2016-07-041-0/+1
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-1/+0
* WIP - Unload plugin commandsJames Booth2016-06-291-0/+1
* Plugins fixed return values for python stanza hooksJames Booth2016-04-151-3/+3
* Plugins: Added account_name and fulljid to prof_init hookJames Booth2016-04-131-2/+3
* Execute python string to append plugin pathJames Booth2016-04-121-15/+5
* Added /plugins load commandJames Booth2016-04-101-1/+1
* Plugins: Added on_room_history_messageJames Booth2016-04-081-0/+23
* Plugins: Added on_room_win_focusJames Booth2016-04-071-0/+22
* Plugins: Added on_chat_win_focusJames Booth2016-04-071-0/+22
* Added plugins presence hooksJames Booth2016-03-301-17/+66
* Use one stanza handler per type (message, iq, presence)James Booth2016-03-281-0/+3
* Added basic stanza receive eooksJames Booth2016-03-271-0/+87
* Added stanza send hooks for pluginsJames Booth2016-03-261-0/+111
* Plugins: Fix python threadingJames Booth2016-03-091-3/+3
* Added python plugins codeJames Booth2016-02-241-0/+595
ng bookmarks' href='/akspecs/ranger/commit/TODO?h=v1.2.2&id=d955e3f04a2b0509e8053a15a1f916bfb5677af2'>d955e3f0 ^
75013dc7 ^
67bb838c ^
a808a661 ^
bba8d293 ^
2a64495f ^
5e449699 ^
fc486c60 ^
7b04e507 ^
0268e3c3 ^
6f43de0a ^




fca1fc4f ^
f70ee6b2 ^
0db4c9b2 ^
b2d63ef5 ^
291ca616 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60

       

                                      
                               
                                         
                                                    



       
                                                    
                                           
                                     
                                                                

                                                                  
                            
                                                               
                                                        
                                                        
                                       
                                 
                                                             
                                       
                                                  
                                                                        

                                                                      
                                                           
                                                           
                                        
                                                
                                                              
                                                                     
                                            



    
                                                           
                                                              
                                               
                                                                   
                                                                 
                                                              
                                                                              
                                                   
                                                                
                                                           




                                                               
                                  
                                                                     
                                                                
                                                 
                                                           
Console

   (X) #0   09/12/06  console commands
   (X) #1   09/12/06  quick find
   (X) #2   09/12/06  open with
   (X) #4   09/12/06  history for console
   (X) #13  09/12/27  display docstring of a command


General

   (X) #5   09/12/06  move code from fm into objects
   (X) #6   09/12/06  move main to __init__
   (X) #7   09/12/06  cooler titlebar
   (X) #8   09/12/17  Add operations to modify files/directories
   (X) #9   09/12/24  add a widget for managing running operations
   (X) #10  09/12/24  sorting
   (X) #11  09/12/27  filter
   (X) #12  09/12/27  jump through the list in a specific order
   (X) #14  09/12/29  make filelists inherit from pagers
   (X) #15  09/12/29  better way of running processes!!~
   (X) #16  10/01/01  list of bookmarks
   (X) #21  10/01/01  write help!
   (X) #22  10/01/03  add getopt options to change flags/mode
   (X) #29  10/01/06  add chmod command
   (X) #30  10/01/06  add a way to create symlinks
   ( ) #32  10/01/08  place the (hidden) cursor to a meaningful position
   ( ) #34  10/01/09  display free disk space
   ( ) #35  10/01/09  display disk usage of files in current directory
   ( ) #36  10/01/11  help coloring is terribly inefficient
   ( ) #37  10/01/13  better tab completion for OpenConsole
   ( ) #38  10/01/16  searching in pager
   ( ) #39  10/01/17  flushinput not always good
   (X) #42  10/01/17  memorize directory for `` when using :cd
   (X) #43  10/01/18  internally treat the bookmarks ` and ' the same
   ( ) #44  10/01/18  more error messages :P


Bugs

   (X) #17  10/01/01  why do bookmarks disappear sometimes?
   (X) #18  10/01/01  fix notify widget (by adding a LogView?)
   (X) #19  10/01/01  resizing after pressing g
   (X) #23  10/01/04  stop dir loading with ^C -> wont load anymore
   (X) #25  10/01/06  directories sometimes dont reload correctly
   (X) #26  10/01/06  :delete on symlinks of directories fails
   (X) #31  10/01/06  ^C breaks cd-after-exit by stopping sourced shell script
   ( ) #40  10/01/17  freeze with unavailable sshfs
   (X) #41  10/01/17  capital file extensions are not recognized
   ( ) #46  10/01/19  old username displayed after using su


Ideas

   ( ) #20  10/01/01  use inotify to monitor filesystem changes
   ( ) #24  10/01/06  progress bar
   (X) #27  10/01/06  hide bookmarks in list which contain hidden dir
   (X) #28  10/01/06  use regexp instead of string for searching
   ( ) #33  10/01/08  accelerate mousewheel speed
   ( ) #45  10/01/18  hooks for events like setting changes