SCM Repositories - xchat


Sticky Revision:


Revision 1464 - Directory Listing
Modified Thu Aug 26 05:02:54 2010 UTC (7 days, 12 hours ago) by lsitu
Missing comma >_<

Revision 1463 - Directory Listing
Modified Thu Aug 26 02:18:04 2010 UTC (7 days, 15 hours ago) by lsitu
Build the DLL name and required version from values defined in
CORE/config.h instead of using hard coded values.
Add commands to build plugins for StrawberryPerl in addition to ActivePerl.

Revision 1462 - Directory Listing
Modified Wed Aug 25 02:13:41 2010 UTC (8 days, 15 hours ago) by lsitu
add entries to build for 5.10.1 and 5.12.1 as well

Revision 1461 - Directory Listing
Modified Wed Aug 25 02:13:33 2010 UTC (8 days, 15 hours ago) by lsitu
Add run_after_event and filter option to hook_print.

Revision 1460 - Directory Listing
Modified Wed Aug 25 02:13:25 2010 UTC (8 days, 15 hours ago) by lsitu
factor out option processing

Revision 1459 - Directory Listing
Modified Wed Aug 18 02:41:26 2010 UTC (2 weeks, 1 day ago) by lsitu
Add documentation for $handle under hook_fd and links http://perldoc.perl.org
for builtin functions.

Revision 1458 - Directory Listing
Modified Wed Aug 18 02:41:14 2010 UTC (2 weeks, 1 day ago) by lsitu
add support for L<link text|scheme://...>

Revision 1457 - Directory Listing
Modified Tue Aug 17 01:55:50 2010 UTC (2 weeks, 2 days ago) by lsitu
implement tab completion for paths

Revision 1456 - Directory Listing
Modified Tue Aug 17 01:55:37 2010 UTC (2 weeks, 2 days ago) by lsitu
add an option to ignore leading non-alphanumerica characters for nick completion

Revision 1455 - Directory Listing
Modified Sat Aug 14 23:13:47 2010 UTC (2 weeks, 4 days ago) by lsitu
add support for get_info( "gtkwin_ptr" )

Revision 1454 - Directory Listing
Modified Sat Aug 14 02:13:48 2010 UTC (2 weeks, 5 days ago) by lsitu
Add documentation for poshigh and sizehigh

Revision 1453 - Directory Listing
Modified Sat Aug 14 01:46:21 2010 UTC (2 weeks, 5 days ago) by zed
Added gtkwin_ptr to xchat_get_info.

Revision 1452 - Directory Listing
Modified Fri Aug 13 21:36:30 2010 UTC (2 weeks, 5 days ago) by lsitu
Add documentation for Xchat::hook_fd

Revision 1451 - Directory Listing
Modified Tue Aug 10 10:03:11 2010 UTC (3 weeks, 2 days ago) by zed
Plugin API: Added 'resumehigh' for completeness.

Revision 1450 - Directory Listing
Modified Tue Aug 10 09:15:19 2010 UTC (3 weeks, 2 days ago) by lsitu
Add missing documentation

Revision 1449 - Directory Listing
Modified Tue Aug 10 09:15:09 2010 UTC (3 weeks, 2 days ago) by lsitu
Remove unused code

Revision 1448 - Directory Listing
Modified Tue Aug 10 09:14:59 2010 UTC (3 weeks, 2 days ago) by lsitu
Display ERRSV if an error occurs.
Convert the SV to a char* before trying to display it.

Revision 1447 - Directory Listing
Modified Tue Aug 10 09:14:50 2010 UTC (3 weeks, 2 days ago) by lsitu
Assign the key and modifiers to named variables instead of using  @_.
Remove comment that is no longer valid.
Remove the assignment to $[ since that has been deprecated.
Change the tab and left tab checks to use a constant instead of a literal.

Revision 1446 - Directory Listing
Modified Tue Aug 10 09:09:09 2010 UTC (3 weeks, 2 days ago) by zed
Plugin API: Added "poshigh" field to the DCC list.

Revision 1445 - Directory Listing
Modified Sat Aug 7 07:14:44 2010 UTC (3 weeks, 5 days ago) by zed
Added a 'favorite networks' feature, a bit like xchat-aqua has. First stage only, incomplete.

Revision 1444 - Directory Listing
Modified Thu Jun 24 07:18:06 2010 UTC (2 months, 1 week ago) by lsitu
Add documentation for the other values passed to a Key Press handler

Revision 1443 - Directory Listing
Modified Thu Jun 24 07:17:56 2010 UTC (2 months, 1 week ago) by lsitu
return EAT_NONE from the focus tab handler so it plays well with other scripts

Revision 1442 - Directory Listing
Modified Fri Jun 18 08:42:18 2010 UTC (2 months, 2 weeks ago) by zed
Add pl string to desktop file.

Revision 1441 - Directory Listing
Modified Wed Jun 9 01:38:59 2010 UTC (2 months, 3 weeks ago) by lsitu
Perform case insensitive match when searching for matching channels

Revision 1440 - Directory Listing
Modified Tue Jun 8 22:15:44 2010 UTC (2 months, 3 weeks ago) by lsitu
Make the message level regex case insensitive

Revision 1439 - Directory Listing
Modified Sun May 30 06:31:28 2010 UTC (3 months ago) by zed
=== Bump version to 2.8.8 ===

Revision 1438 - Directory Listing
Modified Sun May 30 06:25:59 2010 UTC (3 months ago) by zed
Imported Fedora 13 spec file (minus ntlm and some patches).

Revision 1437 - Directory Listing
Modified Sun May 30 06:06:56 2010 UTC (3 months ago) by zed
Fixed libX11/XSetWMHints linking error.

Revision 1436 - Directory Listing
Modified Sun May 30 03:56:13 2010 UTC (3 months ago) by zed
#include <gtk/gtkversion.h> required by some older GTKs.

Revision 1435 - Directory Listing
Modified Sun May 30 02:46:33 2010 UTC (3 months ago) by zed
Default ntlm support to "no".

Revision 1434 - Directory Listing
Modified Sun May 30 02:28:03 2010 UTC (3 months ago) by zed
Various text event changes, see ChangeLog for details.

Revision 1433 - Directory Listing
Modified Sun May 30 02:08:52 2010 UTC (3 months ago) by zed
New ru.po.

Revision 1432 - Directory Listing
Modified Sun May 30 02:02:10 2010 UTC (3 months ago) by zed
When a single channel MODE changes, xchat will no longer re-issue a MODE request for the titlebar display, but figure the new modes intelligently (Brian Evans).

Revision 1431 - Directory Listing
Modified Sun May 16 07:43:49 2010 UTC (3 months, 2 weeks ago) by zed
* irc_join_list() was not being used, so the 512 byte splitting of auto-join channels didn't work - fixed.
* Moved the 'x' key filler to proto-irc.c so it doesn't display in the GUI.

Revision 1430 - Directory Listing
Modified Sun May 16 06:16:18 2010 UTC (3 months, 2 weeks ago) by zed
Update ChangeLog.

Revision 1429 - Directory Listing
Modified Sun May 16 06:12:45 2010 UTC (3 months, 2 weeks ago) by zed
New icons for fileoffer, message and highlight (Brian Evans).

Revision 1428 - Directory Listing
Modified Sun May 16 04:31:54 2010 UTC (3 months, 2 weeks ago) by zed
Define a comparison routine for contexts in Python (Brian Evans).

Revision 1427 - Directory Listing
Modified Sun May 16 04:24:23 2010 UTC (3 months, 2 weeks ago) by zed
Selecting an item in the nickmenu will now copy it to clipboard (Alex Kutepow).

Revision 1426 - Directory Listing
Modified Sun May 16 04:22:14 2010 UTC (3 months, 2 weeks ago) by zed
Updated translations.

Revision 1425 - Directory Listing
Modified Sun May 16 04:02:36 2010 UTC (3 months, 2 weeks ago) by zed
Bug #2982884 - add ntlm configure switch (Polynomial-C).

Revision 1424 - Directory Listing
Modified Sun May 16 03:58:30 2010 UTC (3 months, 2 weeks ago) by zed
For the JOIN command, add a 'x' filler for empty keys. This works around a bug in ircd-seven.

Revision 1423 - Directory Listing
Modified Sun May 16 03:20:21 2010 UTC (3 months, 2 weeks ago) by zed
Remove GTK_DISABLE_DEPRECATED, as this only ensured future breakage.

Revision 1422 - Directory Listing
Modified Sun May 16 03:06:30 2010 UTC (3 months, 2 weeks ago) by zed
Don't show numeric 330 when right-clicking a nick name (Khisanth).

Revision 1421 - Directory Listing
Modified Sun May 16 02:55:18 2010 UTC (3 months, 2 weeks ago) by zed
Update ChangeLog.

Revision 1420 - Directory Listing
Modified Sun May 16 02:13:59 2010 UTC (3 months, 2 weeks ago) by zed
When switching tabs, make the treeview only scroll if the selected item isn't visible [treeview-less-jumping.diff] (Brian Evans).

Revision 1419 - Directory Listing
Modified Sun May 16 02:11:34 2010 UTC (3 months, 2 weeks ago) by zed
FAQ.HTML: Mention Vista/7, delete 98/ME.

Revision 1418 - Directory Listing
Modified Sun May 16 02:00:43 2010 UTC (3 months, 2 weeks ago) by zed
Added networks: 7-indonesia, ChattingAway, GeekShed, TURLINet.

Revision 1417 - Directory Listing
Modified Sun May 16 01:48:29 2010 UTC (3 months, 2 weeks ago) by zed
RFE #2045483 - Make ESC key close the search window (Richard Rowell).

Revision 1416 - Directory Listing
Modified Sun May 16 01:40:41 2010 UTC (3 months, 2 weeks ago) by zed
Bug #2974436 - Fix compat with GTK 2.20 by not using deprecated marcos (Brian Evans).

Revision 1415 - Directory Listing
Modified Sun May 16 01:32:41 2010 UTC (3 months, 2 weeks ago) by zed
Bug #2987626 - Allow /GHOST's password arg to be optional (Ori Avtalion).

Revision 1414 - Directory Listing
Modified Sun May 16 01:30:16 2010 UTC (3 months, 2 weeks ago) by zed
Bug #2957047 - Handle CTCPs when IDmsg is used correctly (Lian Wan Situ).

Revision 1413 - Directory Listing
Modified Fri May 14 02:12:29 2010 UTC (3 months, 2 weeks ago) by lsitu
Add a line directive to Xchat.pm so "Xchat.pm" gets displayed instead
of "(eval 1)"

Revision 1412 - Directory Listing
Modified Fri Apr 30 21:06:24 2010 UTC (4 months ago) by lsitu
Plugin shouldn't force strict and warnings on scripts even if it's
good idea to have them on.

Revision 1411 - Directory Listing
Modified Fri Apr 30 20:35:13 2010 UTC (4 months ago) by lsitu
fixed a comment

Revision 1410 - Directory Listing
Modified Fri Apr 30 20:34:48 2010 UTC (4 months ago) by lsitu
Move eval into a seperate sub to avoid leaking lexicals into scripts

Revision 1409 - Directory Listing
Modified Sat Mar 27 22:54:08 2010 UTC (5 months ago) by lsitu
Update count from pastes.

Revision 1408 - Directory Listing
Modified Tue Mar 23 23:25:00 2010 UTC (5 months, 1 week ago) by lsitu
ANSI color escape can have 0 or more parameters not just 2.

Revision 1407 - Directory Listing
Modified Tue Mar 23 00:07:15 2010 UTC (5 months, 1 week ago) by lsitu
Preliminary support for file name completion.

Revision 1406 - Directory Listing
Modified Tue Mar 23 00:07:06 2010 UTC (5 months, 1 week ago) by lsitu
Warn if get_list is given a invalid list name. Change Xchat::List::Server
to Xchat::List::Network

Revision 1405 - Directory Listing
Modified Tue Mar 23 00:06:58 2010 UTC (5 months, 1 week ago) by lsitu
Missing semicolon

Revision 1404 - Directory Listing
Modified Sun Mar 21 00:56:19 2010 UTC (5 months, 1 week ago) by lsitu
Add a missing free

Revision 1403 - Directory Listing
Modified Sun Mar 21 00:49:41 2010 UTC (5 months, 1 week ago) by mooooooo
Added word and word_eol procedures

Revision 1402 - Directory Listing
Modified Thu Mar 18 23:23:10 2010 UTC (5 months, 2 weeks ago) by lsitu
Minor formatting changed and code simplification

Revision 1401 - Directory Listing
Modified Thu Mar 18 23:22:39 2010 UTC (5 months, 2 weeks ago) by lsitu
Handle the case where it's not possible to determine the script for a hook.

Revision 1400 - Directory Listing
Modified Thu Mar 18 23:22:15 2010 UTC (5 months, 2 weeks ago) by lsitu
If an error occurs in a command callback return EAT_XCHAT instead of EAT_NONE
to avoid the having the unknown command message show up.

Revision 1399 - Directory Listing
Modified Wed Mar 17 08:07:50 2010 UTC (5 months, 2 weeks ago) by zed
sf buf #2945422 - Fixed Python plugin get_list() memory leak (Cynthia).

Revision 1398 - Directory Listing
Modified Sat Feb 20 22:37:50 2010 UTC (6 months, 1 week ago) by lsitu
files used for building the plugin on windows

Revision 1397 - Directory Listing
Modified Sat Feb 20 22:37:43 2010 UTC (6 months, 1 week ago) by lsitu
WIN32: find the plugins directory based on the path to xchat.exe
instead of relying on a hardcoded path

Revision 1396 - Directory Listing
Modified Sat Feb 20 22:37:37 2010 UTC (6 months, 1 week ago) by lsitu
reloadall should also look in the plugins directory

Revision 1395 - Directory Listing
Modified Sat Feb 6 22:15:45 2010 UTC (6 months, 3 weeks ago) by lsitu
Always use the full path for __FILE__

Revision 1394 - Directory Listing
Modified Thu Feb 4 05:17:16 2010 UTC (6 months, 4 weeks ago) by lsitu
Change version to 1.0303
Fixed sorting of addressed nicks(people you spoke to)

Revision 1393 - Directory Listing
Modified Mon Feb 1 22:59:21 2010 UTC (6 months, 4 weeks ago) by lsitu
remove makefile.msc and add Pod/

Revision 1392 - Directory Listing
Modified Mon Feb 1 22:59:15 2010 UTC (6 months, 4 weeks ago) by lsitu
Update documentation for context_info

Revision 1391 - Directory Listing
Modified Fri Jan 29 22:14:57 2010 UTC (7 months ago) by lsitu
Improve reporting of filenames in warnings

Revision 1390 - Directory Listing
Modified Tue Jan 26 07:40:48 2010 UTC (7 months ago) by lsitu
Update that goes with the previous commit

Revision 1389 - Directory Listing
Modified Sat Jan 23 01:07:40 2010 UTC (7 months, 1 week ago) by lsitu
Fix some documentation

Revision 1388 - Directory Listing
Modified Sat Jan 16 18:14:20 2010 UTC (7 months, 2 weeks ago) by lsitu
Fix a warning that gets triggered when the only input is the command_char

Revision 1387 - Directory Listing
Modified Sat Jan 9 00:05:27 2010 UTC (7 months, 3 weeks ago) by lsitu
Make calling set_context without any args the same as calling
set_context( find_context() );

Revision 1386 - Directory Listing
Modified Thu Dec 31 02:19:49 2009 UTC (8 months ago) by zed
sf bug #2908760 - Improved scrollback reloading significantly by mmap'ing the files (Soeren Sandmann Pedersen).

Revision 1385 - Directory Listing
Modified Fri Dec 18 21:34:35 2009 UTC (8 months, 2 weeks ago) by lsitu
The last completion time should only be used if it is larger(more recent)
than the last talk time.

Revision 1384 - Directory Listing
Modified Wed Dec 2 08:51:24 2009 UTC (9 months ago) by lsitu
fixed a problem with an unmatched [

Revision 1383 - Directory Listing
Modified Wed Dec 2 08:51:18 2009 UTC (9 months ago) by lsitu
Add ANSI escape code striping to strip_code

Revision 1382 - Directory Listing
Modified Sat Nov 7 04:25:10 2009 UTC (9 months, 3 weeks ago) by lsitu
use the real warn() if we are not running inside xchat

Revision 1381 - Directory Listing
Modified Wed Oct 28 17:15:21 2009 UTC (10 months ago) by lsitu
If the last use threshold is exceeded then the last talk time should be used, not 0

Revision 1380 - Directory Listing
Modified Sun Oct 25 09:25:27 2009 UTC (10 months, 1 week ago) by zed
New translations

Revision 1379 - Directory Listing
Modified Sun Oct 25 09:21:57 2009 UTC (10 months, 1 week ago) by zed
Added SeilEn.de. Renamed insiderZ.DE to iZ-smart.net.

Revision 1378 - Directory Listing
Modified Sun Oct 25 09:14:39 2009 UTC (10 months, 1 week ago) by zed
New translations

Revision 1377 - Directory Listing
Modified Sun Oct 25 09:07:37 2009 UTC (10 months, 1 week ago) by zed
New Ukrainian & Russian translations.

Revision 1376 - Directory Listing
Modified Sun Oct 18 03:07:43 2009 UTC (10 months, 2 weeks ago) by lsitu
Allow setting a prefix for completions

Revision 1375 - Directory Listing
Modified Sun Oct 18 00:18:45 2009 UTC (10 months, 2 weeks ago) by lsitu
Remove the BEGIN block around $SIG{__WARN__} since it doesn't do anything useful
 and causes xchat to exit instead of displaying errors during development.
Have fix_callback turn the string callbacks into references instead of just turning turning them into fully qualified names so that it would be the only place where symbolic references are need to be used.

Revision 1374 - Directory Listing
Modified Sun Oct 18 00:18:36 2009 UTC (10 months, 2 weeks ago) by lsitu
remove temp files created by Pod::Html

Revision 1373 - Directory Listing
Modified Sun Oct 18 00:18:20 2009 UTC (10 months, 2 weeks ago) by lsitu
Autoload scripts from ~/.xchat2/plugins in addition to ~/.xchat2

Revision 1372 - Directory Listing
Modified Wed Sep 30 05:22:51 2009 UTC (11 months ago) by lsitu
Made some modifications so it can be used with perl -c

Revision 1371 - Directory Listing
Modified Tue Aug 18 04:42:39 2009 UTC (12 months, 2 weeks ago) by lsitu
Adjust nick selection priorities

Revision 1370 - Directory Listing
Modified Tue Aug 18 04:42:06 2009 UTC (12 months, 2 weeks ago) by lsitu
Add documentation for get_list( "networks" )

Revision 1369 - Directory Listing
Modified Sun Aug 16 09:43:26 2009 UTC (12 months, 2 weeks ago) by zed
cleanup

Revision 1368 - Directory Listing
Modified Sun Aug 16 06:56:28 2009 UTC (12 months, 2 weeks ago) by lsitu
Use 6667 if a port isn't specified

Revision 1367 - Directory Listing
Modified Sun Aug 16 06:55:21 2009 UTC (12 months, 2 weeks ago) by zed
Fixed adding a channel with "Add to Favorites" sometimes not saving to disk.

Revision 1366 - Directory Listing
Modified Sun Aug 16 06:11:17 2009 UTC (12 months, 2 weeks ago) by lsitu
The version line should not make a network entry.
Make as_array work as documented.

Revision 1365 - Directory Listing
Modified Sun Aug 16 03:24:26 2009 UTC (12 months, 2 weeks ago) by lsitu
Remove debugging statement

Revision 1364 - Directory Listing
Modified Mon Jul 20 05:34:33 2009 UTC (13 months, 2 weeks ago) by lsitu
Handle network entries with multiple connect commands

Revision 1363 - Directory Listing
Modified Sat Jul 18 12:39:51 2009 UTC (13 months, 2 weeks ago) by zed
Updated ChangeLog

Revision 1362 - Directory Listing
Modified Sat Jul 18 12:38:10 2009 UTC (13 months, 2 weeks ago) by zed
Fixed "C_onnect" mnemonic on newer GTK+.
https://bugzilla.redhat.com/show_bug.cgi?id=512034

Revision 1361 - Directory Listing
Modified Fri Jul 17 22:43:48 2009 UTC (13 months, 2 weeks ago) by lsitu
Change get_list( "servers" ) to get_list( "networks" )

Revision 1360 - Directory Listing
Modified Fri Jul 17 05:31:50 2009 UTC (13 months, 2 weeks ago) by lsitu
Allow 'hostname:port' for none IPv6 addresses

Revision 1359 - Directory Listing
Modified Fri Jul 17 00:16:34 2009 UTC (13 months, 2 weeks ago) by lsitu
Change some field names, network_name => network, auto_connect => autoconnect

Revision 1358 - Directory Listing
Modified Thu Jul 16 06:28:37 2009 UTC (13 months, 2 weeks ago) by lsitu
Add support for getting the network list using Xchat::get_list( "servers" )

Revision 1357 - Directory Listing
Modified Sun Jul 12 03:43:04 2009 UTC (13 months, 3 weeks ago) by zed
Added irc.rizon.net to default list.

Revision 1356 - Directory Listing
Modified Sun Jun 21 23:06:51 2009 UTC (14 months, 1 week ago) by lsitu
Check unhook's arg for undef and remove the check for POE

Revision 1355 - Directory Listing
Modified Wed Jun 17 04:17:02 2009 UTC (14 months, 2 weeks ago) by lsitu
Disable debug output

Revision 1354 - Directory Listing
Modified Wed Jun 17 04:16:01 2009 UTC (14 months, 2 weeks ago) by lsitu
Fixed a bug that prevented '<letter>-<tab>' from working due to an incorrect
check for valid nick characters. Changed to use the set of letters defined
but RFC2812

Revision 1353 - Directory Listing
Modified Tue Jun 9 03:23:54 2009 UTC (14 months, 3 weeks ago) by lsitu
- Fixed the warning from empty messages and messages with leading space(s)
- Change the use of addressed messages, if the last time you addressed
  a message to someone was longer than $last_use_threshold minutes ago
  the time won't be used, the default is 10 minutes
- Fixed a bug with the completion order for nicks that have not spoken,
  for those nicks they will now be ordered according to nickcmp()

Revision 1352 - Directory Listing
Modified Sat Jun 6 20:09:47 2009 UTC (14 months, 3 weeks ago) by lsitu
Don't do anything if given undef

Revision 1351 - Directory Listing
Modified Sat Jun 6 00:23:19 2009 UTC (14 months, 3 weeks ago) by lsitu
- Channel names will now be handled the same way as nicks, a word is
  considered a channel name if it starts with a & or #
- The completion_suffix is never added after a channel name
- Completion order of nicks have been changed. Nicks you have "selected"
  will come before nicks that have recently spoken. A nick is considered
  selected when you send a message starting with
  "some_nick$completion_suffix"
- It's now possible cycle through the completion list in reverse using
  shift-tab
- The nick/channel matching and sorting has been factored out so future
  changes should be easier

Revision 1350 - Directory Listing
Modified Fri Jun 5 01:41:39 2009 UTC (14 months, 4 weeks ago) by lsitu
fix the off by one error for the displayed count

Revision 1349 - Directory Listing
Modified Wed Jun 3 22:29:07 2009 UTC (14 months, 4 weeks ago) by lsitu
change the styles and fix the formatting for the example code

Revision 1348 - Directory Listing
Modified Wed Jun 3 22:20:31 2009 UTC (14 months, 4 weeks ago) by lsitu
skipping the tidying step

Revision 1347 - Directory Listing
Modified Fri May 8 05:49:37 2009 UTC (15 months, 3 weeks ago) by lsitu
Fixed the xhtml so it validates. Cleaned up the links to get rid of the silly
anchors.

Revision 1346 - Directory Listing
Modified Fri May 8 05:47:27 2009 UTC (15 months, 3 weeks ago) by lsitu
covert pod to html

Revision 1345 - Directory Listing
Modified Fri May 8 05:43:37 2009 UTC (15 months, 3 weeks ago) by lsitu
Add a deprecation message. Better late than never! :)

Revision 1344 - Directory Listing
Modified Fri May 8 05:39:13 2009 UTC (15 months, 3 weeks ago) by lsitu
modified Pod::Html for converting Xchat.pod to xchat2-perl.html

Revision 1343 - Directory Listing
Modified Thu May 7 06:34:58 2009 UTC (15 months, 3 weeks ago) by lsitu
Since xchat2-perl.html got updated, the source for it should be too

Revision 1342 - Directory Listing
Modified Thu May 7 04:55:41 2009 UTC (15 months, 3 weeks ago) by lsitu
Add event_text, modes and xchatdirfs to the get_info section

Revision 1341 - Directory Listing
Modified Thu May 7 00:05:17 2009 UTC (15 months, 3 weeks ago) by lsitu
Add documentation for get_info( "id" ).
Add a bit more information about win_ptr and a line to char_count.pl which
demonstrates its use.

Revision 1340 - Directory Listing
Modified Wed May 6 23:41:09 2009 UTC (15 months, 3 weeks ago) by lsitu
Sample script on making use of the get_info( "win_ptr" )

Revision 1339 - Directory Listing
Modified Tue Apr 21 23:49:48 2009 UTC (16 months, 1 week ago) by lsitu
Add a bit of information to indicate when get_info( "away") would return
undef

Revision 1338 - Directory Listing
Modified Mon Mar 9 00:44:52 2009 UTC (17 months, 3 weeks ago) by zed
add Polish translation

Revision 1337 - Directory Listing
Modified Fri Mar 6 01:27:36 2009 UTC (17 months, 4 weeks ago) by lsitu
Make xchat_send_modes available from Perl

Revision 1336 - Directory Listing
Modified Thu Mar 5 19:22:50 2009 UTC (17 months, 4 weeks ago) by lsitu
If /reloadall is called before the interpreter is created, call the
auto load code instead of silenty doing nothing. This mainly affects
Win32 where libperl isn't loaded until the first script is loaded.

Revision 1335 - Directory Listing
Modified Thu Mar 5 01:47:43 2009 UTC (17 months, 4 weeks ago) by lsitu
Modified load and reload_all so scripts get reloaded in the same order that
they were loaded.
Changed reload_all to unload all scripts before reloading individually
instead of reloading each script in one pass.

Revision 1334 - Directory Listing
Modified Mon Feb 23 08:02:58 2009 UTC (18 months, 1 week ago) by zed
Update XentoniX.net as per request.

Revision 1333 - Directory Listing
Modified Sat Feb 7 16:48:35 2009 UTC (18 months, 3 weeks ago) by lsitu
Add missing pre tags

Revision 1332 - Directory Listing
Modified Sat Jan 17 01:12:41 2009 UTC (19 months, 2 weeks ago) by zed
* Added "MintIRC" to default list.
* Fixed a possible crash if you clicked "Add to favourites" in the main text area, while the server-list window was open in the background.

Revision 1331 - Directory Listing
Modified Mon Jan 5 23:43:07 2009 UTC (19 months, 3 weeks ago) by lsitu
Updated to include the other flags for get_list( "channels" ) items

Revision 1330 - Directory Listing
Modified Sat Jan 3 04:52:09 2009 UTC (19 months, 4 weeks ago) by lsitu
Make the loading process POE aware and call POE::Kernel->run() as well as
making sure it doesn't get called more than once.
Remove some code duplication while removing a potential memory leak.
Silence the compile time warnings.

Revision 1329 - Directory Listing
Modified Fri Jan 2 18:51:04 2009 UTC (19 months, 4 weeks ago) by lsitu
When loading a script fails, change the error messages to use the actual
filenames instead of "(eval nnn)"

Revision 1328 - Directory Listing
Modified Fri Jan 2 18:40:56 2009 UTC (19 months, 4 weeks ago) by lsitu
Delay autoloading scripts until after xchat has finished initializing

Revision 1327 - Directory Listing
Modified Fri Jan 2 05:56:12 2009 UTC (20 months ago) by zed
Added -off flag to /SET for turning OFF bits.

Revision 1326 - Directory Listing
Modified Fri Jan 2 05:45:58 2009 UTC (20 months ago) by zed
Improve behaviour of choosing which tabs to use when (re)connecting.

Revision 1325 - Directory Listing
Modified Thu Jan 1 20:43:03 2009 UTC (20 months ago) by lsitu
Only check for the ctrl, alt and shift modifiers.

Revision 1324 - Directory Listing
Modified Thu Jan 1 20:26:56 2009 UTC (20 months ago) by lsitu
Add missing information about using the keys from get_list( "channels" )
with context_info()

Revision 1323 - Directory Listing
Modified Tue Dec 30 03:50:07 2008 UTC (20 months ago) by zed
fix gui_tweaks 64 not showing users without a mode.

Revision 1322 - Directory Listing
Modified Wed Dec 24 04:29:13 2008 UTC (20 months, 1 week ago) by lsitu
Remove debugging statement

Revision 1321 - Directory Listing
Modified Wed Dec 24 04:28:19 2008 UTC (20 months, 1 week ago) by lsitu
Make sure the closing } is inserted correctly even if the last line is a comment

Revision 1320 - Directory Listing
Modified Fri Dec 12 08:04:19 2008 UTC (20 months, 3 weeks ago) by zed
fix typo

Revision 1319 - Directory Listing
Modified Tue Dec 2 00:42:59 2008 UTC (21 months ago) by lsitu
Add "modes", "win_ptr" and "xchatdirfs" to the list of keys returned by context_info(). Update the documentation for get_info() to include those keys.

Revision 1318 - Directory Listing
Modified Wed Nov 12 05:59:10 2008 UTC (21 months, 2 weeks ago) by lsitu
Add some guards to stop scripts from spilling their guts into each other

Revision 1317 - Directory Listing
Modified Sun Oct 12 10:45:07 2008 UTC (22 months, 3 weeks ago) by zed
change %s to %u [bug 2157459]

Revision 1316 - Directory Listing
Modified Thu Oct 2 06:49:58 2008 UTC (23 months ago) by lsitu
Add in calls to PERL_SYS_INIT3 and PERL_SYS_TERM which are required on certain platforms for 5.10+

Revision 1315 - Directory Listing
Modified Fri Sep 12 00:29:47 2008 UTC (23 months, 3 weeks ago) by lsitu
Change Xchat::register so that scripts calling it without a name or version will still show up in the plugins and scripts window. Also fixed the warning that shows up as a result of doing that.

Revision 1314 - Directory Listing
Modified Mon Sep 1 09:31:23 2008 UTC (2 years ago) by zed
disable userlist icons with /set -or gui_tweaks 64

Revision 1313 - Directory Listing
Modified Mon Sep 1 09:28:58 2008 UTC (2 years ago) by zed
make it build

