summary refs log tree commit diff stats
path: root/src/common
AgeCommit message (Collapse)Author
2014-04-06Add account to Join eventTingPing
Also reorganizes some logic. The account will usually be NULL unless extended-join capability enabled. Closes #934
2014-04-02Add marker-line functionality for scrollback, instant seek.RichardHitt
Fixes #662.
2014-03-29Fix scrollback_load to deal with e.g. the output of /HELPRichardHitt
Fixes #928.
2014-03-24Improve handling scrollback when gui_tab_server==FALSERichardHitt
Fixes #925.
2014-03-18win32: Powershell.exe absolutely needs "-File" when running scripts or else ↵Arnavion
it parses arguments with spaces as separate parameters.
2014-03-08Add ElectroCodeKen Spencer
Closes #910
2014-03-08Added Anthrochat and Furnet to server lista Code Lizard
Closes #900
2014-02-12Fix some leaksTingPing
2014-02-12Remove unused functionTingPing
2014-02-12Fix warningTingPing
2014-02-06Use a single marshal file for entire projectTingPing
2014-02-04Add /getbool commandTingPing
2014-02-04osx: Set Menlo as default fontTingPing
This moves the find_font function to the front ends since it depends on pango and cairo
2014-02-04Print help messages for user commandsTingPing
2014-02-04Merge pull request #890 from orium/lagmeter-fixesTingPing
Lagmeter fixes
2014-02-02servlist: Add CanternetShutterQuick
2014-01-30Make all parent directories when creating configdirTingPing
2014-01-30Add synIRC to network listTingPing
Closes #888
2014-01-30Now make_ping_time() in common/util.c returns the time in milliseconds insteadDiogo Sousa
of microseconds. In fe_set_lag(serv, lag) the lag argument is now in milliseconds as well. Fixes #758.
2014-01-30More autotools cleanupTingPing
- Don't build msproxy if unused - Add resources to cleanfiles - Remove old extra_dist from plugins
2014-01-29osx: Silence openssl deprecated warningsTingPing
2014-01-27Allow overriding libdirTingPing
2014-01-27Fixed lag meter getting stuck.Diogo Sousa
Also lag_sent in struct server should have always been an unsigned long. Fixes #749.
2014-01-26Show error when you lack write permissions to configdirTingPing
2014-01-20Actually call commands sent with --commandTingPing
Closes #884
2014-01-20configure: Clean up EXTRA_DISTTingPing
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