summary refs log tree commit diff stats
path: root/plugins
AgeCommit message (Expand)Author
2015-01-05sysinfo: Also show HDD information.Arnavion
2015-01-04sysinfo: Don't confuse build architecture with CPU architecture.Arnavion
2015-01-04sysinfo: Refactored out individual WMI parsing methods.Arnavion
2015-01-03Bring the sysinfo plugin to the 21st century.Arnavion
2014-12-31python: Use Py_RETURN_NONE macroTingPing
2014-12-31Python: Fix overflow and code-cleanupTingPing
2014-12-28Fix building as c89TingPing
2014-12-28Use glib for allocations in all pluginsTingPing
2014-12-17More consistently include config.hTingPing
2014-12-15Don't require glib 2.40TingPing
2014-12-15fishlim: Handle server-timeTingPing
2014-12-15fishlim: Use proper filesystem encoding for filesTingPing
2014-12-15fishlim: Use standard keyfile save functionTingPing
2014-12-15fishlim: Strip whitespace when deleting keysTingPing
2014-12-15fishlim: Use hexchat_nickcmp()TingPing
2014-12-15fishlim: Improve string handlingTingPing
2014-12-15configure: Improve various build flagsTingPing
2014-12-15checksum: Use glib for io/checksum and misc fixesTingPing
2014-12-14perl: Fixed warning about implicitly casting the time_t returned from hexchat...Arnavion
2014-12-11sysinfo: Simplify remove_leading_whitespace()TingPing
2014-12-11Fix some warnings in xsysTingPing
2014-12-08Removed some unnecessary null-checks for calls to g_free and g_strfreevArnavion
2014-12-04Fix some obvious type warnings.Arnavion
2014-11-02Warning cleanupCampbell Barton
2014-09-25Fixed instances of hexchat_printf that unsafely used a string parameter as a ...Arnavion
2014-09-14Fix out of source buildsTingPing
2014-07-18Fix formatting warningsTingPing
2014-06-04Use GDir instead of direntTingPing
2014-06-04win32: Use config.h instead of config-win32.hTingPing
2014-06-02fishlim: Fix filename in error messagesTingPing
2014-06-02Handle a special character before "+OK", e.g. identify-msg + or -Samuel Lidén Borell
2014-06-02Use path to HexChat instead of XChat in the test programSamuel Lidén Borell
2014-06-02Add missing include in the test programSamuel Lidén Borell
2014-06-02Fix memory leak in the test programSamuel Lidén Borell
2014-06-02Fix undefined behaviour in left shiftSamuel Lidén Borell
2014-05-28perl: Update Perl to 5.20tomek
2014-04-19sysinfo: Use less ambiguous IEC prefixes in storage measurementsMax Zerzouri
2014-04-19python: Scan for non-NULLs in print eventsAdam Dane [:hobophobe]
2014-03-11Fix miscapitalizationEustachy Kapusta
2014-02-12Fix some leaksTingPing
2014-01-30More autotools cleanupTingPing
2014-01-29osx: Silence openssl deprecated warningsTingPing
2014-01-20Remove unused xdcc server pluginTingPing
2014-01-20configure: Clean up EXTRA_DISTTingPing
2014-01-20Remove unused pluginsTingPing
2014-01-20Remove unused perl filesTingPing
2014-01-08Rewrite dns commandTingPing
2013-10-20sysinfo: Fix showing debian version on ubuntuTingPing
2013-10-13Perl: fixed crash when a script exits abnormallyFarow
2013-10-12Rename Strawberry to Hexchat in Perl error messageEustachy Kapusta
> 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