summary refs log tree commit diff stats
path: root/src/common
AgeCommit message (Collapse)Author
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
2013-10-13Remove commented out networks in servlistTingPing
2013-10-13When opening a query dialog with /query nick msg, the message was not shown inDiogo Sousa
the newly opened dialog. This fixes that issue.
2013-10-13Renamed FurryLand to ElectronIRCIota Spencer
Closes #804 Closes #780
2013-10-12win32: 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-10Fix a few cppcheck warnings.XhmikosR
Use the proper data type in format functions and fix a resource leak.
2013-10-09Fix messages with server-time not showing as new activityDiogo 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-08Add preference to change tabs on scrollTingPing
Also revert e52905f50c7ff5d123a58ba016dcbb9de2b13f4f
2013-10-05some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv..Alf Gaida
2013-10-04Fix crash with long notify lists.TingPing
2013-10-03More improvements to libsexyTingPing
- 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-03Topic bar improvementsTingPing
- 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-30Strip trailing space from pluginpref_list entriesTingPing
2013-09-30Fix crash in hexchat_pluginpref_list()TingPing
Set max output size to 4096
2013-09-29Accept %I in text eventsTingPing
2013-09-27Replace xtext's transparency with full window transparencyTingPing
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-26Remove remnants of native file dialogsTingPing
2013-09-26Remove whats left of gconfTingPing
2013-09-25Only show users country if its not unknownTingPing
2013-09-24Split long messages at spacesTingPing
2013-09-23Fix /cycle commandTingPing
- 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-23Only underline the channel part if nick prefixTingPing
2013-09-23Fix url detection of channel with nick prefixTingPing
Closes #769
2013-09-23Strip trailing space from CAP REQTingPing
Mentioned in #770
2013-09-20Fix messages on networks that have chantypes the same as nick prefixesTingPing
Closes #763
2013-09-19Add fullscreen to to view menuTingPing
2013-09-17Add message arguement to /queryTingPing
Closes #757
2013-09-15Convert project files to vs2013Eustachy Kapusta
2013-09-15Fix logging networks with invalid names on WindowsTingPing
2013-09-15Replace search window with a searchbarTingPing
2013-09-15Replace search window with a searchbarTingPing
2013-09-15Move optimization settings from all subsequent projects to hexchat.propsEustachy Kapusta
2013-09-15Merge xchat r1525TingPing
Fixes possible crash
2013-09-12Default spotchat to SASLTingPing
2013-09-07Add channelkey to channel listsTingPing
2013-09-07Merge branch 'saslmech'TingPing
2013-09-07Disable challangeauth without opensslTingPing
2013-09-07Implement BLOWFISh, AES, and EXTERNAL SASL mechanismsTingPing
Closes #657
2013-09-06Merge pull request #733 from hexchat/filedialogTingPing
Improve file dialogs