index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
scripts
/
tcl
/
weechat-tcl.c
Age
Commit message (
Expand
)
Author
2011-01-01
Update copyright dates
Sebastien Helleu
2010-10-17
Use const void * for keys and values in some hashtable functions
Sebastien Helleu
2010-09-17
Add optional plugin name for command /debug dump and signal "debug_dump"
Sebastien Helleu
2010-08-27
Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i...
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-04-09
Define WeeChat license as macro for C compiler, used in plugins to set license
Sebastien Helleu
2010-04-08
Reformat and add comments for description of C sources
Sebastien Helleu
2010-03-24
Fix bug with callbacks when loading a script already loaded
Sebastien Helleu
2010-03-20
Refresh screen when exiting WeeChat (to display messages printed after /quit)
Sebastien Helleu
2010-03-19
Reformat multi-line comments
Sebastien Helleu
2010-02-23
Allow script commands to reload only one script
Sebastien Helleu
2010-01-13
Fix bug with string return value of callbacks in tcl plugin
Sebastien Helleu
2010-01-03
Update copyright dates
Sebastien Helleu
2009-11-20
Fix typos in 2 error messages
Sebastien Helleu
2009-06-12
Remove variable with "WeeChat required version" in plugins, do not compare ve...
Sebastien Helleu
2009-04-24
Add filter with third argument of infolist_get for some infolists (bars, bar ...
Sebastien Helleu
2009-04-24
Fix security bug in tcl plugin (bug #26265, patch #6810)
Sebastien Helleu
2009-04-16
Restore buffer callbacks for scripts after /upgrade
Sebastien Helleu
2009-04-05
Add signals in script plugins to install and remove scripts
Sebastien Helleu
2009-03-28
Add infolists with list of scripts
Sebastien Helleu
2009-03-18
Remove some messages during startup about scripts and plugins loaded
Sebastien Helleu
2009-02-19
Fix bug with current script pointer when current script is unloaded
Sebastien Helleu
2009-01-03
Update copyright dates
Sebastien Helleu
2008-11-29
Add "displayed" and "highlight" arguments to callback for hook_print
Sebastien Helleu
2008-10-05
Add Tcl script plugin (thanks to Dmitry Kobylin)
Sebastien Helleu