summary refs log tree commit diff stats
path: root/src
AgeCommit message (Expand)Author
2012-10-05Nasty copy-paste problemBerke Viktor
2012-10-04Add Mono project for HTMArnav Singh
2012-10-04Enable timestamps by default and change default format to include secondsBerke Viktor
2012-10-04Add project for generating text eventsBerke Viktor
2012-10-04Remove unused references 2 (TingPing)Berke Viktor
2012-10-04Remove unused references (TingPing)Berke Viktor
2012-10-04Add support for backslash as drive root for full path logsBerke Viktor
2012-10-04Add note about special folderBerke Viktor
2012-10-04Fix HTM config dir handling both on Windows and UnixBerke Viktor
2012-10-03Fix for erroneous full path checkBerke Viktor
2012-10-03Complete the VS2010 reversionBerke Viktor
2012-10-03Fix platform toolset for certain projects in legacy solutionBerke Viktor
2012-10-03Revert to VS2010 part4Berke Viktor
2012-10-03Update GIMPNet name and serversBerke Viktor
2012-10-02Update default URL grabber limitBerke Viktor
2012-10-02Merge pull request #115 from RichardHitt/masterbviktor
2012-10-02Fix release path for HTM, C# projects don't support property sheets to use a ...Berke Viktor
2012-10-02Use explicit project names, output filenames depend on themBerke Viktor
2012-10-02Oops, wrong find'n'replaceBerke Viktor
2012-10-02Remove hardcoding as much as possibleBerke Viktor
2012-10-02Change platform toolset to Visual Studio 2012Berke Viktor
2012-10-02Add XP (WDK) solution as a fallback optionBerke Viktor
2012-10-01Fix memory leak related to url grabbingRichardHitt
2012-09-29Limit the number of URLs to keep and add GUI options for itBerke Viktor
2012-09-28KISS!Berke Viktor
2012-09-28Save URL lists in config dir by defaultBerke Viktor
2012-09-24Add strlcat() and strlcpy(), might convert to them in the futureBerke Viktor
2012-09-23Add 2 new networks and fix some sortingBerke Viktor
2012-09-22Fix syntax error, remove extra parenthesisBerke Viktor
2012-09-22Allow full path for logs, actually it can be determined quite reliablyBerke Viktor
2012-09-22Force relative path for logs, for full path you can still use symlinks anywayBerke Viktor
2012-09-21no highlights for some more annoying nicksDaniel Leining
2012-09-20Some rebranding work leftBerke Viktor
2012-09-16Open links with just left click by defaultBerke Viktor
2012-09-16Force 5.x subsystem globallyBerke Viktor
2012-09-15Update solution to Visual Studio 2012 Express and get rid of mpcInfoBerke Viktor
2012-09-15Disable running WHO after joining channel by defaultBerke Viktor
2012-09-09Add EsperNet - the server list really needs a rewrite btw, IFDEFs are uglyBerke Viktor
2012-09-05Fix unchecked mallocPaul Wise
2012-09-02Don't make a numeric equation between chars (openSUSE)Berke Viktor
2012-09-02Consistency for the other Advanced pane tooBerke Viktor
2012-09-01Merge pull request #68 from RichardHitt/masterbviktor
2012-09-01Some more consistency for variable namesBerke Viktor
2012-09-01Be consistent in PreferencesBerke Viktor
2012-09-01Consolidate color stripping for messages, topic and scrollbackBerke Viktor
2012-09-01Add Chat4all networkBerke Viktor
2012-09-01Add Unifont to the default list of alternative fontsBerke Viktor
2012-08-28Enhance LASTLOG to use gtk_xtext_search_textentry()RichardHitt
2012-08-06reordered snoo because i dunno my ABC'sZachary Bloomquist
2012-08-06fixen snoonet sslZachary Bloomquist
d='n379' href='#n379'>379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745