Revision 1312 - Directory Listing
Modified Fri Aug 29 11:24:17 2008 UTC (2 years ago) by zed
xtext: Make compile with gtk 2.13.x
xtext: Check for mit-shm pixmap support instead of assuming (Red Hat bug #282691, Kevin Kofler).
fe-text: make it build.

Revision 1311 - Directory Listing
Modified Fri Aug 29 10:59:11 2008 UTC (2 years ago) by zed
Make balloon time configurable by /set input_balloon_time (Nicoleau Fabien).

Revision 1310 - Directory Listing
Modified Fri Aug 29 10:56:50 2008 UTC (2 years ago) by zed
faq.html: update TP URL.
xtext.c: Make scrolling backwards for FIND better (Richard Hitt).

Revision 1309 - Directory Listing
Modified Wed Aug 27 15:01:57 2008 UTC (2 years ago) by lsitu
Added some missing information for get_list and get_info

Revision 1308 - Directory Listing
Modified Sun Aug 24 23:53:20 2008 UTC (2 years ago) by lsitu
Fixed a leak in XS_Xchat_get_list

Revision 1307 - Directory Listing
Modified Thu Jul 24 22:52:11 2008 UTC (2 years, 1 month ago) by lsitu
Add hook_fd to the 'hooks' export group

Revision 1306 - Directory Listing
Modified Thu Jul 17 00:40:09 2008 UTC (2 years, 1 month ago) by lsitu
Reverted the the unintentional change to the way the server argument of print() and command() is interepreted when it is undef. The behaviour should match find_context, it should not mean "the current server".

Revision 1305 - Directory Listing
Modified Thu Jun 26 07:41:50 2008 UTC (2 years, 2 months ago) by lsitu
Fixed a bug that was causing 'return REMOVE' from a timer callback to work incorrectly. It did not work at all! Xchat::unhook was unable to determine the source package for the hook when it was called from timer_cb, this resulted in the hook hanging around indefinitely(until the plugin or script was unloaded/reloaded).

Revision 1304 - Directory Listing
Modified Sun Jun 15 04:40:29 2008 UTC (2 years, 2 months ago) by zed
Some small bug fixes & tweaks.

Revision 1303 - Directory Listing
Modified Thu Jun 12 08:37:44 2008 UTC (2 years, 2 months ago) by zed
=== Bump to 2.8.6 ===

Revision 1302 - Directory Listing
Modified Wed Jun 11 08:37:12 2008 UTC (2 years, 2 months ago) by zed
*** empty log message ***

Revision 1301 - Directory Listing
Modified Tue Jun 10 12:05:00 2008 UTC (2 years, 2 months ago) by zed
Fix a bunch of small bugs. Is it ready for release now?

Revision 1300 - Directory Listing
Modified Tue Jun 10 12:01:46 2008 UTC (2 years, 2 months ago) by zed
remove debug

Revision 1299 - Directory Listing
Modified Sun Jun 8 07:58:58 2008 UTC (2 years, 2 months ago) by zed
* "Add to Friends List" in nick menu.
* Automated /WHOIS in nick menu when information is missing.
* Default to "IRC (Latin/Unicode Hybrid)" when adding a new network.
* Implement add/remove from Favorites.
* Zero out passwords upon exit.

Revision 1298 - Directory Listing
Modified Sun May 25 06:25:31 2008 UTC (2 years, 3 months ago) by zed
fix per-channel logging when global is OFF.

Revision 1297 - Directory Listing
Modified Sun May 25 05:36:25 2008 UTC (2 years, 3 months ago) by zed
* 1931579 workaround for python.
* 1970157 fix /clear
* make /ignore <nick> auto-add !*@* if found in userlist.
* show "Server load is temporarily too heavy" in msgbox if chanlist open.

Revision 1296 - Directory Listing
Modified Tue Apr 15 06:25:14 2008 UTC (2 years, 4 months ago) by zed
auto-load also "./Plugins/*.py" on win32.

Revision 1295 - Directory Listing
Modified Wed Mar 19 04:28:57 2008 UTC (2 years, 5 months ago) by zed
finally solve remaining highlight matching issues (?)

Revision 1294 - Directory Listing
Modified Tue Mar 18 10:57:23 2008 UTC (2 years, 5 months ago) by zed
fix highlights with a <special> inside nick?

Revision 1293 - Directory Listing
Modified Tue Mar 18 10:56:26 2008 UTC (2 years, 5 months ago) by zed
pre-chan scrollback settings

Revision 1292 - Directory Listing
Modified Fri Feb 29 02:21:23 2008 UTC (2 years, 6 months ago) by zed
possibly fix: http://forum.xchat.org/viewtopic.php?p=15383#15383

Revision 1291 - Directory Listing
Modified Fri Feb 29 02:19:00 2008 UTC (2 years, 6 months ago) by zed
lagtip buffer needs to be larger for some translations.

Revision 1290 - Directory Listing
Modified Fri Feb 29 02:18:10 2008 UTC (2 years, 6 months ago) by zed
change a few labels in the menu.

Revision 1289 - Directory Listing
Modified Fri Feb 29 02:17:32 2008 UTC (2 years, 6 months ago) by zed
honour prefs.autoreconnect in a client-side ping timeout.

Revision 1288 - Directory Listing
Modified Mon Feb 25 06:59:03 2008 UTC (2 years, 6 months ago) by zed
*** empty log message ***

Revision 1287 - Directory Listing
Modified Sun Feb 24 05:10:21 2008 UTC (2 years, 6 months ago) by zed
part 2.

Revision 1286 - Directory Listing
Modified Sun Feb 24 05:09:34 2008 UTC (2 years, 6 months ago) by zed
/CLEAR can now specific now many lines to delete from the top or bottom (give it a positive or negative number).

Revision 1285 - Directory Listing
Modified Sun Feb 24 04:30:23 2008 UTC (2 years, 6 months ago) by zed
clean up

Revision 1284 - Directory Listing
Modified Sun Feb 24 04:25:58 2008 UTC (2 years, 6 months ago) by zed
move beep/blink/alert stuff to text.c so plugins can emit_print them too. Now what did this break?

Revision 1283 - Directory Listing
Modified Sun Feb 24 03:46:02 2008 UTC (2 years, 6 months ago) by zed
channel list window: put "Add to Favorites" in right-click menu.

Revision 1282 - Directory Listing
Modified Sun Feb 24 03:37:42 2008 UTC (2 years, 6 months ago) by zed
implement fe_notify_ask

Revision 1281 - Directory Listing
Modified Sun Feb 24 03:26:52 2008 UTC (2 years, 6 months ago) by zed
more safety.

Revision 1280 - Directory Listing
Modified Sun Feb 24 03:24:52 2008 UTC (2 years, 6 months ago) by zed
make "Join" pevents still emitted to plugins even when 'Hide Join/Parts' is ON.

Revision 1279 - Directory Listing
Modified Sun Feb 24 02:56:30 2008 UTC (2 years, 6 months ago) by zed
part 2.

Revision 1278 - Directory Listing
Modified Sun Feb 24 02:56:02 2008 UTC (2 years, 6 months ago) by zed
implement per-channel settings saving. chanopt.conf now loaded & written. How's it work?

Revision 1277 - Directory Listing
Modified Sun Feb 17 11:04:48 2008 UTC (2 years, 6 months ago) by zed
update "flags" field.

Revision 1276 - Directory Listing
Modified Sun Feb 17 10:28:21 2008 UTC (2 years, 6 months ago) by zed
when clicking "Minimize to Tray" force prefs.gui_tray=1 so it doesn't appear to fail.

Revision 1275 - Directory Listing
Modified Sun Feb 17 10:06:51 2008 UTC (2 years, 6 months ago) by zed
*** empty log message ***

Revision 1274 - Directory Listing
Modified Sun Feb 17 08:54:55 2008 UTC (2 years, 6 months ago) by zed
now fix the crap i just checked in.

Revision 1273 - Directory Listing
Modified Sun Feb 17 08:53:51 2008 UTC (2 years, 6 months ago) by zed
If a network specific cert/pkey doesn't exist, also try ~/.xchat2/client.pem.

Revision 1272 - Directory Listing
Modified Sun Feb 10 05:18:26 2008 UTC (2 years, 6 months ago) by zed
fix typo

Revision 1271 - Directory Listing
Modified Sat Feb 9 11:48:31 2008 UTC (2 years, 6 months ago) by zed
support QuakeNet /AUTH for nick password.

Revision 1270 - Directory Listing
Modified Sat Feb 9 07:34:03 2008 UTC (2 years, 6 months ago) by zed
fix: http://forum.xchat.org/viewtopic.php?t=4062

Revision 1269 - Directory Listing
Modified Fri Feb 8 09:18:28 2008 UTC (2 years, 6 months ago) by zed
more progress on per-channel settings 3

Revision 1268 - Directory Listing
Modified Fri Feb 8 09:04:45 2008 UTC (2 years, 6 months ago) by zed
more progress on per-channel settings 2

Revision 1267 - Directory Listing
Modified Fri Feb 8 09:00:42 2008 UTC (2 years, 6 months ago) by zed
more progress on per-channel settings

Revision 1266 - Directory Listing
Modified Thu Feb 7 01:55:35 2008 UTC (2 years, 6 months ago) by zed
hopefully fix LifeIsPain's highlight bug (?)

Revision 1265 - Directory Listing
Modified Thu Feb 7 01:50:37 2008 UTC (2 years, 6 months ago) by zed
shut up gcc

Revision 1264 - Directory Listing
Modified Wed Feb 6 11:10:38 2008 UTC (2 years, 6 months ago) by zed
/chanopt: accept 0/1 and ON/OFF args. Make BEEP, TRAY, CONFMODE work as aliases for compatibility.

Revision 1263 - Directory Listing
Modified Tue Feb 5 09:49:59 2008 UTC (2 years, 6 months ago) by zed
* add extra arg to fe_set_topic
* rework /chanopt in preparation of saved per-channel settings.
* use g_malloc in strip_color and add STRIP_ESCMARKUP flag.
* Plugin API: "channels"->"flags" add bit 10 (blink task bar).
* Strip mirc color from balloon titles (fixes color nicks).
* Various small cleanups/tweaks.

Revision 1262 - Directory Listing
Modified Sun Feb 3 11:28:42 2008 UTC (2 years, 6 months ago) by zed
change a few label texts

Revision 1261 - Directory Listing
Modified Wed Jan 30 07:02:50 2008 UTC (2 years, 7 months ago) by zed
Copy with IRC attributes & mIRC colors if CTRL key is down when a selection is finished (mouse release).

Revision 1260 - Directory Listing
Modified Tue Jan 29 23:54:12 2008 UTC (2 years, 7 months ago) by zed
actually give word/word_eol all 32 elements [1881771].

Revision 1259 - Directory Listing
Modified Tue Jan 29 12:25:43 2008 UTC (2 years, 7 months ago) by zed
development

Revision 1258 - Directory Listing
Modified Tue Jan 29 12:10:56 2008 UTC (2 years, 7 months ago) by zed
Plugin API: add 'realname' field to 'users' list.

Revision 1257 - Directory Listing
Modified Mon Jan 28 11:41:10 2008 UTC (2 years, 7 months ago) by zed
*** empty log message ***

Revision 1256 - Directory Listing
Modified Sat Jan 26 12:16:45 2008 UTC (2 years, 7 months ago) by zed
new '/set gui_tweaks' flag: 32 - Compact tree/userlist mode.

Revision 1255 - Directory Listing
Modified Sat Jan 26 02:44:55 2008 UTC (2 years, 7 months ago) by zed
document new icons

Revision 1254 - Directory Listing
Modified Thu Jan 24 04:30:01 2008 UTC (2 years, 7 months ago) by lsitu
FIXED: Some characters in \W are allowed in nicks, check for those as well as at the end of line to avoid incorrectly completeing those nicks.

Revision 1253 - Directory Listing
Modified Wed Jan 23 09:48:14 2008 UTC (2 years, 7 months ago) by zed
remove dead code

Revision 1252 - Directory Listing
Modified Mon Jan 21 05:04:26 2008 UTC (2 years, 7 months ago) by lsitu
FIXED: Prevent attempting to do completion at the end of the line in the case where we should be cycling through commands.

Revision 1251 - Directory Listing
Modified Sun Jan 20 09:53:30 2008 UTC (2 years, 7 months ago) by lsitu
Pressing tab at the end of the line now behaves the same as pressing tab at the very beginning, it completes to the last nick to speak. You can continue pressing tab to cycle through to other nicks.
FIXED: If you are in the middle of writing a line and move back to the beginning of the line to add a nick using tab it will no longer move the cursor to the end of the line. This allows you cycle through the completions.

Revision 1250 - Directory Listing
Modified Sun Jan 13 11:12:22 2008 UTC (2 years, 7 months ago) by zed
*** empty log message ***

Revision 1249 - Directory Listing
Modified Sun Jan 13 07:35:57 2008 UTC (2 years, 7 months ago) by zed
Do a /load -e ~/.xchat2/startup.txt on launch. It might be useful for something.

Revision 1248 - Directory Listing
Modified Sun Jan 13 07:15:05 2008 UTC (2 years, 7 months ago) by zed
allow icons in the configurable popup menus.

Revision 1247 - Directory Listing
Modified Sun Jan 13 05:40:02 2008 UTC (2 years, 7 months ago) by zed
make lag-o-meter full scale 1.0 seconds.

Revision 1246 - Directory Listing
Modified Sun Jan 13 05:17:18 2008 UTC (2 years, 7 months ago) by zed
fix new alert matching code to handle blank settings.

Revision 1245 - Directory Listing
Modified Sun Jan 13 04:53:44 2008 UTC (2 years, 7 months ago) by zed
* remember away status even when doing /away while disconnected.
* start of auto-join-list (favourite channels) management (not working).
* change expander column to more appropriate one: dcc, ignore, notify.
* use libnotify.so directly instead of notify-send if possible.
* away/back in tray menu.
* change 'Use a proxy server' to 'Bypass proxy server' and invert it.
* accept 'hostname:port' syntax if it's not an ipv6 addy.

Revision 1244 - Directory Listing
Modified Mon Jan 7 01:57:26 2008 UTC (2 years, 7 months ago) by zed
Rewritten alert matching code. Now accepts wildcards instead of partial string m
atch. [1807563]

Revision 1243 - Directory Listing
Modified Thu Jan 3 08:53:43 2008 UTC (2 years, 8 months ago) by zed
*** empty log message ***

Revision 1242 - Directory Listing
Modified Thu Jan 3 01:01:39 2008 UTC (2 years, 8 months ago) by zed
Add --command= arg (E.L.K.)

Revision 1241 - Directory Listing
Modified Sun Dec 30 05:30:19 2007 UTC (2 years, 8 months ago) by zed
fix permissions on creating files.

Revision 1240 - Directory Listing
Modified Sat Dec 29 07:36:08 2007 UTC (2 years, 8 months ago) by zed
* Remove tab_icons and make it automatic. "if any one of these PNGs exist, the chanview will create the extra column for icons."
* Made file Drag&Drop to the userlist work again, please someone test.

Revision 1239 - Directory Listing
Modified Sat Dec 29 07:31:26 2007 UTC (2 years, 8 months ago) by zed
Fixed a possible Channel List crash if you searched many times while the download was still going.

Revision 1238 - Directory Listing
Modified Sat Dec 29 07:27:18 2007 UTC (2 years, 8 months ago) by zed
load internal /timer plugin before other plugins.

Revision 1237 - Directory Listing
Modified Sun Dec 23 08:04:03 2007 UTC (2 years, 8 months ago) by lsitu
modified Xchat::print and Xchat::command so that the channel and servers
arguments can be array references in order to allow printing and executing
commands in multiple contexts at once

Revision 1236 - Directory Listing
Modified Sun Dec 23 07:53:20 2007 UTC (2 years, 8 months ago) by zed
*** empty log message ***

Revision 1235 - Directory Listing
Modified Sat Dec 22 19:34:12 2007 UTC (2 years, 8 months ago) by lsitu
Change the timer callbacks so they will execute in which they were created

Revision 1234 - Directory Listing
Modified Sat Dec 22 09:48:52 2007 UTC (2 years, 8 months ago) by zed
add radio menu example

Revision 1233 - Directory Listing
Modified Tue Dec 4 01:35:36 2007 UTC (2 years, 8 months ago) by zed
*** empty log message ***

Revision 1232 - Directory Listing
Modified Mon Dec 3 07:45:27 2007 UTC (2 years, 9 months ago) by zed
avoid crash when moving channel-switcher to HIDDEN and back again.

Revision 1231 - Directory Listing
Modified Sun Dec 2 23:40:31 2007 UTC (2 years, 9 months ago) by lsitu
Applied patch to check for users with perl 5.6 installed instead of 5.8

Revision 1230 - Directory Listing
Modified Sun Dec 2 01:02:09 2007 UTC (2 years, 9 months ago) by zed
load PREFIX/share/xchat/xchat.png if it exists.

Revision 1229 - Directory Listing
Modified Mon Nov 26 01:46:05 2007 UTC (2 years, 9 months ago) by zed
* gtk_font_selection_dialog_get_font_name result must be g_free'ed.
* don't allow font dialog to persist after setup dialog is closed.

Revision 1228 - Directory Listing
Modified Sat Nov 24 00:17:30 2007 UTC (2 years, 9 months ago) by lsitu
Fixed /reloadall so that it will load new files that were added to your xchatdir since the last time the autoload function was ran into to remain compatible with the previous behaviour.

Revision 1227 - Directory Listing
Modified Sat Nov 24 00:03:28 2007 UTC (2 years, 9 months ago) by lsitu
Changed /reloadall to reload all script that are currently loaded instead of just those that were autoloaded.
Redirect gtk/gdk/glib errors and warning messages back to STDERR so they will no longer show up in the text box as a result of having the Perl plugin loaded.

Revision 1226 - Directory Listing
Modified Tue Nov 20 05:27:07 2007 UTC (2 years, 9 months ago) by lsitu
Removed an extra "called" from the description of get_prefs' return value

Revision 1225 - Directory Listing
Modified Sun Nov 18 00:11:07 2007 UTC (2 years, 9 months ago) by zed
* Using /part on a channel that contains a quotation mark now works [1800855].

Revision 1224 - Directory Listing
Modified Sun Nov 18 00:04:33 2007 UTC (2 years, 9 months ago) by zed
rename TCL's "reload" command to "reloadall" to play fair with Perl & Python.

Revision 1223 - Directory Listing
Modified Sun Nov 18 00:02:57 2007 UTC (2 years, 9 months ago) by zed
make fe-text build again.

Revision 1222 - Directory Listing
Modified Thu Nov 8 12:51:15 2007 UTC (2 years, 9 months ago) by zed
fix: [1827629] balloons notification won't show message with certain chars

Revision 1221 - Directory Listing
Modified Wed Nov 7 10:19:29 2007 UTC (2 years, 9 months ago) by zed
*** empty log message ***

Revision 1220 - Directory Listing
Modified Wed Oct 17 07:04:50 2007 UTC (2 years, 10 months ago) by zed
switch to "IRC (Latin/Unicode Hybrid)" by default on unix too.

Revision 1219 - Directory Listing
Modified Mon Oct 15 01:54:55 2007 UTC (2 years, 10 months ago) by zed
Clarify xchatdir and xchatdirfs.

Revision 1218 - Directory Listing
Modified Tue Oct 2 04:05:30 2007 UTC (2 years, 11 months ago) by zed
fe.h enum patch (David Trowbridge).

Revision 1217 - Directory Listing
Modified Wed Sep 26 07:43:34 2007 UTC (2 years, 11 months ago) by zed
* Add text_replay to logging settings gui.
* Improve scrollback file shrinking, so they don't grow too much.

Revision 1216 - Directory Listing
Modified Mon Sep 24 23:39:33 2007 UTC (2 years, 11 months ago) by lsitu
Add a pl_reload alias for reload to avoid clashes with the TCL plugin's reload command.

Revision 1215 - Directory Listing
Modified Sun Sep 23 02:02:02 2007 UTC (2 years, 11 months ago) by zed
buffers are too short for some multibyte translations.

Revision 1214 - Directory Listing
Modified Sun Sep 9 04:57:07 2007 UTC (2 years, 11 months ago) by zed
Make translation of radio buttons work.

Revision 1213 - Directory Listing
Modified Sun Sep 9 04:54:24 2007 UTC (2 years, 11 months ago) by zed
*** empty log message ***

Revision 1212 - Directory Listing
Modified Thu Aug 9 07:11:52 2007 UTC (3 years ago) by zed
*** empty log message ***

Revision 1211 - Directory Listing
Modified Sun Jul 29 05:09:24 2007 UTC (3 years, 1 month ago) by zed
*** empty log message ***

Revision 1210 - Directory Listing
Modified Sun Jul 29 05:02:36 2007 UTC (3 years, 1 month ago) by zed
* apply xc284-scrollbmkdir.diff.
* make /away work even when the reason setting is empty.

Revision 1209 - Directory Listing
Modified Sun Jul 1 11:13:55 2007 UTC (3 years, 2 months ago) by zed
update

Revision 1208 - Directory Listing
Modified Sun Jul 1 04:32:37 2007 UTC (3 years, 2 months ago) by zed
=== Bump to 2.8.4 ===

Revision 1207 - Directory Listing
Modified Sun Jul 1 04:00:49 2007 UTC (3 years, 2 months ago) by zed
*** empty log message ***

Revision 1206 - Directory Listing
Modified Sat Jun 30 08:21:13 2007 UTC (3 years, 2 months ago) by zed
allow also changing from/to tabs/tree in the setup dialog.

Revision 1205 - Directory Listing
Modified Tue Jun 26 11:11:31 2007 UTC (3 years, 2 months ago) by zed
*** empty log message ***

Revision 1204 - Directory Listing
Modified Tue Jun 26 07:14:35 2007 UTC (3 years, 2 months ago) by zed
*** empty log message ***

Revision 1203 - Directory Listing
Modified Sun Jun 24 07:42:00 2007 UTC (3 years, 2 months ago) by zed
*** empty log message ***

Revision 1202 - Directory Listing
Modified Sun Jun 24 03:01:18 2007 UTC (3 years, 2 months ago) by zed
2.8.4 done? Go test cvs now.

Revision 1201 - Directory Listing
Modified Sun Jun 24 02:42:26 2007 UTC (3 years, 2 months ago) by zed
* fix: [1737249] xchat doesn't recognize nicks with halfop mode on hovering.
* Make "Open data folder" button work again.
* fix: [1741525] Cycle selected channel (Luca Falavigna).

Revision 1200 - Directory Listing
Modified Sun Jun 24 02:40:17 2007 UTC (3 years, 2 months ago) by zed
Channel List's minimum users spin-button can now be set downward even on networks that sent a list of channels of only a larger size. In this case the Download button will flash to indicate you need to download a new list.

Revision 1199 - Directory Listing
Modified Wed Jun 20 08:53:13 2007 UTC (3 years, 2 months ago) by zed
* avoid crash when ulist/tree in same pos via setup dialog.
* hide non-combined ulist in non-irc tabs.

Revision 1198 - Directory Listing
Modified Wed Jun 20 03:17:49 2007 UTC (3 years, 2 months ago) by zed
tweak gui spacings and border sizes.

Revision 1197 - Directory Listing
Modified Mon Jun 18 08:12:10 2007 UTC (3 years, 2 months ago) by zed
quit dialog: Make the dialog modal. Focus Cancel button by default.

Revision 1196 - Directory Listing
Modified Sun Jun 17 07:04:19 2007 UTC (3 years, 2 months ago) by zed
*** empty log message ***

Revision 1195 - Directory Listing
Modified Sun Jun 17 06:23:32 2007 UTC (3 years, 2 months ago) by zed
Consolidate the 3 quit dialogs: "Some file transfers still active, quit xchat?",
"No other tabs open, quit xchat?", and plugin-tray.c's dialog all into one better one.

Revision 1194 - Directory Listing
Modified Fri Jun 15 03:53:42 2007 UTC (3 years, 2 months ago) by zed
Lots. See ChangeLog.

Revision 1193 - Directory Listing
Modified Fri Jun 15 03:33:15 2007 UTC (3 years, 2 months ago) by zed
more changes needed for previous checkins.

Revision 1192 - Directory Listing
Modified Fri Jun 15 03:27:36 2007 UTC (3 years, 2 months ago) by zed
*** empty log message ***

Revision 1191 - Directory Listing
Modified Fri Jun 15 03:26:08 2007 UTC (3 years, 2 months ago) by zed
Fix [1726898] /lastlog duplicated entries for one event when indent nicks is off.

Revision 1190 - Directory Listing
Modified Fri Jun 15 03:24:45 2007 UTC (3 years, 2 months ago) by zed
fix some typos s/Highlighed/Highlighted. Take into account irc_no_hilight in tray flashing/balloons too.

Revision 1189 - Directory Listing
Modified Thu May 31 13:13:46 2007 UTC (3 years, 3 months ago) by zed
no more zombies

Revision 1188 - Directory Listing
Modified Tue May 29 03:19:30 2007 UTC (3 years, 3 months ago) by zed
*** empty log message ***

Revision 1187 - Directory Listing
Modified Sat May 26 03:02:50 2007 UTC (3 years, 3 months ago) by zed
*** empty log message ***

Revision 1186 - Directory Listing
Modified Wed May 23 08:55:58 2007 UTC (3 years, 3 months ago) by zed
New feature: Replay buffer. /set text_replay 1. default off atm. Reloads conversation buffers on next startup.

Revision 1185 - Directory Listing
Modified Wed May 23 04:02:24 2007 UTC (3 years, 3 months ago) by zed
*** empty log message ***

Revision 1184 - Directory Listing
Modified Tue May 22 02:13:38 2007 UTC (3 years, 3 months ago) by mooooooo
random fixes

Revision 1183 - Directory Listing
Modified Tue May 22 00:20:08 2007 UTC (3 years, 3 months ago) by mooooooo
added uaction event

Revision 1182 - Directory Listing
Modified Mon May 21 01:50:23 2007 UTC (3 years, 3 months ago) by zed
fix: _Diesen Dialogs nach jeder Verbindund anzeigen.

Revision 1181 - Directory Listing
Modified Sun May 20 11:10:45 2007 UTC (3 years, 3 months ago) by zed
2/2.

Revision 1180 - Directory Listing
Modified Sun May 20 11:08:03 2007 UTC (3 years, 3 months ago) by zed
/MENU: Make %s work for $CHAN and '$NICK clicks in xtext' 1/2.

Revision 1179 - Directory Listing
Modified Sun May 20 05:19:05 2007 UTC (3 years, 3 months ago) by zed
*** empty log message ***

Revision 1178 - Directory Listing
Modified Sun May 20 02:48:03 2007 UTC (3 years, 3 months ago) by zed
add $CHAN for /MENU.

Revision 1177 - Directory Listing
Modified Sat May 19 04:10:59 2007 UTC (3 years, 3 months ago) by zed
shade_ximage_15_mmx fix (Tres).

Revision 1176 - Directory Listing
Modified Thu May 10 08:41:38 2007 UTC (3 years, 3 months ago) by zed
Fixed underscore ('_') in real names in the nick-name right-click menu being drawn as a underline.

Revision 1175 - Directory Listing
Modified Sat May 5 04:57:10 2007 UTC (3 years, 3 months ago) by zed
Fix: [ 1680762 ] Notify fails if network name contains spaces

Revision 1174 - Directory Listing
Modified Sat May 5 03:34:30 2007 UTC (3 years, 3 months ago) by zed
* Implement gui_tray_flags flag 4 (iconify to tray).
* Don't give GTK warnings when using an accel-key in /MENU for popup menus.
* make fe-text compile.

Revision 1173 - Directory Listing
Modified Sun Apr 29 06:04:56 2007 UTC (3 years, 4 months ago) by zed
* add some more search paths for tclConfig.sh.
* Python: Implement xchat.strip (juanmabc).
* Underline ut2004:// urls.

Revision 1172 - Directory Listing
Modified Fri Apr 27 10:44:20 2007 UTC (3 years, 4 months ago) by zed
*** empty log message ***

Revision 1171 - Directory Listing
Modified Fri Apr 27 10:43:08 2007 UTC (3 years, 4 months ago) by zed
* Prof Vince's URL IP clicking patch.
* Give the xchat icon to notify-send.

Revision 1170 - Directory Listing
Modified Fri Apr 27 10:39:09 2007 UTC (3 years, 4 months ago) by zed
Allow returning 0 from a fd hook to remove it [from API & Perl] (Prof Vince).

Revision 1169 - Directory Listing
Modified Fri Apr 27 10:36:22 2007 UTC (3 years, 4 months ago) by zed
make /settext with no arg clear it (Khisanth).

Revision 1168 - Directory Listing
Modified Thu Apr 5 04:57:36 2007 UTC (3 years, 4 months ago) by zed
fix build environment

Revision 1167 - Directory Listing
Modified Sun Apr 1 11:46:47 2007 UTC (3 years, 5 months ago) by zed
=== Bump to 2.8.2 ===

Revision 1166 - Directory Listing
Modified Sun Apr 1 08:59:09 2007 UTC (3 years, 5 months ago) by zed
shutup warnings.

Revision 1165 - Directory Listing
Modified Sun Apr 1 08:56:15 2007 UTC (3 years, 5 months ago) by zed
* Added command line argument: --minimize=level :: Begin minimized. Level 0=Normal 1=Iconified 2=Tray.

Revision 1164 - Directory Listing
Modified Wed Mar 28 08:40:26 2007 UTC (3 years, 5 months ago) by zed
more

Revision 1163 - Directory Listing
Modified Wed Mar 28 08:35:06 2007 UTC (3 years, 5 months ago) by zed
don't print out uninitialized ssl fields.

Revision 1162 - Directory Listing
Modified Wed Mar 28 04:04:58 2007 UTC (3 years, 5 months ago) by zed
put a new-line in the alert headings to make the whole window smaller.

Revision 1161 - Directory Listing
Modified Tue Mar 27 03:48:41 2007 UTC (3 years, 5 months ago) by zed
apply xc280-fix-ja.diff

Revision 1160 - Directory Listing
Modified Tue Mar 27 03:33:28 2007 UTC (3 years, 5 months ago) by zed
Show error dialog if notify-send can't be found.

Revision 1159 - Directory Listing
Modified Mon Mar 26 12:59:38 2007 UTC (3 years, 5 months ago) by zed
strip mirc codes before running notify-send.

Revision 1158 - Directory Listing
Modified Mon Mar 26 12:47:48 2007 UTC (3 years, 5 months ago) by zed
Don't do ballloons if the window is focused. Bit 1 of gui_tray_flags turns them off while un-focused too (i.e. they work only when iconified/hidden).

Revision 1157 - Directory Listing
Modified Mon Mar 26 12:10:34 2007 UTC (3 years, 5 months ago) by zed
implement last bit of privmsg balloons.

Revision 1156 - Directory Listing
Modified Mon Mar 26 11:43:19 2007 UTC (3 years, 5 months ago) by zed
implemented balloon alerts (aka libnotify).

Revision 1155 - Directory Listing
Modified Mon Mar 26 04:25:47 2007 UTC (3 years, 5 months ago) by zed
Khisanth's grid looks better.

Revision 1154 - Directory Listing
Modified Mon Mar 26 02:46:06 2007 UTC (3 years, 5 months ago) by zed
Overhauled the Alerts section of the settings. Looks simpler, but is more powerful.

Revision 1153 - Directory Listing
Modified Sun Mar 25 12:14:37 2007 UTC (3 years, 5 months ago) by zed
Implemented /tray -b on unix (tray balloons). Not currently used for anything, but scripts could use it.

Revision 1152 - Directory Listing
Modified Sun Mar 18 11:19:14 2007 UTC (3 years, 5 months ago) by zed
- add uk, zh_CN to ALL_LINGUAS.
- make sure current_sess is really valid or NULL in session_free().

Revision 1151 - Directory Listing
Modified Wed Mar 14 23:39:19 2007 UTC (3 years, 5 months ago) by zed
*** empty log message ***

Revision 1150 - Directory Listing
Modified Fri Mar 2 00:01:39 2007 UTC (3 years, 6 months ago) by zed
* cfgfiles.c: Use && not &.
* remove irc.canadian.net, it's not Irctoo.net (as per request).
* chanlist: g_utf8_collate_key sometimes fails, deal with it.
* tray: make sure there's a context on right-click menu, or it can crash.

Revision 1149 - Directory Listing
Modified Mon Feb 19 03:34:22 2007 UTC (3 years, 6 months ago) by zed
* Nick serv authentication is now sent without the ":" when using the /NICKSERV or /NS method [1655733].
* servlist.c: fix oz.org listing. Add SolidIRC.
* Fixed a crash bug in /MENU. Adding a radio item that deleted itself in its own select-command would crash.

Revision 1148 - Directory Listing
Modified Mon Feb 19 00:19:56 2007 UTC (3 years, 6 months ago) by zed
*** empty log message ***

Revision 1147 - Directory Listing
Modified Sun Feb 18 14:45:23 2007 UTC (3 years, 6 months ago) by zed
fix unhooking timers to be more resilient.

Revision 1146 - Directory Listing
Modified Wed Feb 14 07:04:30 2007 UTC (3 years, 6 months ago) by zed
*** empty log message ***

Revision 1145 - Directory Listing
Modified Sun Feb 11 09:29:14 2007 UTC (3 years, 6 months ago) by zed
*** empty log message ***

Revision 1144 - Directory Listing
Modified Thu Feb 8 06:40:20 2007 UTC (3 years, 6 months ago) by zed
avoid flicker when restoring window to the right position.

Revision 1143 - Directory Listing
Modified Thu Feb 8 05:22:33 2007 UTC (3 years, 6 months ago) by zed
*** empty log message ***

Revision 1142 - Directory Listing
Modified Tue Feb 6 06:04:45 2007 UTC (3 years, 6 months ago) by zed
Fixed "event_event name" for xchat_get_info() to match the docs exactly, but 2.8.0 (mis)behaviour works too.

Revision 1141 - Directory Listing
Modified Tue Feb 6 04:45:13 2007 UTC (3 years, 6 months ago) by zed
* New uk.po
* Fixed the "Save As" function saving to the wrong folder in the URL Grabber.
* Add "modes" to plugin20.html.
* Combined sending/charset functions of dcc and irc-server into one.

Revision 1140 - Directory Listing
Modified Thu Feb 1 04:01:53 2007 UTC (3 years, 7 months ago) by zed
fix: [1640351] Xchat 2.8.1 Crash and buffer overflow

Revision 1139 - Directory Listing
Modified Thu Feb 1 01:23:11 2007 UTC (3 years, 7 months ago) by zed
Plugin API: Added "modes" to xchat_get_info(). Returns the current channel modes, if they are known.
New sv.po

Revision 1138 - Directory Listing
Modified Wed Jan 31 07:25:35 2007 UTC (3 years, 7 months ago) by zed
fix: [ 1648186 ] Greek domains cannot be copied correctly

Revision 1137 - Directory Listing
Modified Tue Jan 30 05:07:09 2007 UTC (3 years, 7 months ago) by lsitu
Execute the shutdown callback before removing hooks so commands created by the script can be used in the callback

Revision 1136 - Directory Listing
Modified Sat Jan 27 01:49:48 2007 UTC (3 years, 7 months ago) by zed
new ca.po.

Revision 1135 - Directory Listing
Modified Wed Jan 3 14:08:35 2007 UTC (3 years, 7 months ago) by zed
Fix: /BACK command not working after upgrading from xchat < 2.8.0

Revision 1134 - Directory Listing
Modified Wed Jan 3 12:08:26 2007 UTC (3 years, 7 months ago) by zed
=== Bump to 2.8.0 and release ===

Revision 1133 - Directory Listing
Modified Tue Jan 2 00:26:41 2007 UTC (3 years, 8 months ago) by zed
* update faq for 2.8.
* [ 1625790 ] Away menu entry doesn't work

Revision 1132 - Directory Listing
Modified Tue Dec 26 04:56:55 2006 UTC (3 years, 8 months ago) by zed
boring stuff

Revision 1131 - Directory Listing
Modified Sun Dec 17 08:19:22 2006 UTC (3 years, 8 months ago) by zed
/MENU: -i arg to specify an icon file.

Revision 1130 - Directory Listing
Modified Sun Dec 17 02:46:54 2006 UTC (3 years, 8 months ago) by zed
- Changes to /MENU command (See plugin20.html for details):
* Now works for popup menus too.
* Allows creation of radio menu items.
* -p arg can now to be negative to give a position offset from right/bottom.

Revision 1129 - Directory Listing
Modified Mon Dec 11 02:52:42 2006 UTC (3 years, 8 months ago) by zed
* Added 'Your Action' text event.
* Separated out /away and /back commands so it's obvious what they'll do.
* Extended the /MENU command to work for popup menus too. See plugin20.html.
* blacklisted dbus.so.

Revision 1128 - Directory Listing
Modified Sun Dec 10 01:39:52 2006 UTC (3 years, 8 months ago) by zed
*** empty log message ***

Revision 1127 - Directory Listing
Modified Tue Dec 5 04:09:54 2006 UTC (3 years, 8 months ago) by zed
* Allow changing the logging folder if the log filename is set to a full path in the settings window (starts with a '/').
* Added invited event to systray blinking.
=== Bump to development version 2.7.90 ===

Revision 1126 - Directory Listing
Modified Fri Dec 1 05:55:49 2006 UTC (3 years, 9 months ago) by zed
* Added /GUI APPLY command, which does that same as pressing OK in the settings window (e.g use it after /set). Mainly for scripters.
* Added event_text to xchat_get_info() to retreive the text event format string.
* Informative tooltips for the tray icon.

Revision 1125 - Directory Listing
Modified Tue Nov 28 01:26:33 2006 UTC (3 years, 9 months ago) by zed
Channel modes are no longer shown in the titlebar if they contain a key.

Revision 1124 - Directory Listing
Modified Mon Nov 27 00:48:50 2006 UTC (3 years, 9 months ago) by zed
tweak tray code

Revision 1123 - Directory Listing
Modified Sun Nov 26 11:36:37 2006 UTC (3 years, 9 months ago) by zed
* Add systray option to channel-right-click menu.
* Add systray to /chanopt.
* Plugin API: Add tray to "flags" field of the "channels" list.

Revision 1122 - Directory Listing
Modified Sun Nov 26 10:21:08 2006 UTC (3 years, 9 months ago) by zed
* systray progress

Revision 1121 - Directory Listing
Modified Sun Nov 26 07:56:03 2006 UTC (3 years, 9 months ago) by zed
* 1/7 Bump to 2.7.0 to indicate that it's generally broken.
* 2/7 faq.html: explain new URL opening.
* 3/7 fix dcc ack reading.
* 4/7 add systray feature and /TRAY command for scripts.
* 5/7 xc268-fix-teprivmsg.diff
* 6/7 dbus: ("%s loaded successfully!\n") - remove this print, it's noisy.
* 7/7 channel list window: added right-click menu as in 2.6.9b.

Revision 1120 - Directory Listing
Modified Wed Nov 22 23:59:39 2006 UTC (3 years, 9 months ago) by lsitu
Don't override the help message for builtin commands unless help text was supplied to hook_command.

Revision 1119 - Directory Listing
Modified Wed Nov 22 04:14:06 2006 UTC (3 years, 9 months ago) by zed
* fe-gtk.c: shorten some code
* servlistgui.c: give the Sort button a tooltip.

Revision 1118 - Directory Listing
Modified Mon Nov 20 01:28:53 2006 UTC (3 years, 9 months ago) by zed
*** empty log message ***

Revision 1117 - Directory Listing
Modified Mon Nov 20 01:26:48 2006 UTC (3 years, 9 months ago) by zed
* Warn when trying to put the tree on the top/bottom.
* Perl: Warn about trying to load 64-bit ActivePerl.

Revision 1116 - Directory Listing
Modified Sat Nov 4 05:33:42 2006 UTC (3 years, 9 months ago) by zed
fix "[ 1590035 ] Mangles links from chat" by using execv. Someone try the KDE path.

Revision 1115 - Directory Listing
Modified Wed Nov 1 01:51:45 2006 UTC (3 years, 10 months ago) by zed
* support opening URLs in xdg-open, when it fails auto detect gnome or kde.
* neaten up dcc ack reading.

Revision 1114 - Directory Listing
Modified Wed Oct 25 04:29:12 2006 UTC (3 years, 10 months ago) by zed
Brand new channel list window: GtkTreeView, nicer layout, less CPU power when downloading very large list, uses less memory, supports regexp/patternmatch/substring search and supports downloading LIST with minusers to save time (only on some networks that support it).
Feedback: http://forum.xchat.org/viewtopic.php?t=3198

Revision 1113 - Directory Listing
Modified Wed Oct 25 04:19:42 2006 UTC (3 years, 10 months ago) by zed
*** empty log message ***

Revision 1112 - Directory Listing
Modified Wed Oct 25 04:18:07 2006 UTC (3 years, 10 months ago) by zed
* Partially support 005 ELIST= (for min users only).
* add irc.blackened.com to EFnet list.
* gtkutil.c: remove dead code. fe-text: make it build.

Revision 1111 - Directory Listing
Modified Mon Oct 16 15:19:54 2006 UTC (3 years, 10 months ago) by zed
add org.xchat.service.service.in to Makefile.am

Revision 1110 - Directory Listing
Modified Mon Oct 16 14:52:57 2006 UTC (3 years, 10 months ago) by zed
=== Bump to 2.6.8 ===

Revision 1109 - Directory Listing
Modified Mon Oct 16 04:12:03 2006 UTC (3 years, 10 months ago) by zed
fix getfile/getint ordering.

Revision 1108 - Directory Listing
Modified Mon Oct 16 04:09:32 2006 UTC (3 years, 10 months ago) by zed
*** empty log message ***

Revision 1107 - Directory Listing
Modified Sun Oct 15 02:38:24 2006 UTC (3 years, 10 months ago) by zed
* replace safe_strcpy() with a utf-8 friendly one.
* mark _("%d minutes ago") for gettext.
* new be.po

Revision 1106 - Directory Listing
Modified Sat Oct 14 06:34:41 2006 UTC (3 years, 10 months ago) by zed
*** empty log message ***

Revision 1105 - Directory Listing
Modified Sat Oct 14 03:21:32 2006 UTC (3 years, 10 months ago) by zed
*** empty log message ***

Revision 1104 - Directory Listing
Modified Fri Oct 13 09:57:50 2006 UTC (3 years, 10 months ago) by zed
*** empty log message ***

Revision 1103 - Directory Listing
Modified Fri Oct 13 03:31:12 2006 UTC (3 years, 10 months ago) by zed
* New DCC windows: GtkTreeView, context sensitive buttons, uploads&downloads in one window, just plain nicer.
* Call would_block() in SSL_ERROR_SYSCALL/recv.
* New default user-command: +	"NAME GREP\n"			"CMD lastlog -r &2\n\n"\

Revision 1102 - Directory Listing
Modified Fri Oct 13 02:50:52 2006 UTC (3 years, 10 months ago) by zed
*** empty log message ***

Revision 1101 - Directory Listing
Modified Wed Oct 11 16:23:28 2006 UTC (3 years, 10 months ago) by zed
*** empty log message ***

Revision 1100 - Directory Listing
Modified Wed Oct 11 14:10:47 2006 UTC (3 years, 10 months ago) by zed
*** empty log message ***

Revision 1099 - Directory Listing
Modified Wed Oct 11 08:10:12 2006 UTC (3 years, 10 months ago) by zed
more lastlog tweaks

Revision 1098 - Directory Listing
Modified Wed Oct 11 07:42:01 2006 UTC (3 years, 10 months ago) by zed
Added /LastLog -r <regexp>

Revision 1097 - Directory Listing
Modified Wed Oct 11 06:34:37 2006 UTC (3 years, 10 months ago) by zed
* fix alpha mhz.
* fix: [1467345] Repeated Disconnect messages.

Revision 1096 - Directory Listing
Modified Wed Oct 11 06:32:05 2006 UTC (3 years, 10 months ago) by zed
*** empty log message ***

Revision 1095 - Directory Listing
Modified Wed Oct 11 02:26:26 2006 UTC (3 years, 10 months ago) by zed
*** empty log message ***

Revision 1094 - Directory Listing
Modified Tue Oct 10 05:07:54 2006 UTC (3 years, 10 months ago) by zed
* Added a new encoding choice: "IRC (Latin-1/UTF-8 hybrid)".
* add q23 to faq about log rotation.

Revision 1093 - Directory Listing
Modified Mon Oct 9 03:45:04 2006 UTC (3 years, 10 months ago) by zed
*** empty log message ***

Revision 1092 - Directory Listing
Modified Wed Oct 4 04:07:58 2006 UTC (3 years, 10 months ago) by zed
*** empty log message ***

Revision 1091 - Directory Listing
Modified Wed Oct 4 02:45:08 2006 UTC (3 years, 11 months ago) by zed
* fix using /set -e -quiet at the same time.
* add /getfile.
* Command hooks that start with a period ('.') will now be hidden from /HELP and /HELP -l.

Revision 1090 - Directory Listing
Modified Tue Oct 3 08:21:51 2006 UTC (3 years, 11 months ago) by zed
fix [ 1569493 ] X-Chat adds space when setting bans

Revision 1089 - Directory Listing
Modified Tue Oct 3 04:11:54 2006 UTC (3 years, 11 months ago) by zed
* Fixed: [1568931] treeview problem: closing tabs by holding shift and clicking.
* Added field: networks to the "notify" list.
* Userlist popup menu and buttons: added %e for 'current network name'.
* Added option: 'Flash taskbar on any private messages'.

Revision 1088 - Directory Listing
Modified Sun Oct 1 11:18:09 2006 UTC (3 years, 11 months ago) by zed
dont send WATCH +/- on all networks when adding/deleting.

Revision 1087 - Directory Listing
Modified Sun Oct 1 10:31:09 2006 UTC (3 years, 11 months ago) by zed
notify stuff:
* can specify list of networks when adding with GUI and /notify -n.
* "last on" shown as "minutes ago" instead of absolute time/date.
* added $3 as network name to notify offline/online text events. Use this as default.

Revision 1086 - Directory Listing
Modified Sun Oct 1 04:01:14 2006 UTC (3 years, 11 months ago) by zed
"Clear" button in Ban List window now has a 'Are you sure?' dialog for safety.

Revision 1085 - Directory Listing
Modified Thu Sep 28 12:25:50 2006 UTC (3 years, 11 months ago) by zed
*** empty log message ***

Revision 1084 - Directory Listing
Modified Wed Sep 27 12:17:54 2006 UTC (3 years, 11 months ago) by zed
[ 1565960 ] Kick button broken with some translations (pterjan).

Revision 1083 - Directory Listing
Modified Sat Sep 23 05:54:48 2006 UTC (3 years, 11 months ago) by zed
add Belarusian.

Revision 1082 - Directory Listing
Modified Sat Sep 23 05:48:53 2006 UTC (3 years, 11 months ago) by zed
*** empty log message ***

Revision 1081 - Directory Listing
Modified Wed Sep 6 07:25:27 2006 UTC (3 years, 11 months ago) by zed
* [ 1544960 ] quitting via tabs behaves bad on bncs
* [ 1551620 ] --version flag needs display

Revision 1080 - Directory Listing
Modified Sun Sep 3 15:47:28 2006 UTC (4 years ago) by zed
Plugin API: Added field: "sizehigh" to the "dcc" list. Could someone plz test this and email me the result?

Revision 1079 - Directory Listing
Modified Mon Aug 28 15:06:33 2006 UTC (4 years ago) by zed
*** empty log message ***

Revision 1078 - Directory Listing
Modified Mon Aug 28 05:20:53 2006 UTC (4 years ago) by zed
* Handle gracefully plugins that try to execute commands with invalid UTF-8.
* Some small tweaks.

Revision 1077 - Directory Listing
Modified Sun Aug 27 05:52:23 2006 UTC (4 years ago) by lsitu
Changed print and command to return false if called with invalid arguments.
Changed user_info to work with nick parameters even if they contain color codes.

Revision 1076 - Directory Listing
Modified Mon Aug 14 04:54:06 2006 UTC (4 years ago) by zed
[ 1539236 ] problem with the /url command

Revision 1075 - Directory Listing
Modified Sat Aug 12 16:08:51 2006 UTC (4 years ago) by zdra
add context_id has parameter for PrintSignal, ServerSignal and
CommandSignal.

Revision 1074 - Directory Listing
Modified Fri Aug 11 18:33:48 2006 UTC (4 years ago) by zdra
fix some bugs. Thanks to nexu for pointing them.

Revision 1073 - Directory Listing
Modified Thu Aug 10 19:25:47 2006 UTC (4 years ago) by zdra
 - Never raise an exception. Instead return NULl, 0, FALSE or simple ignore the call if the ID doesn't exists or the context is invalid. That's how
xchat
plugin works.
 - SetContext now returns a boolean saying if the contex is valid or not.
 - you can now call ListStr and ListInt with ID=0, it will search informations in "channels" list of the current context.

More than never I NEED TESTING AND FEEDBACK !

Revision 1072 - Directory Listing
Modified Thu Aug 10 16:21:26 2006 UTC (4 years ago) by zdra
 - remove most exceptions, just return what xchat_* returns. Only raise
exception for invalid IDs.
 - add a boolean return value to EmitPrint to let know if there was an
error. That's better than raising an exception.

Revision 1071 - Directory Listing
Modified Thu Aug 10 05:24:42 2006 UTC (4 years ago) by zed
For command parsing, allow a single quote with "". e.g. you can now /dcc send nick "filename wi""th spaces" (and a single quote in the filename). ender: plz test this thoroughly.

Revision 1070 - Directory Listing
Modified Thu Aug 10 05:04:49 2006 UTC (4 years ago) by zed
* update plugin20.html with new fields.
* fix filename encodings on glib-2.4+-win32.

Revision 1069 - Directory Listing
Modified Wed Aug 9 20:55:46 2006 UTC (4 years ago) by zdra
 - add filename, name, description and version args to "Connect" method. Those informations are used to add the client in the xchat's list of loaded
plugins.
 - add a "UnloadSignal" signal to RemoteObject. This signal is emited when the user asks to unload your program, please exit(0) when you receive this
signal.
 - fix a crash when threads are already initialised, checks before running g_thread_init()

Revision 1068 - Directory Listing
Modified Wed Aug 9 11:31:12 2006 UTC (4 years ago) by zed
Plugin API: added "lag" and "queue" fields to the "channels" list.

Revision 1067 - Directory Listing
Modified Tue Aug 8 14:39:41 2006 UTC (4 years ago) by zed
*** empty log message ***

Revision 1066 - Directory Listing
Modified Tue Aug 8 07:27:32 2006 UTC (4 years ago) by zdra
 - Removed the Manager, use a new interface of remote_object instead.
 - Code cleanup

Revision 1065 - Directory Listing
Modified Mon Aug 7 18:24:51 2006 UTC (4 years ago) by zdra
Implement xchat_strip and xchat_send_modes in D-Bus interface. Remove xchat_free from TODO-list since it's useless. Only 2 functions remaining !

Revision 1064 - Directory Listing
Modified Mon Aug 7 07:19:07 2006 UTC (4 years ago) by zdra
When the client's context isn't valid anymore, change it to
xchat_find_context (ph, NULL, NULL) instead of xchat_get_context (ph).
Like that we are sure the new context is valid.

Revision 1063 - Directory Listing
Modified Sun Aug 6 18:18:55 2006 UTC (4 years ago) by zdra
implementation of xchat_list_time, xchat_list_fields and xchat_nickcmp in the D-Bus plugin.

Revision 1062 - Directory Listing
Modified Sun Aug 6 08:24:44 2006 UTC (4 years ago) by zdra
Implementation of xchat_emit_print() in D-Bus interface.

Revision 1061 - Directory Listing
Modified Sat Aug 5 16:03:52 2006 UTC (4 years ago) by zdra
Don't fail if the client's context doesn't exists, just update it to
xchat_get_context() and continue. This should fix an error zed has that
I still can't reproduction.

Revision 1060 - Directory Listing
Modified Sat Aug 5 15:24:46 2006 UTC (4 years ago) by zdra
GnomeVFS >=2.15 uses D-Bus and threads, so threads should be initialised
before opening for the first time a D-Bus connection. That fix a crash
when opening a GtkFilechooser which has gnomevfs as backend.

Revision 1059 - Directory Listing
Modified Thu Aug 3 05:31:15 2006 UTC (4 years, 1 month ago) by zed
* dbus: make the fscking thing build.
* Fixed using the /MENU args -p and -e at the same time.
* Fixed /reconnect and auto-reconnect issue [1525383].

Revision 1058 - Directory Listing
Modified Wed Aug 2 03:30:06 2006 UTC (4 years, 1 month ago) by zed
libxchatcommon.la ->  libxchatcommon.a

Revision 1057 - Directory Listing
Modified Mon Jul 31 18:53:56 2006 UTC (4 years, 1 month ago) by zdra
 - fix configure.in if dbus-binding-tool and glib-genmarshal are present
but dbus version nor met.
 - fix typo: s/invalide/invalid

Revision 1056 - Directory Listing
Modified Mon Jul 31 13:59:21 2006 UTC (4 years, 1 month ago) by zed
* Unmark some text events for translation, because translators only screw things up.
* Special-case BRASnet for nickserv.

Revision 1055 - Directory Listing
Modified Sun Jul 30 13:07:28 2006 UTC (4 years, 1 month ago) by zdra
"context" attribut of "channels" list should be get with ListInt and not
ListStr. That's a difference between C api and D-Bus interface.

Revision 1054 - Directory Listing
Modified Sun Jul 30 10:07:58 2006 UTC (4 years, 1 month ago) by zdra
libxchatcommon.a -> libxchatcommon.la

Revision 1053 - Directory Listing
Modified Sun Jul 30 03:52:25 2006 UTC (4 years, 1 month ago) by zed
change --dbus-url= to --existing --url=

Revision 1052 - Directory Listing
Modified Sat Jul 29 18:09:02 2006 UTC (4 years, 1 month ago) by zdra
missing updates.

Revision 1051 - Directory Listing
Modified Sat Jul 29 17:46:57 2006 UTC (4 years, 1 month ago) by zdra
 - xchat-remote removed. We can now use "xchat --existing --url=<url>" instead.
 - a .service file is added, like that xchat is automaticaly started when a client wants to connect the xchat service.
 - Each D-Bus client has now his own remote_object, like that clients can't interfer each others. A client should now first get the manager
(/org/xchat/Manager) and call then "Connect" method which returns the path to a new remote_object.
 - update the dbus README to reflect the D-Bus interface changes.

Revision 1050 - Directory Listing
Modified Tue Jul 25 03:15:20 2006 UTC (4 years, 1 month ago) by zed
Fix "restricted mode" errors on win32 [1512076].

Revision 1049 - Directory Listing
Modified Tue Jul 18 18:16:18 2006 UTC (4 years, 1 month ago) by zdra
 - add python dbus client example (src/common/dbus/example.py)
 - implement ListGet, ListNext, ListStr, ListInt, ListFree (see C API)
 - add a short TODO in dbus-plugin.c for those who want to help me
 - update README

Revision 1048 - Directory Listing
Modified Tue Jul 18 13:41:18 2006 UTC (4 years, 1 month ago) by zdra
PVERSION="" like that dbus plugin doesn't appear in plugins list anmore

Revision 1047 - Directory Listing
Modified Tue Jul 18 13:17:00 2006 UTC (4 years, 1 month ago) by zdra
s/xchat remote access/remote access/
remove a useless #define

Revision 1046 - Directory Listing
Modified Tue Jul 18 12:34:20 2006 UTC (4 years, 1 month ago) by zdra
Fix a crash

Revision 1045 - Directory Listing
Modified Tue Jul 18 11:46:25 2006 UTC (4 years, 1 month ago) by zdra
 - Move dbus plugin to src/common/dbus
 - code cleanup
 - SetContext/FindContext/GetContext are now the same as C plugin API (will break old applications using dbus interface)
 - improved error handling
 - each dbus client has his own xchat context
 - automatically unhook when dbus client has quit
 - lots of bugfix

please test it and report bugs !

Revision 1044 - Directory Listing
Modified Tue Jul 18 03:36:41 2006 UTC (4 years, 1 month ago) by zed
=== Bump to 2.6.6 ===

Revision 1043 - Directory Listing
Modified Mon Jul 17 05:51:02 2006 UTC (4 years, 1 month ago) by zed
update to svn head.

Revision 1042 - Directory Listing
Modified Sun Jul 16 04:35:04 2006 UTC (4 years, 1 month ago) by zed
Make /MENU DEL work for markup items.

Revision 1041 - Directory Listing
Modified Sun Jul 16 03:16:27 2006 UTC (4 years, 1 month ago) by zed
* Added -m arg to /MENU. See plugin20.html for more.
* Added /SPLAY <soundfile>.
* Make sure gui_input_spell is respected when building with libsexy.

Revision 1040 - Directory Listing
Modified Sat Jul 15 08:22:40 2006 UTC (4 years, 1 month ago) by zdra
Use PACKAGE_TARNAME instead of PACKAGE_NAME to have the name of xchat's
binary.

Revision 1039 - Directory Listing
Modified Sat Jul 15 07:39:59 2006 UTC (4 years, 1 month ago) by zed
second part of the last commit.

Revision 1038 - Directory Listing
Modified Sat Jul 15 07:33:56 2006 UTC (4 years, 1 month ago) by zed
New configure option:
  --enable-spell=type     enable spelling type: none static libsexy gtkspell

Revision 1037 - Directory Listing
Modified Thu Jul 13 13:58:51 2006 UTC (4 years, 1 month ago) by zdra
add a WARNING to let developers know that the dbus plugin isn't very
stable and the interface may change in the future.

Revision 1036 - Directory Listing
Modified Thu Jul 13 09:16:29 2006 UTC (4 years, 1 month ago) by zed
* allow pango markup in /gui msgbox
* /set tab_small 2, for _extra_ small.

Revision 1035 - Directory Listing
Modified Wed Jul 12 04:51:56 2006 UTC (4 years, 1 month ago) by lsitu
Added check in set_context for undef
Added the fields from get_list "channels" for the current context to the result of context_info

Revision 1034 - Directory Listing
Modified Wed Jul 12 04:27:32 2006 UTC (4 years, 1 month ago) by zed
*** empty log message ***

Revision 1033 - Directory Listing
Modified Tue Jul 11 15:58:17 2006 UTC (4 years, 1 month ago) by zed
added gui_url_mod setting to change left-click URL modifier (set to 0 for left-click only). default is 4=ctrl.

Revision 1032 - Directory Listing
Modified Tue Jul 11 06:39:42 2006 UTC (4 years, 1 month ago) by zed
clarify xchat_hook_fd and passing win32 pipes.

Revision 1031 - Directory Listing
Modified Sun Jul 9 16:58:02 2006 UTC (4 years, 1 month ago) by zed
The monster check-in:
1) Added CHANOPT command for setting channel specific options such as showing of joins and part, beep on message and color paste (Lian Wan Situ).
2) /CLEAR HISTORY will clear your command history.
3) Fixed a crash if you left a Ban-List window open after closing the associated channel and then clicking Refresh.
4) The /QUERY command now has -nofocus arg, which scripts might find useful.
5) print errno string in /dcc send, when open() fails.
6) hash-ify /gui in outbound.c
7) fix crash when script/plugin prints invalid-utf8 caused by recent addition of iso_8859_1_to_utf8, noticed by Sergio Luis.
8) Make gtktextview inputbox switch widget focus on tab key.
9) add gui_auto_open_dialog to setup gui, since too many have this off due to flood.

