Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-10 | Exec: Print help on empty string | TingPing | |
... and bump version | |||
2013-09-08 | Update transifex config file | TingPing | |
2013-09-08 | Remove about.c from POTFILES.in | TingPing | |
2013-09-07 | Add channelkey to channel lists | TingPing | |
2013-09-07 | Merge branch 'saslmech' | TingPing | |
2013-09-07 | Disable challangeauth without openssl | TingPing | |
2013-09-07 | Implement BLOWFISh, AES, and EXTERNAL SASL mechanisms | TingPing | |
Closes #657 | |||
2013-09-07 | Add appdata file | TingPing | |
2013-09-06 | Merge pull request #733 from hexchat/filedialog | TingPing | |
Improve file dialogs | |||
2013-09-06 | Fix detecting utf-8 on some networks | TingPing | |
2013-08-31 | Of course mimetype doesn't work on Windows.. | TingPing | |
2013-08-31 | Use mimetypes for audio and images | TingPing | |
2013-08-31 | Improve file dialogs | TingPing | |
- Fixes #314 - Adds file extensions to sound and image browsing - Some options no longer default to our config dir - Always add a shortcut to our config dir - Remove broken 'last_dir' functionality, gtk already knows recent | |||
2013-08-28 | Merge pull request #731 from NoneGiven/patch-2 | TingPing | |
Fix colored vhosts | |||
2013-08-28 | Update text events, fix colored vhosts | NoneGiven | |
2013-08-28 | Update travis to build theme manager | TingPing | |
2013-08-28 | Update htm mime file | TingPing | |
2013-08-28 | Merge pull request #730 from hasufell/mono | TingPing | |
BUILD: add --with-theme-manager configure option | |||
2013-08-28 | BUILD: update mime and desktop database | hasufell | |
2013-08-28 | update desktop file | hasufell | |
2013-08-28 | update gitignore | hasufell | |
2013-08-28 | BUILD: use thememan.in instead of Makefile echo | hasufell | |
2013-08-28 | BUILD: don't hardcode the install path in the script | hasufell | |
2013-08-28 | BUILD: fix quoting issue | hasufell | |
\"$@\" got malformed and interpreted by the Makefile | |||
2013-08-28 | BUILD: add --with-theme-manager configure option | hasufell | |
2013-08-27 | Merge pull request #728 from hasufell/master | TingPing | |
build system improvements | |||
2013-08-27 | BUILD: use a blacklist rather than a whitelist for python versions | hasufell | |
2013-08-26 | Merge pull request #729 from hasufell/mime | TingPing | |
fix htm desktop file | |||
2013-08-27 | STYLE: tabs, not whitespaces | hasufell | |
2013-08-27 | BUILD: consistently use PKG_CONFIG | hasufell | |
2013-08-26 | STYLE: add missing comma | hasufell | |
2013-08-26 | fix desktop file | hasufell | |
2013-08-26 | BUILD: use pkg-config to detect python | hasufell | |
2013-08-26 | Fix /exec -o on Windows | TingPing | |
2013-08-26 | Add desktop and mimetype file for the Theme Manager | TingPing | |
2013-08-26 | Handle incoming messages from yourself | TingPing | |
These are common for users of bouncers, private messages still need to be handled. | |||
2013-08-26 | Sysinfo: Add announce option | TingPing | |
2013-08-26 | Sysinfo: Fix gentoo detection | hasufell | |
2013-08-25 | Update CLEAR and MSG help message | TingPing | |
2013-08-25 | Update help for close command | TingPing | |
2013-08-21 | Add TinyCrab to network list | TingPing | |
Closes #723 | |||
2013-08-20 | Handle lists in MONITOR replies | TingPing | |
2013-08-17 | Make formatting more consistent | TingPing | |
#719 | |||
2013-08-17 | Merge pull request #719 from Farow/pull | TingPing | |
Improve cursor behavior | |||
2013-08-16 | Improve cursor behavior | Farow | |
- The cursor doesn't turn into a hand for non-url parts of a word - Removal of unneeded variable str | |||
2013-08-15 | Merge pull request #718 from Farow/pull | TingPing | |
Channel url improvements | |||
2013-08-15 | Add ObsidianIRC network | TingPing | |
#412 | |||
2013-08-13 | Allow multiple channels in url, fix nick re | Farow | |
- Multiple channels have to be separated by a comma - Fix #nick becoming a url for nick instead of #nick | |||
2013-08-12 | Fixed munging of whitespace in sysinfo's matching functions | Joshua Theze | |
Closes #712 | |||
2013-08-13 | Channel url and cursor fix | Farow | |
- Allow colons in channel urls - Only add the channel part in the context menu - Fix cursor not changing between separator and url |