Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-22 | Open channel list window on /list | Farow | |
2013-10-22 | url_check_line () now recognizes all urls | Diogo 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-22 | make_re() now doesn't free the argument. | Diogo Sousa | |
This is good practice and also helped simplifying re_*() functions. | |||
2013-10-20 | Fix SASL on some networks | TingPing | |
2013-10-20 | Ignore nick prefix when splitting NAMES reply | TingPing | |
2013-10-20 | Only split NAMES reply if server supports userhost-in-names | TingPing | |
2013-10-18 | Add support for userhost-in-names capability | TingPing | |
2013-10-17 | Add option to auto +x on connect | TingPing | |
2013-10-17 | Remove dead networks | TingPing | |
2013-10-17 | Default to SASL on every supported network | TingPing | |
2013-10-17 | Remove #xchat from ChatJunkies autojoin | TingPing | |
2013-10-17 | Respect use global flag with SASL | TingPing | |
2013-10-15 | Focus new server tabs | TingPing | |
2013-10-15 | Add remaining chanopts to plugin api | TingPing | |
In flags of get_list('channels') | |||
2013-10-14 | Don't overwrite existing ignores when flooded | TingPing | |
Closes #792 | |||
2013-10-13 | Remove commented out networks in servlist | TingPing | |
2013-10-13 | When opening a query dialog with /query nick msg, the message was not shown in | Diogo Sousa | |
the newly opened dialog. This fixes that issue. | |||
2013-10-13 | Renamed FurryLand to ElectronIRC | Iota Spencer | |
Closes #804 Closes #780 | |||
2013-10-12 | win32: Use version information from configure.ac to populate the ↵ | Arnavion | |
Windows-specific files that need it - config-win32.h, version.txt, hexchat.rc, hexchat.iss This is done via T4 templates. The original files are now generated at build-time and so have been added to .gitignore and removed from the repository, with the exception of version.txt which must be hosted on GitHub for the updater plugin. | |||
2013-10-10 | Fix a few cppcheck warnings. | XhmikosR | |
Use the proper data type in format functions and fix a resource leak. | |||
2013-10-09 | Fix messages with server-time not showing as new activity | Diogo Sousa | |
Added a parameter to fe_print_text() to say that the message does not represent new activity. This is used when a log from an old session is loaded. This used to be implicit whenever the timestamp was non-zero, but with server-time this no longer makes sense. Fixes issue #746. | |||
2013-10-08 | Add preference to change tabs on scroll | TingPing | |
Also revert e52905f50c7ff5d123a58ba016dcbb9de2b13f4f | |||
2013-10-05 | some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv.. | Alf Gaida | |
2013-10-04 | Fix crash with long notify lists. | TingPing | |
2013-10-03 | More improvements to libsexy | TingPing | |
- Add option for showing attributes in input - Improve attribute parsing - Fix detecting iso-codes on unix - Improve getting default langs from $LANG - Fix warnings | |||
2013-10-03 | Topic bar improvements | TingPing | |
- Don't show on server tab - Don't show unavailable modes - Remove less used modes and add more common ones - Use proper case for buttons | |||
2013-09-30 | Strip trailing space from pluginpref_list entries | TingPing | |
2013-09-30 | Fix crash in hexchat_pluginpref_list() | TingPing | |
Set max output size to 4096 | |||
2013-09-29 | Accept %I in text events | TingPing | |
2013-09-27 | Replace xtext's transparency with full window transparency | TingPing | |
Xtext's transparency barely worked on windows, didn't work on any modern linux wm and used fake transparency. This uses gtk's built in window opacity that works on more systems and is real transparency. Text area only transparency may return with a transition to cairo, if it works on Windows. | |||
2013-09-26 | Remove remnants of native file dialogs | TingPing | |
2013-09-26 | Remove whats left of gconf | TingPing | |
2013-09-25 | Only show users country if its not unknown | TingPing | |
2013-09-24 | Split long messages at spaces | TingPing | |
2013-09-23 | Fix /cycle command | TingPing | |
- Uses the correct channelkey when called from another tab - Allows it to be used from any tab in the same server - Verifies it's a channel you are in | |||
2013-09-23 | Only underline the channel part if nick prefix | TingPing | |
2013-09-23 | Fix url detection of channel with nick prefix | TingPing | |
Closes #769 | |||
2013-09-23 | Strip trailing space from CAP REQ | TingPing | |
Mentioned in #770 | |||
2013-09-20 | Fix messages on networks that have chantypes the same as nick prefixes | TingPing | |
Closes #763 | |||
2013-09-19 | Add fullscreen to to view menu | TingPing | |
2013-09-17 | Add message arguement to /query | TingPing | |
Closes #757 | |||
2013-09-15 | Convert project files to vs2013 | Eustachy Kapusta | |
2013-09-15 | Fix logging networks with invalid names on Windows | TingPing | |
2013-09-15 | Replace search window with a searchbar | TingPing | |
2013-09-15 | Replace search window with a searchbar | TingPing | |
2013-09-15 | Move optimization settings from all subsequent projects to hexchat.props | Eustachy Kapusta | |
2013-09-15 | Merge xchat r1525 | TingPing | |
Fixes possible crash | |||
2013-09-12 | Default spotchat to SASL | TingPing | |
2013-09-07 | Add channelkey to channel lists | TingPing | |
2013-09-07 | Merge branch 'saslmech' | TingPing | |