Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-26 | xtext: Get proper text width with attributes | TingPing | |
2013-10-25 | Sensitize banlist buttons if half-op | TingPing | |
For #647 | |||
2013-10-24 | Update readme.md | TingPing | |
2013-10-23 | Match nick last when checking url | Jahan Addison | |
Closes #796 | |||
2013-10-22 | fix another warning | TingPing | |
2013-10-22 | fix warning | TingPing | |
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-22 | fix some warnings | TingPing | |
2013-10-22 | Port editlist to GtkTreeView | TingPing | |
2013-10-20 | Fix SASL on some networks | TingPing | |
2013-10-20 | sysinfo: Fix showing debian version on ubuntu | TingPing | |
2013-10-20 | win32: install theme manager by default | 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 | libsexy: last color parsing improvement | TingPing | |
2013-10-17 | libsexy: More color parsing improvements | 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 | Reset entry attributes on newlines | TingPing | |
2013-10-15 | Add remaining chanopts to plugin api | TingPing | |
In flags of get_list('channels') | |||
2013-10-15 | Fix moving channels when using tabs | TingPing | |
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 | Perl: fixed crash when a script exits abnormally | Farow | |
2013-10-13 | Renamed FurryLand to ElectronIRC | Iota Spencer | |
Closes #804 Closes #780 | |||
2013-10-13 | Don't open banlist in empty channel tab | TingPing | |
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-12 | win32: Make all projects depend on common so that common is always run ↵ | Arnavion | |
before any others. | |||
2013-10-12 | Rename Strawberry to Hexchat in Perl error message | Eustachy Kapusta | |
2013-10-12 | Fix installer on 32bit Windows | TingPing | |
2013-10-11 | Merge pull request #801 from Phr33d0m/patch-2 | TingPing | |
Better understandable option for the input box's color rendering | |||
2013-10-12 | Better understandable option for the input box's color rendering | Denis M. | |
2013-10-10 | xtext: store palette as GdkColors | TingPing | |
2013-10-10 | Fix configure output when python disabled | TingPing | |
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 | Add hexchat perl module to gitignore | TingPing | |
2013-10-09 | Remove left over ifdef for spellcheck | TingPing | |
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-09 | Improve Windows installer | TingPing | |
- Unify x86 and x64 installer files - Get rid of version program - Clean up .iss file - Only allow one installation | |||
2013-10-09 | Revert 2d5cb3ec7bc62e5c4e7b550ecade22bb53efd9f6 | TingPing | |
Scrolling has issues i couldn't easily fix, will get back to later but lets keep this usable | |||
2013-10-08 | Round 3 of Gtk accessor functions: xtext | TingPing | |
2013-10-08 | Work around for /away being called multiple times | TingPing | |
This will have to be solved eventually in menu.c so you can change their status without emitting the signals. |