]> jfr.im git - irc/xchat.git/history - plugins
Set the %INC value for bundled modules to "Compiled into the plugin."
[irc/xchat.git] / plugins /
2012-07-07  lsituSet the %INC value for bundled modules to "Compiled...
2012-06-19  lsituOptimize for future laziness. :)
2012-06-19  zedPython: Autoload just like Perl does, also from 'plugin...
2012-05-04  lsituInclude the command(s) for changing a get_info value...
2012-05-01  lsituAdd missing values for the type field in get_list(...
2012-02-15  lsituAdd an option to always cycle regardless of completion_...
2011-09-15  lsituRemoved an extra '<'.
2011-09-15  lsituadd links and references to Strawberry Perl in error...
2011-02-24  lsituFix get_list( "networks" ) to not accumulate entries...
2011-02-24  lsituMake it possible to change the event name when using...
2011-01-14  lsituFix using filter with hook_print.
2011-01-14  lsituSpecific the list of files to include instead of using...
2011-01-14  lsituremove the Pod directory
2011-01-14  lsituupdate generators for the new structure
2011-01-14  lsitusplit the various packages into their own files
2011-01-13  lsitupreparing for restructuring to put individual packages...
2011-01-13  lsituset $Xchat::VERSION to the xchat version so scripts...
2010-12-28  zedBug #3078376 - Win32 python load fix (viktor).
2010-12-22  lsituFix reinit attempt handling code. When xchat_plugin_ini...
2010-12-22  lsituReplace return 0 with return; to better match the behav...
2010-12-13  lsituOnly . and .. should be skipped, not all dot files.
2010-12-04  lsituDocument what context timer hooks are executed in.
2010-10-03  lsituMinor doc fix, right shift should be left shift.
2010-09-08  lsituAdd the event name to filter callbacks as the first...
2010-09-08  lsituAdd line numbers to the examples
2010-09-08  lsitubump version number
2010-09-08  lsituAdd syntax highlighting
2010-08-26  lsituMissing comma >_<
2010-08-26  lsituBuild the DLL name and required version from values...
2010-08-25  lsituadd entries to build for 5.10.1 and 5.12.1 as well
2010-08-25  lsituAdd run_after_event and filter option to hook_print.
2010-08-25  lsitufactor out option processing
2010-08-18  lsituAdd documentation for $handle under hook_fd and links...
2010-08-18  lsituadd support for L<link text|scheme://...>
2010-08-17  lsituimplement tab completion for paths
2010-08-17  lsituadd an option to ignore leading non-alphanumerica chara...
2010-08-14  lsituadd support for get_info( "gtkwin_ptr" )
2010-08-14  lsituAdd documentation for poshigh and sizehigh
2010-08-14  zedAdded gtkwin_ptr to xchat_get_info.
2010-08-13  lsituAdd documentation for Xchat::hook_fd
2010-08-10  zedPlugin API: Added 'resumehigh' for completeness.
2010-08-10  lsituAdd missing documentation
2010-08-10  lsituRemove unused code
2010-08-10  lsituDisplay ERRSV if an error occurs.
2010-08-10  lsituAssign the key and modifiers to named variables instead...
2010-08-10  zedPlugin API: Added "poshigh" field to the DCC list.
2010-06-24  lsituAdd documentation for the other values passed to a...
2010-06-24  lsitureturn EAT_NONE from the focus tab handler so it plays...
2010-06-09  lsituPerform case insensitive match when searching for match...
2010-06-08  lsituMake the message level regex case insensitive
2010-05-30  zed=== Bump version to 2.8.8 ===
2010-05-16  zedDefine a comparison routine for contexts in Python...
2010-05-14  lsituAdd a line directive to Xchat.pm so "Xchat.pm" gets...
2010-04-30  lsituPlugin shouldn't force strict and warnings on scripts...
2010-04-30  lsitufixed a comment
2010-04-30  lsituMove eval into a seperate sub to avoid leaking lexicals...
2010-03-27  lsituUpdate count from pastes.
2010-03-23  lsituANSI color escape can have 0 or more parameters not...
2010-03-23  lsituPreliminary support for file name completion.
2010-03-23  lsituWarn if get_list is given a invalid list name. Change...
2010-03-23  lsituMissing semicolon
2010-03-21  lsituAdd a missing free
2010-03-21  moooooooAdded word and word_eol procedures
2010-03-18  lsituMinor formatting changed and code simplification
2010-03-18  lsituHandle the case where it's not possible to determine...
2010-03-18  lsituIf an error occurs in a command callback return EAT_XCH...
2010-03-17  zedsf buf #2945422 - Fixed Python plugin get_list() memory...
2010-02-20  lsitufiles used for building the plugin on windows
2010-02-20  lsituWIN32: find the plugins directory based on the path...
2010-02-20  lsitureloadall should also look in the plugins directory
2010-02-06  lsituAlways use the full path for __FILE__
2010-02-04  lsituChange version to 1.0303
2010-02-01  lsituremove makefile.msc and add Pod/
2010-02-01  lsituUpdate documentation for context_info
2010-01-29  lsituImprove reporting of filenames in warnings
2010-01-26  lsituUpdate that goes with the previous commit
2010-01-23  lsituFix some documentation
2010-01-16  lsituFix a warning that gets triggered when the only input...
2010-01-09  lsituMake calling set_context without any args the same...
2009-12-18  lsituThe last completion time should only be used if it...
2009-12-02  lsitufixed a problem with an unmatched [
2009-12-02  lsituAdd ANSI escape code striping to strip_code
2009-11-07  lsituuse the real warn() if we are not running inside xchat
2009-10-28  lsituIf the last use threshold is exceeded then the last...
2009-10-18  lsituAllow setting a prefix for completions
2009-10-18  lsituRemove the BEGIN block around $SIG{__WARN__} since...
2009-10-18  lsituremove temp files created by Pod::Html
2009-10-18  lsituAutoload scripts from ~/.xchat2/plugins in addition...
2009-09-30  lsituMade some modifications so it can be used with perl -c
2009-08-18  lsituAdjust nick selection priorities
2009-08-18  lsituAdd documentation for get_list( "networks" )
2009-08-16  lsituUse 6667 if a port isn't specified
2009-08-16  lsituThe version line should not make a network entry.
2009-08-16  lsituRemove debugging statement
2009-07-20  lsituHandle network entries with multiple connect commands
2009-07-17  lsituChange get_list( "servers" ) to get_list( "networks" )
2009-07-17  lsituAllow 'hostname:port' for none IPv6 addresses
2009-07-17  lsituChange some field names, network_name => network, auto_...
2009-07-16  lsituAdd support for getting the network list using Xchat...
2009-06-21  lsituCheck unhook's arg for undef and remove the check for POE
next