]> jfr.im git - irc/xchat.git/shortlog
irc/xchat.git
2013-07-13  lifeispainAvoid other potential hook problems main
2013-07-13  lifeispainFix plugin hook handling crash
2013-03-01  lsituFix the check for argument count in hook_fd.
2013-03-01  lsituFor gtk3. Change to single include instead of including...
2012-07-27  mooooooogit-svn-id: svn://svn.code.sf.net/p/xchat/svn@1521...
2012-07-14  lsituAdd AC_USE_SYSTEM_EXTENSIONS since the extensions it...
2012-07-14  lsituFix the callback fixing code to account for inner packages.
2012-07-14  lsituOnly include dirent.h on non-WIN32 platforms.
2012-07-14  lsituSlightly more up to date information. :)
2012-07-14  lsituRemove obsolete checks for older versions of gtk and...
2012-07-07  lsituMake /ignore <nick> always add !*@* if <nick> does...
2012-07-07  lsituKeep track of the container script for the non-plugin...
2012-07-07  lsituAdd documentation for %scripts and $current_package...
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-06-19  zedTypos in French
2012-05-17  lsituMinimize the number of JOINs sent for reconnecting...
2012-05-12  lsituAdd missing help text for some commands.
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-04-07  lsituWhen a network is collapsed, don't allow a lower level...
2012-02-28  lsituApply the size limit to the URL Grabber window as well.
2012-02-28  lsituImplement the url_grabber and url_grabber_limit settings.
2012-02-15  lsituAdd an option to always cycle regardless of completion_...
2012-02-14  lsituEmit "Topic Change" event before setting internal value...
2012-01-05  zed* Make it build on newer glib (2.31+) (dimstar) bug...
2011-09-15  lsituRemoved an extra '<'.
2011-09-15  lsituadd links and references to Strawberry Perl in error...
2011-05-24  zedDon't remove user from userlist before emiting the...
2011-04-27  zedUpdated PTnet.org list (luminoso).
2011-04-14  zedFix build failure without libproxy (Lian Wan Situ).
2011-04-09  zedSF Bug #3280223 - link directly against libnotify ...
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-02-24  lsitutab should have been spaces
2011-01-25  zedBug #3017821 - Add support for libproxy (felipec).
2011-01-25  zedLast peice of Favourite networks feature.
2011-01-25  zedAdded PIRC.PL to default network list.
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 #3078386 - lagometer and throttlemeter fix for...
2010-12-28  zedBug #3078399 - center server tab close dialog (viktor).
2010-12-28  zedBug #3078380 - Missing comma in fields list (viktor).
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-17  zedBug #3137465 - Text should scroll off top of buffer...
2010-12-13  lsituOnly . and .. should be skipped, not all dot files.
2010-12-04  lsituDocument what context timer hooks are executed in.
2010-11-16  zedlibnotify-0.7 drops support for notify_notification_new...
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-08-07  zedAdded a 'favorite networks' feature, a bit like xchat...
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-18  zedAdd pl string to desktop file.
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-30  zedImported Fedora 13 spec file (minus ntlm and some patches).
2010-05-30  zedFixed libX11/XSetWMHints linking error.
2010-05-30  zed#include <gtk/gtkversion.h> required by some older...
2010-05-30  zedDefault ntlm support to "no".
2010-05-30  zedVarious text event changes, see ChangeLog for details.
2010-05-30  zedNew ru.po.
2010-05-30  zedWhen a single channel MODE changes, xchat will no longe...
2010-05-16  zed* irc_join_list() was not being used, so the 512 byte...
2010-05-16  zedUpdate ChangeLog.
2010-05-16  zedNew icons for fileoffer, message and highlight (Brian...
2010-05-16  zedDefine a comparison routine for contexts in Python...
2010-05-16  zedSelecting an item in the nickmenu will now copy it...
2010-05-16  zedUpdated translations.
next