Revision 1030 - Directory Listing
Modified Sun Jul 9 15:36:14 2006 UTC (4 years, 1 month ago) by zed
respect gtk-button-images=0 set in ~/.gtkrc-2.0. Noticed by c0rvusc0rax [#1518697]

Revision 1029 - Directory Listing
Modified Sat Jul 8 20:46:03 2006 UTC (4 years, 1 month ago) by lsitu
Allow scripts that use a non-existent function as the shutdown callback to be unloaded.

Revision 1028 - Directory Listing
Modified Tue Jul 4 06:02:21 2006 UTC (4 years, 2 months ago) by zed
Plugin API: Add bits 6-8 to the "flags" field in the "channels" list.

Revision 1027 - Directory Listing
Modified Tue Jul 4 05:21:36 2006 UTC (4 years, 2 months ago) by zed
iso_8859_1_to_utf8: 1% speed up, yay!

Revision 1026 - Directory Listing
Modified Sun Jul 2 06:42:13 2006 UTC (4 years, 2 months ago) by zed
Plugin API: The second args to xchat_list_int and xchat_list_str can now be NULL as a shortcut to "channels" list for current context only.

Revision 1025 - Directory Listing
Modified Sun Jul 2 06:11:19 2006 UTC (4 years, 2 months ago) by zed
Roll my own ISO-8859-1 to UTF-8 fallback converter, which has these advantages for users using UTF-8 charset:
1) Allows receiving chars in the 80-9f range from CP1252 mirc users, including Euro symbol.
2) Allows receiving ISO-8859-15 Euro symbol inplace of "currency symbol".
3) It's 3x faster than g_convert()!

Revision 1024 - Directory Listing
Modified Sun Jun 25 21:06:15 2006 UTC (4 years, 2 months ago) by lsitu
Apply Sergio Luis' patch to fix the stack clobbering bug in XS_Xchat_get_prefs

Revision 1023 - Directory Listing
Modified Sun Jun 25 05:10:28 2006 UTC (4 years, 2 months ago) by zed
* Make sure the dcc still exists when using the 'save as...' dcc dialog (SF bug #1511567).
* Added completion_sort to the input-box settings gui.

Revision 1022 - Directory Listing
Modified Mon Jun 19 13:41:08 2006 UTC (4 years, 2 months ago) by zed
*** empty log message ***

Revision 1021 - Directory Listing
Modified Sun Jun 18 04:58:17 2006 UTC (4 years, 2 months ago) by zed
Allow loading a cert/privatekey file from ~/.xchat2/<NetWorkName>.pem

Revision 1020 - Directory Listing
Modified Thu Jun 15 05:45:54 2006 UTC (4 years, 2 months ago) by zed
*** empty log message ***

Revision 1019 - Directory Listing
Modified Mon Jun 12 03:23:23 2006 UTC (4 years, 2 months ago) by zed
Fix the invisible cursor color when using GTKSpell and a black input box (when "Use the text box font & colors" is ON).

Revision 1018 - Directory Listing
Modified Mon Jun 12 00:34:02 2006 UTC (4 years, 2 months ago) by lsitu
Fixed a bug that prevents printing 0 as the only output.

Revision 1017 - Directory Listing
Modified Sat Jun 10 07:38:57 2006 UTC (4 years, 2 months ago) by zed
fix breakage caused by the MSProxy code... *sigh*

Revision 1016 - Directory Listing
Modified Thu Jun 8 14:07:51 2006 UTC (4 years, 2 months ago) by zed
=== Bump to 2.6.4 ===

Revision 1015 - Directory Listing
Modified Wed Jun 7 06:16:51 2006 UTC (4 years, 2 months ago) by zed
* Make dcc resume work while using the "Save As..." dialog.
* Support numeric 432 (erroneous nickname) for nextnick (ongeboren).
* fe_open_url: Fall back to firefox instead of gnome 1's gnome-moz-remote.

Revision 1014 - Directory Listing
Modified Mon Jun 5 10:35:41 2006 UTC (4 years, 2 months ago) by zed
*** empty log message ***

Revision 1013 - Directory Listing
Modified Fri Jun 2 02:46:20 2006 UTC (4 years, 3 months ago) by zed
key shortcuts dialog: make sure stamps are off in the xtext.

Revision 1012 - Directory Listing
Modified Thu Jun 1 13:24:57 2006 UTC (4 years, 3 months ago) by zed
*** empty log message ***

Revision 1011 - Directory Listing
Modified Thu Jun 1 02:30:21 2006 UTC (4 years, 3 months ago) by zed
*** empty log message ***

Revision 1010 - Directory Listing
Modified Mon May 29 06:53:25 2006 UTC (4 years, 3 months ago) by zed
wrap ports around at 65536.

Revision 1009 - Directory Listing
Modified Mon May 22 14:47:10 2006 UTC (4 years, 3 months ago) by zed
* Update Automake & Autoconf macros (Brian Pepple).
* plugin.c: don't calc the hash twice. remove useless memset.
* plugin20.html: Add warnings about xchat_emit_print.

Revision 1008 - Directory Listing
Modified Sun May 21 11:33:47 2006 UTC (4 years, 3 months ago) by zed
adjust table packing

Revision 1007 - Directory Listing
Modified Sun May 21 03:46:30 2006 UTC (4 years, 3 months ago) by zed
switch the session-independant items in xchat_get_info first.

Revision 1006 - Directory Listing
Modified Thu May 18 04:31:16 2006 UTC (4 years, 3 months ago) by zed
ctcp.c: In CTCP sound, check for '\' on win32.
servlist.c: Fixed debian bug #364858.
setup.c: Check prefs.autodccsend == 1 for the big warning.

Revision 1005 - Directory Listing
Modified Wed May 17 08:05:46 2006 UTC (4 years, 3 months ago) by zed
Add support for opening a Save Dialog for receiving dcc.

Revision 1004 - Directory Listing
Modified Wed May 17 07:59:35 2006 UTC (4 years, 3 months ago) by zed
Fix some memory bugs.

Revision 1003 - Directory Listing
Modified Sat May 13 09:27:52 2006 UTC (4 years, 3 months ago) by zed
Disable hidden-char in rawlog so CTCPs arn't truncated.

Revision 1002 - Directory Listing
Modified Sat May 6 04:16:23 2006 UTC (4 years, 3 months ago) by zed
* faq.html: s/pidentd/oidentd.
* servlist.c: Added "DeltaAnime".
* New translations: sr, de.

Revision 1001 - Directory Listing
Modified Mon May 1 08:55:57 2006 UTC (4 years, 4 months ago) by zed
*** empty log message ***

Revision 1000 - Directory Listing
Modified Mon May 1 08:55:15 2006 UTC (4 years, 4 months ago) by zed
* Standardized a few button labels, s/"Add"/"Add..." s/"Save"/"Save As..." etc.
* New Spanish translation po file.

Revision 999 - Directory Listing
Modified Sun Apr 30 12:11:18 2006 UTC (4 years, 4 months ago) by zed
* setup.c - fix incorrect unslash() func.
* Add "DarkMyst" network.
* focus existing tab on /query nick.
* Notify stuff:
*  Add "Open Dialog" button.
*  Make buttons context sensitive.
*  Fix a memleak.

Revision 998 - Directory Listing
Modified Sun Apr 23 07:31:40 2006 UTC (4 years, 4 months ago) by zed
Dont accept CTRL-Enter when using gtktextview, it can be used for multiline editing.

Revision 997 - Directory Listing
Modified Sun Apr 23 07:07:38 2006 UTC (4 years, 4 months ago) by zed
make WHOWAS also respect irc_whois_front setting.

Revision 996 - Directory Listing
Modified Sun Apr 23 06:01:49 2006 UTC (4 years, 4 months ago) by zed
migrate to the new GtkComboBox.

Revision 995 - Directory Listing
Modified Sun Apr 23 05:23:50 2006 UTC (4 years, 4 months ago) by zed
Make the setup window a little neater and disable widgets when appropriate.

Revision 994 - Directory Listing
Modified Thu Apr 20 08:14:15 2006 UTC (4 years, 4 months ago) by zed
Added a Browse button to the DCC download dir settings, which lets you select a folder via GUI.

Revision 993 - Directory Listing
Modified Tue Apr 18 09:38:35 2006 UTC (4 years, 4 months ago) by zed
merge some strings.

Revision 992 - Directory Listing
Modified Tue Apr 18 06:50:18 2006 UTC (4 years, 4 months ago) by zed
use textevents' sound_play routine for ctcp sound.

Revision 991 - Directory Listing
Modified Mon Apr 17 08:27:44 2006 UTC (4 years, 4 months ago) by zed
Update ipnat faq Q.

Revision 990 - Directory Listing
Modified Sun Apr 16 23:43:11 2006 UTC (4 years, 4 months ago) by lsitu
Turn on UTF8 flag for things that need it.

Revision 989 - Directory Listing
Modified Sun Apr 16 23:41:24 2006 UTC (4 years, 4 months ago) by lsitu
Don't do anything if a modifier is used with tab.

Revision 988 - Directory Listing
Modified Sun Apr 16 15:32:17 2006 UTC (4 years, 4 months ago) by zed
*** empty log message ***

Revision 987 - Directory Listing
Modified Sun Apr 16 15:15:58 2006 UTC (4 years, 4 months ago) by zed
fix 10 year old bug where the separator line disappeared in /lastlog.

Revision 986 - Directory Listing
Modified Sun Apr 16 14:42:27 2006 UTC (4 years, 4 months ago) by zed
preserve timestamps in /lastlog.

Revision 985 - Directory Listing
Modified Sun Apr 16 08:11:26 2006 UTC (4 years, 4 months ago) by zed
Add support for MS Proxy (ISA server) via libntlm (Pavel Fedin).

Revision 984 - Directory Listing
Modified Sat Apr 15 07:31:36 2006 UTC (4 years, 4 months ago) by zed
fix portability of the sock_connect struct.

Revision 983 - Directory Listing
Modified Sat Apr 15 07:00:39 2006 UTC (4 years, 4 months ago) by zed
* ignore: restore gui_auto_open_dialog after 30 secs when flooded.
* server: More socks5 stuff.
* util: Update ccTLD data.
* menu: remove old cruft.
* setup: re-add warning about dcc receive to homedir here. Remove trailing slashes from dccdir so mkdir doesn't fail.

Revision 982 - Directory Listing
Modified Tue Apr 11 08:33:30 2006 UTC (4 years, 4 months ago) by zed
* add faq Q about timestamp marking.
* make use of prefs.proxy_use.
* add spelling setting to setup gui.

Revision 981 - Directory Listing
Modified Mon Apr 10 03:36:48 2006 UTC (4 years, 4 months ago) by zed
* DCC file transfers via http/socks45/wingate proxy is now supported (Damjan Jovanovic & me).
* You can now mark and copy timestamps if you hold down SHIFT.

Revision 980 - Directory Listing
Modified Sun Apr 9 06:16:54 2006 UTC (4 years, 4 months ago) by zed
More gtktextview/spelling progress.

Revision 979 - Directory Listing
Modified Fri Apr 7 07:29:09 2006 UTC (4 years, 4 months ago) by zed
simplify

Revision 978 - Directory Listing
Modified Fri Apr 7 07:10:21 2006 UTC (4 years, 4 months ago) by zed
More fixups of gtktextview usage.

Revision 977 - Directory Listing
Modified Fri Apr 7 05:25:12 2006 UTC (4 years, 4 months ago) by zed
more socks5 improvements.

Revision 976 - Directory Listing
Modified Thu Apr 6 11:02:04 2006 UTC (4 years, 4 months ago) by zed
more

Revision 975 - Directory Listing
Modified Thu Apr 6 10:27:15 2006 UTC (4 years, 4 months ago) by zed
Improve socks4/5 error reporting.

Revision 974 - Directory Listing
Modified Thu Apr 6 08:33:06 2006 UTC (4 years, 4 months ago) by zed
Fix build when ld is overridden with $LD variable to use a non-GNU ld (e.g. Solaris).

Revision 973 - Directory Listing
Modified Thu Apr 6 08:29:13 2006 UTC (4 years, 4 months ago) by zed
New translations: Hungarian, Chinese(Taiwan).

Revision 972 - Directory Listing
Modified Thu Apr 6 05:24:50 2006 UTC (4 years, 4 months ago) by zed
Add (highly buggy) spelling support.

Revision 971 - Directory Listing
Modified Wed Apr 5 06:56:49 2006 UTC (4 years, 4 months ago) by zed
Warn that 'shorten tab labels' isn't instant apply.

Revision 970 - Directory Listing
Modified Tue Mar 28 09:02:41 2006 UTC (4 years, 5 months ago) by zed
* 0 out idle_tag in cv_tree_init().
* Fixed plugin/script get_list("users") causing a critical GDK warning when not executed from the front-most tab.

Revision 969 - Directory Listing
Modified Tue Mar 28 04:15:48 2006 UTC (4 years, 5 months ago) by zed
possibly fix opening URL with "xchat --url=..." (not via dbus) while 'Skip serverlist on startup' is off.

Revision 968 - Directory Listing
Modified Mon Mar 27 06:14:54 2006 UTC (4 years, 5 months ago) by zed
* === Bump to 2.6.2 ===
* servlist.c: Remove dead servers found by daemon404.
* update spec file for FC5.

Revision 967 - Directory Listing
Modified Sun Mar 26 03:09:46 2006 UTC (4 years, 5 months ago) by zed
* rename Buzzpot back to ChatSpike as per admin. Add MindForge.
* don't free(NULL) on unix.

Revision 966 - Directory Listing
Modified Sat Mar 25 06:18:46 2006 UTC (4 years, 5 months ago) by zed
In the "Join Channel..." dialog, move the cursor past the #.

Revision 965 - Directory Listing
Modified Sat Mar 25 06:06:12 2006 UTC (4 years, 5 months ago) by zed
s/sprintf/snprintf

Revision 964 - Directory Listing
Modified Sat Mar 25 06:04:17 2006 UTC (4 years, 5 months ago) by zed
Update "_Preferences" menu item in po files.

Revision 963 - Directory Listing
Modified Tue Mar 21 07:57:18 2006 UTC (4 years, 5 months ago) by zed
* Use tree layout by default.
* Gnome HIGify join channel/preferences menu items [1455126] / [1455125].

Revision 962 - Directory Listing
Modified Mon Mar 20 12:42:12 2006 UTC (4 years, 5 months ago) by zed
set focus arg TRUE for new_ircwindow call.

Revision 961 - Directory Listing
Modified Mon Mar 20 12:22:29 2006 UTC (4 years, 5 months ago) by zed
add /gui attach/detach.

Revision 960 - Directory Listing
Modified Sun Mar 19 07:32:07 2006 UTC (4 years, 5 months ago) by zed
servlistgui.c Remember the window size.

Revision 959 - Directory Listing
Modified Wed Mar 15 08:18:47 2006 UTC (4 years, 5 months ago) by zed
update changelog & other uninteresting stuff.

Revision 958 - Directory Listing
Modified Tue Mar 14 14:58:27 2006 UTC (4 years, 5 months ago) by zed
* fix typo in fe_set_inputbox_contents.
* make rawlog.c use xchat_open_file() too.
* setup.c: Use fe_open_url instead of ShellExecute.

Revision 957 - Directory Listing
Modified Tue Mar 14 14:03:24 2006 UTC (4 years, 5 months ago) by zdra
explicitly link with glib

Revision 956 - Directory Listing
Modified Mon Mar 13 08:33:45 2006 UTC (4 years, 5 months ago) by zed
* bundle up all calls to open/fopen for future changes.
* fix move-to-completed-dir routine to be utf-8 correct.

Revision 955 - Directory Listing
Modified Fri Mar 10 07:02:28 2006 UTC (4 years, 5 months ago) by zed
* New sv.po, Swedish.
* Support UniBG's nickserv automatically (ongeboren).

Revision 954 - Directory Listing
Modified Sun Mar 5 05:57:15 2006 UTC (4 years, 5 months ago) by zed
* New de.po (German).
* Added "TIS-620 (Thai)" to serverlist gui.
* Show help when using wrong args for /DCC, instead of silence.

Revision 953 - Directory Listing
Modified Sun Feb 19 16:04:35 2006 UTC (4 years, 6 months ago) by mooooooo
added 'selected' to tcl_ users

Revision 952 - Directory Listing
Modified Sat Feb 18 23:53:12 2006 UTC (4 years, 6 months ago) by lsitu
Added comment to clearify which _get_osfhandle is being used.

Revision 951 - Directory Listing
Modified Mon Feb 13 05:50:42 2006 UTC (4 years, 6 months ago) by zed
remove unused malloc.

Revision 950 - Directory Listing
Modified Sun Feb 12 13:16:47 2006 UTC (4 years, 6 months ago) by zed
Support receiving 2048 bytes per line from server and dcc-chat, so we can support 512 UTF-8 characters that some servers now send.

Revision 949 - Directory Listing
Modified Thu Feb 9 06:51:59 2006 UTC (4 years, 6 months ago) by zed
stops those "Unknown command" messages from appearing when load -e is used to load a file with empty lines (Khisanth).

Revision 948 - Directory Listing
Modified Tue Feb 7 20:32:45 2006 UTC (4 years, 6 months ago) by lsitu
Fix hook_fd to work with pipes on Windows. (Vince Pit)

Revision 947 - Directory Listing
Modified Sun Feb 5 04:34:16 2006 UTC (4 years, 6 months ago) by zed
- CL's dccsum patch.
- New fr.po, de.po.

Revision 946 - Directory Listing
Modified Sun Jan 22 22:02:53 2006 UTC (4 years, 7 months ago) by lsitu
Fixed strip_code so that it no longer take off extra commas.
Fixed filename checks so that '/load "filenameWithoutSpaces.pl"' will
also work.

Revision 945 - Directory Listing
Modified Sat Jan 21 04:08:46 2006 UTC (4 years, 7 months ago) by zed
add FLAG_FAVORITE for XCA.

Revision 944 - Directory Listing
Modified Thu Jan 19 07:35:57 2006 UTC (4 years, 7 months ago) by zed
ja.po

Revision 943 - Directory Listing
Modified Fri Jan 13 03:59:18 2006 UTC (4 years, 7 months ago) by zed
Fixed a bug in timestamp drawing using non-fixed-width font [1404341].

Revision 942 - Directory Listing
Modified Thu Jan 12 10:44:39 2006 UTC (4 years, 7 months ago) by zed
Fixed using Strip mIRC colors & Color nicks at the same time.

Revision 941 - Directory Listing
Modified Wed Jan 11 05:34:09 2006 UTC (4 years, 7 months ago) by zed
* Made "/server freenode" send auto-join channels but not "/server irc://freenode".
* Made fe-text build.

Revision 940 - Directory Listing
Modified Sun Jan 8 03:57:31 2006 UTC (4 years, 7 months ago) by zed
Move joind() call to fe-gtk.

Revision 939 - Directory Listing
Modified Fri Jan 6 19:10:24 2006 UTC (4 years, 7 months ago) by lsitu
More information about Key Press events.

Revision 938 - Directory Listing
Modified Fri Jan 6 18:19:37 2006 UTC (4 years, 7 months ago) by lsitu
Update information for the "Key Press" event.

Revision 937 - Directory Listing
Modified Fri Jan 6 15:24:30 2006 UTC (4 years, 7 months ago) by zed
=== Bump to 2.6.1 ===

Revision 936 - Directory Listing
Modified Fri Jan 6 06:00:09 2006 UTC (4 years, 7 months ago) by lsitu
Change PTR2UV to PTR2IV to match XSRETURN_IV.

Revision 935 - Directory Listing
Modified Wed Jan 4 03:29:38 2006 UTC (4 years, 7 months ago) by zed
* new hu.po
* remove useless calls in chanview-tree.c.
* add Beirut to server list.

Revision 934 - Directory Listing
Modified Tue Jan 3 17:43:48 2006 UTC (4 years, 7 months ago) by zdra
s/libtool/$(LIBTOOL)

Revision 933 - Directory Listing
Modified Mon Jan 2 12:09:35 2006 UTC (4 years, 8 months ago) by zed
Make servlist_net_find use case-insensitive search in /URL.

Revision 932 - Directory Listing
Modified Mon Jan 2 11:38:23 2006 UTC (4 years, 8 months ago) by zed
Simplify URL right-click menu.

Revision 931 - Directory Listing
Modified Mon Jan 2 10:25:27 2006 UTC (4 years, 8 months ago) by zdra
1) Useless to test if channel[0]=='#', parse_irc_url() never return channel name with the '#'.
2) If we JOIN the channel, url isn't freed. (in cmd_url() ).
3) "Connect as IRC server" now run URL xchat command instead of NEWSERVER, this mean that if the server is already connected it will simply join the
channel and not open a new tab.

