Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-24 | Replace deprecated GetVersionEx calls with version helpers | Berke Viktor | |
Only compiles with 8.1 SDK but runs everywhere Closes #957 | |||
2014-04-21 | Use the right API to get the path to Roaming AppData and Downloads ↵ | Arnavion | |
directories, and actually convert it to utf-8 instead of using it directly. | |||
2014-04-21 | Don't convert the result of g_get_user_name / g_get_real_name from locale to ↵ | Arnavion | |
utf-8 on Windows. They return utf-8 already. | |||
2014-04-21 | Use utf-8 variant of strftime to format log file paths. | Arnavion | |
strftime assumes the format string is in locale encoding, which mangles log file paths that are in utf-8. Fixes #767 Fixes #945 | |||
2014-04-18 | Fix issues removing autojoin channels | TingPing | |
- Makes remove case insensitive - Fixes crashing when channel not found | |||
2014-04-17 | Fix #928. Fix memory leak, mea culpa. | RichardHitt | |
2014-04-17 | Fixes #928 again. In scrollback replay, skip every line that starts 0x0d. | RichardHitt | |
2014-04-10 | Fix whitespace... | TingPing | |
2014-04-10 | Add Xertion to network list | TingPing | |
Closes #939 | |||
2014-04-06 | Add account to Join event | TingPing | |
Also reorganizes some logic. The account will usually be NULL unless extended-join capability enabled. Closes #934 | |||
2014-04-02 | Add marker-line functionality for scrollback, instant seek. | RichardHitt | |
Fixes #662. | |||
2014-03-29 | Fix scrollback_load to deal with e.g. the output of /HELP | RichardHitt | |
Fixes #928. | |||
2014-03-24 | Improve handling scrollback when gui_tab_server==FALSE | RichardHitt | |
Fixes #925. | |||
2014-03-18 | win32: Powershell.exe absolutely needs "-File" when running scripts or else ↵ | Arnavion | |
it parses arguments with spaces as separate parameters. | |||
2014-03-08 | Add ElectroCode | Ken Spencer | |
Closes #910 | |||
2014-03-08 | Added Anthrochat and Furnet to server list | a Code Lizard | |
Closes #900 | |||
2014-02-12 | Fix some leaks | TingPing | |
2014-02-12 | Remove unused function | TingPing | |
2014-02-12 | Fix warning | TingPing | |
2014-02-06 | Use a single marshal file for entire project | TingPing | |
2014-02-04 | Add /getbool command | TingPing | |
2014-02-04 | osx: Set Menlo as default font | TingPing | |
This moves the find_font function to the front ends since it depends on pango and cairo | |||
2014-02-04 | Print help messages for user commands | TingPing | |
2014-02-04 | Merge pull request #890 from orium/lagmeter-fixes | TingPing | |
Lagmeter fixes | |||
2014-02-02 | servlist: Add Canternet | ShutterQuick | |
2014-01-30 | Make all parent directories when creating configdir | TingPing | |
2014-01-30 | Add synIRC to network list | TingPing | |
Closes #888 | |||
2014-01-30 | Now make_ping_time() in common/util.c returns the time in milliseconds instead | Diogo Sousa | |
of microseconds. In fe_set_lag(serv, lag) the lag argument is now in milliseconds as well. Fixes #758. | |||
2014-01-30 | More autotools cleanup | TingPing | |
- Don't build msproxy if unused - Add resources to cleanfiles - Remove old extra_dist from plugins | |||
2014-01-29 | osx: Silence openssl deprecated warnings | TingPing | |
2014-01-27 | Allow overriding libdir | TingPing | |
2014-01-27 | Fixed lag meter getting stuck. | Diogo Sousa | |
Also lag_sent in struct server should have always been an unsigned long. Fixes #749. | |||
2014-01-26 | Show error when you lack write permissions to configdir | TingPing | |
2014-01-20 | Actually call commands sent with --command | TingPing | |
Closes #884 | |||
2014-01-20 | configure: Clean up EXTRA_DIST | TingPing | |
2014-01-16 | Fix warning when built without plugins | TingPing | |
2014-01-14 | Build with gtk-mac-integration | TingPing | |
- Use HexChat logo for dock icon - Use appmenu (not finished) | |||
2014-01-14 | Clean up formatting during build | TingPing | |
2014-01-12 | Tweak 908 syntax | TingPing | |
2014-01-12 | ... Add inbound_sasl_supportedmechs to inbound.h | TingPing | |
2014-01-12 | Support numeric 908 | TingPing | |
2014-01-11 | Add Turkish language to preferences | TingPing | |
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 passwords | TingPing | |
2014-01-11 | Login when /server is used on known hostname | TingPing | |
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-08 | Fix warnings | TingPing | |
2014-01-08 | Rewrite dns command | TingPing | |
- Cross platform - Doesn't depend on external tools | |||
2014-01-04 | Define AI_ADDRCONFIG in inet.h, needed by OpenBSD | Connor Cooper | |
2014-01-03 | Change url-handler example to firefox -new-window | TingPing | |
Firefox removed the ability to open private windows with a link | |||
2013-12-27 | Replaced use of T4 templates with PS-based templates. | Arnavion | |
TextTransform.exe is not available with Express versions of Visual Studio. | |||
2013-12-27 | Properly request server-time when it's the only cap | TingPing | |
Closes #862 |