summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2012-07-31Merge pull request #31 from Joah/masterbviktor
Update src/common/servlist.c with AlphaChat IRC Network
2012-07-31Use 6697 for SSL connections by defaultBerke Viktor
http://blog.freenode.net/2011/02/port-6697-irc-via-tlsssl/
2012-07-30Update src/common/servlist.cJoah
Added the AlphaChat IRC network (http://www.alphachat.net), a ~300 user network that runs ShadowIRCd and Atheme services with leaves in North America, Europe, Australia, and South Africa.
2012-07-30Add missing includeBerke Viktor
2012-07-30Use a more appropriate icon in a more appropriate sizeBerke Viktor
2012-07-30Fix compilation on Red Hat (Phr33d0m)Berke Viktor
2012-07-29Merge pull request #24 from tobbi/masterbviktor
Typo fixes and more translations for German (de-DE)
2012-07-29Several German fixes and some further translationsTobias Markus
Typo fixes and more translations
2012-07-29Merge pull request #18 from luminoso/patch-1bviktor
Update src/common/servlist.c
2012-07-27Update src/common/servlist.cluminoso
PTlink Portuguese IRC server is dead for a few years and there is a new server for PTnet. There is also SSL support and one ipv6-only server, but I'm not sure about the best way to add it to this list.
2012-07-27Enable updates to 2.9.1Berke Viktor
2012-07-27Add info about HexChat changelogBerke Viktor
2012-07-27Update XChat to r1521 part 2Berke Viktor
2012-07-27Update XChat to r1521Berke Viktor
2012-07-27Remember last search pattern during sessionsRichard Hitt
2012-07-27Fix Perl interface filename in the installer, tooBerke Viktor
2012-07-27Fix auto-loading the Perl interface on WindowsBerke Viktor
2012-07-26Update notes about config changesBerke Viktor
2012-07-26Make FiSHLiM consistent with recent naming changesBerke Viktor
2012-07-26Don't hardcode path when printing error message for config dir creationBerke Viktor
2012-07-26Auto-load user plugins and scripts from <config>/addonsBerke Viktor
On Unix leave $(libdir)/hexchat/plugins for plugin packagers, on Windows prevent users from modifying Program Files by ignoring everything except bundled plugins
2012-07-26Autoload local plugins from <config>/pluginsBerke Viktor
2012-07-26Fix memory leak in lastlogRichard Hitt
2012-07-25Initial support for lastlog -r on win32 (Richard)Richard Hitt
2012-07-24No idea why I put 2011 hereBerke Viktor
2012-07-24This applies to all scripts/plugins, not just PerlBerke Viktor
2012-07-23No reason to put Windows on the bottomBerke Viktor
2012-07-23Don't suggest --enable-maintainer-mode, noone's using it anywayBerke Viktor
2012-07-23Make HexChat remember minimum and maximum users set in channel listBerke Viktor
2012-07-23Update list of supported Windows versionsBerke Viktor
2012-07-22Now, really fix grep on WindowsBerke Viktor
2012-07-22Make GREP work on Windows, regexp support isn't implemented in fe_lastlog yetBerke Viktor
2012-07-21Unused sndPlaySound method for future referenceBerke Viktor
2012-07-21GtkFileFilter shouldn't be g_freedBerke Viktor
2012-07-21Fix error message displayed when cannot create config folderBerke Viktor
2012-07-21Add extension filter for file dialogs, specify filters and starting folder ↵Berke Viktor
for loading plugins
2012-07-21Use <configdir>/scripts to (auto)load Lua/Perl/Python/Tcl scriptsBerke Viktor
2012-07-21Update .gitignore to include all Unix-specific filesBerke Viktor
2012-07-21Get rid of yet another implicit declarationBerke Viktor
2012-07-21Minor cosmetics for util.c tooBerke Viktor
2012-07-21Reformat the DNS plugin a bit while we're at itBerke Viktor
2012-07-21Supposed fix for g_io_channel_read() deprecationBerke Viktor
2012-07-21Add _AMD64_ definition for x64 builds, make Visual Studio even happierBerke Viktor
2012-07-21Add trailing backslashes to Output and Intermediate directories, make Visual ↵Berke Viktor
Studio happy
2012-07-21More unused variablesBerke Viktor
2012-07-21Some aid for compiler warningsBerke Viktor
2012-07-21Add MS Gothic to default list of alternative fontsBerke Viktor
2012-07-20Some XChat string left outBerke Viktor
2012-07-20Eliminate some Tcl noiseBerke Viktor
2012-07-20Only g_free() if we g_malloc() with strip_color()Berke Viktor