Revision 930 - Directory Listing
Modified Mon Jan 2 04:54:27 2006 UTC (4 years, 8 months ago) by zed
Support join-only when opening irc:// URLs if you're already connected to the network (Xavier Claessens, Me).

Revision 929 - Directory Listing
Modified Sun Jan 1 04:28:58 2006 UTC (4 years, 8 months ago) by zed
* Changed xchat_find_context (ph, channel, NULL) to return results from the same server group as the current context when possible (Lian Wan Situ), tweaked by me.
* Added servlist_net_find_from_server for future use in /url.
* New translations: fi, nl, vi.
* Return "Use a proxy server" to serverlist edit window by popular demand.

Revision 928 - Directory Listing
Modified Sat Dec 31 10:21:57 2005 UTC (4 years, 8 months ago) by lsitu
Improved implementation of previous change.

Revision 927 - Directory Listing
Modified Sat Dec 31 10:15:42 2005 UTC (4 years, 8 months ago) by lsitu
Make scripts that do not call register() show up in the "Plugins and Scripts" window.

Revision 926 - Directory Listing
Modified Sat Dec 31 09:26:38 2005 UTC (4 years, 8 months ago) by lsitu
Fixed compatibility issues with 5.8.0 and 5.8.1.

Revision 925 - Directory Listing
Modified Fri Dec 30 08:34:01 2005 UTC (4 years, 8 months ago) by lsitu
Name fix.

Revision 924 - Directory Listing
Modified Wed Dec 28 03:46:32 2005 UTC (4 years, 8 months ago) by zed
* Plugin API: Added "id" to xchat_get_prefs (Khisanth).
* Don't send hostname in USER line for privacy, suggested by Alex Tarkovsky. Please report any failed logins.

Revision 923 - Directory Listing
Modified Tue Dec 27 06:54:13 2005 UTC (4 years, 8 months ago) by zed
Stage #3, really done.

Revision 922 - Directory Listing
Modified Tue Dec 27 06:53:16 2005 UTC (4 years, 8 months ago) by zed
Stage #2, done.

Revision 921 - Directory Listing
Modified Tue Dec 27 06:50:31 2005 UTC (4 years, 8 months ago) by zed
Merge in my Join-Dialog from w32 tree. It should be damn easy to use xchat from startup, connect and join for newbies now. Stage #1.

Revision 920 - Directory Listing
Modified Mon Dec 26 10:34:35 2005 UTC (4 years, 8 months ago) by zed
Randomized DNS lookups on Mac OS X on hostnames that return multiple IP numbers (SG / CL). Comments in network.c explain it.

Revision 919 - Directory Listing
Modified Fri Dec 23 04:57:51 2005 UTC (4 years, 8 months ago) by zed
Mine & CL's strip_color fixups.

Revision 918 - Directory Listing
Modified Thu Dec 22 03:43:35 2005 UTC (4 years, 8 months ago) by zed
Cleanup all calls to srand and rand (Camillo Lugaresi).

Revision 917 - Directory Listing
Modified Wed Dec 21 03:56:44 2005 UTC (4 years, 8 months ago) by zed
- New vi.po translation.
- Added support for brackets "<>" around nicknames in cut and paste, without displaying them (hidden text) (Camillo Lugaresi).
- Rename TopGamers to IdleMonkeys as per request.
- Fixed opening URL irc://NetWork/#channel not joining the channel [1362155].

Revision 916 - Directory Listing
Modified Mon Dec 19 14:21:27 2005 UTC (4 years, 8 months ago) by zdra

My email changed

Revision 915 - Directory Listing
Modified Tue Dec 13 14:44:48 2005 UTC (4 years, 8 months ago) by zed
- Add "Join Channel" to Server menu.
- Unshade "Disconnect" item during connection in progress.
- Add "Auto accept file offers" to DCC settings.
- Fixed SF bug #1349088.

Revision 914 - Directory Listing
Modified Mon Dec 12 02:33:02 2005 UTC (4 years, 8 months ago) by zed
Fixed auto-completion during /exec -o [1375530].

Revision 913 - Directory Listing
Modified Thu Dec 8 17:20:59 2005 UTC (4 years, 8 months ago) by zdra
include config.h in all files

Revision 912 - Directory Listing
Modified Thu Dec 8 15:10:44 2005 UTC (4 years, 8 months ago) by zdra
uses of g_print instead of g_printf

Revision 911 - Directory Listing
Modified Thu Dec 8 15:00:33 2005 UTC (4 years, 8 months ago) by zdra
Apply some changes made by xchat-gnome.

