summary refs log tree commit diff stats
path: root/src/common
AgeCommit message (Collapse)Author
2014-01-16Fix warning when built without pluginsTingPing
2014-01-14Build with gtk-mac-integrationTingPing
- Use HexChat logo for dock icon - Use appmenu (not finished)
2014-01-14Clean up formatting during buildTingPing
2014-01-12Tweak 908 syntaxTingPing
2014-01-12... Add inbound_sasl_supportedmechs to inbound.hTingPing
2014-01-12Support numeric 908TingPing
2014-01-11Add Turkish language to preferencesTingPing
Users of uk, vi, and wa languages will have to manually change their lang on Windows after this.
2014-01-11... and ignore blank network passwordsTingPing
2014-01-11Login when /server is used on known hostnameTingPing
This brings back old behavior where you can /server to another server in the same network and login with services but now is only sent when the server is known not every time so more secure.
2014-01-08Fix warningsTingPing
2014-01-08Rewrite dns commandTingPing
- Cross platform - Doesn't depend on external tools
2014-01-04Define AI_ADDRCONFIG in inet.h, needed by OpenBSDConnor Cooper
2014-01-03Change url-handler example to firefox -new-windowTingPing
Firefox removed the ability to open private windows with a link
2013-12-27Replaced use of T4 templates with PS-based templates.Arnavion
TextTransform.exe is not available with Express versions of Visual Studio.
2013-12-27Properly request server-time when it's the only capTingPing
Closes #862
2013-12-25Add Techman's World IRC networkPoorDog
Closes #813
2013-12-23Merge pull request #864 from RichardHitt/snadgeTingPing
Ignore realname if it's a null string
2013-12-23Only return channel sessions from find_channel()TingPing
Closes #865
2013-12-22Ignore realname if it's a null stringRichardHitt
2013-11-28Fix NAMES command syntaxTingPing
2013-11-28Print{,_attr} and server{,_attr} hooks were incorrectly handled when bothDiogo Sousa
version existed (regular and attrs). Specifically, the priority was not respected, and both versions were run even when EAT_PLUGIN was returned. Fixes #847.
2013-11-23update help message for /namesTingPing
2013-11-22Fix more warningsTingPing
2013-11-22Fix warningsTingPing
2013-11-19Add InterlinkedAndrew
2013-11-17Fix crash with negative timestamp in banlistTingPing
Closes #841
2013-11-03Use correct path to TextTransform.exe depending on the platform.Arnavion
2013-11-02Fix invalid timestamps crashing on WindowsTingPing
2013-11-01Update help message for kick/kickbanTingPing
2013-11-01Don't auto unmark away when getting znc playbackTingPing
2013-10-27Fix random_line() cutting off textTingPing
fgets() wont include the newline
2013-10-27Use a full path to configdir when using portable modeTingPing
This avoids the issue of plugins changing paths on us
2013-10-26Only update userlistgui when necessaryTingPing
2013-10-23Match nick last when checking urlJahan Addison
Closes #796
2013-10-22fix another warningTingPing
2013-10-22Open channel list window on /listFarow
2013-10-22url_check_line () now recognizes all urlsDiogo Sousa
previously it only recognized url with "://" after the scheme. Urls without a scheme are purposely not recognized by this function. Fixes #701 Closes #815
2013-10-22make_re() now doesn't free the argument.Diogo Sousa
This is good practice and also helped simplifying re_*() functions.
2013-10-20Fix SASL on some networksTingPing
2013-10-20Ignore nick prefix when splitting NAMES replyTingPing
2013-10-20Only split NAMES reply if server supports userhost-in-namesTingPing
2013-10-18Add support for userhost-in-names capabilityTingPing
2013-10-17Add option to auto +x on connectTingPing
2013-10-17Remove dead networksTingPing
2013-10-17Default to SASL on every supported networkTingPing
2013-10-17Remove #xchat from ChatJunkies autojoinTingPing
2013-10-17Respect use global flag with SASLTingPing
2013-10-15Focus new server tabsTingPing
2013-10-15Add remaining chanopts to plugin apiTingPing
In flags of get_list('channels')
2013-10-14Don't overwrite existing ignores when floodedTingPing
Closes #792