# # ChangeLog for protocols/python/src # # Generated by Trac 1.2.3 # 2024-05-11T23:39:31Z Tue, 19 Mar 2013 20:30:24 GMT Nick Murdoch [1dcfd1f] * protocols/python/examples/sampleplugin.py (modified) * protocols/python/src/bpython.c (modified) Protocol class now has a name attribute and can be subclassed. Tue, 19 Mar 2013 19:58:17 GMT Nick Murdoch [26f3b5f] * protocols/python/examples/sampleplugin.py (modified) * protocols/python/src/bpython.c (modified) Create a shell Protocol class for the module. Can't currently do ... Mon, 18 Mar 2013 21:36:08 GMT Nick Murdoch [93302ef] * protocols/python/examples/sampleplugin.py (modified) * protocols/python/src/bpython.c (modified) Turn bpython.c into an extension module with a dummy method from the ... Sun, 17 Mar 2013 16:49:05 GMT Nick Murdoch [e38c6d8] * protocols/python/examples/sampleplugin.py (added) * protocols/python/src/bpython.c (modified) Register an (incomplete) plugin per python file found, with name ... Sun, 17 Mar 2013 15:06:34 GMT Nick Murdoch [0147ca9] * protocols/python/src/bpython.c (modified) Scan through plugindir and find python files. Sun, 17 Mar 2013 13:38:14 GMT Nick Murdoch [0075527] * Makefile (modified) * configure (modified) * protocols/python/Makefile.in (added) * protocols/python/README.md (added) * protocols/python/bootstrap.sh (added) * protocols/python/config.mak.in (added) * protocols/python/configure.ac (added) * protocols/python/src/bpython.c (added) Add existing git project files, and modify bitlbee's build script to ...