Revision 910 - Directory Listing
Modified Thu Dec 8 13:02:41 2005 UTC (4 years, 8 months ago) by zdra
 - add support for xchat_hook_print(). Thanks to Caolan McNamara's patch
 - Refuse to unload the plugin since it cause xchat to crash (D-BUS
doesn't support unloading yet)
 - if something goes wrong at plugin's initialisation, don't unload the
plugin since it cause xchat to crash. Simply print the error and keep
the plugin loaded.

Revision 909 - Directory Listing
Modified Thu Dec 8 03:24:10 2005 UTC (4 years, 8 months ago) by zed
touch up.

Revision 908 - Directory Listing
Modified Thu Dec 8 03:17:22 2005 UTC (4 years, 8 months ago) by zed
Fix the flashing when click on a colored row in the treeview. This code is ugly, but it works.

Revision 907 - Directory Listing
Modified Thu Dec 8 03:08:33 2005 UTC (4 years, 8 months ago) by zed
Made DCC resume handle case-insensitive file systems properly (inspired by work from Camillo Lugaresi).

Revision 906 - Directory Listing
Modified Mon Dec 5 05:59:52 2005 UTC (4 years, 8 months ago) by zed
Make build on dbus 0.6+

Revision 905 - Directory Listing
Modified Sat Dec 3 04:20:56 2005 UTC (4 years, 9 months ago) by zed
Fix the scrollbar.

Revision 904 - Directory Listing
Modified Sat Dec 3 03:59:04 2005 UTC (4 years, 9 months ago) by zed
Convert to GtkTreeView. Please report new bugs.

Revision 903 - Directory Listing
Modified Fri Dec 2 07:47:02 2005 UTC (4 years, 9 months ago) by zed
Don't make nick label small when marked back.

Revision 902 - Directory Listing
Modified Fri Dec 2 05:45:28 2005 UTC (4 years, 9 months ago) by zed
Fix the coloring-parent-node-when-collapsed patch.

Revision 901 - Directory Listing
Modified Mon Nov 28 02:47:55 2005 UTC (4 years, 9 months ago) by zed
- configure.in: update ALL_LINGUAS.
- ascii.c: "" -> NULL.

Revision 900 - Directory Listing
Modified Sat Nov 26 02:01:53 2005 UTC (4 years, 9 months ago) by lsitu
Include changes made to the Perl plugin.

Revision 899 - Directory Listing
Modified Fri Nov 25 05:33:33 2005 UTC (4 years, 9 months ago) by zed
- New el.po (Greek).
- Plugin API: Added selected flag to "users" list (Khisanth).
- Update /newserver help text (Khisanth).

Revision 898 - Directory Listing
Modified Tue Nov 22 07:12:30 2005 UTC (4 years, 9 months ago) by zed
Restore the checkboxs' states when creating the gui.

Revision 897 - Directory Listing
Modified Mon Nov 21 05:25:39 2005 UTC (4 years, 9 months ago) by zed
- Parent tab color (Khisanth).
- Fixed crash when trying to Detach or Close a utility tab via right-click, when it's not the currently focused tab.

Revision 896 - Directory Listing
Modified Thu Nov 17 08:25:33 2005 UTC (4 years, 9 months ago) by zed
Use gtk_list_store_insert_with_values for speed.

Revision 895 - Directory Listing
Modified Thu Nov 17 01:43:06 2005 UTC (4 years, 9 months ago) by lsitu
Added information for passing an array reference as the first argument to Xchat::command.

Revision 894 - Directory Listing
Modified Wed Nov 16 07:13:29 2005 UTC (4 years, 9 months ago) by zed
Largely re-write the Search function with sane behaviour. Now has case match off/on, and search backwards (Richard Hitt & Me).

Revision 893 - Directory Listing
Modified Thu Nov 10 10:45:41 2005 UTC (4 years, 9 months ago) by zed
New translations.

Revision 892 - Directory Listing
Modified Thu Nov 10 07:50:16 2005 UTC (4 years, 9 months ago) by lsitu
Disable triggering callbacks recursively.

Revision 891 - Directory Listing
Modified Wed Nov 9 05:44:47 2005 UTC (4 years, 9 months ago) by zed
Fix comments from last commit.

Revision 890 - Directory Listing
Modified Wed Nov 9 02:53:19 2005 UTC (4 years, 9 months ago) by zed
Implement tree moving keys (Khisanth & Me).

Revision 889 - Directory Listing
Modified Tue Nov 8 07:05:10 2005 UTC (4 years, 9 months ago) by zed
Clean up key_press_event handling.

Revision 888 - Directory Listing
Modified Mon Nov 7 05:42:25 2005 UTC (4 years, 9 months ago) by zed
Double-click in tree layout will now expand/collapse (Khisanth).

Revision 887 - Directory Listing
Modified Mon Nov 7 03:47:49 2005 UTC (4 years, 9 months ago) by zed
- Added log rotation, based on ideas from Giskard. For example, set your logfilename to "%F/%n-%c.log" (%F is substituted by strftime). Still needs testing.
- New Korean po file.

Revision 886 - Directory Listing
Modified Sat Nov 5 16:30:37 2005 UTC (4 years, 9 months ago) by zdra
Add support for xchat_hook_server()

Revision 885 - Directory Listing
Modified Sat Nov 5 10:44:24 2005 UTC (4 years, 9 months ago) by zdra
Add a README to explain each available methods and signals, and add an
example program.

Revision 884 - Directory Listing
Modified Sat Nov 5 00:22:53 2005 UTC (4 years, 9 months ago) by zdra
#if 0 for example code.

Revision 883 - Directory Listing
Modified Sat Nov 5 00:12:19 2005 UTC (4 years, 9 months ago) by zdra
add support for xchat_hook_command(). We can now recieve a signal
through D-BUS when an xchat command is runned.

Revision 882 - Directory Listing
Modified Fri Nov 4 03:39:23 2005 UTC (4 years, 9 months ago) by zed
- Make xchat-text build and possibly even run.
- New Punjabi po file.

Revision 881 - Directory Listing
Modified Thu Nov 3 05:09:01 2005 UTC (4 years, 10 months ago) by zed
=== Bump to 2.6.0 (aka blame Hawkwind) ===

Revision 880 - Directory Listing
Modified Thu Nov 3 05:03:08 2005 UTC (4 years, 10 months ago) by zed
- Change default irc_join_delay to 3.
- WIN32: Mask out more invalid filename characters when writing to log files.

Revision 879 - Directory Listing
Modified Mon Oct 31 05:47:57 2005 UTC (4 years, 10 months ago) by zed
*** empty log message ***

Revision 878 - Directory Listing
Modified Sun Oct 30 21:56:49 2005 UTC (4 years, 10 months ago) by lsitu
Updated path for Settings->Advanced->Text Events

Revision 877 - Directory Listing
Modified Sun Oct 30 04:18:01 2005 UTC (4 years, 10 months ago) by lsitu
Added information about hooking "Key Press".

Revision 876 - Directory Listing
Modified Fri Oct 28 13:35:02 2005 UTC (4 years, 10 months ago) by zdra
avoid fails when build without gconf

Revision 875 - Directory Listing
Modified Fri Oct 28 10:57:01 2005 UTC (4 years, 10 months ago) by zed
Deprioritized MODE/WHO to reduce join lag.

Revision 874 - Directory Listing
Modified Thu Oct 27 21:32:35 2005 UTC (4 years, 10 months ago) by zdra
Install GConf keys to handle irc:// protocol in gnome

Revision 873 - Directory Listing
Modified Thu Oct 27 10:16:39 2005 UTC (4 years, 10 months ago) by zdra
fix translations

Revision 872 - Directory Listing
Modified Wed Oct 26 14:07:49 2005 UTC (4 years, 10 months ago) by zed
Fix capital Ğ.

Revision 871 - Directory Listing
Modified Wed Oct 26 11:30:34 2005 UTC (4 years, 10 months ago) by zed
update faq for 2.6.

Revision 870 - Directory Listing
Modified Wed Oct 26 03:59:16 2005 UTC (4 years, 10 months ago) by lsitu
Added changes to the Perl plugin.

Revision 869 - Directory Listing
Modified Wed Oct 26 03:50:47 2005 UTC (4 years, 10 months ago) by lsitu
Remove ignore.pl and sample_script.pl.

Revision 868 - Directory Listing
Modified Wed Oct 26 03:43:49 2005 UTC (4 years, 10 months ago) by zed
- Reworked the Character Chart window so you can find your char.

Revision 867 - Directory Listing
Modified Tue Oct 25 14:48:49 2005 UTC (4 years, 10 months ago) by lsitu
*** empty log message ***

Revision 866 - Directory Listing
Modified Sun Oct 23 14:19:08 2005 UTC (4 years, 10 months ago) by zed
- /newserver -noconnect patch, Invite : patch (Khisanth).

Revision 865 - Directory Listing
Modified Sun Oct 23 07:58:19 2005 UTC (4 years, 10 months ago) by zed
- Add id arg to inbound_action and ctcp_handle.

Revision 864 - Directory Listing
Modified Sun Oct 23 06:25:24 2005 UTC (4 years, 10 months ago) by zed
Plugin API: Add bit5 to flags field of "channels" list.

Revision 863 - Directory Listing
Modified Fri Oct 21 09:26:07 2005 UTC (4 years, 10 months ago) by zed
- "Channel Action" and "Channel Action Hilight" now have a 3rd argument of "Mode char", just like normal message events. The last talk time is also now updated on actions.
- README: Update requirement to gtk 2.6.

Revision 862 - Directory Listing
Modified Thu Oct 20 05:04:31 2005 UTC (4 years, 10 months ago) by zed
- Tab completion order can now be in "last talk" order if you /set completion_sort 1.
- Fixed another (hard to reproduce) attach/detach bug.
- Let's be consistant and call it "XChat" everywhere.

Revision 861 - Directory Listing
Modified Wed Oct 19 15:47:45 2005 UTC (4 years, 10 months ago) by zdra
don't translate "TRUE" and "FALSE"

Revision 860 - Directory Listing
Modified Wed Oct 19 14:00:56 2005 UTC (4 years, 10 months ago) by zdra
remove error handling in remote_object_get_info()

Revision 859 - Directory Listing
Modified Wed Oct 19 09:49:14 2005 UTC (4 years, 10 months ago) by zed
- Set auto replace gui's titles to something more meaningful.
- Fix Drag&Drop to dialog window.
- Allow tree on right-side if chosen in prefs.
- Try to modernise the text-events GUI a little.

Revision 858 - Directory Listing
Modified Tue Oct 18 08:39:20 2005 UTC (4 years, 10 months ago) by zed
- Don't use irc_id_?text when IDENTIFY-MSG isn't supported.
- xtext.c: Turn off italic rendering, it's not ready.

Revision 857 - Directory Listing
Modified Tue Oct 18 00:53:44 2005 UTC (4 years, 10 months ago) by lsitu
Added an error message for unloading a script that isn't loaded.

Revision 856 - Directory Listing
Modified Mon Oct 17 12:49:14 2005 UTC (4 years, 10 months ago) by zed
- Apply truncate-name setting to tree aswell.
- Apply userlist style to tree.

Revision 855 - Directory Listing
Modified Sun Oct 16 14:18:57 2005 UTC (4 years, 10 months ago) by zdra
better now but i18n doesn't works yet for dbus plugin

Revision 854 - Directory Listing
Modified Sun Oct 16 12:25:04 2005 UTC (4 years, 10 months ago) by zdra
add strings from plugins/dbus/*.c

Revision 853 - Directory Listing
Modified Sun Oct 16 10:04:01 2005 UTC (4 years, 10 months ago) by zdra
Xchat command line is now «xchat -a --url=irc://server/channel»
Adding i18n support to xchat-remote and dbus-plugin.

Revision 852 - Directory Listing
Modified Sat Oct 15 14:17:31 2005 UTC (4 years, 10 months ago) by zdra
xchat-remote --url="irc://blah" opens a new xchat when no one is
running or no D-BUS service avaible on the running xchat.

Revision 851 - Directory Listing
Modified Sat Oct 15 10:54:38 2005 UTC (4 years, 10 months ago) by zed
Use GOption for parameter parsing.

Revision 850 - Directory Listing
Modified Fri Oct 14 06:10:13 2005 UTC (4 years, 10 months ago) by zed
- remove debug printfs.
- set tree widget name to "xchat-tree" so you can tweak gtkrc.
- pixmaps.c: check buffer bounds on load error.

Revision 849 - Directory Listing
Modified Fri Oct 14 05:04:28 2005 UTC (4 years, 10 months ago) by lsitu
Make user_info exportable.

Revision 848 - Directory Listing
Modified Thu Oct 13 06:01:38 2005 UTC (4 years, 10 months ago) by lsitu
Autoload system wide scripts on Windows.

Revision 847 - Directory Listing
Modified Wed Oct 12 20:34:23 2005 UTC (4 years, 10 months ago) by zdra
add support for xchat_get_info() and xchat_get_prefs()

Revision 846 - Directory Listing
Modified Wed Oct 12 09:40:57 2005 UTC (4 years, 10 months ago) by zdra
dbus support default to yes so configure option is --disable-dbus
instead of --enable-dbus.

Revision 845 - Directory Listing
Modified Wed Oct 12 05:38:32 2005 UTC (4 years, 10 months ago) by zed
- Add support for icons in the tree. Currently default off (/set tab_icons 1). Uses file names /usr/share/xchat/ channel.png, server.png, dialog.png, util.png. No icons are included (yet?).
- Fix slow exit when there's lots of tabs.
- menu.c: fix double translation.
- Include bold/underline/italic in right-click menu.

Revision 844 - Directory Listing
Modified Wed Oct 12 05:04:00 2005 UTC (4 years, 10 months ago) by zed
- Add xchat-remote and dbus plugin (Claessens Xavier). Currently requires dbus 0.35.

Revision 843 - Directory Listing
Modified Tue Oct 11 07:07:13 2005 UTC (4 years, 10 months ago) by lsitu
make perl_definitons[] static.

Revision 842 - Directory Listing
Modified Tue Oct 11 06:17:36 2005 UTC (4 years, 10 months ago) by zed
- Added support for Italic text (ctrl-shift-1d).

Revision 841 - Directory Listing
Modified Mon Oct 10 07:19:40 2005 UTC (4 years, 10 months ago) by zed
- Move scroll_event to the viewport.

Revision 840 - Directory Listing
Modified Mon Oct 10 07:01:31 2005 UTC (4 years, 10 months ago) by zed
- whois away line ignored irc_whois_front setting. Fixed.
- Scroll-wheel now works while hovering over a tab (Khisanth).

Revision 839 - Directory Listing
Modified Mon Oct 10 06:42:44 2005 UTC (4 years, 10 months ago) by zed
- cleanup userlist.h / server.h.
- make shift-click work in treeview.
- make treeview autosize.
- fix detaching server tab.
- fix various alignment issues in the main gui (hiding topicbar still needs work, help!).
- fix crash when changing layout while there's no tabwindow.

Revision 838 - Directory Listing
Modified Fri Oct 7 06:50:08 2005 UTC (4 years, 10 months ago) by zed
- plugin20.html: Mention win_ptr.
- Auto detect RusNet and use /NICKSERV to identify.
- Added /Ghost command.
- Internal 2.5ish fixes. Remove gtkutil_simpledialog and use fe_message everywhere.
- Bullet points are fun.
- xtext.c: Fix crash with GTK 2.8.5+ http://bugzilla.gnome.org/show_bug.cgi?id=314696

Revision 837 - Directory Listing
Modified Wed Oct 5 09:26:50 2005 UTC (4 years, 10 months ago) by zed
- Server list's edit window now gives you an option of a network specific 'Second choice' nickname.

Revision 836 - Directory Listing
Modified Wed Oct 5 08:29:20 2005 UTC (4 years, 10 months ago) by zed
- The editable Server menu is no more, if you want it type /set gui_usermenu 1.
- Introduced a delay before joining channels, to allow for FreeNode's short comings. If a umode +e is received it'll send auto-join channels immediately.
- Plugin API: Added win_ptr to xchat_get_info (Mike's request).
- Non-irc (utility) tabs can now be detached aswell.
- Fixed behaviour problems of the userlist pane, which might be set incorrectly if the window was resized while a server-tab is focued.
- Added a confirm-dialog when trying to close a server-tab with children.
- Line up the character chart window better.
- Don't allow tree to be focused, cos you can't type.
- Allow any tab to be closed when server-tabs are turned off.

Revision 835 - Directory Listing
Modified Wed Oct 5 06:13:26 2005 UTC (4 years, 10 months ago) by lsitu
Remove erraneous strlen from perl_command_reload.

Revision 834 - Directory Listing
Modified Wed Oct 5 00:26:00 2005 UTC (4 years, 10 months ago) by lsitu
Give reload, reloadall, unloadall, unload and load more appropriate return values.

Revision 833 - Directory Listing
Modified Mon Oct 3 05:10:25 2005 UTC (4 years, 11 months ago) by lsitu
Make printf and commandf exportable. Added prnt and prntf as aliases for print and printf.

Revision 832 - Directory Listing
Modified Thu Sep 29 16:38:22 2005 UTC (4 years, 11 months ago) by lsitu
You own nick will always be the last completion.

Revision 831 - Directory Listing
Modified Thu Sep 29 06:09:59 2005 UTC (4 years, 11 months ago) by zed
- Refocus on tab-close behaviour now perfect.
- Automatically change binding of "Marked Away" if the translation already uses ALT-A for the Help menu (e.g _Aide in French).
- Your nickname in the bottom-left corner now turns gray when you are marked away, just like the userlist.
- Server menu items get shaded out as appriopriate.
- Usermenu now works again if you /set gui_usermenu 1 (default off).
- "Network Metres" menu now works, with instant apply.
- Utility windows as tabs should now work again.
- Add frame to setup window's treeview.

Revision 830 - Directory Listing
Modified Wed Sep 28 07:49:46 2005 UTC (4 years, 11 months ago) by zed
- Make more stuff work.
- Make less stuff crash.

Revision 829 - Directory Listing
Modified Tue Sep 27 15:51:18 2005 UTC (4 years, 11 months ago) by zed
- Added workaround to show on-join ChanServ notices in the right tab.
- Show tab arrows side-by-side when in vertical mode.
- Make options work again: tab sort, truncate length.

Revision 828 - Directory Listing
Modified Mon Sep 26 07:42:40 2005 UTC (4 years, 11 months ago) by zed
- more 2.5 development (mostly the View menu now works).
- firefox style 'x' button now does something.
- ctrl-page up/down works in treeview.
- lag/throttle metre tooltips.

Revision 827 - Directory Listing
Modified Sun Sep 25 12:18:11 2005 UTC (4 years, 11 months ago) by zed
- Firefox style close button.
- Fix spacing of GUI to be 3 pixels everywhere (userlist still needs some tweaks).
- Show "Last Talk" in nick-right-click menu as "minutes ago".
- Space out Serverlist buttons.
- Avoid more than 1 beep per line.

Revision 826 - Directory Listing
Modified Sun Sep 25 03:46:48 2005 UTC (4 years, 11 months ago) by lsitu
Updated to validate as XHTML 1.0 strict.

Revision 825 - Directory Listing
Modified Sat Sep 24 17:07:11 2005 UTC (4 years, 11 months ago) by lsitu
Just fixing a miss indentation.

Revision 824 - Directory Listing
Modified Sat Sep 24 06:37:20 2005 UTC (4 years, 11 months ago) by zed
- Too many changes to mention, see ChangeLog file.

Revision 823 - Directory Listing
Modified Fri Sep 23 05:54:59 2005 UTC (4 years, 11 months ago) by lsitu
Added "charset" and "nickserv" to the hash ref returned by context_info.

Revision 822 - Directory Listing
Modified Fri Sep 23 04:05:03 2005 UTC (4 years, 11 months ago) by zed
Bump to 2.5.0dev, require gtk 2.6.

Revision 821 - Directory Listing
Modified Tue Sep 20 13:30:07 2005 UTC (4 years, 11 months ago) by zed
text.c: Fix crash when clicking on "Notify online" in text events window.
-- warning: cvs will now branch to 2.5-dev --

Revision 820 - Directory Listing
Modified Sat Sep 10 04:10:04 2005 UTC (4 years, 11 months ago) by zed
=== Bump to 2.4.5 ===

Revision 819 - Directory Listing
Modified Thu Sep 8 22:15:19 2005 UTC (4 years, 11 months ago) by lsitu
Reformatted to use tabs instead of spaces.

Revision 818 - Directory Listing
Modified Wed Sep 7 12:15:33 2005 UTC (4 years, 11 months ago) by zed
Fix fatal errors.

Revision 817 - Directory Listing
Modified Sun Sep 4 07:51:47 2005 UTC (4 years, 11 months ago) by zed
s/sprintf/snprintf

Revision 816 - Directory Listing
Modified Sat Sep 3 10:57:48 2005 UTC (5 years ago) by zed
--The super dooper bug fix checkin--
configure.in: Compile with -funsigned-char if possible to avoid nasty bugs.
dcc.c: Fix CP1255 also in dcc chat [1122089].
inet.h: Cleanup the would_block() macros. WSATRY_AGAIN was wrong, that's only for DNS.
inbound.c/fe-gtk.c/maingui.c: Flash/highlight fixes (Lian Wan Situ).
maingui.c: Fix another Ctrl-I crasher. Fix leak of xtext buffer when toplevel windows are closed. Fix leak of GtkMenu popup.
menu.c: Fix Gtkmenu popup leak, nickname leaks.
userlistgui.c: Fix nickname leak on right-click.

Revision 815 - Directory Listing
Modified Wed Aug 31 09:49:48 2005 UTC (5 years ago) by zed
Fix SJIS crash.

Revision 814 - Directory Listing
Modified Wed Aug 31 09:35:07 2005 UTC (5 years ago) by zed
configure.in: Fix resolution of XCHATSHAREDIR and XCHATLIBDIR, especially for lib64 systems.
xtext.c: Fix possible crash.

Revision 813 - Directory Listing
Modified Sun Aug 28 16:11:21 2005 UTC (5 years ago) by zed
xchat.h/cfgfiles.c: Remove old cruft.
servlist.c: Add Krstarica, Oceanius.

Revision 812 - Directory Listing
Modified Mon Aug 22 18:09:49 2005 UTC (5 years ago) by lsitu
Remove debugging code.

Revision 811 - Directory Listing
Modified Mon Aug 22 17:43:51 2005 UTC (5 years ago) by lsitu
Changed the formatting to be more consistent. Fix issue with overriding package names. Allow calling the hook_* functions from a module. Although there must not be any module in the Xchat::Script namespace.

Revision 810 - Directory Listing
Modified Thu Aug 18 06:45:11 2005 UTC (5 years ago) by zed
modes.c: Fix overrun in word[] array, spotted by Serkan Akpolat.
url.c: Fix overrun in URL parsing.

Revision 809 - Directory Listing
Modified Sun Aug 14 14:29:46 2005 UTC (5 years ago) by lsitu
Fix description for the channel key in "channels" list.

Revision 808 - Directory Listing
Modified Sun Aug 14 00:51:34 2005 UTC (5 years ago) by lsitu
Add a newline when the completion list is displayed.

Revision 807 - Directory Listing
Modified Sat Aug 13 06:44:40 2005 UTC (5 years ago) by lsitu
The space after the completion suffix is no longer added. Whoever wants the space will have to update their completion suffix.

Revision 806 - Directory Listing
Modified Thu Aug 11 12:21:52 2005 UTC (5 years ago) by zed
New translations: el, fr, nl, sl, sr, zh_TW.

Revision 805 - Directory Listing
Modified Thu Aug 11 09:33:21 2005 UTC (5 years ago) by zed
servlist.c: Add RusNet.

Revision 804 - Directory Listing
Modified Thu Aug 11 02:37:55 2005 UTC (5 years ago) by mooooooo
various new features and tclifications

Revision 803 - Directory Listing
Modified Wed Aug 10 07:01:22 2005 UTC (5 years ago) by zed
maingui.c: Only flash if !toplevelfocus.

Revision 802 - Directory Listing
Modified Sat Aug 6 16:19:51 2005 UTC (5 years ago) by mooooooo
fixed RCSID quirkishness

Revision 801 - Directory Listing
Modified Sat Aug 6 15:49:48 2005 UTC (5 years ago) by lsitu
Ignore things after __END__ when source filtering.

Revision 800 - Directory Listing
Modified Fri Aug 5 01:35:23 2005 UTC (5 years ago) by mooooooo
various fixes, added RCS tag

Revision 799 - Directory Listing
Modified Thu Aug 4 23:57:45 2005 UTC (5 years ago) by lsitu
Fix print callbacks so that empty strings are actually empty strings instead of undef.

Revision 798 - Directory Listing
Modified Fri Jul 29 05:36:34 2005 UTC (5 years, 1 month ago) by zed
New translations: gl, it, vi.
text.c: Fix newlines in log [1245685] [719410].
outbound.c/userlistgui.c: Add /uselect.

Revision 797 - Directory Listing
Modified Wed Jul 27 05:17:00 2005 UTC (5 years, 1 month ago) by zed
outbound.c/menu.c: Remove debug.
menu.c: Fix /MENU while in a dialog tab.

Revision 796 - Directory Listing
Modified Tue Jul 26 00:17:03 2005 UTC (5 years, 1 month ago) by lsitu
Clarified description of $command for Xchat::command

Revision 795 - Directory Listing
Modified Fri Jul 22 00:11:05 2005 UTC (5 years, 1 month ago) by mooooooo
updated printevents.h

Revision 794 - Directory Listing
Modified Wed Jul 20 10:44:32 2005 UTC (5 years, 1 month ago) by zed
/menu: added -k arg. This should be all finished now, please report bugs!

Revision 793 - Directory Listing
Modified Wed Jul 20 07:08:32 2005 UTC (5 years, 1 month ago) by zed
/MENU: rework the code a bit. Add -eX arg for enable/disable.

Revision 792 - Directory Listing
Modified Tue Jul 19 16:43:19 2005 UTC (5 years, 1 month ago) by zed
64-bit dcc stuff.

Revision 791 - Directory Listing
Modified Tue Jul 19 05:32:49 2005 UTC (5 years, 1 month ago) by zed
fe-text.c: make build work.
gtkutil.c: create only one "GtkTooltips" to it's not leaked.
maingui.c: 2nd arg to add_tip can be NULL to clear it.
outbound.c: More /menu fixes.

Revision 790 - Directory Listing
Modified Mon Jul 18 05:38:30 2005 UTC (5 years, 1 month ago) by zed
autogen.sh: Add $ACLOCAL_FLAGS as suggested by Ali Akcaagac.
chanlist.*: Add arg for future use.
menu.c: For /MENU: Allow accelerators in menus aswell as items.

Revision 789 - Directory Listing
Modified Sat Jul 16 07:23:34 2005 UTC (5 years, 1 month ago) by zed
outbound.c/menu.c: More /MENU work. Adding separators without a command arg works. Children items arn't leaked when the parent is deleted. Ignore "_" completely when matching.

Revision 788 - Directory Listing
Modified Wed Jul 13 06:44:44 2005 UTC (5 years, 1 month ago) by zed
configure.in: Use -Wno-pointer-sign if possible.
Silence all gcc warnings.

Revision 787 - Directory Listing
Modified Tue Jul 12 05:16:42 2005 UTC (5 years, 1 month ago) by zed
plugin20.html: Document /MENU.
maingui.c: Some detach tab fixes (please report crashes).
maingui.c: Don't trigger "Some file transfers still active, quit xchat?" dialog when only DCC-CHAT is open.

Revision 786 - Directory Listing
Modified Mon Jul 11 07:03:54 2005 UTC (5 years, 1 month ago) by zed
Merge more strings.
menu.c/outbound.c: Improve toggles for /menu.

Revision 785 - Directory Listing
Modified Sun Jul 10 11:41:37 2005 UTC (5 years, 1 month ago) by zed
merge strings.

Revision 784 - Directory Listing
Modified Sat Jul 9 10:34:46 2005 UTC (5 years, 1 month ago) by zed
dcc.c: Fix dcc psend.

Revision 783 - Directory Listing
Modified Sat Jul 9 07:22:59 2005 UTC (5 years, 1 month ago) by zed
outbound.c: cmd_Load(): Print out proper error messages when /load -e fails. Skip first char of each line if it's == to prefs.cmdchar[0].

Revision 782 - Directory Listing
Modified Sat Jul 9 05:42:01 2005 UTC (5 years, 1 month ago) by zed
fe.h/outbound.c/menu.c: Implement toggle items for /menu. Implement -pX (position) arg for top-level menus. Match paths using hardcoded English only. This still needs work...
textevents.*: Fix a few color leak problems.

Revision 781 - Directory Listing
Modified Fri Jul 8 08:51:12 2005 UTC (5 years, 1 month ago) by zed
servlist.c: delist lots of dead networks: Unsecurity, SubCultNet, RedeBrasilIRC, RealmNET, QChat.net, Progameplayer, OnlyIRC, IRCSoulZ.
dccgui.c: Simplify fe_dcc_send_filereq().

Revision 780 - Directory Listing
Modified Thu Jul 7 05:24:53 2005 UTC (5 years, 1 month ago) by zed
dcc.c: More 64-bit filesize tweaks.

Revision 779 - Directory Listing
Modified Wed Jul 6 13:48:27 2005 UTC (5 years, 1 month ago) by zed
dcc.c: More 64-bit filesize fixes. Set dcc->resume_error = 3 as appropriate.

Revision 778 - Directory Listing
Modified Wed Jul 6 12:59:09 2005 UTC (5 years, 1 month ago) by zed
es.po: Fix invalid utf-8 sequences in the header.

Revision 777 - Directory Listing
Modified Wed Jul 6 12:53:08 2005 UTC (5 years, 1 month ago) by zed
it.po pt.po el.po ca.po: Convert to UTF-8.

Revision 776 - Directory Listing
Modified Wed Jul 6 07:19:29 2005 UTC (5 years, 1 month ago) by zed
dcc.c: Support 64-bit dcc (untested, will need more tweaks). Randomize passive id number. Support /dcc pchat (passive).
outbound.c: Add /menu, /dcc pchat, /gui msgbox. Improve layout of /help and /help -l for plugin commands.
plugin.c: add plugin_command_foreach, tweak plugin_show_help for /help.
dccgui.c: Handle 64-bit file sizes.
menu.c: Implement stuff needed for /menu (incomplete). Neaten up nick popup menu (the user information part).

Revision 775 - Directory Listing
Modified Wed Jul 6 01:18:59 2005 UTC (5 years, 1 month ago) by zed
proto-irc.c: Merge strings.
dccgui.c: Pretty up the Info dialog in the DCC windows.

Revision 774 - Directory Listing
Modified Mon Jul 4 05:09:24 2005 UTC (5 years, 2 months ago) by zed
-Added /set irc_whois_front option to show WHOIS in front tab.
-Speed up irc protocol parsing by using CMPL,JE instead of strcmp.
-Moved text_word_check to url.c, where it should be.
-url.c: Url grabber now shares this code. Allows grabbing more than one URL in one line.
-maingui.c: Moved the "insert color code" menu into the text box's right-click.

Revision 773 - Directory Listing
Modified Fri Jul 1 05:14:07 2005 UTC (5 years, 2 months ago) by zed
servlist.c: Add Criten and EnterTheGame.
text.c: Speed up text_word_check() by a factor of 3! Now also recognizes .info and .name TLDS [1230265].
textevents.*: Fix "Your Message" default [1230269].
xchat.c: For "Gnome URL Handler" change gnome-moz-remote to gnome-open.
xtext.c: Pass len to urlcheck_function.

Revision 772 - Directory Listing
Modified Thu Jun 30 14:37:35 2005 UTC (5 years, 2 months ago) by lsitu
xchat_plugin_get_info is no longer called in xchat_plugin_init.

Revision 771 - Directory Listing
Modified Sun Jun 26 05:24:00 2005 UTC (5 years, 2 months ago) by zed
plugin20.html: Update example not to call xchat_plugin_get_info.
outbound.c: Added /id command.
servlist.c: Speedups.
xtext.c: Speedups.

Revision 770 - Directory Listing
Modified Sat Jun 25 14:57:53 2005 UTC (5 years, 2 months ago) by zed
python.c: Fix name/description display in Plugins&Scripts window.
pixmaps.c: Leave out aboutpng in gtk 2.6.
New Czech translation.

Revision 769 - Directory Listing
Modified Mon Jun 20 14:09:59 2005 UTC (5 years, 2 months ago) by zed
faq.html: Mention Emacs bindings on Gnome 2.8+.
=== Bump to 2.4.4 ===

Revision 768 - Directory Listing
Modified Mon Jun 20 05:31:56 2005 UTC (5 years, 2 months ago) by lsitu
Fixed an incorrect closing tag and added a small description for the hook functions.

Revision 767 - Directory Listing
Modified Sun Jun 19 14:24:13 2005 UTC (5 years, 2 months ago) by zed
maingui.c: call unflash_window() in mg_tabwin_focus_cb too.

Revision 766 - Directory Listing
Modified Mon Jun 13 15:41:31 2005 UTC (5 years, 2 months ago) by lsitu
This should fix the uninitialized error.

Revision 765 - Directory Listing
Modified Sun Jun 12 23:43:32 2005 UTC (5 years, 2 months ago) by lsitu
Updated to include what is hopefully the last changes to the Perl plugin for a while.

Revision 764 - Directory Listing
Modified Sun Jun 12 23:37:39 2005 UTC (5 years, 2 months ago) by lsitu
Fix typo in previous commit, should be word[count][0] == 0 not word[count][0] != 0.

Revision 763 - Directory Listing
Modified Sun Jun 12 23:24:57 2005 UTC (5 years, 2 months ago) by lsitu
Fix for print callbacks such as "DCC Timeout" that may have NULL elements in between non-NULL elements.

Revision 762 - Directory Listing
Modified Sat Jun 11 16:03:44 2005 UTC (5 years, 2 months ago) by lsitu
Swap strstr for strchr.

Revision 761 - Directory Listing
Modified Sat Jun 11 01:58:18 2005 UTC (5 years, 2 months ago) by lsitu
Revert the New to malloc for data not used in Perl. Removed the strdup and free that are no longer needed in XS_Xchat_register. Fix issue with spaces being used for indenting.

Revision 760 - Directory Listing
Modified Fri Jun 10 15:03:39 2005 UTC (5 years, 2 months ago) by lsitu
Reverted a few more changes in perl.c. Added check in XS_Xchat_unhook to deal with shutdown callbacks. Fixed variable name in Xchat.pm.

Revision 759 - Directory Listing
Modified Fri Jun 10 05:57:43 2005 UTC (5 years, 2 months ago) by zed
plugin.c: Copy strings in xchat_plugingui_add() for perl.
servlist.c: Use default port -1, instead of 6667 [1216036].

Revision 758 - Directory Listing
Modified Thu Jun 9 14:19:39 2005 UTC (5 years, 2 months ago) by lsitu
Change _fix_callback to match with it's move to Xchat::Embed namespace.

Revision 757 - Directory Listing
Modified Wed Jun 8 15:03:41 2005 UTC (5 years, 2 months ago) by lsitu
Revert to old method of autoloading script.

Revision 756 - Directory Listing
Modified Mon Jun 6 22:46:30 2005 UTC (5 years, 2 months ago) by lsitu
Added /reload which works like /load except it will unload a previously loaded copy of the script first.

Revision 755 - Directory Listing
Modified Mon Jun 6 06:05:32 2005 UTC (5 years, 2 months ago) by zed
faq.html: Fix spelling mistakes (David Robins).
xchat.desktop: Add Chinese.
maingui.c: Unset the XUrgencyHint on window focus incase the WM doesn't (Adil).
dcc.c: s/dcc_read/dcc_read_chat in dcc_read_chat().

Revision 754 - Directory Listing
Modified Sun Jun 5 19:43:00 2005 UTC (5 years, 2 months ago) by lsitu
Fix typo that prevented removal of things from the plugin window.

Revision 753 - Directory Listing
Modified Sun Jun 5 19:34:37 2005 UTC (5 years, 2 months ago) by lsitu
Added message for attempting to load two scripts with the same filename.

Revision 752 - Directory Listing
Modified Sun Jun 5 19:18:17 2005 UTC (5 years, 2 months ago) by lsitu
Add check for non-existent packages in warning handler.

Revision 751 - Directory Listing
Modified Sat Jun 4 21:07:39 2005 UTC (5 years, 2 months ago) by lsitu
Remove leftover debug message.

Revision 750 - Directory Listing
Modified Sat Jun 4 17:05:37 2005 UTC (5 years, 2 months ago) by lsitu
Fix handling of scripts with spaces in their path when using /load and /unload.

Revision 749 - Directory Listing
Modified Sat Jun 4 15:23:05 2005 UTC (5 years, 2 months ago) by lsitu
Fixed multiple declarations of $package in Xchat::hook_fd.

Revision 748 - Directory Listing
Modified Sat Jun 4 08:55:45 2005 UTC (5 years, 3 months ago) by lsitu
Updated to include changes for Perl.

Revision 747 - Directory Listing
Modified Sat Jun 4 08:53:20 2005 UTC (5 years, 3 months ago) by lsitu
- fix bug that can leave the interpreter uninitialized
- removed enums for hook types since they aren't needed anymore
- removed the name member from HookData structure
- removed the PerlScript structure
- enabled individual script unloading
- enabled reloading scripts using XS modules
- moved some functions into Xchat::Embed
- implement Xchat::hook_fd

Revision 746 - Directory Listing
Modified Sat Jun 4 08:44:28 2005 UTC (5 years, 3 months ago) by lsitu
Removed unnecessary flags from m//.

Revision 745 - Directory Listing
Modified Tue May 31 06:07:09 2005 UTC (5 years, 3 months ago) by lsitu
Add a note about the shebang being ignored to the introduction.

Revision 744 - Directory Listing
Modified Mon May 30 23:16:29 2005 UTC (5 years, 3 months ago) by lsitu
Updated to include changes to the Perl plugin.

Revision 743 - Directory Listing
Modified Mon May 30 04:53:15 2005 UTC (5 years, 3 months ago) by lsitu
Fix some spaces to be more consistent.

Revision 742 - Directory Listing
Modified Mon May 30 03:27:38 2005 UTC (5 years, 3 months ago) by zed
New translations: ko, ru, bg, lt.
cfgfiles.c: Remove text_max_newlines.
proto-irc.c/ctcp.c: Revert to 2.4.3.
server.c: Fix [ 1203514 ] "Use global user information" checkbox doesn't work (ZwaX).
outbound.c: Fix [ 1159447 ] XChat can't ban users with long idents (Dan Fruehauf).
text.h/text.c: Split out display_event into format_event/display_event (Steve Green).
userlist.c: Fix [ 1209564 ] [2.4.0] Unsorted userlist isn't sorted.
userlistgui.c: Remove #include "../common/dcc.h"

Revision 741 - Directory Listing
Modified Sat May 28 07:00:00 2005 UTC (5 years, 3 months ago) by zed
maingui.c: Implement taskbar flashing on unix via XUrgency flag (Adil).
maingui.c: s/gtk_signal_connect/g_signal_connect.
setup.c: Enable flash setting on *nix (Adil).

Revision 740 - Directory Listing
Modified Tue May 24 04:54:20 2005 UTC (5 years, 3 months ago) by lsitu
Fixed the escaping \'s to insert the correct number of \'s.

Revision 739 - Directory Listing
Modified Sun May 15 07:37:54 2005 UTC (5 years, 3 months ago) by zed
server.c: tcp_sendf(): increase buffer size.
maingui.c/maingui.h: new function: mg_dnd_drop_file(). Implement DND for dialog windows/tabs.
userlistgui.c: Make use of mg_dnd_drop_file() to share some code.

Revision 738 - Directory Listing
Modified Tue May 10 13:16:00 2005 UTC (5 years, 3 months ago) by zed
textevents.*: Added new event "CTCP Sound to Channel".
ctcp.c: Added emitting of "CTCP Sound to Channel" event, so you can tell if the CTCP was targeted at the channel and not you personally. Also fixed display of generic ctcp event in the wrong tab (how long was this broken?).
text.c: + N_("The channel") for pevt_ctcpsnd_help[].

Revision 737 - Directory Listing
Modified Mon May 9 04:54:42 2005 UTC (5 years, 3 months ago) by zed
cfgfiles.c: Add irc_nick_hilight, irc_no_hilight, text_max_newlines.
ctcp.c: Remove all the strchr's for \001.
inbound.c: Make irc_nick_hiligh & irc_no_hilight work (Jorge Rodriguez & me).
proto-irc.c: Implement \020 CTCP quoting and stacked CTCPs (Daniel Reed, modified by me). Allows receiving of imbedded newlines (!). [1051098]
setup.c: Add irc_no_hilight to setup gui (Jorge Rodriguez).

Revision 736 - Directory Listing
Modified Sat May 7 10:01:02 2005 UTC (5 years, 3 months ago) by zed
modes.c: NULL is not UTF-8, fix from last commit.
server.c: Fix comment in server_set_encoding.

Revision 735 - Directory Listing
Modified Thu May 5 12:22:09 2005 UTC (5 years, 3 months ago) by zed
New translations: hi, pa.
servlist.c:
-	if (net->autojoin && !sess->server->recondelay_tag)
+	if (net->autojoin)
Fixes 1184887 but creates a new (less serious) bug as discussed with Steve, will fix later.
about.c: Silverex's patch to show GTK version on win32.
gtkutil.h/gtkutil.c/dccgui.c: Support multiple selection in the DCC windows and autoresize the columns (Dan Fruehauf).
gtkutil.c: Silverex's patch to gtk_window_set_wmclass, but only on win32.
plugingui.c: Silverex's patch to make window bigger.
servlistgui.c: Silverex's patch to list "CP1257 (Baltic)".

Revision 734 - Directory Listing
Modified Mon May 2 20:11:13 2005 UTC (5 years, 4 months ago) by lsitu
Fixed spelling of constants in Xchat.pm.

Revision 733 - Directory Listing
Modified Tue Apr 26 06:38:10 2005 UTC (5 years, 4 months ago) by zed
server.c: Make server more like a "class". Move more server related functions here from xchat.c.
maingui.c/text.c/servlist.c/modes.c/outbound.c/plugin.c: Use new functions server_set_encoding() and server_get_network().
server.c: g_convert with the NUL terminator char when in CP1255, this should fix (or work around) bug #1122089.

Revision 732 - Directory Listing
Modified Sat Apr 23 09:44:05 2005 UTC (5 years, 4 months ago) by zed
menu.c: Make URL chopping code UTF-8 friendly [1188229].

Revision 731 - Directory Listing
Modified Fri Apr 22 09:37:04 2005 UTC (5 years, 4 months ago) by zed
xchat.h: Add handle_quotes field to command struct.
outbound.c: Disable parsing of quotes for /JOIN (Dan Fruehauf).
New translations: vi, zh_TW.

Revision 730 - Directory Listing
Modified Fri Apr 22 00:28:00 2005 UTC (5 years, 4 months ago) by lsitu
Add KEEP and REMOVE to the list of exported constants.

Revision 729 - Directory Listing
Modified Mon Apr 18 04:35:08 2005 UTC (5 years, 4 months ago) by lsitu
Changed wording for hook functions to avoid some misunderstanding.

Revision 728 - Directory Listing
Modified Thu Apr 14 22:48:20 2005 UTC (5 years, 4 months ago) by lsitu
Code should match documentation, Xchat::context_info's argument is now optional as it was meant to be.

Revision 727 - Directory Listing
Modified Thu Apr 7 22:23:52 2005 UTC (5 years, 4 months ago) by lsitu
Remove debug message.

Revision 726 - Directory Listing
Modified Thu Apr 7 15:10:05 2005 UTC (5 years, 4 months ago) by lsitu
Handle fully qualified variable names too.

Revision 725 - Directory Listing
Modified Wed Apr 6 05:08:02 2005 UTC (5 years, 4 months ago) by zed
xchat.spec: Use MODULE_COMPAT_ for perl Requires, copied from FC-devel.
cfgfiles.c: Default local_ip to 0xffffffff.
dcc.c: Check local_ip with new default (fixes #1176256).
text.c: Check if "sess" is still valid after emiting a text event #1175674.

Revision 724 - Directory Listing
Modified Sat Apr 2 07:41:34 2005 UTC (5 years, 5 months ago) by lsitu
Fixes:
	No longer completing to the previous completions
	Escape regular expression meta characters before trying to do matches
	Use the input_command_char setting instead of harcoding /.

Revision 723 - Directory Listing
Modified Fri Apr 1 23:32:37 2005 UTC (5 years, 5 months ago) by lsitu
Complete nicks with ^ in them.

Revision 722 - Directory Listing
Modified Fri Apr 1 18:51:48 2005 UTC (5 years, 5 months ago) by lsitu
Fix display of filename for scripts using old interface.

Revision 721 - Directory Listing
Modified Fri Apr 1 07:52:16 2005 UTC (5 years, 5 months ago) by lsitu
Remove debugging code.

Revision 720 - Directory Listing
Modified Fri Apr 1 07:50:21 2005 UTC (5 years, 5 months ago) by lsitu
Fix bug that prevented nicks starting with ] and } from being completed.

Revision 719 - Directory Listing
Modified Fri Apr 1 03:10:06 2005 UTC (5 years, 5 months ago) by zed
ChangeLog: Include 2.4.3 log.
configure.in/xchat.spec/config.h.w32: Bump to 2.4.3 (even though it doesn't match the release).

Revision 718 - Directory Listing
Modified Thu Mar 31 19:46:42 2005 UTC (5 years, 5 months ago) by lsitu
Forgot to commit this along the others for generating xchat.pm.h.

Revision 717 - Directory Listing
Modified Wed Mar 30 05:36:40 2005 UTC (5 years, 5 months ago) by zed
maingui.c: Fix: [1168239] IM conflict caused by setting GtkEntry->editable = 0.

Revision 716 - Directory Listing
Modified Tue Mar 29 06:23:17 2005 UTC (5 years, 5 months ago) by zed
python.c: Fixed get_list() incorrectly failing when the list contained a time field [1171525].
New Chinese po zh_CN.po.

Revision 715 - Directory Listing
Modified Tue Mar 29 05:11:50 2005 UTC (5 years, 5 months ago) by lsitu
Fix xchat.pm.h dependency.

Revision 714 - Directory Listing
Modified Tue Mar 29 02:38:21 2005 UTC (5 years, 5 months ago) by lsitu
Generate perl_definitions[] for inclusion.

Revision 713 - Directory Listing
Modified Tue Mar 29 00:01:40 2005 UTC (5 years, 5 months ago) by lsitu
Make scripts using calls with fully qualified subs work again.

Revision 712 - Directory Listing
Modified Mon Mar 28 11:40:10 2005 UTC (5 years, 5 months ago) by zed
ignoregui.c/notifygui.c: Use GTK_STOCK_DELETE for delete icons, not close.
menu.c: find_away_message might return NULL, check it.

Revision 711 - Directory Listing
Modified Sat Mar 26 05:32:18 2005 UTC (5 years, 5 months ago) by lsitu
Do partial completions when using bash style completion.

Revision 710 - Directory Listing
Modified Sat Mar 26 00:52:59 2005 UTC (5 years, 5 months ago) by lsitu
Seperate completion lists per context.
Ignore non-channel tabs.

Revision 709 - Directory Listing
Modified Fri Mar 25 08:33:09 2005 UTC (5 years, 5 months ago) by zed
plugin.c: Add "nickserv" field to xchat_get_info.
plugin20.html: Document.
menu.c: People's away message is now shown in the right-click menu, if known (Christopher Aillon).
servlist.c: Move the close button to left side, slightly more HIGish.
New German de.po.

Revision 708 - Directory Listing
Modified Fri Mar 25 02:22:24 2005 UTC (5 years, 5 months ago) by mooooooo
fixed compiler warnings per Zed

Revision 707 - Directory Listing
Modified Sun Mar 20 10:38:15 2005 UTC (5 years, 5 months ago) by zed
proto-irc.c: WhoisSpecial event: Check if the first char is ':' before skipping a byte [1164315].
xchat.desktop: Add Comment[hu].
fe-gtk.c: Check if selected_net is NULL in connect(new)_cb [1166669].

Revision 706 - Directory Listing
Modified Wed Mar 16 04:15:42 2005 UTC (5 years, 5 months ago) by zed
ctcp.c: Remove dead code.
=== Bump to 2.4.2 ===

Revision 705 - Directory Listing
Modified Mon Mar 14 02:43:49 2005 UTC (5 years, 5 months ago) by zed
ctcp.c: Treat CTCP ACTION as either PRIV or CHAN when checking the ignore list. It's more natural to consider it a message than CTCP.
outbound.c: Add /ALLCHANL command ("local server only" version of /ALLCHAN).
proto-irc.c: Add new nickserv type 3: "PRIVMSG NS :identify %s\r\n"

Revision 704 - Directory Listing
Modified Fri Mar 11 06:37:52 2005 UTC (5 years, 5 months ago) by zed
notify.c::notify_showlist(): Change to snprintf.
notify.c::notify_adduser(): Limit nickname to NICKLEN chars.
outbound.c/fe-gtk.c: Added /GUI MENU TOGGLE.
fkeys.c: New default key: F9-Toggle Menu Bar.
maingui.c: Make topicbar uneditable in dialog/server tabs.
menu.c/h: Expose menu_bar_toggle.
New vi.po.

Revision 703 - Directory Listing
Modified Wed Mar 9 22:53:17 2005 UTC (5 years, 5 months ago) by lsitu
Added alt_completion.pl

Revision 702 - Directory Listing
Modified Tue Mar 8 18:55:30 2005 UTC (5 years, 5 months ago) by lsitu
Fix gcc warning.

Revision 701 - Directory Listing
Modified Tue Mar 8 03:53:20 2005 UTC (5 years, 5 months ago) by zed
python.c: Fix gcc warnings.
text*: Move text events into proper alphabetical order.
New translations: vi, nl, sr, sk, zh_CN.

Revision 700 - Directory Listing
Modified Sun Mar 6 07:31:54 2005 UTC (5 years, 5 months ago) by zed
servlist.c: Clear out willjoinchannel/password (fixes #1157389).
xchat.h: Correct comments for waitchannel/willjoinchannel.
plugingui.c: Don't include gtkclist.h.

Revision 699 - Directory Listing
Modified Fri Mar 4 11:27:21 2005 UTC (5 years, 6 months ago) by zed
outbound.c: Shut gcc up about country_search().
outbound.c: Close fd 3-1023 in child process for EXEC (Sven Wegener).
util.c: Close fd 3-1023 in child process for util_exec() (Sven Wegener).
text*/proto-irc.c: Added new text event "WhoIs Special" which is emitted for all unknown (non-standard) WHOIS reply lines.

Revision 698 - Directory Listing
Modified Wed Mar 2 07:45:54 2005 UTC (5 years, 6 months ago) by zed
faq.html: Update URL to encoding info.
xchat-plugin.h: xchat_list_fields should return "const char * const *".
Add lots of "const" here, there and everywhere to move data to .rodata section.

Revision 697 - Directory Listing
Modified Tue Mar 1 23:49:07 2005 UTC (5 years, 6 months ago) by lsitu
Modified Xchat::set_context to allow Xchat::set_context( $channel ) and Xchat::set_context( $channel, $server ).

Revision 696 - Directory Listing
Modified Mon Feb 28 10:37:38 2005 UTC (5 years, 6 months ago) by zed
Make --enable-memdebug builds work again.

Revision 695 - Directory Listing
Modified Mon Feb 28 06:42:09 2005 UTC (5 years, 6 months ago) by zed
python.c: Define PATH_MAX if it isn't already.
makeinc.msc: s/python23/python24.
fe-gtk.c: #include <windows.h>.
setup.c: #include "../common/fe.h" for fe_open_url().

Revision 694 - Directory Listing
Modified Sat Feb 26 08:05:33 2005 UTC (5 years, 6 months ago) by zed
python.c: Define PATH_MAX is it isn't already.
fe.h: New function fe_open_url().
outbound.c: Added /URL command.
dccgui.c::browse_folder(): Don't prepend file:// on win32. Use fe_open_url.
fe-gtk.c: Define fe_open_url here.
urlgrab.c & maingui.c: s/goto_url/fe_open_url.
menu.c: Delete goto_url, it never belonged here.
setup.c: Delete setup_browse_folder and just call fe_open_url.

Revision 693 - Directory Listing
Modified Fri Feb 25 04:29:23 2005 UTC (5 years, 6 months ago) by lsitu
Add state_cursor field to context_info

Revision 692 - Directory Listing
Modified Thu Feb 24 04:50:39 2005 UTC (5 years, 6 months ago) by zed
util.c::country_search(): Match against both English and translated names.
banlist.c::fe_add_ban_list(): Fix append without set bug.
dccgui.c::browse_folder(): Don't ShellExecute on win32, just call goto_url so that the locale conversion works.

Revision 691 - Directory Listing
Modified Mon Feb 21 02:27:19 2005 UTC (5 years, 6 months ago) by zed
util.c: /country command changes:
-Add "CD", N_("Democratic Republic of Congo").
-Add "PS", N_("Palestinian Territory").
-Change "CS", N_("Serbia and Montenegro").
-Remove "ZR", N_("Zaire").
-Add country_search() function.
outbound.c: Add -s arg to /country for wildcard search.

Revision 690 - Directory Listing
Modified Thu Feb 17 01:55:27 2005 UTC (5 years, 6 months ago) by lsitu
Fix it so it will work with completion_amount set to 0

Revision 689 - Directory Listing
Modified Wed Feb 16 20:59:15 2005 UTC (5 years, 6 months ago) by lsitu
fix version number

Revision 688 - Directory Listing
Modified Wed Feb 16 19:02:47 2005 UTC (5 years, 6 months ago) by lsitu
*** empty log message ***

Revision 687 - Directory Listing
Modified Wed Feb 16 10:22:32 2005 UTC (5 years, 6 months ago) by zed
fkeys.c: REVERT: Jan 20: Don't append a space when completion char is blank.
python.c: Add xchat_plugin_get_info.
plugins/xxx/makefile.msc: Add xchat_plugin_get_info to the .def files.

Revision 686 - Directory Listing
Modified Wed Feb 16 03:52:48 2005 UTC (5 years, 6 months ago) by zed
outbound.c: Support -quiet arg for /charset command.
plugin.c: Added "charset" field to xchat_get_info.
plugin20.html: Document.

Revision 685 - Directory Listing
Modified Wed Feb 16 02:04:37 2005 UTC (5 years, 6 months ago) by lsitu
Add "state_cursor" field for Xchat::get_info. (No, that is not a typo, I really do mean get_info.)

Revision 684 - Directory Listing
Modified Tue Feb 15 07:39:49 2005 UTC (5 years, 6 months ago) by zed
plugin.c: Add lasttalk to fields list.
New ru.po

Revision 683 - Directory Listing
Modified Sun Feb 13 06:30:59 2005 UTC (5 years, 6 months ago) by zed
plugin.c: Added "lasttalk" field to "users" list.
plugin20.html: Document.
New ru.po.

Revision 682 - Directory Listing
Modified Tue Feb 8 07:39:07 2005 UTC (5 years, 6 months ago) by zed
dccgui.c::browse_folder(): Don't convert to locale here, goto_url() already does that.
fe-text.c: Make this thing compile again.

Revision 681 - Directory Listing
Modified Mon Feb 7 03:56:08 2005 UTC (5 years, 6 months ago) by zed
cfgfiles.c: Win32: Default download dir moved to "My Documents\Downloads".
dccgui.c: Open the downloads folder on CTRL-O.

Revision 680 - Directory Listing
Modified Sun Feb 6 04:00:34 2005 UTC (5 years, 6 months ago) by zed
inbound.c: Handle '%' in NOTICE destinations too (#1117009).
gtkutil.c: Prototype get_xdir_fs to return (char *) for 64-bit machines.
servlistgui.c: Warn when username or realname is left blank.

Revision 679 - Directory Listing
Modified Fri Feb 4 21:17:24 2005 UTC (5 years, 6 months ago) by lsitu
Update context_info to include newer fields.

Revision 678 - Directory Listing
Modified Fri Feb 4 20:35:41 2005 UTC (5 years, 6 months ago) by lsitu
Add in changes from Xchat.pm

Revision 677 - Directory Listing
Modified Fri Feb 4 20:33:03 2005 UTC (5 years, 6 months ago) by lsitu
Make warning messages more readable.

Revision 676 - Directory Listing
Modified Wed Feb 2 10:03:51 2005 UTC (5 years, 7 months ago) by zed
servlist.c: Remove AbleNET, IRCDZone. Add insiderZ.DE, ChatSociety. Update AmigaNet servers.
plugin-timer.c: Support timeouts to 1 decimal place. Make timer-list print out nicer.

Revision 675 - Directory Listing
Modified Tue Feb 1 07:31:46 2005 UTC (5 years, 7 months ago) by lsitu
added xchat_plugin_get_info

Revision 674 - Directory Listing
Modified Tue Feb 1 02:27:42 2005 UTC (5 years, 7 months ago) by zed
outbound.c: Terminate execl with NULL, not 0, so that it's always pointer wide (Marcus Meissner).
about.c: Bump year to 2005.

Revision 673 - Directory Listing
Modified Fri Jan 28 07:32:54 2005 UTC (5 years, 7 months ago) by zed
plugin20.html: Mention "since 2.4.2" where appropriate.
New lt.po.

Revision 672 - Directory Listing
Modified Thu Jan 27 19:41:34 2005 UTC (5 years, 7 months ago) by lsitu
Fixed check for multiple packages per script.

Revision 671 - Directory Listing
Modified Thu Jan 27 04:45:46 2005 UTC (5 years, 7 months ago) by mooooooo
fixed timer crash

Revision 670 - Directory Listing
Modified Sun Jan 23 15:08:20 2005 UTC (5 years, 7 months ago) by mooooooo
xchat_plugin_get_info added

Revision 669 - Directory Listing
Modified Sun Jan 23 11:21:43 2005 UTC (5 years, 7 months ago) by zed
fe.h: Add fe_get_inputbox_cursor.
plugin.c: Implement plugin_emit_keypress. Implement "state_cursor" for xchat_get_prefs to get the current cursor position.
fe-gtk.c: Implement fe_get_inputbox_cursor.
fkeys.c: Call plugin_emit_keypress upon key press.
plugin20.html: Document changes to xchat_get_prefs and the new "Key Press" print event.

Revision 668 - Directory Listing
Modified Sun Jan 23 06:41:03 2005 UTC (5 years, 7 months ago) by zed
plugin20.html: Add section on handling unicode. Fix **reserved in sample plugin source.
plugin.c/.h: Add xchat_strip/xchat_free to pl-> structure for win32.

Revision 667 - Directory Listing
Modified Fri Jan 21 07:08:41 2005 UTC (5 years, 7 months ago) by zed
configure.in: Put back xchatlibdir variable, since the Makefiles in plugins/ need it. This should fix installation of plugin *.so files.
faq.html: Add Q20 about SysTray. Mention irc_conf_mode in Q11. Mention DCC server in Q12.

Revision 666 - Directory Listing
Modified Thu Jan 20 06:57:45 2005 UTC (5 years, 7 months ago) by zed
plugin.c: Implement new plugin API functions: xchat_strip, xchat_free.
util.c: Add do_color, do_attr args to strip_color().
dcc.c, inbound.c, server.c, text.c, chanlist.c: Use new strip_color() args.
version-script, xchat-plugin.h: Add new API functions.
fkeys.c: Don't append a space when completion char is blank.

Revision 665 - Directory Listing
Modified Sun Jan 9 18:21:44 2005 UTC (5 years, 7 months ago) by mooooooo
updated printevents.h

Revision 664 - Directory Listing
Modified Wed Jan 5 03:41:26 2005 UTC (5 years, 7 months ago) by zed
modes.c: Fix handling of "MODE -o+o nick nick" #1094026.
New nl.po.

Revision 663 - Directory Listing
Modified Tue Jan 4 01:20:17 2005 UTC (5 years, 7 months ago) by lsitu
Move each script into seperate package/namespace. Scripts containing multiple packages will not be loaded.
Fix display of Perl scripts in the Plugins and Scripts window to use the file name instead of the script name in the File column.

Revision 662 - Directory Listing
Modified Mon Jan 3 04:20:33 2005 UTC (5 years, 8 months ago) by mooooooo
on/off fixes

Revision 661 - Directory Listing
Modified Sat Jan 1 20:39:30 2005 UTC (5 years, 8 months ago) by lsitu
Add support for the FD_* constants.

Revision 660 - Directory Listing
Modified Sat Jan 1 09:56:11 2005 UTC (5 years, 8 months ago) by lsitu
Added these in case anyone wanted to read them some place other than perl.c :)

Revision 659 - Directory Listing
Modified Sat Jan 1 09:54:28 2005 UTC (5 years, 8 months ago) by lsitu
Reimplemented IRC:: functions in Perl. This is for future changes.

Revision 658 - Directory Listing
Modified Fri Dec 31 03:46:38 2004 UTC (5 years, 8 months ago) by zed
configure.in: Update ALL_LINGAUS
New pt_BR.po from Gustavo Noronha Silva.

Revision 657 - Directory Listing
Modified Wed Dec 29 02:40:16 2004 UTC (5 years, 8 months ago) by zed
fe.h: Add is_exemption arg to fe_ban_list_end.
proto-irc.c: Use new fe_ban_list_end prototype.
banlist.c: Use new fe_ban_list_end prototype.
servlist.c: Add irc.europnet.org as per request.
New lt.po.

Revision 656 - Directory Listing
Modified Wed Dec 15 13:22:59 2004 UTC (5 years, 8 months ago) by zed
fe.h: Add exemption arg to fe_add_ban_list.
inbound.h/inbound.c: Add exemption arg to inbound_banlist and handle it.
modes.c: Handle "EXCEPTS" in 005 numeric.
proto-irc.c: Handle numerics for ban exemptions.
xchat.c: +	serv->have_except = FALSE;
xchat.h: +	unsigned int have_except:1;	/* ban exemptions +e */
banlist.c: Add exemption arg to fe_add_ban_list.

Revision 655 - Directory Listing
Modified Tue Dec 14 08:14:30 2004 UTC (5 years, 8 months ago) by zed
plugin20.html: Change some descriptions to match xchat 2.4's GUI.
python.c: Don't use "filename" here it's NULL, use plugin->filename instead.

Revision 654 - Directory Listing
Modified Tue Dec 7 07:34:33 2004 UTC (5 years, 8 months ago) by zed
dcc.c: Split out some monster functions.

Revision 653 - Directory Listing
Modified Wed Dec 1 02:34:42 2004 UTC (5 years, 9 months ago) by zed
menu.c: Make goto_url() support non-utf8 locales (partial fix for #1026276).
New ca.po.

Revision 652 - Directory Listing
Modified Mon Nov 29 06:26:15 2004 UTC (5 years, 9 months ago) by zed
configure.in: Add new config.h entries: XCHATLIBDIR, XCHATSHAREDIR.
src/common/Makefile.am: Remove cludgy plugin.o handling.
src/fe-gtk/Makefile.am: Remove cludgy pixmaps.o handling.
fe-gtk.c: Added command line args -u and -p.
New lt.po.

Revision 651 - Directory Listing
Modified Tue Nov 23 02:58:34 2004 UTC (5 years, 9 months ago) by zed
New de.po.
server.c(http_read_line): Fix win32 build. Handle the case where there's no \r in the line.
fe-text.c: Implement missing functions to make this useless FE build again.

Revision 650 - Directory Listing
Modified Sun Nov 21 04:38:04 2004 UTC (5 years, 9 months ago) by zed
servlist.c: Add Sohbet.Net as per request.
menu.c: Fixed: Opened server tab doesn't count as "requested" (#1044227).
New Translations: zh_TW, sk, sr.
=== Bump to 2.4.1 ===

Revision 649 - Directory Listing
Modified Sun Nov 14 12:40:58 2004 UTC (5 years, 9 months ago) by zed
fe.h: Add prototypes for new functions: fe_?et_inputbox_*.
outbound.c: Added /settext and /setcursor commands for scripters.
plugin.c: Plugin API: Added xchat_get_info(ph,"inputbox");.
plugin20.html: Document "inputbox" field for get_info.
fe-gtk.c: Implemented fe_?et_inputbox_*.
server.c: Fixed connecting to a SSL server via http proxy (#1054152).
util.c: Added extra use_recv arg to waitline().
text.c/notify.c: Use new waitline.
tabs.c: You can now scroll tabs with the mouse-wheel while hovering over the arrow buttons.
New Translations: nb.po uk.po nl.po pt.po sl.po.

Revision 648 - Directory Listing
Modified Fri Nov 12 16:58:58 2004 UTC (5 years, 9 months ago) by lsitu
removed unnecessary G_KEEPERR flags

Revision 647 - Directory Listing
Modified Thu Nov 4 04:26:02 2004 UTC (5 years, 9 months ago) by lsitu
Updated description for Xchat::user_info

Revision 646 - Directory Listing
Modified Fri Oct 29 06:52:28 2004 UTC (5 years, 10 months ago) by lsitu
Added Xchat::strip_code

Revision 645 - Directory Listing
Modified Tue Oct 26 04:30:45 2004 UTC (5 years, 10 months ago) by zed
proto-irc.c, inbound.c: Add support for /NS and /NICKSERV on freenode & dalnet #1054244.
xchat.c, proto-irc.c: Fix handling of numeric 290 (CAPAB reply).

Revision 644 - Directory Listing
Modified Fri Oct 22 05:20:29 2004 UTC (5 years, 10 months ago) by lsitu
added Xchat::KEEP and Xchat::REMOVE for timer hooks

Revision 643 - Directory Listing
Modified Tue Oct 19 08:18:25 2004 UTC (5 years, 10 months ago) by zed
it.po: Fix error in "Channel Remove Exempt" event.
ignore.c: s/autodialog/gui_auto_open_dialog.

Revision 642 - Directory Listing
Modified Mon Oct 18 12:13:52 2004 UTC (5 years, 10 months ago) by zed
text.c: Make playing sound files with spaces in them work too #1048697.
python.c: Don't dereference freed memory in Callback_timer(). Bump to 0.3.

Revision 641 - Directory Listing
Modified Wed Oct 13 05:38:08 2004 UTC (5 years, 10 months ago) by zed
ignoregui.c: Replace clearall code.
servlist.c: Update 2600.net servers.

Revision 640 - Directory Listing
Modified Mon Oct 11 20:27:50 2004 UTC (5 years, 10 months ago) by lsitu
add missing work to Xchat::hook_server documentation

Revision 639 - Directory Listing
Modified Thu Sep 30 09:21:30 2004 UTC (5 years, 11 months ago) by zed
dcc.c: Ooops, don't clobber the errno by doing a dcc_send_ack() here.

Revision 638 - Directory Listing
Modified Fri Sep 24 09:43:52 2004 UTC (5 years, 11 months ago) by zed
dcc.c(dcc_read): Only send one ack after the entire tcp queue has been read. This should reduce upstream usage file receiving files.
plugin.c: Fix compiler warnings when building on *BSD.

Revision 637 - Directory Listing
Modified Mon Sep 20 10:42:48 2004 UTC (5 years, 11 months ago) by zed
New translations: de.po sq.po
configure.in: Add sq.po to ALL_LINGUAS
text.c: Replace <,> in log filenames on win32 (#1026438).

Revision 636 - Directory Listing
Modified Fri Sep 10 03:05:44 2004 UTC (5 years, 11 months ago) by zed
cfgfiles.h: #include "xchat.h"
servlist.c: Remove irc.flamed.net, it's not Efnet anymore.
New po files: ru, ko.

Revision 635 - Directory Listing
Modified Fri Sep 3 01:43:00 2004 UTC (6 years ago) by zed
servlistgui.c: You can now move networks and servers via Shift+Up/Down. Marked missing strings for translation.

Revision 634 - Directory Listing
Modified Thu Sep 2 05:32:04 2004 UTC (6 years ago) by zed
New translations: ca, mk.
servlist.c: Only cycle if (net->flags&FLAG_CYCLE).
servlistgui.c: Add "Connect to selected server only" checkbox.
- Brought back the "Connect to selected server only" option in the Serverlist edit window (like "Cycle until connected" in 2.0.x).

Revision 633 - Directory Listing
Modified Mon Aug 30 06:25:56 2004 UTC (6 years ago) by zed
servlist.c: Keep only the round robin for freenode (remove regional servers), as per request.

Revision 632 - Directory Listing
Modified Tue Aug 24 05:08:32 2004 UTC (6 years ago) by zed
xtext.c(gtk_xtext_realize): Initialize marker_gc from the palette, not hardcodedred.

Revision 631 - Directory Listing
Modified Sun Aug 22 15:07:31 2004 UTC (6 years ago) by zed
it.po: Fix error in 'Notify Number' event.
eu.po: New.

Revision 630 - Directory Listing
Modified Sat Aug 14 14:46:37 2004 UTC (6 years ago) by zed
New lt.po, ca.po.

Revision 629 - Directory Listing
Modified Sat Aug 14 07:47:11 2004 UTC (6 years ago) by zed
New it.po, lt.po
INSTALL.w32: Mention zlib package.
=== Bump to 2.4.0 ===

Revision 628 - Directory Listing
Modified Wed Aug 11 11:07:55 2004 UTC (6 years ago) by zed
xchat.c/h: Add fallback arg to get_network().
maingui.c, text.c, plugin.c: Use it. Restore 2.0.x behaviour for "network" field.
gtkutil.c: Don't crash when filename encoding is corrupt.
plugin20.html: Document "libdirfs" field.
New it.po.

Revision 627 - Directory Listing
Modified Wed Aug 11 03:19:04 2004 UTC (6 years ago) by zed
README: Remove old 1.9.x info.
configure.in: Add "it" to ALL_LINGUAS.
plugin.c: Add xchat_get_info("libdirfs").
New lt.po.

Revision 626 - Directory Listing
Modified Tue Aug 10 04:28:23 2004 UTC (6 years ago) by zed
xchat.c: Use '-a firefox' arg in default URL handlers.
menu.c: Use stock ABOUT icon, if available.
New translations: sk,de,it,nl,zh_CN,ko,eu,sr.

Revision 625 - Directory Listing
Modified Sat Aug 7 05:57:51 2004 UTC (6 years ago) by zed
text.c(pevent_make_pntevts): Don't run check_special_chars here, it can crash.
New lt.po and eu.po.

Revision 624 - Directory Listing
Modified Thu Aug 5 06:12:51 2004 UTC (6 years ago) by zed
textevents: Tweak.
fkeys.c: Add line up/down key function and adjust defaults.
menu.c: s/"Key Bindings..."/"Keyboard Shortcuts...".
New Korean po.
=== Bump to 2.1.1 ===

Revision 623 - Directory Listing
Modified Tue Aug 3 06:37:39 2004 UTC (6 years, 1 month ago) by zed
textevents: Fix default kicked and killed text.
xchat.h: CHANLEN to 300 (#1002292). Will have to make this dynamic some day.

Revision 622 - Directory Listing
Modified Mon Aug 2 10:00:52 2004 UTC (6 years, 1 month ago) by zed
xchat.c/cfgfiles.c: Increase buffer sizes.
editlist.c: Increase max length for name entry.
plugin20.html: Fix examples for nickprefixes and nickmodes.
faq.html: Update to reflect new GUI.

Revision 621 - Directory Listing
Modified Sun Aug 1 05:19:18 2004 UTC (6 years, 1 month ago) by zed
text: Don't run the blank pevents through gettext.
dccgui: Auto select the first row, if we open and there's only one.
editlist: Use the proper Add/Remove icons.
maingui: Set topicbar spacing to 1, so the X button has 1px border.
servlistgui: Fix Charset combobox for GTK 2.0/2.2.
New Lithuanian po.

Revision 620 - Directory Listing
Modified Sat Jul 31 05:19:52 2004 UTC (6 years, 1 month ago) by zed
fkeys: Reset IM-pre-edit before doing tab completion [986958].
maingui: Don't crash when sorting non-IRC tabs (dcc, chanlist etc).

Revision 619 - Directory Listing
Modified Fri Jul 30 16:06:16 2004 UTC (6 years, 1 month ago) by zed
fkeys: Fix tab compl. not cycling properly (broken by xc2010-fixtabcomp2.diff).

Revision 618 - Directory Listing
Modified Fri Jul 30 15:12:40 2004 UTC (6 years, 1 month ago) by zed
Silence a few compiler warnings.
Make some default window sizes bigger.

Revision 617 - Directory Listing
Modified Tue Jul 27 15:15:58 2004 UTC (6 years, 1 month ago) by zed
setup: Fix win32 "open data folder" button.
maingui: make all PangoAttrLists static.
textevents: Add "Beep" pseudo event.
text::sound_beep(): Use sound-file for beep if defined. Remove obsolete Hebrew converter.
inbound: Use new sound_beep() function here.
New zh_CN po.

Revision 616 - Directory Listing
Modified Mon Jul 26 03:55:56 2004 UTC (6 years, 1 month ago) by zed
cfgfiles.c: Add -e arg for /set, to erase strings.
inbound.c: Emit XP_TE_OPENDIALOG.
textevents: Add "Open Dialog" event so you can add a sound-file to it.
servlistgui: Change default window size on win32.
setup: Use stock Play button, if available.
userlistgui: Use prefs.away_track properly.
xtext: New function: xtext_draw_layout_line, speeds up Pango backend by a few percent. Don't call gtk_xtext_conv_color(), it won't work with default settings. Fixed double-marker-line bug (Thomas Kockerbauer).

Revision 615 - Directory Listing
Modified Sun Jul 25 05:27:18 2004 UTC (6 years, 1 month ago) by zed
configure.in: Require perl 5.8.0, as 5.6.x tends to crash in newCONSTSUB.
setup: Use stock Play button, if available.
userlistgui: Check condition of prefs.away_track properly.
New translations: de, lt, sk, sr.

Revision 614 - Directory Listing
Modified Tue Jul 20 13:53:27 2004 UTC (6 years, 1 month ago) by zed
inbound: Remove idtextptr, not needed.
servlistgui: Make vbutton boxes Top-justified.
setup: Remember the row selected in sound list. Rehash userlist on away_track change too.
userlistgui: Don't do double-click command when CTRL is held down.

Revision 613 - Directory Listing
Modified Tue Jul 20 06:38:14 2004 UTC (6 years, 1 month ago) by zed
cfgfiles: Add irc_id_ytext and irc_id_ntext.
dcc/inbound/outbound: Add support for Identified-msg flag.
modes.c: Reply to 005 CAPAB with IDENTIFY-MSG.
proto-irc.c: Handle CAPAB reply, numeric 290. Support Freenode's IDENTIFY-MSG in PRIVMSG and NOTICE.
textevents: Add $4 for irc_id_[y/n]text.

Revision 612 - Directory Listing
Modified Sun Jul 18 11:35:44 2004 UTC (6 years, 1 month ago) by zed
server/setup: Added socks5 authentication support (Benjamin Foster).

Revision 611 - Directory Listing
Modified Sat Jul 17 11:17:45 2004 UTC (6 years, 1 month ago) by zed
cfgfiles: Add away_track and input_flash_hilight.
xchat.c: Use away_track.
maingui.c: Don't use PANGO_SCALE_X_SMALL on win32, it's unreadable.
palette.c: Copy 2.0.x palette's 0-15 to 16-31 aswell (so colornicks use the old colors).
setup.c: More tweaks.

Revision 610 - Directory Listing
Modified Fri Jul 16 09:41:01 2004 UTC (6 years, 1 month ago) by zed
cfgfiles: Change default font to "Monospace 9".
textevents: Make nicknames in highlight events bold.
servlistgui: Shade out SSL checkboxes when building without SSL.
setup: Add missing header.
xtext: Implement custom marker-line color.

Revision 609 - Directory Listing
Modified Fri Jul 16 06:56:31 2004 UTC (6 years, 1 month ago) by zed
cfgfiles: Make default soundcmd blank.
make-te: Make the structure const, remove sound field.
outbound: Clear out network field only on /server.
text.c: Split out sound from pevents, save to sound.conf.
textevents: Re-hash with sound field missing.
util.c: Fix some countries' capitalization.
xchat.c Load/save sound.
servlistgui: unref the model after it's used.
setup: Add brand new sound events gui.
textgui: Remove sound stuff from pevents window.

Revision 608 - Directory Listing
Modified Fri Jul 16 00:10:11 2004 UTC (6 years, 1 month ago) by mooooooo
updated getlist

Revision 607 - Directory Listing
Modified Thu Jul 15 22:56:51 2004 UTC (6 years, 1 month ago) by lsitu
Added information about Xchat::context_info and updated fields for get_list

Revision 606 - Directory Listing
Modified Thu Jul 15 21:49:23 2004 UTC (6 years, 1 month ago) by lsitu
Added Xchat::context_info

Revision 605 - Directory Listing
Modified Thu Jul 15 07:09:25 2004 UTC (6 years, 1 month ago) by zed
Big internal change: Removed username,realname,networkname,eom_cmd from (struct session *). They are now read directly from the serverlist. This also fixes: Servertab looses networkname after manual reconnect.
servlistgui: Remove unused functions. Add better tooltip for connect-command.
tabs: Remove unused vars.
New eu.po.

Revision 604 - Directory Listing
Modified Thu Jul 15 05:10:46 2004 UTC (6 years, 1 month ago) by zed
cfgfiles: Enable tab_sort by default.
server: Start the identd earlier, after hostname lookup. Fix bug where server tab's name changes from Network-name to Server-name upon auto-reconnect.
textevents: Latest theme, it's getting there.
palette: Latest default palette.
maingui: Implement mg_tabs_compare() for tab sorting.
tabs: Implement tab sorting properly.
setup: Add tab sort setting here.

Revision 603 - Directory Listing
Modified Wed Jul 14 09:05:28 2004 UTC (6 years, 1 month ago) by zed
cfgfiles: Turn off style-userlist by default.
maingui: Move close/detach to the end of the tab menu for safety.
servlistgui: set empty fields to NULL to avoid logging in with empty username.
tabs(tab_rename): ref the attr before changing the label, then unref it.
xtext: Separator line now has its own cursor (Richard Gobeille).

Revision 602 - Directory Listing
Modified Tue Jul 13 07:26:05 2004 UTC (6 years, 1 month ago) by zed
servlist: Add prepend arg to servlist_net_add.
servlistgui: Fix handling of keypresses in the treeview. Fix position of newly added network. Don't crash when you Remove->OK->Edit.

Revision 601 - Directory Listing
Modified Tue Jul 13 06:41:47 2004 UTC (6 years, 1 month ago) by zed
servlist: Save and load nickserv password.
palette: New color set by SilvereX.
servlistgui: Brand new GUI, simpler, more intuitive.

Revision 600 - Directory Listing
Modified Mon Jul 12 15:19:02 2004 UTC (6 years, 1 month ago) by zed
setup/cfgfiles: Add tab_small setting.
inbound: Make colornicks use 16-31.
textevents: Fix some types, including colornicks and action event.
maingui: Add code for small-tabs setting. Check current_sess is not NULL on focus_cb.
userlistgui: Use gtk_cell_renderer_text_set_fixed_height_from_font, it might make it faster.

Revision 599 - Directory Listing
Modified Sat Jul 10 18:54:21 2004 UTC (6 years, 1 month ago) by mooooooo
Windows script auto-load fixed

Revision 598 - Directory Listing
Modified Sat Jul 10 18:52:25 2004 UTC (6 years, 1 month ago) by mooooooo
Windows script auto-load fixed

Revision 597 - Directory Listing
Modified Fri Jul 9 15:25:20 2004 UTC (6 years, 1 month ago) by zed
fkeys.c: The never ending nick-completion story.
servlistgui.c: Tweak appearance a bit.
setup.c: Fixup color page glitch.

Revision 596 - Directory Listing
Modified Thu Jul 8 16:16:17 2004 UTC (6 years, 1 month ago) by zed
Don't save .confs if they're just the internal defaults. This lets people change language more easily.

Revision 595 - Directory Listing
Modified Thu Jul 8 05:03:25 2004 UTC (6 years, 1 month ago) by zed
Added new "popup new tabs to front" setting (Kyoshiro).
setup.c: Further cleanups.
New hardcoded text events are now WhiteTheme2 using colors 16-31.

Revision 594 - Directory Listing
Modified Wed Jul 7 21:05:57 2004 UTC (6 years, 1 month ago) by lsitu
Fixed bug in emit_print that triggered "Use of uninitialized value ..." warnings.

Revision 593 - Directory Listing
Modified Wed Jul 7 16:44:30 2004 UTC (6 years, 1 month ago) by zed
cfgfiles.c: Add functions to get/put hex colors.
palette.c: Add ability to load 2.0.x's palette.conf. Map custom colors to 256+.

Revision 592 - Directory Listing
Modified Wed Jul 7 15:34:40 2004 UTC (6 years, 1 month ago) by zed
Bump version to 2.1.0.
userlistgui.c/fe-gtk.c/maingui.c: Change indexes into colors[] to the new ones.
menu.c: "Lists" -> "Advanced" seems to make more sence.
palette.c: Add 16 extra colors, plus one for markerline. Use colors.conf for now.
palette.h: Add defines for all the special colors.
setup.c: Heavily reworked the Preferences window. It should be alot clearer now, and more gnome-like.
xtext.h/xtext.c: Support 32 colors.

Revision 591 - Directory Listing
Modified Tue Jul 6 05:40:07 2004 UTC (6 years, 1 month ago) by zed
fkeys.c: Fix crash on space-tab. Fix critical glib warning when completing in a dialog tab (Ian Kumlien).

Revision 590 - Directory Listing
Modified Fri Jul 2 03:30:50 2004 UTC (6 years, 2 months ago) by zed
fkeys.c(key_action_tab_comp): Should be if(len + elen + 2 >= COMP_BUF)
=== 2.0.10 release point here ===

Revision 589 - Directory Listing
Modified Thu Jul 1 14:07:04 2004 UTC (6 years, 2 months ago) by zed
inbound.c(set_server_name): Don't allow strncpy args to overlap.
inbound.c: Add support for multi-line serv->eom_cmd.
servlist.c: Add support for loading & saving multi-line eom_cmd.
fkeys.c(key_action_tab_comp): overlapping args in sprintf is illegal, change to strcpy.

Revision 588 - Directory Listing
Modified Thu Jul 1 05:33:11 2004 UTC (6 years, 2 months ago) by zed
faq.html: Added Q19.
=== Bump version to 2.0.10 ===

Revision 587 - Directory Listing
Modified Wed Jun 30 10:43:20 2004 UTC (6 years, 2 months ago) by zed
INSTALL.w32: Update instructions (Nigel Jones).
inbound.c/dcc.c: Use strtoul instead of sscanf, it's faster.
fkeys.c (key_action_tab_comp): The saga continues (Ian Kumlien).
maingui.c: Find hostname for dialog-tab titlebar using find_name_global (Ian Kumlien).

Revision 586 - Directory Listing
Modified Mon Jun 28 05:28:07 2004 UTC (6 years, 2 months ago) by zed
lots of files: Merge p_nick_mode/p_chan_mode (Ian Kumlien).
outbound.c: Add /mode command (Ian Kumlien).
plugin.c: Use RTLD_LOCAL for X-Sys plugin and any others with "local" in their name. Always call dlerror() after dlopen (might fix *BSD issues).
userlistgui.c: Scroll to selected nick on double-middle-click.

Revision 585 - Directory Listing
Modified Sun Jun 27 05:44:12 2004 UTC (6 years, 2 months ago) by zed
HACKING: Mention nmake (Nigel Jones).
makefile.msc's: Add missing files to 'clean' rule (Nigel Jones).
cfgfiles.c: Put "completion_auto" in correct alpha order. Remove obsolete prefs.
inbound.c/inbound.h/outbound.c/proto-irc.c: Fix Private messages delivered to status window when nickname is the same as the network [977550].
outbound.c: Mask out password when identifying to nickserv.
xchat.c Add Half-op to popup menu, and put the Modes submenu in order (Nigel Jones).
fkeys.c (key_action_tab_comp): Make sure tmp_list isn't NULL to avoid glib warning.
maingui.c/userlistgui.c/xtext.c: Double middle-clicking a nickname in the text area will now select it in the userlist.

Revision 584 - Directory Listing
Modified Thu Jun 24 05:40:08 2004 UTC (6 years, 2 months ago) by zed
cfgfiles.c: Add -quiet arg for /set.
inbound.c: Further fixes to UTF-8 handling in searchnick() (Andrew Zabolotny).
inbound.c: Make flashing work even if the highlight event occured in front-most tab, while we're iconified (win32).
text.c (text_validate): Fall back to locale-encoding (if it's not utf-8) before trying ISO-8859-1.

Revision 583 - Directory Listing
Modified Wed Jun 23 04:54:24 2004 UTC (6 years, 2 months ago) by zed
plugin20.html: Note that hooks are auto-removed. Mention MacOSX compile line.
proto-irc.c: Show /LIST output in server-tab only.
README: Update GTK version.

Revision 582 - Directory Listing
Modified Sat Jun 19 06:23:08 2004 UTC (6 years, 2 months ago) by zed
dcc.c: Initialize starttime for sends.
server.c: Make the outgoing throttle handle clock-skew.
util.c: Add CPU MHZ detection for MacOSX (Steve Green).
gtkutil.c: Use correct encoding for .xchat2 folder in Load-Plugin dialog.
New Serbian po.

Revision 581 - Directory Listing
Modified Sat Jun 19 04:22:30 2004 UTC (6 years, 2 months ago) by zed
dcc.c: Fix CPS calculation on Win32 once and for all.
proto-irc.c/xchat.h/inbound.c: Use USERHOST for "Get my ip from server" instead of WHO, so it works on networks with a masked hostname (based on some code by city_hunter).
maingui.c/xtext.c/h: Update marker-line behaviour (Thomas Kockerbauer).

Revision 580 - Directory Listing
Modified Sat Jun 19 03:48:04 2004 UTC (6 years, 2 months ago) by lsitu
Removed unused code.

Revision 579 - Directory Listing
Modified Sat Jun 19 03:15:36 2004 UTC (6 years, 2 months ago) by lsitu
Fix leak in server_cb, command_cb and print_cb

Revision 578 - Directory Listing
Modified Wed Jun 16 13:35:05 2004 UTC (6 years, 2 months ago) by zed
inbound.c: Make SearchNick() utf-8 friendly (Andrew Zabolotny).
fkeys.c: Various tab completion fixes (Ian Kumlien).
notifygui.c: Increase default window size (Vaidrius Petrauskas).

Revision 577 - Directory Listing
Modified Mon Jun 14 15:27:09 2004 UTC (6 years, 2 months ago) by zed
ru.po: New Russian po.
fe-gtk.c/fkeys.c: Changes to tab completion as per mailing list (Ian Kumlien).
maingui.c/menu.c/xtext.c/h: Added marker-line feature RFE: [733858] (Thomas Kockerbauer).
tabs.c: Tab button selection fix (Guillaume Knispel).

Revision 576 - Directory Listing
Modified Fri Jun 11 13:54:51 2004 UTC (6 years, 2 months ago) by zed
cfgfiles.c: Add gui_win_state and default completion_amount to 5.
maingui.c: Record and restore window (maximized) state.
servlistgui.c: Switch to GTK 2.4 GtkComboBox. Added KOI8-R to encoding list, as I'm told it's still popular. Added "Sort" button (David Oftedal and Tim-Philipp Mueller). Fix crash bug [968652].

Revision 575 - Directory Listing
Modified Fri Jun 11 06:25:20 2004 UTC (6 years, 2 months ago) by zed
fkeys.c/userlist.c: All new tab-completer (Ian Kumlien).
plugin20.html: Show how to compile with mingw.
userlistgui.c: Handle escaped URIs for DND to userlist.

Revision 574 - Directory Listing
Modified Thu Jun 10 07:25:01 2004 UTC (6 years, 2 months ago) by zed
servlist.c: Add AccessIRC as per request.
util.c: Fixed failed compile on system other than win32/linux/freebsd [969643] (Samuel Mimram).
fe-gtk.c: Fixed compilation on older GTK (2.0.x).
gtkutil.c/h/plugingui.c: Add ~/.xchat2 to shortcuts section in load-script file-dialog.
xtext.c: Further BiDi fixes in xtext (Ilya Konstantinov).

Revision 573 - Directory Listing
Modified Fri Jun 4 09:18:46 2004 UTC (6 years, 3 months ago) by zed
configure.in: Really bump the version.

Revision 572 - Directory Listing
Modified Fri Jun 4 09:15:21 2004 UTC (6 years, 3 months ago) by zed
outbound.c: Move the check for SERVCHAN up.
=== Bump to 2.0.9 ===

Revision 571 - Directory Listing
Modified Mon May 31 17:39:41 2004 UTC (6 years, 3 months ago) by lsitu
Fixed memory leaks in timer_cb and unhook

Revision 570 - Directory Listing
Modified Mon May 31 16:35:31 2004 UTC (6 years, 3 months ago) by lsitu
Fixed memory leaks in timer_cb and unhook

Revision 569 - Directory Listing
Modified Sun May 30 07:44:37 2004 UTC (6 years, 3 months ago) by zed
New translations: fi, sk, nl, bg.
python.c/perl.c: Use filesystem encoding for opendir().
dcc.c: Use correct encoding when sending with wildcard match.
servlist.c: Update Aitvaras.
util.c: Fix CPU detection for FreeBSD/sparc [962211] (Koop Mast).

Revision 568 - Directory Listing
Modified Wed May 26 17:37:50 2004 UTC (6 years, 3 months ago) by lsitu
allow passing a list of commands to Xchat::command using a array reference

Revision 567 - Directory Listing
Modified Wed May 26 17:26:16 2004 UTC (6 years, 3 months ago) by lsitu
made Xchat::get_list context sensitive

Revision 566 - Directory Listing
Modified Mon May 24 13:47:58 2004 UTC (6 years, 3 months ago) by zed
New translations: Slovak and Lithuanian.
dcc: Use SO_REUSEADDR when a port range is set, so we don't run out of ports.
identd: Use per-network username setting instead of just the global one.
network: Last arg of setsockopt should be socklen_t, not int.
server: Free and empty out serv->networkname upon disconnect.

Revision 565 - Directory Listing
Modified Sun May 23 11:11:26 2004 UTC (6 years, 3 months ago) by zed
maingui/text: Check for ^,%,* infront of channels too (for URL highlights) (Eduardo Bacchi Kienetz).

Revision 564 - Directory Listing
Modified Sun May 23 06:46:34 2004 UTC (6 years, 3 months ago) by zed
plugin20.html: Add -fPIC to suggested compile args.
cfgfiles.c/fkeys.c: Turn off %C,%B,%U etc parsing by default and enable ctrl-k, ctrl-b,ctrl-u keybindings (David Oftedal).
plugin.c: Fix "flags" field for channels list, which didn't work at all [958599].
maingui.c: "Insert color code" menu should insert a real \003 now.
xtext.c: Fix for BiDi by spliting left/right runs (Ilya Konstantinov).

Revision 563 - Directory Listing
Modified Sat May 22 10:31:46 2004 UTC (6 years, 3 months ago) by zed
autogen.sh: Install mkinstalldirs manually for gettext, since automake 1.8 no longer does.
configure.in: Update ALL_LINGUAS.
plugin.c: Add new API function xchat_send_modes().
xchat-plugin.h: Add xchat_send_modes() prototype.
plugin20.html: Document xchat_send_modes().

Revision 562 - Directory Listing
Modified Fri May 21 23:54:40 2004 UTC (6 years, 3 months ago) by lsitu
Added function and constant exporting.

Revision 561 - Directory Listing
Modified Fri May 21 00:28:12 2004 UTC (6 years, 3 months ago) by lsitu
added /reloadall command

Revision 560 - Directory Listing
Modified Thu May 20 23:41:54 2004 UTC (6 years, 3 months ago) by lsitu
removed some old code that is no longer needed

Revision 559 - Directory Listing
Modified Wed May 19 13:34:54 2004 UTC (6 years, 3 months ago) by zed
server: Explain most common SSL connection error.
gtkutil: Add support for GTK 2.4 file chooser.
menu: Fix menu keybindings not working when menu-bar is hidden on GTK 2.4.

Revision 558 - Directory Listing
Modified Tue May 18 09:46:51 2004 UTC (6 years, 3 months ago) by zed
cfgfiles: Don't exit when username conversion fails, use hardcoded default.
fe-gtk.c: Log domain should be "GLib", not "Glib" (win32).
tabs.c: Fix append function for tab sorting.

Revision 557 - Directory Listing
Modified Wed May 12 14:56:32 2004 UTC (6 years, 3 months ago) by lsitu
Modified IRC::user_list to accept variable number of arguments again.

Revision 556 - Directory Listing
Modified Wed May 12 05:39:27 2004 UTC (6 years, 3 months ago) by zed
plugin20.html: Fix html errors.
xchat.h/cfgfiles.c: Add tab_sort setting.
maingui.c: Make "Dialog with" translatable. Add hSP's tooltip patch.
tabs.c: Patch for fast tab clicking [950353]. Implement more of tab sorting.
fe-text.c: Make fe-text compile again.

Revision 555 - Directory Listing
Modified Sat May 8 10:02:48 2004 UTC (6 years, 3 months ago) by zed
plugin20.html: Document new fields. Add xchatdirfs and win_status for xchat_get_info().
version-script: Add xchat_gettext.
cfgfiles: Added fallback for username/realname conversion (try locale first, then UTF-8, then give up).
plugin.c: Added "xchatdirfs" for xchat_get_info API.

Revision 554 - Directory Listing
Modified Tue May 4 04:40:04 2004 UTC (6 years, 4 months ago) by zed
faq: Add q18.
INSTALL.w32: Mention dropline gtk.
cfgfiles: Popup a window on g_locale_to_utf8() failure instead of stderr.
plugin: Add missing dlerror() call for *BSD. Add "win_status" xchat_getinfo field. Added "chantypes", "nickprefixes", "nickmodes" and "maxmodes" fields for channel list.
servlist: Add irc.majistic.net as per request.
fe-gtk: make /gui show present (bring to front) the window too. Implement fe_gui_info to find window status.

Revision 553 - Directory Listing
Modified Sun May 2 05:35:22 2004 UTC (6 years, 4 months ago) by zed
cfgfiles: Exit if g_locale_to_utf8 fails. This can happen if CHARSET envvar is set wrong.
dcc: Don't try random port if there's a range set, instead print an error and give up [889987] (mib).
inbound: Fix: XChat sometimes messes up the tab order on reconnect (Gabor Szeder) [941773].
outbound: Fix: spurious nick completion (mib) [916944].
servlist: Some serverlist updates as requested.
xchat: Swap Ping & Clear buttons in dialog for safety.

Revision 552 - Directory Listing
Modified Sat Apr 24 12:20:51 2004 UTC (6 years, 4 months ago) by zed
dcc: Accept hostnames for "Dcc ip address" setting too (Flavio Chierichetti).
proto-irc/inbound: Don't chop off the year in topicgate (Ian Kumlien).
oubound: Skip blank lines in handle_user_input().
plugin.c/.h/xchat-plugin.h: Add xchat_gettext() function for win32 (probably not useful on unix).
servlistgui: Make password entry field invisible (*****).
New German po.

Revision 551 - Directory Listing
Modified Wed Apr 21 03:05:51 2004 UTC (6 years, 4 months ago) by zed
Undo freeing of scp->gui_entry... bad bad bad.
Remove dp_misc.pl from Makefile.am.

Revision 550 - Directory Listing
Modified Mon Apr 19 18:03:35 2004 UTC (6 years, 4 months ago) by lsitu
The wrappers provided by this file is no longer needed.  Xchat::get_list
can be used as a replacement for functionality provided in this script.

Revision 549 - Directory Listing
Modified Mon Apr 19 17:55:39 2004 UTC (6 years, 4 months ago) by lsitu
added the missing calls to free in perl_end for scp->desc and scp->gui_entry

Revision 548 - Directory Listing
Modified Mon Apr 19 17:06:00 2004 UTC (6 years, 4 months ago) by lsitu
Fixed Xchat::get_list return value for address32 in the dcc list to return
an unsigned integer

Revision 547 - Directory Listing
Modified Thu Apr 15 14:16:50 2004 UTC (6 years, 4 months ago) by lsitu
fixed Xchat::emit_print for the three argument case

Revision 546 - Directory Listing
Modified Sat Apr 10 06:32:46 2004 UTC (6 years, 4 months ago) by zed
server.c: Another attempt to fix win32 pipe/double-free stuff.
New Russian translation.

Revision 545 - Directory Listing
Modified Wed Apr 7 06:03:55 2004 UTC (6 years, 4 months ago) by zed
plugin(gui): Add support for HPUX's .sl shared libs.
server: Final fix (?) for win32 double-free() during connect bug.
New Ukrainian translation.

Revision 544 - Directory Listing
Modified Tue Apr 6 10:50:18 2004 UTC (6 years, 4 months ago) by zed
New translations: Czech, Walloon, Basque.

Revision 543 - Directory Listing
Modified Mon Apr 5 06:14:11 2004 UTC (6 years, 4 months ago) by zed
server: Fix socks5 buffer overflow. Use unix-level file i/o in the
child process/thread in an attempt to fix double-free() bug on win32.
about: Use "Close" button like other gnome apps do.

Revision 542 - Directory Listing
Modified Mon Mar 29 06:46:35 2004 UTC (6 years, 5 months ago) by zed
outbound: Make URLs like irc://freenode work (where only the network name is given) on the command line.
servlist(gui): Default encoding to UTF-8 for win32.
setup: GtkEntry max length was too long - fixed.

Revision 541 - Directory Listing
Modified Thu Mar 25 16:33:23 2004 UTC (6 years, 5 months ago) by lsitu
reworded Xchat::unhook documentation to be clearer

Revision 540 - Directory Listing
Modified Thu Mar 25 16:29:17 2004 UTC (6 years, 5 months ago) by lsitu
fixed Xchat::unhook for the case where the same $hook is unhooked multiple
times

Revision 539 - Directory Listing
Modified Tue Mar 23 15:54:58 2004 UTC (6 years, 5 months ago) by lsitu
added information about leaving off the leading / for Xchat::command

Revision 538 - Directory Listing
Modified Sun Mar 21 04:29:48 2004 UTC (6 years, 5 months ago) by zed
text: Convert timestamp format string to LOCALE before strftime().
xtext: force mb=TRUE when printing timestamps.
=== 2.0.8 release point here ===

Revision 537 - Directory Listing
Modified Sat Mar 20 08:51:32 2004 UTC (6 years, 5 months ago) by zed
outbound: Accept "-e" and "+port" for /server to indicate SSL.
server: SSLTMOUT to 90 (Felix Bunemann).
servlist: Accept "+port" for server list GUI too.
fkeys.h: Remove dead prototype.
New Translations: Spanish, Swedish, Russian.
=== Bump to 2.0.8 ===

Revision 536 - Directory Listing
Modified Wed Mar 17 06:20:34 2004 UTC (6 years, 5 months ago) by lsitu
fixed typo

Revision 535 - Directory Listing
Modified Tue Mar 16 02:31:58 2004 UTC (6 years, 5 months ago) by zed
dcc: Set dcc->resumable to st.st_size, not 1 (fixes DCC resume).
inbound/proto-irc: Add PTNet "get my ip from server" workaround.
servlist: Add EU-IRC and Recycled-IRC as per request.
fkeys: Get rid of "after" key_press_event; Alt+numbers do not work with X Input Method [896968] (Marius Gedminas).
maingui: Check if sess->topic is NULL and don't sprintf it.
menu: Add "Copy selected URL" item to URL menu (Mike Battersby).

Revision 534 - Directory Listing
Modified Sun Mar 14 21:34:49 2004 UTC (6 years, 5 months ago) by lsitu
added xchat2-perl.html to Makefile.am

Revision 533 - Directory Listing
Modified Thu Mar 4 10:46:07 2004 UTC (6 years, 6 months ago) by zed
xchat-plugin.h: Add xchat_list_time for w32.
New Macedonian translation.

Revision 532 - Directory Listing
Modified Wed Mar 3 09:24:39 2004 UTC (6 years, 6 months ago) by zed
xchat.c: Change MozillaFirebird to firefox.
menu.c: Update URL for xchat docs.
xtext.c/h: Make gtk_xtext_get_type public (David.Trowbridge).

Revision 531 - Directory Listing
Modified Sat Feb 28 19:34:39 2004 UTC (6 years, 6 months ago) by lsitu
Fixed loading error to print the file name instead of the whole file.
Warnings changed to added a little more information.

Revision 530 - Directory Listing
Modified Tue Feb 24 06:23:43 2004 UTC (6 years, 6 months ago) by zed
Possible fix to CPS display on Windows.

Revision 529 - Directory Listing
Modified Fri Feb 6 06:43:36 2004 UTC (6 years, 6 months ago) by lsitu
fixed a bug with Xchat::find_context's handling of undef variables

Revision 528 - Directory Listing
Modified Wed Feb 4 06:37:32 2004 UTC (6 years, 6 months ago) by lsitu
removed a few tags that made the rendered page unpleasant looking

Revision 527 - Directory Listing
Modified Mon Feb 2 18:46:46 2004 UTC (6 years, 7 months ago) by lsitu
added a short introduction for the documentation

Revision 526 - Directory Listing
Modified Mon Feb 2 17:36:03 2004 UTC (6 years, 7 months ago) by lsitu
updated docs to pass validation

Revision 525 - Directory Listing
Modified Sun Feb 1 09:58:27 2004 UTC (6 years, 7 months ago) by zed
configure.in: Add mk to ALL_LINGUAS (Macedonian).
New Russian and Macedonian po.
plugin.c: Add "users" field for channels list.
servlist.c: Update StarChat listing.
setup.c: Don't put browse button on directory settings for unix.
Added #ifdef/#endif header gaurds to src/common/*.h (David Trowbridge).

Revision 524 - Directory Listing
Modified Fri Jan 30 23:24:00 2004 UTC (6 years, 7 months ago) by lsitu
moved load() from main:: to Embed::

Revision 523 - Directory Listing
Modified Fri Jan 30 22:44:19 2004 UTC (6 years, 7 months ago) by lsitu
added Xchat::user_info

Revision 522 - Directory Listing
Modified Fri Jan 30 20:28:05 2004 UTC (6 years, 7 months ago) by lsitu
Fixed Xchat::get_prefs to return undef if the requested setting doesn't exist

Revision 521 - Directory Listing
Modified Fri Jan 30 09:28:35 2004 UTC (6 years, 7 months ago) by zed
cfgfiles.c: Remove spaces from username.
dcc.c: Add interactive accept stuff from xchat-aqua (Steve Green).
about.c: bump to 2004.
fkeys.c: More hardcoded "/" replaced with prefs.cmdchar.
setup.c: Put tab colors in a frame to make it clearer.

Revision 520 - Directory Listing
Modified Thu Jan 29 16:41:28 2004 UTC (6 years, 7 months ago) by lsitu
Checked in documentation for new interface

Revision 519 - Directory Listing
Modified Thu Jan 29 04:34:48 2004 UTC (6 years, 7 months ago) by zed
Add ru.po and wa.po.
configure.in: Add ru.po to ALL_LINGUAS.
autogen.sh: Add /opt/local /opt/local/share to gettext search path for MacOSX.
cfgfiles.c: Convert user/realname to UTF-8.
plugin.c: Print error on autoload failure (Robert White).

Revision 518 - Directory Listing
Modified Tue Jan 20 20:30:16 2004 UTC (6 years, 7 months ago) by lsitu
merged load_n_eval() and load_file() into load(), fixed a bug with register()

Revision 517 - Directory Listing
Modified Mon Jan 19 21:46:27 2004 UTC (6 years, 7 months ago) by lsitu
renamed list_get to get_list and implemented retrieving notify list

Revision 516 - Directory Listing
Modified Sun Jan 18 11:06:01 2004 UTC (6 years, 7 months ago) by zed
cfgfiles.c: Don't write default conf if NULL.
outbound.c: No help text should be NULL, not "". This'll avoid printing po-file header on /help list.
server.c: Accept expired cert if 'accept invalid cert' is on and fix Cipher spelling (Felix Bunemann).
servlist.c: Fix Afternet listing as per request.
xchat.c: Add "tabmenu.conf" loading.
maingui.c: Make custom tabmenu work.
menu.c/h: Make menu_create() public.

Revision 515 - Directory Listing
Modified Wed Jan 14 16:08:20 2004 UTC (6 years, 7 months ago) by zed
Brand new Perl plugin! (Lian Situ).

Revision 514 - Directory Listing
Modified Wed Jan 14 12:03:58 2004 UTC (6 years, 7 months ago) by zed
notify: Make notify_find_server_entry public. Fix servnot leak.
Plugin API: Change all char* to const where appropriate.
Add channels fields: flags, id. Call notify_find_server_entry() so notify list isn't empty for not-connected servers.
xchat.c/h: Add unique ID field.
inbound.c/fe-gtk.c: Add /GUI ICONIFY. Don't allow changing color of currently focused tab.
plugin20.html: Document "const"s and new fields.

Revision 513 - Directory Listing
Modified Wed Jan 14 05:51:09 2004 UTC (6 years, 7 months ago) by zed
New translations: Spanish, Serbian.
plugin20.html: Document "notify" list.
plugin.c: Add xchat_list_time() and "notify" list.
util.c: Better errorstring for win32. 1) strings for OS errors (open, read etc) via strerror(). 2) strings for less common winsock errors via FormatMessage (2000/xp only).

Revision 512 - Directory Listing
Modified Sun Jan 11 10:17:17 2004 UTC (6 years, 7 months ago) by zed
Document /GUI.

Revision 511 - Directory Listing
Modified Sun Jan 11 10:16:19 2004 UTC (6 years, 7 months ago) by zed
New Spanish translation.
fkeys.c: Use prefs.cmdchar[0] instead of hardcoded "/". [873541]
plugins20.html: Document /GUI.

Revision 510 - Directory Listing
Modified Wed Jan 7 06:42:17 2004 UTC (6 years, 7 months ago) by zed
xchat.c: Add epiphany browser.
fe-gtk.c: chdir to the path of the exe for win32.
menu.c: Look for "gnome-open" first, to open URLs.
setup.c: Add browse buttons for directory settings (windows only).

Revision 509 - Directory Listing
Modified Tue Jan 6 07:02:10 2004 UTC (6 years, 7 months ago) by zed
New translations.
outbound.c: Added new args for /GUI.
fe-gtk.c: Remove flash_window from here. Handle new fe_ctrl_gui actions.
maingui.c: Move flash_window here. New function fe_set_tab_color().
plugin20.html: Document /GUI.

Revision 508 - Directory Listing
Modified Thu Jan 1 13:30:25 2004 UTC (6 years, 8 months ago) by zed
Checked in rehashed po files.
text.c: #include <glib/ghash.h>
fe-gtk.c: No warnings tab if XCHAT_WARNING_IGNORE env-var is on.
servlistgui.c: Use ISO-8859-15 instead.
=== Bump to 2.0.7 ===

Revision 507 - Directory Listing
Modified Mon Dec 29 11:41:49 2003 UTC (6 years, 8 months ago) by zed
dcc.c: Report errno string when file open() for writing fails.
outbound/text/textgui: Remove pointer casts to (long).
servlist.c: Update Aitvaras network.
text.c: Add feature to auto update old text events.
textevents.in: Add $2 arg for "DCC RECV File Open Error".

Revision 506 - Directory Listing
Modified Fri Dec 26 08:54:22 2003 UTC (6 years, 8 months ago) by zed
See previous log.

Revision 505 - Directory Listing
Modified Fri Dec 26 08:52:38 2003 UTC (6 years, 8 months ago) by zed
configure.in: Check for sensible sigaction() and siginfo_t.
inbound.c: Fix possible emission of XP_TE_DPRIVMSG into a foreign dialog (as discussed with Steve Green).
servlist.c: Remove dead server.
xchat.c: Use the USE_SIGACTION define, and fallback to signal() (e.g. libc5).
fkeys.c: Workaround multibyte nick completion bug [838403] (Changwoo Ryu).
notifygui.c: Fix LastSeen column (notify list) when the user is offline [864185].

Revision 504 - Directory Listing
Modified Mon Dec 22 15:47:07 2003 UTC (6 years, 8 months ago) by mooooooo
added stdarg.h

Revision 503 - Directory Listing
Modified Sun Dec 21 09:57:31 2003 UTC (6 years, 8 months ago) by zed
makeinc.msc: Add winmm.lib for PlaySound().
proto-irc.c: time_t and long arn't always the same size - fix.
textgui.c: set te[idx].sound to NULL when soundfile is emptied via GUI.
xtext.c: set xtext->selection_buffer before gtk_xtext_selection_get_text() so it doesn't fail the first time.

Revision 502 - Directory Listing
Modified Wed Dec 17 01:43:55 2003 UTC (6 years, 8 months ago) by zed
text.c: Add native win32 sound playing via PlaySound().

Revision 501 - Directory Listing
Modified Mon Dec 15 14:24:00 2003 UTC (6 years, 8 months ago) by zed
dcc.c: Make fastsend work with psend.
perl.c: Undo the "trying to eval" printing, it's too long.
util.c: Fix MHz/GHz printing on win32.

Revision 500 - Directory Listing
Modified Sun Dec 14 14:31:29 2003 UTC (6 years, 8 months ago) by zed
server.c: Undo pipe close() changes, they don't work on win32.

Revision 499 - Directory Listing
Modified Sun Dec 14 10:23:39 2003 UTC (6 years, 8 months ago) by zed
dcc.c: Fix printing error message when a dcc finished successfully while using fastsend=0.
modes.c: When there's no prefix, return 0 so $3 in print events is more consistant.
util.c: print cpu speed in GHz (DaMouse).
perl.c: Print more informative loading errors (Andy).

Revision 498 - Directory Listing
Modified Sat Dec 13 10:56:26 2003 UTC (6 years, 8 months ago) by zed
Makefile.am: Add extra dependancy for plugin.c.
dcc.c: Fix psend invalid ID number bug.
server.c: Close pipe handles earlier.
xchat.c: Run WSACleanup in main() to avoid potential double execution.
setup.c: Make titles big and bold.

Revision 497 - Directory Listing
Modified Wed Dec 3 15:46:31 2003 UTC (6 years, 9 months ago) by zed
Do better bounds checking in xchat.conf.
New Finnish po.

Revision 496 - Directory Listing
Modified Fri Nov 28 03:27:54 2003 UTC (6 years, 9 months ago) by zed
dcc.c: Report correct errno when write() fails.
xchat.c: Don't run /bin/sh in the popups.
plugin.c: Add "away" field for "users" list.
Check in rehashed po files.
=== Bump to 2.0.6 ===

Revision 495 - Directory Listing
Modified Thu Nov 27 04:40:00 2003 UTC (6 years, 9 months ago) by zed
configure.in: Add sr to ALL_LINGUAS. Comment out gnome.
dcc.c: don't set the resume_error 3, it's incorrect.
mmx_cmod: Don't use the .note.GNU-stack stuff on win32.
setup: Fix value of "xchat-color" userdata for windows.
New Lithuanian Translation.

Revision 494 - Directory Listing
Modified Mon Nov 24 12:46:27 2003 UTC (6 years, 9 months ago) by zed
cfgfiles: fix non-compile on win32.
dcc: remove c++ style variable declarations.

Revision 493 - Directory Listing
Modified Mon Nov 24 09:15:15 2003 UTC (6 years, 9 months ago) by zed
faq: Mention HTTP auth is in 2.0.6.
perl: Add note about /unloadall (common question!).
New functions get_xdir_fs and get_xdir_utf8. Use them throughout the
source tree. This should fix problems of non-ascii in homedir name.

Revision 492 - Directory Listing
Modified Sun Nov 23 17:48:43 2003 UTC (6 years, 9 months ago) by mooooooo
long int overflow fix

Revision 491 - Directory Listing
Modified Sun Nov 23 14:08:51 2003 UTC (6 years, 9 months ago) by zed
Move transparency-fail-message to maingui.c so it can be translated.

Revision 490 - Directory Listing
Modified Sun Nov 23 08:35:38 2003 UTC (6 years, 9 months ago) by zed
servlist.c: Remove dead and small networks.
menu.c: dont check path for commands that don't start with "!".
xchat.c: roll "-x" into XTERM macro.

Revision 489 - Directory Listing
Modified Wed Nov 19 06:08:15 2003 UTC (6 years, 9 months ago) by zed
proto-irc: Revert change to 311/314 parsing, acording to RFC, it was right the  first time.
fe-gtk/setup.c: Fix bug [844919] (Mike Battersby).
menu.c: Excluding items in the URLHandlers menu that arn't in PATH and delete empty submenus thereafter.
xchat.c: Add MozillaFirebird in default urlhandlers menu. Run gnome-terminal -x, not -e.

Revision 488 - Directory Listing
Modified Tue Nov 18 08:58:10 2003 UTC (6 years, 9 months ago) by zed
dcc.c: Check active dcc send support (/dcc psend) by Daniel Dubois and Emmanuel Jeandel.
ignore.c: Mark strings translatable.
xchat.c: Use wii on popup by default.
fe-gtk.c: Mark "bytes" translatable.

Revision 487 - Directory Listing
Modified Mon Nov 17 07:10:00 2003 UTC (6 years, 9 months ago) by zed
inbound.c: beep on highlighted channel actions too (Christopher A. Aillon).
mmx_cmod.S: insert stack gaurd stuff from fedora.
setup.c: Hide password.

Revision 486 - Directory Listing
Modified Sat Nov 15 15:21:14 2003 UTC (6 years, 9 months ago) by zed
cfgfiles.c, server.c , setup.c: Add HTTP proxy authentication support.
servlist.c: Add new servers per request.
dcc.: mkdir the prefs.dccdir to fix [756048].
textevents: Add %O to ChanAction event to fix nickcoloring.
tabs.c: Work-around bug [811971].
New German translation.

Revision 485 - Directory Listing
Modified Sun Nov 9 11:02:21 2003 UTC (6 years, 9 months ago) by zed
README: fix URL for bugs tracker.
outbound.c, dcc.c, dcc.h, dccgui.c, userlistgui.c: Get rid of unused 'tbuf' arg to dcc_send.
servlist.c: Add irc.deepirc.net per request. Mark "Cycling to nex.." translatable.
text.c: Daniel Drake's simple fix for part of [786267].
maingui.c: Fix [783172] userlist background styling (untested).

Revision 484 - Directory Listing
Modified Thu Nov 6 11:29:55 2003 UTC (6 years, 9 months ago) by zed
text: Win32: Don't try to open logfiles with a "\" in them, windows wont
   allow it.
about.c: Mark "A multiplatform IRC Client" as translatable.
servlistgui: remove GTK_DISABLE_DEPRECATED to (possibly) allow compiling on GTK 2.3.x.

Revision 483 - Directory Listing
Modified Thu Nov 6 00:39:28 2003 UTC (6 years, 9 months ago) by mooooooo
fixed 'unknown'; fixed and enhanced 'timer'

Revision 482 - Directory Listing
Modified Sun Nov 2 06:30:02 2003 UTC (6 years, 10 months ago) by zed
Use sigaction instead of signal for better compatiblity.

Revision 481 - Directory Listing
Modified Mon Oct 27 11:05:30 2003 UTC (6 years, 10 months ago) by niemeyer
Fixed grammar errors and incremented plugin version, as
suggested by Peter.

Revision 480 - Directory Listing
Modified Mon Oct 27 08:32:54 2003 UTC (6 years, 10 months ago) by zed
 - Fixed request of a MODE on a channel you're not in changing the
   current titlebar [820998].
 - Default Whois dialog button to WII (SilvereX).
 - Restored compatibility with older Perl that lacks call_pv().

Revision 479 - Directory Listing
Modified Sun Oct 19 00:38:00 2003 UTC (6 years, 10 months ago) by mooooooo
added prefs command

Revision 478 - Directory Listing
Modified Sat Oct 18 20:57:10 2003 UTC (6 years, 10 months ago) by niemeyer
Fixed usage of invalid memory in get_prefs(), as detected by Peter.

Revision 477 - Directory Listing
Modified Sat Oct 18 06:53:12 2003 UTC (6 years, 10 months ago) by zed
python: checkin Gustavo Niemeyer's version (described in ChangeLog).
New sl.po Slovenian.
outbound: Fixed skipping of "" in word[] to solve resume with mirc >= 6.1.

Revision 476 - Directory Listing
Modified Tue Oct 14 05:54:08 2003 UTC (6 years, 10 months ago) by zed
python: python-argv.diff, python-locking.diff, python-unload-hook-fix2.diff.
proto-irc: check for ":" in word[8] for numeric 311, it might not be there.
setup: apply tint changes instantly.

Revision 475 - Directory Listing
Modified Tue Oct 7 05:06:53 2003 UTC (6 years, 10 months ago) by zed
Fix 64-bit issues where &int was given instead of &gsize. Fixes crash on
AMD64 (and possibly Sparc?).

Revision 474 - Directory Listing
Modified Sat Oct 4 10:14:36 2003 UTC (6 years, 11 months ago) by zed
configure.in: python amd64 suse configure.in patch (Mads Martin Joergensen).
history: add Ricky's patch so the current text isn't lost on history_up.
dccgui: add missing IG_DCC flag for new entries.
plugin: print plugin name on "xxx called without a valid context" messages.
textevents: add needed 5 spaces to ignore footer text event.
faq: remove "faq.html" from the links.
xtext: FALSE on gdk_colormap_alloc_color sharable arg.

Revision 473 - Directory Listing
Modified Sun Sep 21 19:40:41 2003 UTC (6 years, 11 months ago) by mooooooo
make sure int doesnt overflow

Revision 472 - Directory Listing
Modified Sun Sep 21 12:17:30 2003 UTC (6 years, 11 months ago) by zed
cfgfiles/servlist: Fix default serverlist selection.
Bump to 2.0.5.

Revision 471 - Directory Listing
Modified Sun Sep 21 10:40:41 2003 UTC (6 years, 11 months ago) by zed
text: Revert unused args in print events to "" for consistancy with server events.

Revision 470 - Directory Listing
Modified Sun Sep 21 10:31:30 2003 UTC (6 years, 11 months ago) by zed
text/plugin: Make unused args for print events NULL (previously only 4-31 were null, while 0-3 pointed to "").
perl: new function IRC::command_with_channnel (Alexander Werth)
configure.in: Don't link plugins and fe-text with Xlib and Xft.

Revision 469 - Directory Listing
Modified Sat Sep 20 07:57:10 2003 UTC (6 years, 11 months ago) by zed
servlist: fix irc6.ktu.lt port.
xtext: save 1 blit on win32 by keeping the GdkImage around instead.
xtext: Destroy XImage straight away when using Shm too.
New translations: zh_CN, lt.

Revision 468 - Directory Listing
Modified Wed Sep 17 09:28:26 2003 UTC (6 years, 11 months ago) by zed
xtext: use mit-shm for tinting image.
configure.in: check for it.

Revision 467 - Directory Listing
Modified Mon Sep 15 16:53:55 2003 UTC (6 years, 11 months ago) by zed
palette: revert that last shit, use writeable arg of FALSE for gdk_colormap_alloc_color instead.
servlist: be more careful when loading corrupt servlist_.conf.
xtext: tint towards background color.
New translations: ca, sk.

Revision 466 - Directory Listing
Modified Mon Sep 15 03:30:24 2003 UTC (6 years, 11 months ago) by zed
New translations: fi, nl, sv.
xtext: gtk_xtext_find_color, new function. Use it to fix PseudoColor allocation in xtext too.
palette: use gtk_xtext_find_color.

Revision 465 - Directory Listing
Modified Sun Sep 14 12:38:48 2003 UTC (6 years, 11 months ago) by zed
Fix problem on 8bit PseudoColor visuals by falling back to nearest color in cmap upon allocation failure.

Revision 464 - Directory Listing
Modified Sun Sep 14 09:59:37 2003 UTC (6 years, 11 months ago) by zed
ctcp: restore 2.0.4 behaviour in DCCs (let ctcp replies override them), while
keeping new ignore behaviour.

Revision 463 - Directory Listing
Modified Sun Sep 14 07:53:09 2003 UTC (6 years, 11 months ago) by zed
palette: allocate in forward order first, to get the important colors done.
Fallback foreground (if fail) to 0xffff.
xchat: If 'no serverlist on startup' is off, and we have a connect_url,
open a IRC window.

Revision 462 - Directory Listing
Modified Thu Sep 11 05:28:31 2003 UTC (6 years, 11 months ago) by zed
plugin.c: "type" field for "channels" list should be type "i", not "s"!
plugin20.html: Document "network" field for "Channels" list.
New Slovak translation.

Revision 461 - Directory Listing
Modified Wed Sep 10 10:56:55 2003 UTC (6 years, 11 months ago) by zed
dcc: accept dcc send from ports below 1024 *sigh*.
text: put back the 2.0.3 routine to check IP numbers.
fe-gtk: #define WINVER 0x0501, vc6 apparently needs this for FLASHINFO.

Revision 460 - Directory Listing
Modified Sun Sep 7 07:54:52 2003 UTC (6 years, 11 months ago) by zed
Possibly make mmx_cmod.S compile on x86/Solaris with Sun's own compiler
[788127].

Revision 459 - Directory Listing
Modified Sun Sep 7 06:05:10 2003 UTC (6 years, 11 months ago) by zed
Fix missing size field in dcc send window.

Revision 458 - Directory Listing
Modified Sat Sep 6 06:38:49 2003 UTC (6 years, 11 months ago) by zed
Create inital nickgad with sess->server->nick instead of prefs.nick1. Fixes bug [798655].

Revision 457 - Directory Listing
Modified Fri Sep 5 11:39:47 2003 UTC (6 years, 11 months ago) by zed
text: alert user when logfile cant be opened (JayC).
ignore: add new "DCC" category (+ textevent, ignoregui changes to match).

Revision 456 - Directory Listing
Modified Sun Aug 31 13:59:59 2003 UTC (7 years ago) by zed
Allowing MMX tinting on win32. Merge in flashtask2.diff.

Revision 455 - Directory Listing
Modified Sat Aug 30 05:10:32 2003 UTC (7 years ago) by zed
maingui: hopefully record window position correctly now.
xtext: remove gdk-pixbuf tinting in favour of direct XImage manipulation. This is much faster when there's no mmx.

Revision 454 - Directory Listing
Modified Tue Aug 26 04:11:35 2003 UTC (7 years ago) by zed
text: Remove extra space in "Left Message ".
notify: Use /wii for notify_whois feature.
Updated lt.po (SilvereX).

Revision 453 - Directory Listing
Modified Sun Aug 24 09:05:39 2003 UTC (7 years ago) by zed
inbound_topic(): print topics of channels you arn't in too.
inbound_topictime(): check if find_channel returns NULL.

Revision 452 - Directory Listing
Modified Sat Aug 23 15:08:41 2003 UTC (7 years ago) by zed
Fix pixel_offset rounding-error calculation that could cause minor
corruption while scrolling.

Revision 451 - Directory Listing
Modified Fri Aug 22 15:29:28 2003 UTC (7 years ago) by zed
Fixed bad return value from gtk_xtext_is_empty().

Revision 450 - Directory Listing
Modified Tue Aug 19 13:30:06 2003 UTC (7 years ago) by zed
gtk_xtext_is_empty should take a xtext_buffer arg, not GtkXText. This might fix lastlog bugs.

Revision 449 - Directory Listing
Modified Tue Aug 19 09:59:07 2003 UTC (7 years ago) by zed
[PATCH] Missing tab scrolling buttons [Bug 783681] (Lloyd Williams).

Revision 448 - Directory Listing
Modified Mon Aug 18 13:25:16 2003 UTC (7 years ago) by zed
Major overhaul to the dcc recv/send/chat windows. Should now be more display efficient. Requires lots of testing, there will be bugs.

Revision 447 - Directory Listing
Modified Sun Aug 17 08:26:01 2003 UTC (7 years ago) by zed
perl: fix code before declarations.
plugingui: turn on rules_hint for plugin list.

Revision 446 - Directory Listing
Modified Sun Aug 17 06:11:40 2003 UTC (7 years ago) by zed
xtext: clip indent area too.
plugins: checkin the remaining c89 fixes.
configure.in/fi.po: New Finnish translation.

Revision 445 - Directory Listing
Modified Sat Aug 16 11:40:12 2003 UTC (7 years ago) by zed
xtext: clip when dumping DB to window too. Check dont_render flag when drawing right-border and clip it correctly.
ctcp: check version ctcp more strictly.

Revision 444 - Directory Listing
Modified Wed Aug 13 06:31:14 2003 UTC (7 years ago) by zed
Print more verbose errors when resuming isn't possible.

Revision 443 - Directory Listing
Modified Wed Aug 13 06:04:38 2003 UTC (7 years ago) by zed
xtext: more efficiency tweaks for exposure events (right-bg clip).
fkeys: fix for recent completion changed (JayC).
proto-irc: send a identifier in WHOX requests.

Revision 442 - Directory Listing
Modified Tue Aug 12 13:50:22 2003 UTC (7 years ago) by zed
fix unwanted background re-drawing with timestamps on.

Revision 441 - Directory Listing
Modified Mon Aug 11 16:35:35 2003 UTC (7 years ago) by zed
fix more bad arg-help-text in print-events.

Revision 440 - Directory Listing
Modified Mon Aug 11 16:19:54 2003 UTC (7 years ago) by zed
Fix generic message event's arg-help-text.

Revision 439 - Directory Listing
Modified Mon Aug 11 10:55:09 2003 UTC (7 years ago) by zed
xtext: fix bad clipping of GCs when compiling with pango. Add
better clipping of exposures and avoid some extra XftDrawString()s.
textevents: fix mangled textevents.in, add generic message event.
servlist: remove dead network dwarfstar.net.
proto-irc: remove buggy numeric 338 support [783945].
fkeys: Add JayC's query and channel completion patches v2.

Revision 438 - Directory Listing
Modified Sun Aug 10 12:28:16 2003 UTC (7 years ago) by zed
xtext: Implemented localized small double buffers (no flicker). Simplified scrolling code for less choppyness. Speed up re-drawing of multi-wrapped paragraphs by storing wrap offsets. May not work on win32 yet.
Updated Dutch (nl.po).

Revision 437 - Directory Listing
Modified Tue Aug 5 12:51:41 2003 UTC (7 years ago) by zed
xchat.spec: Add buildrequires gettext.
proto-irc: Only check for G|H in the first letter of who(x) replies.

Revision 436 - Directory Listing
Modified Tue Aug 5 07:36:58 2003 UTC (7 years, 1 month ago) by zed
allow un-setting topic via the gui.
Updated nl.po (Dutch).

Revision 435 - Directory Listing
Modified Sun Aug 3 08:20:50 2003 UTC (7 years, 1 month ago) by zed
C89 fixes [781809].
Cleanup the multiselect code (only one callback is enough), and
free() stuff on window-manager "destroy" cb.

Revision 434 - Directory Listing
Modified Sat Aug 2 17:37:10 2003 UTC (7 years, 1 month ago) by zed
perl: fix user_info() matching 1st entry.
server: When err=-1, set reconnect_away too (ping timeout).

Revision 433 - Directory Listing
Modified Fri Aug 1 09:53:36 2003 UTC (7 years, 1 month ago) by zed
Patch python checks [781333].

Revision 432 - Directory Listing
Modified Fri Aug 1 09:30:56 2003 UTC (7 years, 1 month ago) by zed
cfgfiles: avoid conflict with global var.
Support multi-selection for dcc-send dialog.

Revision 431 - Directory Listing
Modified Thu Jul 31 05:11:22 2003 UTC (7 years, 1 month ago) by zed
inbound_user_info(): avoid possible double-free.
Bump to 2.0.4.

Revision 430 - Directory Listing
Modified Tue Jul 29 11:02:23 2003 UTC (7 years, 1 month ago) by zed
fkeys: fix nick-completion overrun [779166].
maingui: all JayC's shift-click patch v2.

Revision 429 - Directory Listing
Modified Mon Jul 28 03:07:12 2003 UTC (7 years, 1 month ago) by zed
add Comment[lt]. textfe off by default.

Revision 428 - Directory Listing
Modified Sun Jul 27 03:52:16 2003 UTC (7 years, 1 month ago) by zed
fix: [ 777106 ] Non-constant initializer in arrays.

Revision 427 - Directory Listing
Modified Sat Jul 26 08:35:56 2003 UTC (7 years, 1 month ago) by zed
inbound_newnick(): only change sess->channel on SESS_DIALOG types.
New fixed lt.po.

Revision 426 - Directory Listing
Modified Thu Jul 24 04:41:49 2003 UTC (7 years, 1 month ago) by zed
ignore_read_next_entry(): cfg_get_str may return NULL, check it.
autogen.sh: Copy local Makefile.in.in.
fe_args(): don't call gtk_set_locale().
lt.po: New version.

Revision 425 - Directory Listing
Modified Wed Jul 23 09:16:41 2003 UTC (7 years, 1 month ago) by zed
Add away_timeout /set'ing, default 60.

Revision 424 - Directory Listing
Modified Tue Jul 22 08:48:53 2003 UTC (7 years, 1 month ago) by zed
add support for ircu numerics 330 and 338 (phaseburn). Merge xchat-2.0.3-text_word_check-chanmode.patch.

Revision 423 - Directory Listing
Modified Mon Jul 21 10:58:25 2003 UTC (7 years, 1 month ago) by zed
faq.html to xhtml 1.0. Fix html errors in xchat2-perldocs.html.

Revision 422 - Directory Listing
Modified Mon Jul 21 10:21:03 2003 UTC (7 years, 1 month ago) by zed
move play_wave to text.c to avoid warning in util.c. Add FOCUS arg to /gui help text.

Revision 421 - Directory Listing
Modified Mon Jul 21 05:53:33 2003 UTC (7 years, 1 month ago) by zed
away_check(): fix possible infinite loop. load_config(): turn off announce-away by default.

Revision 420 - Directory Listing
Modified Sun Jul 20 12:13:08 2003 UTC (7 years, 1 month ago) by zed
Changed away-tracking behaviour. Now checks 1 chan every 30 secs (or more than 1 if they're small).

Revision 419 - Directory Listing
Modified Sun Jul 20 11:02:04 2003 UTC (7 years, 1 month ago) by zed
Added /GUI focus.

Revision 418 - Directory Listing
Modified Sun Jul 20 06:41:26 2003 UTC (7 years, 1 month ago) by zed
fix bug 773245. Don't allow opening banlist in non-channel tabs.

Revision 417 - Directory Listing
Modified Wed Jul 16 04:47:16 2003 UTC (7 years, 1 month ago) by zed
process_numeric(): pass 'sess' to inbound_user_info, not 'who_sess'.

Revision 416 - Directory Listing
Modified Tue Jul 15 12:34:58 2003 UTC (7 years, 1 month ago) by zed
don't initiate a new who if previous one didnt finish. Add host:port recognizing patch by Alex & dobler.

Revision 415 - Directory Listing
Modified Mon Jul 14 08:30:18 2003 UTC (7 years, 1 month ago) by zed
record top-level dialog's dimentions separately.

Revision 414 - Directory Listing
Modified Mon Jul 14 06:02:45 2003 UTC (7 years, 1 month ago) by zed
process_numeric(): fix who/away tracking sometimes displaying who info. New Chinese po.

Revision 413 - Directory Listing
Modified Fri Jul 11 06:27:51 2003 UTC (7 years, 1 month ago) by zed
Don't hide user initiated /WHO and show "end of who" in the same tab. New Swedish po.

Revision 412 - Directory Listing
Modified Thu Jul 10 10:56:38 2003 UTC (7 years, 1 month ago) by zed
when using automake-1.7, also use aclocal-1.7.

Revision 411 - Directory Listing
Modified Thu Jul 10 10:17:26 2003 UTC (7 years, 1 month ago) by zed
missed updating a few files from previous changes.

Revision 410 - Directory Listing
Modified Thu Jul 10 08:03:50 2003 UTC (7 years, 1 month ago) by zed
also run autoheader to produce config.h.in

Revision 409 - Directory Listing
Modified Thu Jul 10 05:36:05 2003 UTC (7 years, 1 month ago) by zed
expand_homedir(): handle other users too (patch by Neox).

Revision 408 - Directory Listing
Modified Thu Jul 10 05:13:28 2003 UTC (7 years, 1 month ago) by zed
inbound_privmsg(): pass NULL for chan arg to inbound_chanmsg (fixes bug 753742). Use the XP_TE_DPRIVMSG event when sess->type is dialog.
inbound_chanmsg(): handle NULL arg for chan.

Revision 407 - Directory Listing
Modified Wed Jul 9 09:50:44 2003 UTC (7 years, 1 month ago) by zed
remove auto generated file

Revision 406 - Directory Listing
Modified Wed Jul 9 07:52:26 2003 UTC (7 years, 1 month ago) by zed
Remove whole intl/ dir. autogen.sh: copy intl from local gettext installation.

Revision 405 - Directory Listing
Modified Wed Jul 9 06:35:36 2003 UTC (7 years, 1 month ago) by zed
load_config(): move default dcc/sound dirs inside ~/.xchat2/ (SilvereX).

Revision 404 - Directory Listing
Modified Tue Jul 8 16:17:51 2003 UTC (7 years, 1 month ago) by zed
change default quit reason to "Leaving".

Revision 403 - Directory Listing
Modified Tue Jul 8 15:21:58 2003 UTC (7 years, 1 month ago) by zed
"move to tab" -> "Go to"

Revision 402 - Directory Listing
Modified Tue Jul 8 09:01:44 2003 UTC (7 years, 1 month ago) by zed
add #ifndef XCHAT_PLUGIN_H #define XCHAT_PLUGIN_H #endif gaurd.

Revision 401 - Directory Listing
Modified Tue Jul 8 06:44:12 2003 UTC (7 years, 1 month ago) by zed
userlist_set_away(): use fe_userlist_rehash which is more efficient.
setup: shorter description of away-tracking setting.

Revision 400 - Directory Listing
Modified Tue Jul 8 06:26:04 2003 UTC (7 years, 1 month ago) by zed
remove autogenerated file.

Revision 399 - Directory Listing
Modified Tue Jul 8 06:22:04 2003 UTC (7 years, 1 month ago) by zed
exec_data(): use memrchr to avoid deadlock at embedded nulls. Check for memrchr in configure.in (GNU extension).

Revision 398 - Directory Listing
Modified Tue Jul 8 04:40:29 2003 UTC (7 years, 1 month ago) by zed
servlist.c: add new server. maingui.c: Use %02d for color insert.

Revision 397 - Directory Listing
Modified Mon Jul 7 10:51:18 2003 UTC (7 years, 1 month ago) by zed
added away tracking capability. Added new color to prefs. Away users in userlist GUI now use this color. struct User has a new away field. WHO #channel is periodically sent to track changes in away-status. Uses WHOX when available to save bandwidth.

Revision 396 - Directory Listing
Modified Mon Jul 7 09:03:22 2003 UTC (7 years, 1 month ago) by zed
dcc_calc_cps(): fix incorrect pos/ack average calculation

Revision 395 - Directory Listing
Modified Sun Jul 6 04:48:32 2003 UTC (7 years, 1 month ago) by zed
added -n, --no-plugins command-line arg.

Revision 394 - Directory Listing
Modified Sat Jul 5 13:36:26 2003 UTC (7 years, 2 months ago) by zed
Solaris changes: add "-L/usr/openwin/lib -lX11" and check libsocket before getaddrinfo.

Revision 393 - Directory Listing
Modified Sat Jul 5 10:50:52 2003 UTC (7 years, 2 months ago) by zed
download_move_to_completed_dir(): Use access() instead of stat().

Revision 392 - Directory Listing
Modified Fri Jul 4 04:56:49 2003 UTC (7 years, 2 months ago) by zed
check libsocket before getaddrinfo (might fix ipv6 build on solaris).

Revision 391 - Directory Listing
Modified Thu Jul 3 10:03:47 2003 UTC (7 years, 2 months ago) by zed
make Delete and Delete All buttons i18n'able.

Revision 390 - Directory Listing
Modified Wed Jul 2 15:50:18 2003 UTC (7 years, 2 months ago) by zed
add /GUI command

Revision 389 - Directory Listing
Modified Wed Jul 2 03:06:29 2003 UTC (7 years, 2 months ago) by zed
play_wave(): check fullpath first, fallback to prefs.sounddir.

Revision 388 - Directory Listing
Modified Sun Jun 29 15:42:18 2003 UTC (7 years, 2 months ago) by zed
update lt.po. Fix tinting crash by setting draw_buf before it's used.

Revision 387 - Directory Listing
Modified Sun Jun 29 05:44:16 2003 UTC (7 years, 2 months ago) by zed
bump to 2.0.3

Revision 386 - Directory Listing
Modified Fri Jun 27 09:27:28 2003 UTC (7 years, 2 months ago) by zed
allow setting a blank topic via gui

Revision 385 - Directory Listing
Modified Fri Jun 27 08:59:21 2003 UTC (7 years, 2 months ago) by zed
stop at first failure, use only /bin/bash.

Revision 384 - Directory Listing
Modified Tue Jun 24 04:22:21 2003 UTC (7 years, 2 months ago) by zed
Print your nick changes in servertab again. Add whois numeric 307 (dalnet).

Revision 383 - Directory Listing
Modified Sun Jun 22 14:20:28 2003 UTC (7 years, 2 months ago) by zed
add support for numeric 320 ":is an identified user"

Revision 382 - Directory Listing
Modified Sun Jun 22 11:41:16 2003 UTC (7 years, 2 months ago) by zed
add missing gtk/gtkversion.h includes for gtk 2.0.x compat.

Revision 381 - Directory Listing
Modified Sun Jun 22 11:01:00 2003 UTC (7 years, 2 months ago) by zed
fix bad format string in ja translation

Revision 380 - Directory Listing
Modified Sun Jun 22 10:59:58 2003 UTC (7 years, 2 months ago) by zed
me->hostname might be NULL, check it.

Revision 379 - Directory Listing
Modified Sat Jun 21 08:52:17 2003 UTC (7 years, 2 months ago) by zed
add Japanese po by Ryoichi INAGAKI.

Revision 378 - Directory Listing
Modified Fri Jun 20 03:34:24 2003 UTC (7 years, 2 months ago) by zed
change default nickcomp suffix to ",". Allow dcc ports 1-1023.

Revision 377 - Directory Listing
Modified Fri Jun 20 03:30:22 2003 UTC (7 years, 2 months ago) by zed
update Swedish po.

Revision 376 - Directory Listing
Modified Wed Jun 18 08:03:09 2003 UTC (7 years, 2 months ago) by zed
set screen number for popup menus (maybe fix multihead problems).

Revision 375 - Directory Listing
Modified Wed Jun 18 08:01:23 2003 UTC (7 years, 2 months ago) by zed
restore gtk 2.0.x compatability.

Revision 374 - Directory Listing
Modified Wed Jun 18 07:41:47 2003 UTC (7 years, 2 months ago) by zed
adjust to multihead xtext changes

Revision 373 - Directory Listing
Modified Wed Jun 18 07:41:08 2003 UTC (7 years, 2 months ago) by zed
make multihead safe

Revision 372 - Directory Listing
Modified Tue Jun 17 07:09:10 2003 UTC (7 years, 2 months ago) by zed
process_numeric(): print 323 in the same tab as 322 and 321.

Revision 371 - Directory Listing
Modified Mon Jun 16 23:55:41 2003 UTC (7 years, 2 months ago) by mooooooo
64 bit stuff

Revision 370 - Directory Listing
Modified Mon Jun 16 09:16:38 2003 UTC (7 years, 2 months ago) by zed
dcc_calc_cps(): avoid 32bit overflow, but don't loose precision.

Revision 369 - Directory Listing
Modified Sun Jun 15 16:55:10 2003 UTC (7 years, 2 months ago) by zed
run automake only once

Revision 368 - Directory Listing
Modified Sun Jun 15 10:47:41 2003 UTC (7 years, 2 months ago) by zed
*** empty log message ***

Revision 367 - Directory Listing
Modified Sun Jun 15 10:25:42 2003 UTC (7 years, 2 months ago) by zed
add remove-potcdate.sed

Revision 366 - Directory Listing
Modified Sun Jun 15 10:22:19 2003 UTC (7 years, 2 months ago) by zed
not needed

Revision 365 - Directory Listing
Modified Sun Jun 15 10:20:22 2003 UTC (7 years, 2 months ago) by zed
*** empty log message ***

Revision 364 - Directory Listing
Modified Sun Jun 15 10:16:33 2003 UTC (7 years, 2 months ago) by zed
update ancient po/ stuff to 0.11.4

Revision 363 - Directory Listing
Modified Sun Jun 15 09:11:33 2003 UTC (7 years, 2 months ago) by zed
*** empty log message ***

Revision 362 - Directory Listing
Modified Sun Jun 15 09:10:29 2003 UTC (7 years, 2 months ago) by zed
fix deferencing freed memory in Callback_timer

Revision 361 - Directory Listing
Modified Sun Jun 15 06:12:42 2003 UTC (7 years, 2 months ago) by zed
*** empty log message ***

Revision 360 - Directory Listing
Modified Sun Jun 15 06:11:33 2003 UTC (7 years, 2 months ago) by zed
mark dialog buttons for translation

Revision 359 - Directory Listing
Modified Sun Jun 15 05:52:14 2003 UTC (7 years, 2 months ago) by zed
redraw when indent changes and new additions not on current page.

Revision 358 - Directory Listing
Modified Sun Jun 15 05:06:16 2003 UTC (7 years, 2 months ago) by zed
detect old automake

Revision 357 - Directory Listing
Modified Fri Jun 13 04:26:32 2003 UTC (7 years, 2 months ago) by zed
more >2GB dcc fixes

Revision 356 - Directory Listing
Modified Thu Jun 12 16:04:39 2003 UTC (7 years, 2 months ago) by zed
proper_unit -> unsigned int

Revision 355 - Directory Listing
Modified Thu Jun 12 12:59:44 2003 UTC (7 years, 2 months ago) by zed
add autogen.sh to EXTRA_DIST

Revision 354 - Directory Listing
Modified Thu Jun 12 12:27:28 2003 UTC (7 years, 2 months ago) by zed
remove all auto-generated files, add autogen.sh.

Revision 353 - Directory Listing
Modified Thu Jun 12 10:11:46 2003 UTC (7 years, 2 months ago) by zed
*** empty log message ***

Revision 352 - Directory Listing
Modified Thu Jun 12 10:09:58 2003 UTC (7 years, 2 months ago) by zed
remove stale strings.h. Use 64bit seek/stat on windows.

Revision 351 - Directory Listing
Modified Thu Jun 12 10:00:49 2003 UTC (7 years, 2 months ago) by zed
*** empty log message ***

Revision 350 - Directory Listing
Modified Thu Jun 12 05:30:36 2003 UTC (7 years, 2 months ago) by zed
add large file support

Revision 349 - Directory Listing
Modified Wed Jun 11 15:58:38 2003 UTC (7 years, 2 months ago) by zed
stat64 change

Revision 348 - Directory Listing
Modified Tue Jun 10 16:45:43 2003 UTC (7 years, 2 months ago) by zed
*** empty log message ***

Revision 347 - Directory Listing
Modified Tue Jun 10 14:54:55 2003 UTC (7 years, 2 months ago) by zed
undo restore_entry change

Revision 346 - Directory Listing
Modified Tue Jun 10 04:43:27 2003 UTC (7 years, 2 months ago) by zed
*** empty log message ***

Revision 345 - Directory Listing
Modified Mon Jun 9 17:15:29 2003 UTC (7 years, 2 months ago) by zed
*** empty log message ***

Revision 344 - Directory Listing
Modified Fri Jun 6 16:04:23 2003 UTC (7 years, 2 months ago) by zed
don't load empty entries created by bug 741589

Revision 343 - Directory Listing
Modified Fri Jun 6 01:38:02 2003 UTC (7 years, 2 months ago) by mooooooo
changes to internal context referencing

Revision 342 - Directory Listing
Modified Thu Jun 5 06:13:49 2003 UTC (7 years, 3 months ago) by zed
don't allow adding empty names

Revision 341 - Directory Listing
Modified Wed Jun 4 06:53:41 2003 UTC (7 years, 3 months ago) by zed
*** empty log message ***

Revision 340 - Directory Listing
Modified Tue Jun 3 04:31:44 2003 UTC (7 years, 3 months ago) by zed
*** empty log message ***

Revision 339 - Directory Listing
Modified Sat May 31 06:51:58 2003 UTC (7 years, 3 months ago) by zed
*** empty log message ***

Revision 338 - Directory Listing
Modified Sat May 31 06:50:18 2003 UTC (7 years, 3 months ago) by zed
fixed regex crash on invalid regex match string

Revision 337 - Directory Listing
Modified Fri May 30 16:51:52 2003 UTC (7 years, 3 months ago) by zed
*** empty log message ***

Revision 336 - Directory Listing
Modified Tue May 27 22:59:17 2003 UTC (7 years, 3 months ago) by mooooooo
added Tcl_FindExecutable as per spec

Revision 335 - Directory Listing
Modified Mon May 26 03:08:54 2003 UTC (7 years, 3 months ago) by mooooooo
undoing last patch

Revision 334 - Directory Listing
Modified Mon May 26 02:13:53 2003 UTC (7 years, 3 months ago) by mooooooo
internal stuff

Revision 333 - Directory Listing
Modified Sat May 24 09:52:29 2003 UTC (7 years, 3 months ago) by zed
*** empty log message ***

Revision 332 - Directory Listing
Modified Wed May 21 06:19:30 2003 UTC (7 years, 3 months ago) by zed
*** empty log message ***

Revision 331 - Directory Listing
Modified Sun May 18 10:21:25 2003 UTC (7 years, 3 months ago) by zed
s/PREFS_/P_

Revision 330 - Directory Listing
Modified Sat May 17 10:31:23 2003 UTC (7 years, 3 months ago) by zed
change perl doc filename

Revision 329 - Directory Listing
Modified Sat May 17 10:30:36 2003 UTC (7 years, 3 months ago) by zed
*** empty log message ***

Revision 328 - Directory Listing
Modified Fri May 16 14:58:28 2003 UTC (7 years, 3 months ago) by zed
*** empty log message ***

Revision 327 - Directory Listing
Modified Thu May 15 16:29:54 2003 UTC (7 years, 3 months ago) by zed
only go dark-red on action from-me

Revision 326 - Directory Listing
Modified Thu May 15 12:29:37 2003 UTC (7 years, 3 months ago) by zed
*** empty log message ***

Revision 325 - Directory Listing
Modified Mon May 12 15:07:29 2003 UTC (7 years, 3 months ago) by zed
don't redraw when new lines not visible

Revision 324 - Directory Listing
Modified Mon May 12 14:37:28 2003 UTC (7 years, 3 months ago) by zed
*** empty log message ***

Revision 323 - Directory Listing
Modified Sun May 11 17:09:33 2003 UTC (7 years, 3 months ago) by zed
make modal

Revision 322 - Directory Listing
Modified Sun May 11 16:48:10 2003 UTC (7 years, 3 months ago) by zed
*** empty log message ***

Revision 321 - Directory Listing
Modified Sat May 10 19:05:04 2003 UTC (7 years, 3 months ago) by mooooooo
Arrrrrrrrrrrrrrrrrrrrrrrrrrrrgg

Revision 320 - Directory Listing
Modified Sat May 10 18:50:58 2003 UTC (7 years, 3 months ago) by mooooooo
Made SilverX happy

Revision 319 - Directory Listing
Modified Sat May 10 18:41:39 2003 UTC (7 years, 3 months ago) by mooooooo
Made SilverX happy

Revision 318 - Directory Listing
Modified Tue May 6 13:22:18 2003 UTC (7 years, 3 months ago) by zed
*** empty log message ***

Revision 317 - Directory Listing
Modified Sun May 4 17:33:00 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 316 - Directory Listing
Modified Sun May 4 17:15:31 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 315 - Directory Listing
Modified Sun May 4 16:10:27 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 314 - Directory Listing
Modified Sun May 4 05:07:19 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 313 - Directory Listing
Modified Sat May 3 06:19:02 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 312 - Directory Listing
Modified Fri May 2 09:45:53 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 311 - Directory Listing
Modified Thu May 1 04:12:36 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 310 - Directory Listing
Modified Wed Apr 30 17:27:38 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 309 - Directory Listing
Modified Wed Apr 30 11:15:01 2003 UTC (7 years, 4 months ago) by zed
fill margin when stamp on, indent off

Revision 308 - Directory Listing
Modified Wed Apr 30 06:11:48 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 307 - Directory Listing
Modified Wed Apr 30 06:09:59 2003 UTC (7 years, 4 months ago) by zed
add g_free

Revision 306 - Directory Listing
Modified Wed Apr 30 05:52:45 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 305 - Directory Listing
Modified Mon Apr 28 10:12:41 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 304 - Directory Listing
Modified Thu Apr 24 14:56:28 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 303 - Directory Listing
Modified Wed Apr 23 06:10:49 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 302 - Directory Listing
Modified Tue Apr 22 04:48:53 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 301 - Directory Listing
Modified Tue Apr 22 04:36:00 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 300 - Directory Listing
Modified Mon Apr 21 17:01:00 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 299 - Directory Listing
Modified Mon Apr 21 05:58:39 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 298 - Directory Listing
Modified Sun Apr 20 09:43:09 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 297 - Directory Listing
Modified Sun Apr 20 08:03:29 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 296 - Directory Listing
Modified Sun Apr 20 07:42:32 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 295 - Directory Listing
Modified Sat Apr 19 16:16:15 2003 UTC (7 years, 4 months ago) by zed
fix uninitialized GSList * in userlist_flat_list()

Revision 294 - Directory Listing
Modified Sat Apr 19 05:01:34 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 293 - Directory Listing
Modified Sat Apr 19 04:52:59 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 292 - Directory Listing
Modified Fri Apr 18 15:57:14 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 291 - Directory Listing
Modified Fri Apr 18 15:46:44 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 290 - Directory Listing
Modified Thu Apr 17 16:07:21 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 289 - Directory Listing
Modified Thu Apr 17 15:11:08 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 288 - Directory Listing
Modified Thu Apr 17 14:39:39 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 287 - Directory Listing
Modified Wed Apr 16 01:51:25 2003 UTC (7 years, 4 months ago) by mooooooo
spelling errors

Revision 286 - Directory Listing
Modified Mon Apr 14 11:54:52 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 285 - Directory Listing
Modified Sun Apr 13 15:55:00 2003 UTC (7 years, 4 months ago) by mooooooo
added zed's win32 patch

Revision 284 - Directory Listing
Modified Sun Apr 13 10:29:42 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 283 - Directory Listing
Modified Sun Apr 13 09:42:01 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 282 - Directory Listing
Modified Sat Apr 12 09:40:54 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 281 - Directory Listing
Modified Sat Apr 12 07:40:33 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 280 - Directory Listing
Modified Sat Apr 12 06:58:37 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 279 - Directory Listing
Modified Sat Apr 12 06:36:13 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 278 - Directory Listing
Modified Fri Apr 11 10:22:14 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 277 - Directory Listing
Modified Mon Apr 7 13:49:50 2003 UTC (7 years, 4 months ago) by zed
*** empty log message ***

Revision 276 - Directory Listing
Modified Sun Apr 6 20:53:08 2003 UTC (7 years, 4 months ago) by mooooooo
fixes

Revision 275 - Directory Listing
Modified Sun Apr 6 02:47:09 2003 UTC (7 years, 4 months ago) by mooooooo
more smartcontext fixes

Revision 274 - Directory Listing
Modified Sat Apr 5 08:25:30 2003 UTC (7 years, 5 months ago) by zed
find internal commands by binary search

Revision 273 - Directory Listing
Modified Sat Apr 5 05:11:59 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 272 - Directory Listing
Modified Fri Apr 4 23:04:55 2003 UTC (7 years, 5 months ago) by mooooooo
fixed findcontext

Revision 271 - Directory Listing
Modified Thu Apr 3 23:10:39 2003 UTC (7 years, 5 months ago) by mooooooo
patches for xc 2.02

Revision 270 - Directory Listing
Modified Wed Apr 2 09:20:36 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 269 - Directory Listing
Modified Wed Apr 2 09:04:14 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 268 - Directory Listing
Modified Wed Apr 2 08:54:06 2003 UTC (7 years, 5 months ago) by zed
fix time buffer corruption

Revision 267 - Directory Listing
Modified Wed Apr 2 08:53:10 2003 UTC (7 years, 5 months ago) by zed
dont fclose on win32, causes corruption

Revision 266 - Directory Listing
Modified Tue Apr 1 14:10:45 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 265 - Directory Listing
Modified Tue Apr 1 13:42:03 2003 UTC (7 years, 5 months ago) by zed
fix transparency on win32

Revision 264 - Directory Listing
Modified Tue Apr 1 04:53:52 2003 UTC (7 years, 5 months ago) by zed
fixed uninitialized 'ph'

Revision 263 - Directory Listing
Modified Sun Mar 30 23:22:18 2003 UTC (7 years, 5 months ago) by mooooooo
small fix in tcl_getlist

Revision 262 - Directory Listing
Modified Sun Mar 30 04:36:40 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 261 - Directory Listing
Modified Sat Mar 29 06:06:51 2003 UTC (7 years, 5 months ago) by zed
fix send_channel_modes 512 limit

Revision 260 - Directory Listing
Modified Fri Mar 28 11:31:25 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 259 - Directory Listing
Modified Fri Mar 28 11:29:25 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 258 - Directory Listing
Modified Fri Mar 28 11:18:31 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 257 - Directory Listing
Modified Fri Mar 28 10:37:47 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 256 - Directory Listing
Modified Fri Mar 28 10:21:33 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 255 - Directory Listing
Modified Fri Mar 28 10:20:17 2003 UTC (7 years, 5 months ago) by zed
added .biz & .info to country lookup; changed to use bsearch

Revision 254 - Directory Listing
Modified Fri Mar 28 10:14:32 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 253 - Directory Listing
Modified Tue Mar 25 11:38:07 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 252 - Directory Listing
Modified Sun Mar 23 05:38:30 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 251 - Directory Listing
Modified Thu Mar 20 08:19:12 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 250 - Directory Listing
Modified Wed Mar 19 05:13:12 2003 UTC (7 years, 5 months ago) by zed
insertion speed tweaks

Revision 249 - Directory Listing
Modified Tue Mar 18 12:41:13 2003 UTC (7 years, 5 months ago) by mooooooo
removed LoadLib calls

Revision 248 - Directory Listing
Modified Tue Mar 18 03:42:20 2003 UTC (7 years, 5 months ago) by zed
fix runtime mmx detection

Revision 247 - Directory Listing
Modified Tue Mar 18 03:24:53 2003 UTC (7 years, 5 months ago) by zed
check for \r  in handle_multiple awell

Revision 246 - Directory Listing
Modified Tue Mar 18 03:20:02 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 245 - Directory Listing
Modified Mon Mar 17 03:54:23 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 244 - Directory Listing
Modified Sat Mar 15 10:12:23 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 243 - Directory Listing
Modified Sat Mar 15 09:52:38 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 242 - Directory Listing
Modified Tue Mar 11 03:03:31 2003 UTC (7 years, 5 months ago) by zed
*** empty log message ***

Revision 241 - Directory Listing
Modified Sun Mar 9 09:19:00 2003 UTC (7 years, 5 months ago) by zed
change g_get_current_time for win32, maybe fix cps reporting

Revision 240 - Directory Listing
Modified Thu Mar 6 07:12:35 2003 UTC (7 years, 5 months ago) by zed
g_free strings returned by gtk_tree_model_get()

Revision 239 - Directory Listing
Modified Mon Mar 3 03:18:22 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 238 - Directory Listing
Modified Mon Mar 3 03:03:03 2003 UTC (7 years, 6 months ago) by zed
re-add color menu

Revision 237 - Directory Listing
Modified Sun Mar 2 08:49:30 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 236 - Directory Listing
Modified Sun Mar 2 05:43:30 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 235 - Directory Listing
Modified Fri Feb 28 05:50:07 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 234 - Directory Listing
Modified Fri Feb 28 05:07:31 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 233 - Directory Listing
Modified Fri Feb 28 04:04:09 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 232 - Directory Listing
Modified Thu Feb 27 03:56:29 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 231 - Directory Listing
Modified Thu Feb 27 03:34:41 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 230 - Directory Listing
Modified Wed Feb 26 12:15:50 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 229 - Directory Listing
Modified Wed Feb 26 12:10:21 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 228 - Directory Listing
Modified Wed Feb 26 12:02:17 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 227 - Directory Listing
Modified Wed Feb 26 11:53:51 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 226 - Directory Listing
Modified Wed Feb 26 11:18:49 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 225 - Directory Listing
Modified Wed Feb 26 06:09:22 2003 UTC (7 years, 6 months ago) by zed
paned fixes, ui exhancements

Revision 224 - Directory Listing
Modified Wed Feb 26 04:18:10 2003 UTC (7 years, 6 months ago) by zed
fix race condition in double timeout

Revision 223 - Directory Listing
Modified Wed Feb 26 02:36:09 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 222 - Directory Listing
Modified Tue Feb 25 14:15:15 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 221 - Directory Listing
Modified Tue Feb 25 12:32:15 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 220 - Directory Listing
Modified Tue Feb 25 12:16:29 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 219 - Directory Listing
Modified Tue Feb 25 04:19:56 2003 UTC (7 years, 6 months ago) by zed
more paned fixes

Revision 218 - Directory Listing
Modified Tue Feb 25 03:58:21 2003 UTC (7 years, 6 months ago) by zed
paned fixes

Revision 217 - Directory Listing
Modified Tue Feb 25 03:41:17 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 216 - Directory Listing
Modified Tue Feb 25 02:57:14 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 215 - Directory Listing
Modified Sun Feb 23 14:27:26 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 214 - Directory Listing
Modified Fri Feb 21 05:03:01 2003 UTC (7 years, 6 months ago) by mooooooo
WIN32 crap

Revision 213 - Directory Listing
Modified Thu Feb 20 21:15:39 2003 UTC (7 years, 6 months ago) by mooooooo
WIN32 crap

Revision 212 - Directory Listing
Modified Thu Feb 20 11:16:15 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 211 - Directory Listing
Modified Thu Feb 20 09:58:21 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 210 - Directory Listing
Modified Thu Feb 20 08:05:54 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 209 - Directory Listing
Modified Thu Feb 20 07:01:44 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 208 - Directory Listing
Modified Thu Feb 20 04:24:04 2003 UTC (7 years, 6 months ago) by mooooooo
maybe will help WIN32 crap

Revision 207 - Directory Listing
Modified Thu Feb 20 04:05:00 2003 UTC (7 years, 6 months ago) by mooooooo
dont show error if no scripts

Revision 206 - Directory Listing
Modified Wed Feb 19 07:29:18 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 205 - Directory Listing
Modified Tue Feb 18 13:44:29 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 204 - Directory Listing
Modified Tue Feb 18 05:06:01 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 203 - Directory Listing
Modified Mon Feb 17 05:22:13 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 202 - Directory Listing
Modified Sun Feb 16 05:47:44 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 201 - Directory Listing
Modified Sat Feb 15 03:53:58 2003 UTC (7 years, 6 months ago) by zed
save before connect

Revision 200 - Directory Listing
Modified Fri Feb 14 11:30:56 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 199 - Directory Listing
Modified Thu Feb 13 14:44:36 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 198 - Directory Listing
Modified Thu Feb 13 13:12:57 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 197 - Directory Listing
Modified Thu Feb 13 13:05:31 2003 UTC (7 years, 6 months ago) by zed
-DPERLDLL used in perl headers, rename

Revision 196 - Directory Listing
Modified Tue Feb 11 08:38:24 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 195 - Directory Listing
Modified Tue Feb 11 03:40:01 2003 UTC (7 years, 6 months ago) by zed
upstream updates

Revision 194 - Directory Listing
Modified Tue Feb 11 02:01:35 2003 UTC (7 years, 6 months ago) by mooooooo
removed in_addr crap

Revision 193 - Directory Listing
Modified Tue Feb 11 01:54:35 2003 UTC (7 years, 6 months ago) by mooooooo
removed in_addr crap

Revision 192 - Directory Listing
Modified Mon Feb 10 05:51:53 2003 UTC (7 years, 6 months ago) by zed
fix build on rpm 4.2

Revision 191 - Directory Listing
Modified Sun Feb 9 10:57:50 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 190 - Directory Listing
Modified Sun Feb 9 04:12:02 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 189 - Directory Listing
Modified Sat Feb 8 09:50:42 2003 UTC (7 years, 6 months ago) by zed
fix plugin loading on solaris with -Wl,--export-dynamic

Revision 188 - Directory Listing
Modified Sat Feb 8 09:49:27 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 187 - Directory Listing
Modified Thu Feb 6 11:11:34 2003 UTC (7 years, 6 months ago) by zed
group multiple modes in 1 line to one print event

Revision 186 - Directory Listing
Modified Thu Feb 6 07:56:55 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 185 - Directory Listing
Modified Thu Feb 6 04:47:27 2003 UTC (7 years, 6 months ago) by mooooooo
fixed complete cmd

Revision 184 - Directory Listing
Modified Thu Feb 6 04:34:31 2003 UTC (7 years, 6 months ago) by zed
make keys work again

Revision 183 - Directory Listing
Modified Wed Feb 5 12:39:58 2003 UTC (7 years, 6 months ago) by mooooooo
fixed uninitialized handle prob

Revision 182 - Directory Listing
Modified Wed Feb 5 04:58:30 2003 UTC (7 years, 6 months ago) by mooooooo
fixed uninitialized handle prob

Revision 181 - Directory Listing
Modified Wed Feb 5 02:18:10 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 180 - Directory Listing
Modified Tue Feb 4 03:50:48 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 179 - Directory Listing
Modified Tue Feb 4 02:55:24 2003 UTC (7 years, 6 months ago) by mooooooo
small fix in findcontext

Revision 178 - Directory Listing
Modified Tue Feb 4 02:36:01 2003 UTC (7 years, 6 months ago) by zed
*** empty log message ***

Revision 177 - Directory Listing
Modified Tue Feb 4 01:05:40 2003 UTC (7 years, 6 months ago) by mooooooo
updated printevents.h

Revision 176 - Directory Listing
Modified Mon Feb 3 03:38:31 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 175 - Directory Listing
Modified Sun Feb 2 11:55:30 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 174 - Directory Listing
Modified Sun Feb 2 02:46:19 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 173 - Directory Listing
Modified Sat Feb 1 21:01:59 2003 UTC (7 years, 7 months ago) by mooooooo
fixed problems with re-entrant code

Revision 172 - Directory Listing
Modified Sat Feb 1 11:23:25 2003 UTC (7 years, 7 months ago) by zed
call WSACleanup() on win32

Revision 171 - Directory Listing
Modified Sat Feb 1 07:10:11 2003 UTC (7 years, 7 months ago) by zed
document xchat_get_prefs. Warn about word(_eol)[0].

Revision 170 - Directory Listing
Modified Fri Jan 31 15:37:27 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 169 - Directory Listing
Modified Fri Jan 31 09:14:37 2003 UTC (7 years, 7 months ago) by zed
fix page offset-up bug

Revision 168 - Directory Listing
Modified Fri Jan 31 02:18:48 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 167 - Directory Listing
Modified Thu Jan 30 23:36:44 2003 UTC (7 years, 7 months ago) by mooooooo
fixed error from empty packets

Revision 166 - Directory Listing
Modified Thu Jan 30 14:19:53 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 165 - Directory Listing
Modified Thu Jan 30 13:41:00 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 164 - Directory Listing
Modified Thu Jan 30 07:29:34 2003 UTC (7 years, 7 months ago) by zed
fix pango warning

Revision 163 - Directory Listing
Modified Thu Jan 30 07:21:52 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 162 - Directory Listing
Modified Thu Jan 30 03:56:07 2003 UTC (7 years, 7 months ago) by mooooooo
more win32 fixes

Revision 161 - Directory Listing
Modified Wed Jan 29 23:57:11 2003 UTC (7 years, 7 months ago) by mooooooo
more win32 fixes

Revision 160 - Directory Listing
Modified Wed Jan 29 13:20:48 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 159 - Directory Listing
Modified Wed Jan 29 13:15:35 2003 UTC (7 years, 7 months ago) by zed
delay load perl dll on win32

Revision 158 - Directory Listing
Modified Tue Jan 28 23:38:01 2003 UTC (7 years, 7 months ago) by mooooooo
shows error message if no tcl84.dll on windows

Revision 157 - Directory Listing
Modified Tue Jan 28 08:59:27 2003 UTC (7 years, 7 months ago) by zed
avoid recursive usercommand buffer overflow.

Revision 156 - Directory Listing
Modified Tue Jan 28 03:56:04 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 155 - Directory Listing
Modified Mon Jan 27 16:21:21 2003 UTC (7 years, 7 months ago) by zed
s/work/word

Revision 154 - Directory Listing
Modified Mon Jan 27 16:02:38 2003 UTC (7 years, 7 months ago) by zed
remove ctime() \n and freeze\thraw slow clist

Revision 153 - Directory Listing
Modified Mon Jan 27 02:58:09 2003 UTC (7 years, 7 months ago) by zed
s/LIBPATH/LIBPATH:

Revision 152 - Directory Listing
Modified Mon Jan 27 02:56:36 2003 UTC (7 years, 7 months ago) by zed
remove non-resolving servers

Revision 151 - Directory Listing
Modified Sun Jan 26 11:35:38 2003 UTC (7 years, 7 months ago) by zed
remove win32 debug

Revision 150 - Directory Listing
Modified Sun Jan 26 09:22:07 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 149 - Directory Listing
Modified Sun Jan 26 08:28:53 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 148 - Directory Listing
Modified Sun Jan 26 08:19:54 2003 UTC (7 years, 7 months ago) by zed
don't treat common unix paths as commands

Revision 147 - Directory Listing
Modified Sun Jan 26 05:31:17 2003 UTC (7 years, 7 months ago) by mooooooo
added help arg to alias

Revision 146 - Directory Listing
Modified Sun Jan 26 04:12:44 2003 UTC (7 years, 7 months ago) by zed
reset topic tooltip on non-channel tabs

Revision 145 - Directory Listing
Modified Sun Jan 26 04:08:01 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 144 - Directory Listing
Modified Sun Jan 26 04:07:01 2003 UTC (7 years, 7 months ago) by zed
handle +#channel notices

Revision 143 - Directory Listing
Modified Sun Jan 26 04:06:39 2003 UTC (7 years, 7 months ago) by zed
don't reset encoding after a disconnect

Revision 142 - Directory Listing
Modified Sun Jan 26 01:49:18 2003 UTC (7 years, 7 months ago) by mooooooo
added address/port to dcclist

Revision 141 - Directory Listing
Modified Fri Jan 24 01:39:26 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 140 - Directory Listing
Modified Thu Jan 23 10:48:39 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 139 - Directory Listing
Modified Thu Jan 23 10:46:06 2003 UTC (7 years, 7 months ago) by zed
ctcp utf8 fix

Revision 138 - Directory Listing
Modified Thu Jan 23 04:20:00 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 137 - Directory Listing
Modified Thu Jan 23 04:17:59 2003 UTC (7 years, 7 months ago) by zed
more tcl tweaks II

Revision 136 - Directory Listing
Modified Wed Jan 22 15:06:27 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 135 - Directory Listing
Modified Wed Jan 22 14:55:05 2003 UTC (7 years, 7 months ago) by zed
fix print buffering

Revision 134 - Directory Listing
Modified Wed Jan 22 14:12:04 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 133 - Directory Listing
Modified Wed Jan 22 14:10:23 2003 UTC (7 years, 7 months ago) by zed
more tcl detection tweaks

Revision 132 - Directory Listing
Modified Wed Jan 22 04:23:32 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 131 - Directory Listing
Modified Wed Jan 22 04:21:41 2003 UTC (7 years, 7 months ago) by zed
improve tcl detection

Revision 130 - Directory Listing
Modified Wed Jan 22 03:40:20 2003 UTC (7 years, 7 months ago) by zed
report error/strerror on dcc failures to recv/send socket and read/write file.

Revision 129 - Directory Listing
Modified Wed Jan 22 03:38:34 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 128 - Directory Listing
Modified Wed Jan 22 02:42:49 2003 UTC (7 years, 7 months ago) by zed
Refocus inputbox after clicking a dialogtab button.

Revision 127 - Directory Listing
Modified Wed Jan 22 02:35:56 2003 UTC (7 years, 7 months ago) by zed
fix typo in tcl section

Revision 126 - Directory Listing
Modified Tue Jan 21 11:28:17 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 125 - Directory Listing
Modified Tue Jan 21 11:26:20 2003 UTC (7 years, 7 months ago) by zed
Try pkg-config to find openssl.

Revision 124 - Directory Listing
Modified Tue Jan 21 04:23:46 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 123 - Directory Listing
Modified Tue Jan 21 04:14:17 2003 UTC (7 years, 7 months ago) by zed
add dcc-list fields address32 and port.

Revision 122 - Directory Listing
Modified Tue Jan 21 03:40:51 2003 UTC (7 years, 7 months ago) by zed
Pass IRC::command() non-slash commands to /say for 1.8.x compat.

Revision 121 - Directory Listing
Modified Mon Jan 20 12:43:34 2003 UTC (7 years, 7 months ago) by mooooooo
more /load fixes

Revision 120 - Directory Listing
Modified Mon Jan 20 07:54:19 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 119 - Directory Listing
Modified Mon Jan 20 04:53:39 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 118 - Directory Listing
Modified Mon Jan 20 04:35:19 2003 UTC (7 years, 7 months ago) by mooooooo
more /load fixes

Revision 117 - Directory Listing
Modified Mon Jan 20 04:25:16 2003 UTC (7 years, 7 months ago) by mooooooo
more /load fixes

Revision 116 - Directory Listing
Modified Mon Jan 20 04:16:35 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 115 - Directory Listing
Modified Mon Jan 20 02:43:34 2003 UTC (7 years, 7 months ago) by mooooooo
win32 and /load fixes

Revision 114 - Directory Listing
Modified Mon Jan 20 02:05:53 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 113 - Directory Listing
Modified Sun Jan 19 16:22:54 2003 UTC (7 years, 7 months ago) by mooooooo
changed to tcl.so and added gui script loading

Revision 112 - Directory Listing
Modified Sat Jan 18 07:43:22 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 111 - Directory Listing
Modified Sat Jan 18 05:10:49 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 110 - Directory Listing
Modified Sat Jan 18 05:00:03 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 109 - Directory Listing
Modified Sat Jan 18 03:28:33 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 108 - Directory Listing
Modified Sat Jan 18 02:58:16 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 107 - Directory Listing
Modified Sat Jan 18 02:41:00 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 106 - Directory Listing
Modified Fri Jan 17 05:07:58 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 105 - Directory Listing
Modified Thu Jan 16 13:58:16 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 104 - Directory Listing
Modified Thu Jan 16 11:36:47 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 103 - Directory Listing
Modified Thu Jan 16 05:40:12 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 102 - Directory Listing
Modified Thu Jan 16 02:58:18 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 101 - Directory Listing
Modified Wed Jan 15 06:15:39 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 100 - Directory Listing
Modified Wed Jan 15 03:12:26 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 99 - Directory Listing
Modified Wed Jan 15 02:54:24 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 98 - Directory Listing
Modified Mon Jan 13 07:29:37 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 97 - Directory Listing
Modified Sun Jan 12 02:42:54 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 96 - Directory Listing
Modified Sun Jan 12 01:59:16 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 95 - Directory Listing
Modified Sat Jan 11 14:08:50 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 94 - Directory Listing
Modified Sat Jan 11 13:56:51 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 93 - Directory Listing
Modified Sat Jan 11 03:12:16 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 92 - Directory Listing
Modified Thu Jan 9 06:22:30 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 91 - Directory Listing
Modified Wed Jan 8 12:29:29 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 90 - Directory Listing
Modified Wed Jan 8 12:21:50 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 89 - Directory Listing
Modified Wed Jan 8 06:08:37 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 88 - Directory Listing
Modified Tue Jan 7 07:45:56 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 87 - Directory Listing
Modified Sun Jan 5 13:54:35 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 86 - Directory Listing
Modified Sun Jan 5 06:49:07 2003 UTC (7 years, 7 months ago) by zed
*** empty log message ***

Revision 85 - Directory Listing
Modified Sat Jan 4 08:55:34 2003 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 84 - Directory Listing
Modified Fri Jan 3 03:08:52 2003 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 83 - Directory Listing
Modified Thu Jan 2 04:46:18 2003 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 82 - Directory Listing
Modified Wed Jan 1 10:36:08 2003 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 81 - Directory Listing
Modified Wed Jan 1 06:09:45 2003 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 80 - Directory Listing
Modified Wed Jan 1 05:42:57 2003 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 79 - Directory Listing
Modified Tue Dec 31 06:43:42 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 78 - Directory Listing
Modified Mon Dec 30 09:04:03 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 77 - Directory Listing
Modified Mon Dec 30 05:40:11 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 76 - Directory Listing
Modified Mon Dec 30 04:44:10 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 75 - Directory Listing
Modified Sun Dec 29 05:22:16 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 74 - Directory Listing
Modified Sun Dec 29 04:33:41 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 73 - Directory Listing
Modified Sat Dec 28 15:38:33 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 72 - Directory Listing
Modified Sat Dec 28 15:30:06 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 71 - Directory Listing
Modified Sat Dec 28 03:50:58 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 70 - Directory Listing
Modified Fri Dec 27 09:46:30 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 69 - Directory Listing
Modified Fri Dec 27 07:09:38 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 68 - Directory Listing
Modified Thu Dec 26 11:41:06 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 67 - Directory Listing
Modified Thu Dec 26 10:08:04 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 66 - Directory Listing
Modified Thu Dec 26 06:56:41 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 65 - Directory Listing
Modified Thu Dec 26 05:20:23 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 64 - Directory Listing
Modified Thu Dec 26 03:35:09 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 63 - Directory Listing
Modified Mon Dec 23 03:42:22 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 62 - Directory Listing
Modified Sat Dec 21 08:24:35 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 61 - Directory Listing
Modified Sat Dec 21 03:42:29 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 60 - Directory Listing
Modified Fri Dec 20 12:25:25 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 59 - Directory Listing
Modified Fri Dec 20 12:09:10 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 58 - Directory Listing
Modified Thu Dec 19 11:36:44 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 57 - Directory Listing
Modified Thu Dec 19 08:32:39 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 56 - Directory Listing
Modified Thu Dec 19 05:25:05 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 55 - Directory Listing
Modified Wed Dec 18 15:56:52 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 54 - Directory Listing
Modified Wed Dec 18 13:13:11 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 53 - Directory Listing
Modified Wed Dec 18 12:42:02 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 52 - Directory Listing
Modified Tue Dec 17 15:37:21 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 51 - Directory Listing
Modified Tue Dec 17 15:26:40 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 50 - Directory Listing
Modified Tue Dec 17 12:17:39 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 49 - Directory Listing
Modified Tue Dec 17 02:57:55 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 48 - Directory Listing
Modified Mon Dec 16 15:35:30 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 47 - Directory Listing
Modified Mon Dec 16 08:31:39 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 46 - Directory Listing
Modified Mon Dec 16 05:06:27 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 45 - Directory Listing
Modified Mon Dec 16 04:30:57 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 44 - Directory Listing
Modified Sun Dec 15 09:08:32 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 43 - Directory Listing
Modified Sun Dec 15 08:42:35 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 42 - Directory Listing
Modified Sun Dec 15 08:29:55 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 41 - Directory Listing
Modified Sat Dec 14 11:14:50 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 40 - Directory Listing
Modified Fri Dec 13 11:32:17 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 39 - Directory Listing
Modified Fri Dec 13 11:07:39 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 38 - Directory Listing
Modified Fri Dec 13 08:35:39 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 37 - Directory Listing
Modified Fri Dec 13 04:42:32 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 36 - Directory Listing
Modified Fri Dec 13 02:56:00 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 35 - Directory Listing
Modified Thu Dec 12 09:25:57 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 34 - Directory Listing
Modified Thu Dec 12 03:12:33 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 33 - Directory Listing
Modified Thu Dec 12 03:09:04 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 32 - Directory Listing
Modified Wed Dec 11 10:34:50 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 31 - Directory Listing
Modified Wed Dec 11 05:38:08 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 30 - Directory Listing
Modified Tue Dec 10 10:50:27 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 29 - Directory Listing
Modified Tue Dec 10 10:31:56 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 28 - Directory Listing
Modified Tue Dec 10 03:07:42 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 27 - Directory Listing
Modified Tue Dec 10 02:46:05 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 26 - Directory Listing
Modified Mon Dec 9 15:13:01 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 25 - Directory Listing
Modified Mon Dec 9 08:49:35 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 24 - Directory Listing
Modified Mon Dec 9 04:52:23 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 23 - Directory Listing
Modified Sun Dec 8 14:22:43 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 22 - Directory Listing
Modified Sun Dec 8 11:47:50 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 21 - Directory Listing
Modified Sun Dec 8 03:46:09 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 20 - Directory Listing
Modified Sat Dec 7 13:57:31 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 19 - Directory Listing
Modified Sat Dec 7 07:00:42 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 18 - Directory Listing
Modified Fri Dec 6 10:53:03 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 17 - Directory Listing
Modified Fri Dec 6 07:32:45 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 16 - Directory Listing
Modified Fri Dec 6 05:46:54 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 15 - Directory Listing
Modified Thu Dec 5 09:00:59 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 14 - Directory Listing
Modified Thu Dec 5 08:52:17 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 13 - Directory Listing
Modified Thu Dec 5 06:37:04 2002 UTC (7 years, 8 months ago) by zed
*** empty log message ***

Revision 12 - Directory Listing
Modified Wed Dec 4 04:09:33 2002 UTC (7 years, 9 months ago) by zed
*** empty log message ***

Revision 11 - Directory Listing
Modified Tue Dec 3 06:43:15 2002 UTC (7 years, 9 months ago) by zed
*** empty log message ***

Revision 10 - Directory Listing
Modified Tue Dec 3 03:08:41 2002 UTC (7 years, 9 months ago) by zed
*** empty log message ***

Revision 9 - Directory Listing
Modified Tue Dec 3 02:54:05 2002 UTC (7 years, 9 months ago) by zed
*** empty log message ***

Revision 8 - Directory Listing
Modified Mon Dec 2 04:29:16 2002 UTC (7 years, 9 months ago) by zed
*** empty log message ***

Revision 7 - Directory Listing
Modified Sun Dec 1 08:42:04 2002 UTC (7 years, 9 months ago) by zed
*** empty log message ***

Revision 6 - Directory Listing
Modified Fri Nov 29 09:21:23 2002 UTC (7 years, 9 months ago) by zed
*** empty log message ***

Revision 5 - Directory Listing
Modified Fri Nov 29 07:45:08 2002 UTC (7 years, 9 months ago) by zed
*** empty log message ***

Revision 4 - Directory Listing
Modified Fri Nov 29 04:51:14 2002 UTC (7 years, 9 months ago) by zed
*** empty log message ***

Revision 3 - Directory Listing
Modified Thu Nov 28 11:02:54 2002 UTC (7 years, 9 months ago) by zed
*** empty log message ***

Revision 2 - Directory Listing
Modified Thu Nov 28 10:41:32 2002 UTC (7 years, 9 months ago) by zed


Revision 1 - Directory Listing
Added Thu Nov 28 10:41:32 2002 UTC (7 years, 9 months ago) by (unknown author)
Standard project directories initialized by cvs2svn.

Sort log by: