TingPing
8ff5b53525
Fixup
2015-04-08 06:27:07 -04:00
TingPing
77141cb080
Fixup
2015-04-07 20:08:42 -04:00
TingPing
cff0b31fb9
Fixup
2015-04-07 10:46:43 -04:00
TingPing
d1bddc468e
plugin: Migrate pluginpref to GKeyFile
...
This removes the fixed length on all settings and
cleans up a lot of code. The fixed buffer functions
have been deprecated but still function.
2015-04-07 10:20:46 -04:00
TingPing
c86389f99b
Fix possible overflow in pluginpref
...
Closes #1265
2015-04-07 06:38:59 -04:00
TingPing
66f2f3a84a
Improve /AWAY help message
...
Closes #1343
2015-04-05 00:54:52 -04:00
TingPing
f8c7ea3672
Fix some text event descriptions
2015-04-04 04:29:39 -04:00
TingPing
e313a82ab4
sysinfo: Strip trailing space on video card
2015-03-20 05:38:22 -04:00
TingPing
9024a5c71b
Fix typo
2015-03-20 05:37:27 -04:00
TingPing
f03b6314b4
Remove unused files
2015-03-20 05:36:51 -04:00
TingPing
ae2e5ab092
Fix conflicting type in header
...
gsize and size_t are not the same thing
2015-03-20 04:58:00 -04:00
TingPing
167eb11ea7
Fixup 455fa24d
...
-Wformat=2 includes format-nonliteral
2015-03-19 17:21:41 -04:00
TingPing
1cc06f9301
Fixup dc69f24ae
...
It still has to be in hex...
2015-03-19 16:47:37 -04:00
TingPing
455fa24d63
configure: Remove a warning
...
Used everywhere needs to be fixed
2015-03-19 16:36:43 -04:00
TingPing
dc69f24ae5
Use correct type for colors
2015-03-19 16:30:03 -04:00
TingPing
b4906f3d23
Fix warnings
2015-03-19 16:06:49 -04:00
TingPing
4e338a2b70
configure: Clean up testing warnings and add more
2015-03-19 16:04:04 -04:00
Arnavion
98fefcd162
Switch from mozilla-build to msys2.
2015-03-15 19:06:29 -07:00
Arnavion
fb422732f2
libenchant_win8 needs to depend on common to be able to use config.h
2015-03-08 12:47:03 -07:00
bendem
36a8ba126c
Fix incorrect timestamp in scrollback with server-time
...
Fixes #1148
2015-03-02 19:58:27 +01:00
TingPing
658f30ec43
configure: Don't depend on gtk-2.0.m4
...
It doesn't really add much value and it
is possible to build fetext without gtk installed
2015-03-01 08:47:35 -05:00
TingPing
749e5b20da
Make use of g_path_is_absolute()
...
No reason to roll our own.. in multiple places
2015-02-28 07:24:49 -05:00
TingPing
d78db5070a
Consistently use g_fopen()
...
It handles the correct encoding on win32
2015-02-28 06:47:40 -05:00
TingPing
a5584c6b57
Clean up some ifdefs
...
Thankfully somebody already made a define for this, they
just never used it...
2015-02-28 06:43:33 -05:00
Arnavion
97bf0de016
Make Preferences option in plugin tray menu available on all platforms.
2015-02-27 17:33:33 -08:00
Arnavion
b6c4cfa2a3
Fixed undefined behavior causing hover highlights on the plugin tray menu not working.
...
Fixes #602
2015-02-27 17:24:57 -08:00
TingPing
ec12871e60
Write scrollback as binary on win32
...
Proper fix for b66edd3
This issue likely applies elsewhere in HexChat
2015-02-27 16:20:09 -05:00
TingPing
0a29313fff
Remove unused win32 files
2015-02-27 15:06:45 -05:00
TingPing
b009084a52
Don't install spelling dicts if win8+
2015-02-22 00:20:26 -05:00
TingPing
7e7e87600e
More type issues/warnings
2015-02-21 21:01:14 -05:00
TingPing
c36d4859d7
Fix type mismatch
2015-02-21 20:52:43 -05:00
Arnavion
c1d06c7d63
Fixed cast warning, use of uninitialized buffer and whitespace.
2015-02-21 17:28:56 -08:00
TingPing
5e3355a6c3
Unify sysinfo plugins and add osx support
...
This does remove the net* commands from the
Unix version that may return at a later date
with OSX and Windows support.
This commit also makes numerious other changes
such as code cleanup, reformatting, etc.
Closes #829
2015-02-21 20:09:15 -05:00
Arnavion
363321dc33
Fixed installer not actually bundling libenchant_win8.dll because it wasn't made to depend on the project.
2015-02-21 03:17:44 -08:00
Arnavion
4d44c17939
Removed unused variables left behind from bbb81af
2015-02-21 03:14:32 -08:00
Arnavion
5b24c60def
Win8+ native spell checking requires compiling with Win8 target.
...
Win8-specific features are still loaded dynamically, so HC still works the same on W7.
2015-02-21 03:12:27 -08:00
TingPing
96026b82c7
Add support for native win8+ spell checking
2015-02-21 05:54:58 -05:00
Arnavion
e42da22716
Revert "xtext: Unselect old selection on button press" - breaks clicking URLs to open them.
...
This reverts commit 8ca96d7ea3
.
2015-02-20 02:54:41 -08:00
TingPing
0a8248578f
Remove compiled date from about
...
Distros like Debian depend on repeated builds
having the same results which this breaks.
Since this provides no real value just
remove it.
2015-02-19 21:00:24 -05:00
TingPing
c87f559334
Fix distfiles
2015-02-15 15:20:38 -05:00
RichardHitt
8ca96d7ea3
xtext: Unselect old selection on button press
...
Fixes #943
Closes #1293
2015-02-15 13:17:55 -05:00
Arnavion
bbb81af550
Removed unnecessary Windows-only code for seeding openssl's RNG.
...
openssl seeds itself with CryptGenRandom on Windows in the same manner as /dev/(u)random on other OSes.
2015-02-14 00:31:41 -08:00
Arnavion
a22816fbbd
Don't try to disable compression if openssl hasn't been compiled with compression support.
...
The function is still defined in openssl/ssl.h but not in the actual library, so it cannot be linked to.
2015-02-14 00:30:00 -08:00
TingPing
b6877ccf5c
win32: Use WinSparkle for handling updates
...
Fixes #1282
2015-02-12 19:11:46 -05:00
TingPing
7063406d6c
Remove input_balloon_time setting
...
This setting doesn't work on most platforms
including some notification daemons on linux.
Where it does work I think it is bad behavior
to default overriding their defaults anyway.
It's most valuable use was likely win32
tray balloons which no longer exist.
2015-02-11 17:58:44 -05:00
Arnavion
9858784eb6
Better project files.
...
- Output directly to rel\ instead of to bin\ and then copying files over.
- Deduped Win32 vs x64 configs
- Moved some common properties to hexchat.props
- All build intermediates (except htm's intermediates) are no longer emitted in the source directory
2015-02-11 10:01:29 -08:00
TingPing
7e4a585611
win32: Use https for installer downloads
...
Fixes #1268
2015-02-11 07:59:48 -05:00
Arnavion
5a87d814cf
Call CoInitialize, CoInitializeSecurity and CoUninitialize from the main process, not from a DLL.
...
They're process-level functions and aren't meant to be called from DLLs. CoInitSecurity in particular fails with RPC_E_TOO_LATE even if no other call to CoCreateInstance has been made yet.
Fixes sysinfo's WMI calls on Windows 8.1 and above.
2015-02-10 22:14:22 -08:00
TingPing
ac54a2ed45
Allow reordering some dialogs with dnd
...
This sadly can't work everywhere since they all
have entirely different ways of saving the data..
Related to #1288
2015-02-08 01:51:22 -05:00
TingPing
296fbaf94f
Fix automake error
2015-02-04 21:49:58 -05:00
TingPing
75c022c49f
Implement OSX notification backend
2015-02-04 21:41:10 -05:00
TingPing
f4f27e438b
Implement windows 8.1+ notifications
...
This splits notifications up into multiple backends
currently only libnotify on unix and win8 toasts.
The win8 backend was originally written by @leeter
though heavily modified.
2015-02-04 20:24:53 -05:00
Berke Viktor
a216ed1df9
Partial fix for Windows 10 detection
2015-02-04 04:48:44 -08:00
TingPing
afee9fd42b
Only send utf8 string in Key Press event
...
Fixes #869
2015-02-02 02:56:08 -05:00
TingPing
60fa7efbc8
Fix logging hostname of queries
...
- Move query topic setting from frontend (where its too late)
- Respect chanopts for logging hostname
- Open query logfile *after* chanopts loaded
2015-02-01 01:47:50 -05:00
Arnavion
dc9a7d3a59
sysinfo: Fix braindead logic for stripping spaces from the end of the OS name.
2015-01-31 21:29:10 -08:00
Arnavion
1d83610341
Save iconv converters for input and output in the server.
...
These are then used with g_convert_with_iconv instead of making it create a new iconv converter every time for the given from-to-encoding pairs.
2015-01-31 00:52:31 -08:00
Arnavion
5dde0d7c6d
Also verify encoding read from servlist.conf
2015-01-31 00:52:30 -08:00
Arnavion
9968bb31a4
sysinfo: Strip spaces from the end of the OS name, if any, and ensure a space between name and arch.
2015-01-31 00:52:30 -08:00
TingPing
5fe2dda146
ssl: Remove unused server code
2015-01-30 21:25:41 -05:00
TingPing
85fd6f525e
Add default keybinding for shift+tab (Previous tab complete)
2015-01-26 17:53:33 -05:00
TingPing
e5b65bbd69
servlist: Clean up specifying ssl for network
2015-01-20 03:03:45 -05:00
TingPing
a838cd9c07
servlist: Various changes
...
- Remove IRCNode
- Replace Techmans with Techtronix
- Remove unecessary ports
- Consistently use round-robin over specific servers
- Don't use mixed-case hostnames
Closes #1244
2015-01-20 02:43:16 -05:00
TingPing
02470dffa5
servlist: Add AthemeNet and remove its old networks
...
Closes #1272
2015-01-19 11:31:42 -05:00
Arnavion
c5bbf75f5e
Removed one leftover check for server->encoding against NULL.
2015-01-18 02:55:32 -08:00
Arnavion
b783c827c8
Fixed incorrect comment on server->encoding.
2015-01-18 02:27:38 -08:00
Arnavion
d1897c1602
Remove "System default" encoding. The default for new servers is UTF-8.
2015-01-18 02:10:05 -08:00
Arnavion
6f8a6e66cc
Detect unknown server encodings and set to UTF-8.
2015-01-18 02:10:05 -08:00
Arnavion
5749c53484
Server line text-encoding-related fixes.
...
- Handle server lines that contain sequences which are invalid in the server encoding. Previously, these would cause the whole line to be interpreted in ISO-8859-1, but now they're simply replaced with an appropriate replacement character.
- Removed prefs.utf8_locale.
- Change default server encoding from system locale to UTF-8.
- Always populate server->encoding with a non-null value - UTF-8.
Fixes #1198
2015-01-18 02:10:04 -08:00
Arnavion
5569205d15
Add CP1252 as an available server encoding for Windows-1252 and ISO-8859-1 networks.
2015-01-18 02:10:04 -08:00
Arnavion
2e76a4e477
Removed CP1255-specific handling of server lines.
...
GLib's API is good enough now.
2015-01-18 02:10:03 -08:00
Arnavion
ee17ec6b4f
Removed legacy "IRC" encoding.
2015-01-18 02:10:03 -08:00
Arnavion
5a56f9ea01
Removed unimplemented, unused function.
2015-01-14 23:42:21 -08:00
Arnavion
e400ed2855
Fixed bad const-cast.
2015-01-14 21:38:19 -08:00
Arnavion
1d316710ed
Don't crash if the log file can't be opened.
...
Found in #1269
2015-01-14 16:29:03 -08:00
TingPing
aab243592f
Workaround crash when timestamp format is blank
...
Somebody else can fix the numerous assumptions elsewhere
2015-01-13 04:14:32 -05:00
TingPing
13db2011e3
Fix leak
...
From libressl-portable/openbsd@20de8a4923
2015-01-09 17:25:45 -05:00
tomek
7739c99f3f
Update alternative font list
2015-01-07 22:46:37 +01:00
Arnavion
99f74e8d94
Also print the command that wasn't recognized.
2015-01-07 13:42:42 -08:00
TingPing
5ca87b3c8d
identd: Fix unknown command when service fails to start
2015-01-07 16:21:46 -05:00
Arnavion
62df565190
sysinfo: Also show HDD information.
2015-01-05 03:57:59 -08:00
Arnavion
4f08b0b386
sysinfo: Don't confuse build architecture with CPU architecture.
2015-01-04 16:54:15 -08:00
Arnavion
5b8cc683f3
sysinfo: Refactored out individual WMI parsing methods.
2015-01-04 15:08:45 -08:00
Arnavion
e758da5d28
Bring the sysinfo plugin to the 21st century.
...
- Support multiple CPUs and graphics adapters in the WMI responses.
- Query max CPU frequency from WMI instead of registry.
- Support uptimes longer than 50 days.
- Don't report using /ME in notice and server notice tabs.
- Convert to C
2015-01-03 15:26:05 -08:00
TingPing
16d1fccf61
Fix disabling identd server
2015-01-03 18:00:37 -05:00
TingPing
086d4e3962
python: Use Py_RETURN_NONE macro
2014-12-31 15:11:47 -05:00
TingPing
9bd7405502
Remove last remnants of GtkClists
...
These were removed a while ago
2014-12-31 11:57:27 -05:00
TingPing
2a28289314
Don't return 0 in place of NULL
2014-12-31 11:31:17 -05:00
TingPing
112632bb4e
Fix some possible null-deref warnings
2014-12-31 11:12:43 -05:00
TingPing
c5016e390f
Show correct number of channels/dialogs when closing server tab
2014-12-31 10:50:13 -05:00
TingPing
63bb87fc93
Don't select join #hexchat by default in join dialog
...
Have to go even one step further removed so users don't
accidentally join
2014-12-31 10:44:36 -05:00
TingPing
1fa4a000e7
Fix some unused warnings
2014-12-31 10:24:51 -05:00
TingPing
448cc962cd
Python: Fix overflow and code-cleanup
2014-12-31 09:50:03 -05:00
TingPing
6ef7298870
Remove unnecessary use of void*
2014-12-31 03:56:36 -05:00
TingPing
9f7444baa2
Move userlist sorting to frontend
...
This Fixes possible crashes when the two
usertrees get out of sync and a double free occurs.
Also now requires restart to change sort orders.
Fixes #1252
Fixes #818 (probably)
2014-12-31 03:56:36 -05:00
TingPing
fef580ed7f
Rewrite identd
...
- Use gio (which is cross platform)
- Properly support multiple users
- Allow configuring port
- Allow other plugins overriding
2014-12-30 06:35:42 -05:00
TingPing
3bb717a3b5
Fix windows build
...
Introduced 1b2bee37e
2014-12-29 02:08:42 -05:00
TingPing
5beaf15f21
Remove option to use socks5 library
...
This was always disabled by default and is not required
for the current socks support. I am not even sure this
library is packaged by any distro?
2014-12-28 22:29:06 -05:00
TingPing
1b2bee37e4
Remove option to disable ipv6
...
It has been default for a while, is the only tested option,
and will only get more common.
2014-12-28 22:29:06 -05:00
TingPing
9cb73f839f
Remove MSProxy support
...
It's not enabled anywhere, certainly not maintained
2014-12-28 13:28:19 -05:00
TingPing
330e31c70f
Fix overflow
2014-12-28 12:43:53 -05:00
TingPing
cbaa04905f
Fix warning
2014-12-28 12:38:19 -05:00
TingPing
14d3a03f41
Fix leak in make-te
...
This doesn't really matter but it shuts up AddressSanitizer
2014-12-28 08:14:05 -05:00
TingPing
95febd978c
Fix building as c89
2014-12-28 06:47:23 -05:00
TingPing
3f855f07f5
Use glib for allocations in all plugins
...
Continuation of 83032b1aa
2014-12-28 06:47:07 -05:00
TingPing
83032b1aa3
Use glib for all allocations
...
- Removes need to check for malloc failure
- Removes need for NULL checks on free
- Adds checks for integer overflows
- Removes some extra memset calls
- Removes chance of mixing libc and glib malloc/free
2014-12-28 06:44:44 -05:00
TingPing
c4cb1b25ec
Fixup: Detect urls with unicode symbols
...
missed one in 77ecaa6093
2014-12-28 00:40:51 -05:00
TingPing
77ecaa6093
Detect urls with unicode symbols
...
Fixes #1250
2014-12-28 00:29:58 -05:00
TingPing
664f6bf1e7
configure: Set glib min requirement to 2.32
...
and warn when using newer APIs
2014-12-17 18:21:10 -05:00
TingPing
aeb5d15871
More consistently include config.h
2014-12-17 18:21:10 -05:00
TingPing
76c2cfebc3
Don't require glib 2.40
2014-12-15 15:34:12 -05:00
TingPing
addefa9ef1
fishlim: Handle server-time
2014-12-15 15:08:00 -05:00
TingPing
7769bc99fe
fishlim: Use proper filesystem encoding for files
2014-12-15 15:08:00 -05:00
TingPing
ce396b3ddb
fishlim: Use standard keyfile save function
2014-12-15 15:08:00 -05:00
TingPing
ebe0ad4cd5
fishlim: Strip whitespace when deleting keys
...
This fixes a personal annoyance when you tab complete
a channel to delete
2014-12-15 15:07:43 -05:00
TingPing
bdb5c3eb9d
fishlim: Use hexchat_nickcmp()
2014-12-15 15:06:48 -05:00
TingPing
c54a0c6db9
fishlim: Improve string handling
2014-12-15 15:06:48 -05:00
TingPing
46061f4f3c
Remove some unnecessary if statements
2014-12-15 14:51:07 -05:00
Arnavion
ec7a0d6e13
Fixed some more signed-unsigned-comparison warnings.
2014-12-15 10:25:28 -08:00
TingPing
a86b03e939
Remove unused header
2014-12-15 11:07:47 -05:00
TingPing
35fd47da55
Add patch from cygwin
2014-12-15 11:07:47 -05:00
TingPing
2b1396add3
Update .gitignore
2014-12-15 11:07:47 -05:00
TingPing
0e4164ad0c
configure: Improve various build flags
...
- Store openssl flags in own vars
- Share some common flags for plugins
- Fix building plugins on win32
- Store all glib flags in one var
- Don't link against every lib for each plugin
- Don't hardcode ldflags for sysinfo
2014-12-15 11:07:46 -05:00
TingPing
94568bc517
checksum: Use glib for io/checksum and misc fixes
...
- Fixes support for large files.
- Fixes filenames not being passed in the filename encoding.
- Drops openssl dependency.
- Code cleanup.
- Fix 'unknown command' warning.
2014-12-15 10:40:15 -05:00
TingPing
226d54c90d
Fix use after free
2014-12-14 19:35:27 -05:00
TingPing
7e4c482737
travis: Build with static analysis
2014-12-14 18:20:50 -05:00
Arnavion
ac01ba9cb0
perl: Fixed warning about implicitly casting the time_t returned from hexchat_list_time() to an NV.
2014-12-14 13:31:19 -08:00
TingPing
a537fa3ca7
sysinfo: Simplify remove_leading_whitespace()
...
Also fixes a possible overflow
2014-12-11 14:17:12 -05:00
TingPing
f614a3c311
Fix possible overflow when using /menu
2014-12-11 13:49:37 -05:00
TingPing
d6e3f740bc
Fix some leaks
2014-12-11 12:13:57 -05:00
TingPing
72f82d096c
Fix some warnings in xsys
...
- Remove unused code
- Fix leak
2014-12-11 10:05:05 -05:00
md_5
74ff67acd3
Create configuration option to control middle click tab close.
...
Some might argue that this shouldn't be able to be configured as it is "common" behaviour
in other programs such as web browsers, but for me it is an annoyance because for 15
years this has not been the behaviour of X-Chat.
Quite simply, this creates a configuration option for 537fb856
, as unobtrusively as
possible, under the channel switcher preferences tab.
Closes #1232
2014-12-10 15:09:04 -05:00
leeter
6aafc8e51d
Fix chanopts not saving if /quit before exit
...
This is the C fix, unfortunately a proper fix, e.g.
removing the dependency on session_name all together is a much vaster
refactor outside the scope of this bugfix.
Closes #1111
2014-12-10 14:40:42 -05:00
TingPing
10246f121a
Fix unsafe string handling in configs
...
Also fixes 2 leaks
2014-12-10 09:32:16 -05:00
TingPing
025152ee53
Fix unused warning
2014-12-10 09:00:29 -05:00
TingPing
58e871696b
Fix typo
2014-12-10 09:00:04 -05:00
TingPing
0ba8b922a2
Fix tab completing with no completion char
2014-12-09 23:03:44 -05:00
TingPing
b296839538
Respect servers chantypes and nickprefixes when tab completing
...
Closes #441
2014-12-09 05:45:50 -05:00
TingPing
5fb21a04ad
Use gboolean for bools
2014-12-09 05:45:01 -05:00
TingPing
fda692d250
Fix various unsafe string handling in fkeys
...
Also removes the 2048 input byte limit
And fixes utf8 completion chars in some cases
2014-12-09 05:30:35 -05:00
Arnavion
99a1fff590
Removed unused hexchat_filename_*_utf8 macros.
2014-12-08 21:30:02 -08:00
Arnavion
65c8494698
Removed some unnecessary casts.
2014-12-08 21:25:00 -08:00
Arnavion
2b94011fdc
Removed some commented-out code.
2014-12-08 21:25:00 -08:00
Arnavion
2da5308fd2
Fixed leak of filename string.
2014-12-08 21:25:00 -08:00
Arnavion
c1831cb19d
Minor tidying up
2014-12-08 21:24:59 -08:00
Arnavion
65da34f19e
Removed some unnecessary null-checks for calls to g_free and g_strfreev
2014-12-08 21:24:59 -08:00
Arnavion
b7afcc3632
Don't leak filename_fs on errors.
2014-12-08 21:24:58 -08:00
TingPing
73cd6487d0
Update travis notification format
2014-12-06 17:28:41 -05:00
Arnavion
5152040c17
Always use 64-bit filesize and file offsets in DCC.
...
Based on LRN's commit for replacing stat with GFileInfo https://github.com/hexchat/hexchat/commit/32008bb
Fixes #382
2014-12-06 14:02:45 -08:00
Arnavion
985ea610e6
Store timer hook's timeout as milliseconds.
2014-12-04 04:06:38 -08:00
Arnavion
8062bce835
Fix some obvious type warnings.
2014-12-04 04:06:38 -08:00
Ivan
3fbe5b876e
Add missing dependencies for glib's g_spawn on windows
2014-12-02 22:12:48 +01:00
TingPing
e38f00775f
configure: Add option to run clang static analysis
2014-12-02 01:06:25 -05:00
TingPing
05a6097dc6
Fix copying timestamp with server-time and indent nicks off
2014-11-30 22:33:30 -05:00
TingPing
85557f2416
Fix duplicate timestamps on selection
...
Fixes #1226
2014-11-30 22:27:00 -05:00
tomek
0019af675a
Fix compilation on Windows
2014-11-30 20:41:13 +01:00
TingPing
f03023297b
Fix handling --cfgdir
...
Fixes #1225
2014-11-29 08:31:35 -05:00
TingPing
c92b247878
Fix building against openssl 0.9.8
...
Closes #1221
2014-11-26 08:15:34 -05:00
TingPing
232096801b
Bump updater version to 2.10.2
2014-11-25 10:37:00 -08:00
TingPing
c0769397d5
Fix possible crash in SASL Blowfish mech
2014-11-22 20:56:15 -05:00
TingPing
c9b63f7f9b
ssl: Validate hostnames
...
Closes #524
2014-11-21 23:19:30 -05:00
TingPing
ebaaf466bf
ssl: Use more secure options
...
This disables ssl 2/3
2014-11-05 02:17:34 -05:00
TingPing
4b6215051f
ssl: Don't use global openssl context
...
Fixes #789
2014-11-05 01:27:39 -05:00
Campbell Barton
f83d78dd28
Warning cleanup
...
- ignoring const
- declarations after statements
- some C files didnt include own headers (risking them getting out of sync)
Closes #1064
2014-11-02 14:41:20 -05:00
Dan Molik
9fb4eb5107
configure: Fix checking for perl
...
Closes #1196
Fixes #1197
2014-10-29 17:28:04 -04:00
TingPing
3c89de48a8
Remove old config migration
...
Fixes #1194
2014-10-25 06:50:02 -04:00
RichardHitt
6653582f0a
Fix textbox not scrolling to to bottom on resize
...
Set buf->scrollbar_down conditionally when vertically resizing text window
If resize to enlarge appears to go to last line, set buf->scrollbar_down to be sure.
Fixes #1151
Closes #1171
2014-10-10 13:35:00 -04:00
TingPing
abaed2bda4
Fix parsing of MONITOR responses
...
Fixes #1157
2014-09-27 13:11:21 -04:00
Arnavion
e8fb2dde56
Fixed instances of hexchat_printf that unsafely used a string parameter as a format string.
...
Fixes #1153
2014-09-25 00:54:38 -07:00
Mikaela Suomalainen
25c6638ce4
travis: Add clang & CPUs & fast_finish
...
HexChat seems to compile fine with clang so why to not test it too.
-j$(nproc) seems to work with HexChat and fast-finish marks build as
failed if one job fails.
Fast finish won't stop jobs that aren't finished at the time of failure.
Closes #1147
2014-09-21 04:31:16 -04:00
TingPing
ce4e129849
Take two at fixing out of source builds
2014-09-21 03:53:30 -04:00
TingPing
ecd1aa226a
Fix attempting to toggle visibility when tray disabled
2014-09-21 03:37:03 -04:00
TingPing
760d18b6e7
Fix missing header
...
And just use g_snprintf() while at it..
2014-09-20 14:09:38 -04:00
TingPing
f389257403
Increase max len of chiper names
...
For example ECDHE-ECRSA-AES256-GCM-SHA384
2014-09-20 13:56:09 -04:00
TingPing
84df81f336
Replace some unsafe usage of strncpy
...
Ensure everything is null terminated
2014-09-20 13:52:31 -04:00
Arnavion
a9a6cbda4e
win32: Fixed build break due to 7a4a024
2014-09-17 13:00:11 -07:00
TingPing
7a4a0243bd
Fix out of source builds
...
Fixes #1018
2014-09-14 17:43:44 -04:00
Arnavion
e209e55e59
Use PlaySoundW to play sounds on Windows.
...
Fixes #1133
2014-09-13 00:23:44 -07:00
Arnavion
ad2300f236
Correctly open URLs with non-ASCII characters on Windows.
...
Fixes #1023
2014-09-13 00:22:48 -07:00
TingPing
80bdd9ce11
Detect utf8 urls
...
They might not be valid, but like many things they are still used
2014-09-07 19:51:59 -04:00
TingPing
5f99d34c3b
Fix opening utf8 urls on OSX
...
- Escape hostnames with punycode
- Use proper encoding when launching open
2014-09-07 19:45:44 -04:00
TingPing
2aa3eb8cfb
Escape values set via pluginpref
...
Fixes #790
2014-09-01 18:17:26 -04:00
LightningW
d1b9118056
Fix DOMAIN and EMAIL patterns.
...
Closes #1107
2014-09-01 17:55:22 -04:00
Farow
fd95c729d5
xtext: Add word and line selection modes
...
Similar to a GtkTextView if you double click you enter word selection mode
and if you triple click you enter line selection mode.
Allowing you to drag and select more than a single character.
Closes #1108
2014-09-01 17:53:03 -04:00
TingPing
d1c40196e3
Fix using negative index
2014-08-23 14:13:34 -04:00
TingPing
9716185edf
Use glib to get portable mode dir
...
This should fix any non-ascii paths
2014-08-23 12:45:02 -04:00
Arnavion
a38892ff3b
Use GFile API in gtkutil_check_file instead of stat/access.
...
The latter functions expect codepage-encoded filenames on Windows but GLib's API returns filesystem-encoded paths, which on Windows are UTF-8. GLib API should be used to deal with GLib API results.
Also fixed leaks in two of the callers of gtkutil_check_file()
Fixes #968
2014-08-20 12:50:08 -07:00
TingPing
dc18e3da07
Update badges in readme
2014-08-20 15:19:57 -04:00
TingPing
9127b510f2
Update readme.md
2014-08-15 19:55:40 -04:00
TingPing
8f9ed6d942
Bump master to development release 2.11.0
...
To anybody confused this is not the next stable release, it is just a way to differentiate master
from the 2.10 branch and next stable will be 2.12.0 similar to Gnome's versioning scheme.
2014-08-07 16:30:28 -04:00
TingPing
422edd8812
osx: Create bundles using homebrew
...
Just easier to maintain than jhbuild.
See https://github.com/TingPing/homebrew-gnome for deps.
2014-08-01 04:03:54 -04:00
TingPing
345c8a29ad
Stupid github editor adding newlines
2014-07-28 16:24:43 -04:00
TingPing
a854234c1f
Fix warning
2014-07-28 16:18:27 -04:00
TingPing
4b549eeac8
Bump updater version on Windows
2014-07-28 16:14:10 -04:00
Arnavion
7c2c8b1403
Fixed expand_homedir to handle paths like "~user" correctly.
2014-07-28 14:49:14 -04:00
TingPing
c2ecb4c68c
Fix various crashes with pluginpref
2014-07-28 14:47:19 -04:00
siniStar7boy
ea9dafcd43
Add GeeksIRC and IRC4Fun to network list
...
Closes #1057
Closes #1058
2014-07-21 15:37:03 -04:00
RichardHitt
7a7b9c682d
Fix apostrophe related spell check issues
2014-07-21 15:10:21 -04:00
RichardHitt
0d3706e2ee
Fix possible crash in spell check
...
Closes #1048
2014-07-19 15:51:06 -04:00
TingPing
3c584e2cd5
win32: Update Python links
2014-07-19 10:08:12 -04:00
TingPing
9372972ad4
win32: Don't allow installing on Vista
...
It does not run on Vista
2014-07-19 10:06:29 -04:00
TingPing
121cb8b88d
Fix formatting warnings
...
Found by #1059
2014-07-18 07:16:43 -04:00
Campbell Barton
93caf4c7b4
Use GNUC format attribute on print functions
...
Closes #1059
2014-07-18 07:09:07 -04:00
TingPing
21c0e47869
travis: update before installing deps
2014-07-17 07:33:57 -04:00
TingPing
f1e853c1cb
Disable tray support on Elementary
...
They followed Ubuntu in breaking any gtk trays..
2014-07-05 13:08:48 -04:00
hasufell
aa7291fc9c
configure: Improve python logic
...
- add checks for python3.4
- only warn once for failure to find a version
- only run pkg-config call if the .pc file was actually found
- make unsupported python version non-fatal
Closes #1006
Closes #989
2014-06-27 19:23:11 -04:00
laurinkus
3de79bca10
Update server list
...
Closes #1013
2014-06-27 19:19:13 -04:00
TingPing
466646f84a
win32: Silent installer improvements
...
- Launch uninstaller as VERYSILENT
- Don't launch Python/Perl installers when silent
2014-06-27 19:10:55 -04:00
TingPing
e0f80e41bf
win32: Use theme shipped with gtk
...
No reason for us to maintain own copy. This also
makes custom theme installing easier.
2014-06-25 20:38:53 -04:00
TingPing
9a5977a9c9
Fix autotools warning
2014-06-21 23:13:05 -04:00
TingPing
c3c6b46230
Clean up includes for gettext
...
It is always enabled.
2014-06-21 23:10:18 -04:00
TingPing
47b4b0da8a
Remove unused defines
2014-06-21 22:45:21 -04:00
TingPing
45526205ab
Remove broken debug code
2014-06-21 22:21:12 -04:00
TingPing
3342af4185
Make plugin-timer translatable
2014-06-21 22:11:37 -04:00
RichardHitt
7374637d34
Some problems in banlist.c are fixed
2014-06-17 17:16:45 -07:00
Berke Viktor
62209618e1
We don't ship DNS as a plugin anymore
2014-06-13 22:31:08 -04:00
Berke Viktor
7bfa2ee8a7
Fix GTK+ bundle licenses missing from installer
2014-06-13 22:31:00 -04:00
Berke Viktor
73c914cca9
Enable logging by default
2014-06-13 18:21:41 +02:00
TingPing
77d9d421fb
Partial fix for out of source builds
...
Patch from LRN
Perl's makefile needs fixed and the relative include
of config.h needs removed from hexchat.h
Mentioned in #1018
2014-06-09 13:54:16 -04:00
TingPing
59f3a65911
Fix sending notify list to correct networks
...
Fixes #1015
2014-06-08 01:41:50 -04:00
TingPing
9181ea068a
Fix dcc dir warning showing when not auto-accept
2014-06-04 20:55:34 -04:00
TingPing
c1d9aad546
win32: Fix path in installer project
2014-06-04 14:07:43 -04:00
TingPing
3cd8556c54
Use GDir instead of dirent
2014-06-04 13:56:33 -04:00
TingPing
9c981cfc6b
Fix warning
2014-06-04 13:47:09 -04:00
TingPing
11e3ecc739
Stop hardcoding plugin extensions everywhere
2014-06-04 11:15:35 -04:00
TingPing
5849a0588e
Use glib to parse and launch commands for util_exec
...
Fixes #958
2014-06-04 10:38:23 -04:00
TingPing
b8c02f71d9
win32: Use config.h instead of config-win32.h
2014-06-04 10:30:18 -04:00
TingPing
806b98dfc2
Update server list
...
Removed any server that could not be connected to atm
Closes #666
2014-06-03 17:20:01 -04:00
TingPing
518669de80
Remove random ifndef WIN32
...
I never found a reason for it existing, but it also never affected much anyway.
2014-06-03 10:02:19 -04:00
TingPing
8538dd1a49
win32: Don't auto-generate version.txt
2014-06-03 09:43:14 -04:00
TingPing
a918ec2236
Fix scrolling the chanview on Unix
...
Fixes #948
2014-06-03 08:39:37 -04:00
TingPing
af7e6d3e20
fishlim: Fix filename in error messages
2014-06-02 18:28:35 -04:00
Samuel Lidén Borell
7c52e29e6e
Handle a special character before "+OK", e.g. identify-msg + or -
2014-06-02 23:52:34 +02:00
Samuel Lidén Borell
d59acc2789
Use path to HexChat instead of XChat in the test program
...
Note that this affects the test program only. It doesn't affect users
of FiSHLiM. The reason for this change is that XChat doesn't seem to be
maintained any longer.
2014-06-02 23:51:58 +02:00
Samuel Lidén Borell
33b01b720c
Add missing include in the test program
2014-06-02 23:51:04 +02:00
Samuel Lidén Borell
d190773d09
Fix memory leak in the test program
2014-06-02 23:49:42 +02:00
Samuel Lidén Borell
d8c80cd277
Fix undefined behaviour in left shift
...
This is not a problem with a usual compiler configuration, but LLVM/clang
detects it when compiled with:
-fsanitize=undefined-trap -fsanitize-undefined-trap-on-error -ftrapv
2014-06-02 23:47:27 +02:00
tomek
3fb04bee85
Update translations
2014-06-02 22:18:25 +02:00
TingPing
8578a9d52d
Always use GModule for plugin support
...
Also cleans up some dead code
2014-06-02 05:38:13 -04:00
TingPing
0b492d32b3
Add missing files to POTFILES.in
2014-06-01 17:19:09 -04:00
TingPing
9b9ca27987
Bump version to 2.10.0
2014-06-01 13:07:12 -04:00
TingPing
6187b35fa6
Remove dead network
2014-06-01 11:52:09 -04:00
TingPing
6cf54d6515
Remove some hardcoded version numbers
...
- man page
- makebundle.sh
2014-06-01 11:40:48 -04:00
TingPing
9344373e0b
Sensitize open dialog button in friends list when selected
...
Fixes #1001
2014-05-31 14:18:48 -04:00
Lee Watson
3d1d9e1716
Add SeionIRC to serverlist
...
Closes #982
2014-05-31 13:29:45 -04:00
Yoeri Beumer
e18a086ccf
Add StormBit to network list
...
Closes #873
2014-05-31 13:29:19 -04:00
bviktor
0838f8f688
Cosmetics
2014-05-31 17:15:45 +02:00
TingPing
b3bcf71981
osx: Fix loading system's openssl config
2014-05-31 10:04:05 -04:00
TingPing
6d03ddc4f4
osx: More theme tweaks
2014-05-31 08:22:01 -04:00
RichardHitt
5706550cc1
Rework gtk_xtext_selection_draw(), simplify calls to _selection_render()
...
Fixes #992 .
2014-05-31 02:40:28 -07:00
TingPing
af7463e2bc
osx: Use key theme shipped with gtk
2014-05-30 08:22:08 -04:00
TingPing
e13e0f4314
win32: Fix exiting fullscreen to a maximized window
2014-05-30 04:26:34 -04:00
Berke Viktor
31843017d4
Make lawyers happy
2014-05-29 18:04:28 +02:00
Berke Viktor
0e0efbdb9a
Replace Inno Perl with MSI Perl
2014-05-29 15:33:03 +02:00
TingPing
a93e152912
... and update perl description in installer
2014-05-28 19:14:17 -04:00
TingPing
fdd922433b
win32: Update perl urls in installer
2014-05-28 19:06:16 -04:00
tomek
8c00a4ff40
perl: Update Perl to 5.20
2014-05-28 18:22:19 +02:00
TingPing
5f5c44620b
Update translations
2014-05-28 05:31:51 -04:00
TingPing
637c153de3
Use newer format for default keybindings
...
This uses the proper bindings on OS X
2014-05-28 01:39:45 -04:00
TingPing
a800765b70
osx: Use applespell enchant backend
...
And fix enchant loading backends in the bundle
2014-05-27 23:50:46 -04:00
TingPing
f92e72a92c
osx: makebundle.sh improvements
2014-05-27 20:35:43 -04:00
TingPing
0f6434986f
osx: Properly handle quitting
2014-05-27 03:07:03 -04:00
TingPing
f43b7524e0
osx: Properly use app menu
...
Mentioned in #994
2014-05-27 02:58:44 -04:00
TingPing
cd1b9f42be
osx: Use osx friendly bindings for GtkEntry
...
Fixes #995
2014-05-26 23:48:52 -04:00
TingPing
4320d88b90
Fix crash with invalid dnd to userlist
2014-05-26 05:11:47 -04:00
TingPing
cba4462458
osx: Improve gtk theme
2014-05-26 02:33:42 -04:00
TingPing
30de7a1377
Update default settings
...
- Enable server-time
- Disable tree dots
2014-05-23 18:57:44 -04:00
TingPing
011514e1ad
Enable drag and drop on Windows
...
The issues around it no longer seem to exist in current GTK
2014-05-23 18:47:27 -04:00
RichardHitt
6fb8cf40e1
Fixes #959 . In xtext.c:find_x() return offset to hidden text if appropriate.
2014-05-22 07:06:51 -07:00
TingPing
015cecf724
Fix drag and drop
2014-05-21 10:18:37 -04:00
TingPing
904493b24f
Show notifications for private actions
...
Fixes #990
2014-05-20 22:03:45 -04:00
TingPing
95f9ca917e
Default completion to last spoke
2014-05-12 05:10:26 -04:00
Berke Viktor
0dccf692d4
Add global option to suppress nick change events
...
Might as well add a per-channel option, too but for me that seems a bit unnecessary.
Closes #971
2014-05-12 05:01:24 -04:00
Derp Derpingston
7435572282
Properly support notices to prefix'd users on a channel
...
Instead of hardcoding this behavior for @, +, and %, fetch the list of
mode prefixes from the server's state and look for one of those instead.
Closes #977
2014-05-12 04:55:45 -04:00
Derp Derpingston
17671ec694
Fixed truncation of the reason when receiving a KILL message.
...
The KILL handler thought the message started one word later than it did, and
would cut off the first word. This change starts the reason in the correct
place, and shaves off a leading : if one is present.
Closes #977
Closes #774
2014-05-12 04:52:42 -04:00
cortexcorepl
187c04f7e2
Add missing NULL check in cmd_lastlog
...
Closes #961
2014-05-12 02:33:02 -04:00
TheTechman
5af678d2b9
Default Techman's World IRC to SASL
...
Closes #963
2014-05-12 02:30:27 -04:00
TingPing
1265eee9e5
Fix spell check on OSX
2014-05-11 06:46:12 -04:00
Riamse
e5f7441bae
Fix sorting problem when using tabs
...
Fixes #949
2014-05-11 05:02:20 -04:00
Riamse
6ef41f7d4f
Fix logging incorrect timestamp with server-time
...
Fixes #972
2014-05-11 05:02:19 -04:00
TingPing
fea144dd19
Add option to bounce dock icon on OSX
2014-05-11 04:50:35 -04:00
TingPing
fea528c39d
Don't ignore command key in keybindings on OSX
2014-05-11 04:48:44 -04:00
TingPing
9599c29c46
Use filesize format based on OS
...
Adds gui_filesize_iec option on Unix
Closes #966
2014-05-03 23:57:45 -04:00
TingPing
fe71af15a7
Fix warning
2014-04-29 22:59:04 -04:00
Berke Viktor
b049757302
Replace deprecated GetVersionEx calls with version helpers
...
Only compiles with 8.1 SDK but runs everywhere
Closes #957
2014-04-24 06:55:16 -04:00
Arnavion
5fee31b1f0
Use the right API to get the path to Roaming AppData and Downloads directories, and actually convert it to utf-8 instead of using it directly.
2014-04-21 09:58:04 -07:00
Arnavion
e4413e0178
Don't convert the result of g_get_user_name / g_get_real_name from locale to utf-8 on Windows. They return utf-8 already.
2014-04-21 09:16:13 -07:00
Arnavion
dc27640265
Use utf-8 variant of strftime to format log file paths.
...
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-21 01:39:28 -07:00
TingPing
41c209bf45
Reset all nick entry errors in servlist when fixed
2014-04-19 22:52:30 -04:00
Max Zerzouri
231590f71e
sysinfo: Use less ambiguous IEC prefixes in storage measurements
...
Closes #922
2014-04-19 22:49:45 -04:00
Adam Dane [:hobophobe]
7e55e4ee73
python: Scan for non-NULLs in print events
...
Closes #916
Closes #915
2014-04-19 22:30:31 -04:00
TingPing
8bdde3a2df
Fix warnings like usual
2014-04-18 23:50:27 -04:00
TingPing
c8b3eef351
Improve displaying errors in servlist
2014-04-18 23:45:27 -04:00
TingPing
5f297950a2
Fix issues removing autojoin channels
...
- Makes remove case insensitive
- Fixes crashing when channel not found
2014-04-18 20:40:33 -04:00
RichardHitt
ccf49aa48d
Fix #928 . Fix memory leak, mea culpa.
2014-04-17 15:07:50 -07:00
RichardHitt
b66edd372e
Fixes #928 again. In scrollback replay, skip every line that starts 0x0d.
2014-04-17 09:53:09 -07:00
TingPing
2a2eafcf1d
win32: Update gtk theme description in installer
2014-04-17 02:43:22 -04:00
TingPing
8a0f2b1d21
Use glib to format filesize in dccgui
2014-04-15 04:05:18 -04:00
TingPing
660b860ddd
Fix whitespace...
2014-04-10 23:05:04 -04:00
TingPing
f27b2e82fa
Add Xertion to network list
...
Closes #939
2014-04-10 22:59:04 -04:00
TingPing
f994ef3f92
win32: Fix python 3.4 check in installer
2014-04-08 20:17:04 -04:00
TingPing
b41bd594b0
Add account to Join event
...
Also reorganizes some logic. The account will usually be NULL unless
extended-join capability enabled.
Closes #934
2014-04-06 15:33:22 -04:00
RichardHitt
0f828dd74f
Add marker-line functionality for scrollback, instant seek.
...
Fixes #662 .
2014-04-02 16:14:45 -07:00
Richard Hitt
5e8bc980e1
Merge pull request #929 from hexchat/928
...
Fix scrollback_load to deal with e.g. the output of /HELP
2014-03-30 20:09:37 -07:00
RichardHitt
4ca9672a92
Fix scrollback_load to deal with e.g. the output of /HELP
...
Fixes #928 .
2014-03-29 14:31:19 -07:00
RichardHitt
1a3bfdce75
Improve handling scrollback when gui_tab_server==FALSE
...
Fixes #925 .
2014-03-24 21:22:04 -04:00
RichardHitt
46e449f110
Correctly scroll down autojoined channels
...
Fixes #58
2014-03-19 10:31:52 -04:00
RichardHitt
0487daf865
Fix three miscellaneous bugs in gtk_xtext_get_word()
...
* Use utf8 functions for moving within string
* Fix memory leak
* Fix non-indent select problem
2014-03-19 10:31:26 -04:00
Arnavion
99ee7b6ef8
win32: Quote paths when invoking glib-compile-resources.exe
...
Also escape the trailing backslash in DataDir since otherwise it escapes the double-quote after it.
2014-03-18 11:05:54 -07:00
Arnavion
4cc764256c
win32: Powershell.exe absolutely needs "-File" when running scripts or else it parses arguments with spaces as separate parameters.
2014-03-18 10:44:53 -07:00
TingPing
36950c0d46
win32: Bump python to 3.4.0
2014-03-17 09:05:58 -04:00
TingPing
caddb25711
Disable compression on tree_channel.png
...
This causes some artifacts in the icon, none of the others seem to have
the problem
2014-03-15 12:12:39 -04:00
TingPing
d374f3ffe6
Disable hiding characters in the input
2014-03-15 12:12:38 -04:00
TingPing
664da30ee4
Partial revert of 5f732128
...
Still some scrolling issues remain, much work is to be
done to properly fix it.
2014-03-15 12:12:38 -04:00
Eustachy Kapusta
e36855a21e
Fix miscapitalization
2014-03-11 17:55:01 +01:00
Ken Spencer
fd0eeddcc9
Add ElectroCode
...
Closes #910
2014-03-08 01:16:42 +01:00
a Code Lizard
b52650de5d
Added Anthrochat and Furnet to server list
...
Closes #900
2014-03-08 01:14:20 +01:00
Arnavion
71e54854ec
win32: Updated Python dependencies to 2.7.6 and 3.3.4
2014-02-28 01:11:18 -08:00
TingPing
e6e5659b11
Minor redesign to text events window
...
This makes it more consistent with the other settings windows
- Use editable cell for entry
- Use pane to resize both treeviews
- Make preview fixed size and on bottom
- Enable search for event name
2014-02-18 17:02:19 -05:00
TingPing
dd128ce534
Remove migration code for xchat 1 colors
2014-02-16 19:47:22 -05:00
TingPing
8f6a596057
Properly handle shift tab in keyboard shortcuts
2014-02-16 14:48:17 -05:00
TingPing
85aff53a88
Use more user friendly label for keys in keyboard shortcuts
2014-02-16 11:08:32 -05:00
TingPing
bed5a21700
Add safemode action to desktop file
2014-02-16 01:05:07 -05:00
TingPing
12cd5cb64a
Translate desktop files
2014-02-16 00:56:48 -05:00
TingPing
0d4cde2ba8
Tweak readme formatting
2014-02-15 18:08:01 -05:00
tomek
45cfb71c3e
Add Jenkins badge
2014-02-15 23:31:49 +01:00
TingPing
40e8ca9f6e
Hide tray balloon option on OSX
2014-02-15 12:34:46 -05:00
TingPing
d3b4771103
Fix warning..
2014-02-15 11:55:29 -05:00
TingPing
22b5affbe6
Use GRegex for channel list search
...
This adds support for Windows
2014-02-15 11:50:22 -05:00
TingPing
b245f2f79e
Tweak column sizing in channel list
2014-02-14 21:24:12 -05:00
TingPing
f35ae03a66
Build with GTK_DISABLE_DEPRECATED
2014-02-14 16:31:08 -05:00
TingPing
725aed43ff
Redesign keyboard shortcuts window
...
- Convert GtkCLists to GtkTreeViews
- Save keybindings in GtkAccelerator format
- Store keybindings in a GSList
2014-02-14 16:29:44 -05:00
TingPing
655b524ee6
Cleanup the preferences window
...
Simplifies some code and removes many widgets
2014-02-14 16:17:08 -05:00
TingPing
b17c0276de
Fix some leaks
2014-02-12 10:31:11 -05:00
TingPing
ba399eb7f9
Remove unused function
2014-02-12 10:20:23 -05:00
TingPing
6d815ac688
Fix warning
2014-02-12 09:27:28 -05:00
TingPing
93d0341f9c
Show help as tooltips in editlists
2014-02-09 02:42:40 -05:00
TingPing
2f847428aa
Fix hiding unsupported channel modes in topicbar
2014-02-07 04:04:59 -05:00
TingPing
02275dff51
Fix some warnings in editlist
2014-02-07 02:27:44 -05:00
TingPing
34cf164aa2
Use a single marshal file for entire project
2014-02-06 20:17:08 -05:00
TingPing
5f7321280e
Use a standard GtkScrolledWindow with xtext
...
Used in maingui, fkeys, text events, rawlog
This also implements the set_scroll_adjustments signal in xtext
2014-02-06 20:17:07 -05:00
TingPing
8d77fd6a57
win32: Update installer for new Perl
2014-02-06 16:47:34 -05:00
TingPing
b1b6255f38
Revert e64aa93f8
2014-02-05 01:27:36 -05:00
TingPing
e64aa93f85
Use persitance with libnotify
...
This will keep notifications in gnomes tray
similar to a tray icon.
2014-02-05 01:00:06 -05:00
RichardHitt
4c1fd3ee67
Fix many many problems in xtext.c related to character width.
...
* Rework multiline logic to use a GSList, not an array
* Remove all multibyte booleans; everything is potentially multibyte
- Except for gtk_xtext_get_word(), which needs special attention
* Enhance pango work for bold and italics (attr_list -> attr_lists[4])
* Enhance gtk_xtext_strip_color () to save bold, italics info
* Involve emphasis information in all pixel-width calculations
* Rework find_x () to account for emphasis info in widths
Closes #891
Fixes #872
2014-02-04 21:26:58 -05:00
TingPing
10d3c15143
Add /getbool command
2014-02-04 20:46:43 -05:00
TingPing
3a7fb4d8e1
osx: Set Menlo as default font
...
This moves the find_font function to the front ends since it depends on
pango and cairo
2014-02-04 20:45:29 -05:00
TingPing
8e55157e6a
Print help messages for user commands
2014-02-04 20:32:10 -05:00
TingPing
29e01daeae
Merge pull request #890 from orium/lagmeter-fixes
...
Lagmeter fixes
2014-02-04 17:29:27 -08:00
TingPing
9f01950bcb
Fix warning
2014-02-02 19:07:52 -05:00
TingPing
ed5ead6a07
Merge pull request #892 from ShutterQuick/patch-1
...
servlist: Add Canternet
2014-02-02 15:42:31 -08:00
ShutterQuick
1b936965ee
servlist: Add Canternet
2014-02-02 23:08:32 +01:00
TingPing
0cb025ff06
Prevent users from having the same alternate nicks
...
For some reason users do this and then complain when they cannot connect
when nick is in use. There are other ways for them to break it but at
least it shouldn't be on accident.
2014-02-01 13:31:42 -05:00
TingPing
604337ccc7
Make all parent directories when creating configdir
2014-01-30 21:42:03 -05:00
TingPing
b1a3c6135c
Add synIRC to network list
...
Closes #888
2014-01-30 17:24:03 -05:00
Diogo Sousa
9969282c72
Now make_ping_time() in common/util.c returns the time in milliseconds instead
...
of microseconds.
In fe_set_lag(serv, lag) the lag argument is now in milliseconds as well.
Fixes #758 .
2014-01-30 19:23:35 +00:00
TingPing
a1f01aca0f
osx: generate plist file
2014-01-30 02:13:42 -05:00
TingPing
83bf77f4d0
More autotools cleanup
...
- Don't build msproxy if unused
- Add resources to cleanfiles
- Remove old extra_dist from plugins
2014-01-30 02:01:42 -05:00
TingPing
9ec4aa897a
Use verbose builds with travis
2014-01-29 16:27:45 -05:00
TingPing
a466369356
Respect verbosity setting when building htm
2014-01-29 16:25:57 -05:00
RichardHitt
007f49c39f
Fixes #881 Fix two bugs --
...
gtk_xtext_find_char() adjust negative y for int typecast
gtk_xtext_find_x() return out_of_bounds TRUE if line outside windodw
gtk_xtext_selection_draw() recognize TRUE out_of_bounds
2014-01-29 11:56:23 -08:00
TingPing
6487e1b391
osx: Silence openssl deprecated warnings
2014-01-29 12:16:36 -05:00
TingPing
e962039f83
configure: Don't error when python not found
2014-01-28 16:19:06 -05:00
TingPing
6964079673
osx: Fix bundled Python
2014-01-28 16:19:06 -05:00
TingPing
c9818adfb1
osx: Fix loading plugins from bundle
2014-01-27 19:59:23 -05:00
TingPing
eb1d3a063a
Allow overriding libdir
2014-01-27 18:39:26 -05:00
Diogo Sousa
1d6d737927
Fixed lag meter getting stuck.
...
Also lag_sent in struct server should have always been an unsigned long.
Fixes #749 .
2014-01-27 19:57:41 +00:00
TingPing
efcb850956
win32: Include gtk theme in minimal install
2014-01-26 06:55:39 -05:00
TingPing
35e84f6edc
Show error when you lack write permissions to configdir
2014-01-26 06:55:38 -05:00
TingPing
7fcf70c539
Fix loading default keybindings w/o write permissions
...
Closes #615
2014-01-26 06:30:33 -05:00
TingPing
4510e8e2a2
Enable --command on win32
...
and make existing depend on
2014-01-20 20:42:48 -05:00
TingPing
92a3a34785
Actually call commands sent with --command
...
Closes #884
2014-01-20 16:42:33 -05:00
TingPing
4d1dc12a31
Remove unused xdcc server plugin
2014-01-20 04:44:44 -05:00
TingPing
63edd4555b
Translate appdata file
2014-01-20 03:04:52 -05:00
TingPing
10a03f2216
configure: Clean up EXTRA_DIST
2014-01-20 02:38:32 -05:00
TingPing
f7e3be4849
Don't store the potfile in git
2014-01-20 01:45:41 -05:00
TingPing
58a3980372
Remove unused plugins
2014-01-20 01:31:41 -05:00
TingPing
093bdd8b1c
Fix warning
...
Leftovers from 38cbabea
2014-01-20 01:25:35 -05:00
TingPing
681e14b3b8
Remove unused perl files
...
- old example scripts
- outdated docs
- mingw build script
2014-01-20 01:14:10 -05:00
TingPing
38cbabea02
Revert GtkObject removal until Gtk3
2014-01-18 21:48:41 -05:00
TingPing
ce09cb4a91
Update most deprecated gtk functions
2014-01-18 14:47:17 -05:00
TingPing
fa1eb92a7b
Update most deprecated gdk functions
2014-01-18 14:47:17 -05:00
TingPing
eb29de1c7c
Show a popup when opening plugin window when built without support
2014-01-16 00:58:04 -05:00
TingPing
0297da4d6e
Fix warning when built without plugins
2014-01-16 00:46:49 -05:00
TingPing
eb90f076bb
configiure: Fix testing compiler flags on anything other than gcc
2014-01-16 00:32:52 -05:00
TingPing
c2c705a945
configure: add missing result message
2014-01-16 00:20:44 -05:00
TingPing
6f6070b8c8
configure: Don't build python or perl plugin when plugins are disabled
2014-01-16 00:12:06 -05:00
TingPing
37d92dd69c
Check for gio during configure
2014-01-15 13:20:15 -05:00
TingPing
8af9727937
Add gtk-mac-bundler files
2014-01-14 22:38:44 -05:00
TingPing
7b0acb2b44
Build with gtk-mac-integration
...
- Use HexChat logo for dock icon
- Use appmenu (not finished)
2014-01-14 22:14:27 -05:00
TingPing
4319f8009c
Don't use SCROLL_HACK on osx
2014-01-14 22:14:27 -05:00
TingPing
b2e3214d61
Clean up formatting during build
2014-01-14 01:18:15 -05:00
TingPing
0b52ec3676
Move acinclude.m4 into m4 dir
2014-01-14 00:51:48 -05:00
Arnavion
599b9b0379
configure.ac: Actually check the CFLAGS and LDFLAGS returned by ExtUtils::Embed before deciding to compile the Perl plugin.
...
- openSUSE has ExtUtils::Embed, EXTERN.h and perl.so in the base perl package.
- Fedora has ExtUtils::Embed in a separate perl-devel package.
- Mageia has ExtUtils::Embed in the base perl package but EXTERN.h in a separate perl-devel package. Without this package, the compiler complains about the missing header.
- Debian has ExtUtils::Embed and EXTERN.h in the base perl package but perl.so in a separate libperl-dev package. Without this package, gcc compiles successfully but complains at link-time about -lperl (ExtUtils::Embed returns '-lperl' in ldopts but it's not actually installed).
configure.ac already requires ExtUtil::Embed to enable perl. To handle the case of Mageia and Debian, this change uses AC_TRY_LINK to verify that the flags returned by ExtUtils::Embed can actually be used to compile before deciding to enable the perl plugin.
2014-01-13 18:27:32 -08:00
TingPing
a87b61c73f
Build system improvements
...
- Use AM_GLIB_GNU_GLIB and IT_PROG_INTLTOOL
- Use gnome-autogen.sh
- Move language list to own file
- Delete generated config.rpath file
2014-01-13 14:27:36 -05:00
TingPing
c804179a99
Tweak 908 syntax
2014-01-12 13:00:27 -05:00
TingPing
baa5f9710a
Add another badge to readme
2014-01-12 10:05:42 -05:00
TingPing
37135cd682
... Add inbound_sasl_supportedmechs to inbound.h
2014-01-12 07:13:51 -05:00
TingPing
0f0dabdcf4
Support numeric 908
2014-01-12 07:10:26 -05:00
TingPing
a817072e6f
Add Turkish language to preferences
...
Users of uk, vi, and wa languages will have to manually change their
lang on Windows after this.
2014-01-11 18:34:30 -05:00
Eustachy Kapusta
2ea1a992b1
Fix Turkish translation & update language list
2014-01-11 23:54:16 +01:00
Eustachy Kapusta
649e962e6d
Update Translations
2014-01-11 23:09:40 +01:00
TingPing
7337007fe2
... and ignore blank network passwords
2014-01-11 16:27:34 -05:00
TingPing
6e049d5975
Login when /server is used on known hostname
...
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-11 16:08:50 -05:00
TingPing
b2a780e97a
libsexy: Properly reflect reset attributes in input
2014-01-11 15:44:54 -05:00
TingPing
aae6633c28
Don't select tab while closing with middle-click
...
Also fix unused warning and ignore shift right click
2014-01-08 09:03:50 -05:00
TingPing
91ea5b6907
Fix warnings
2014-01-08 03:51:39 -05:00
TingPing
20d26aea94
Rewrite dns command
...
- Cross platform
- Doesn't depend on external tools
2014-01-08 01:32:28 -05:00
Connor Cooper
9cba22c38a
Define AI_ADDRCONFIG in inet.h, needed by OpenBSD
2014-01-04 23:13:34 -05:00
TingPing
1e1ef1c6cf
Change url-handler example to firefox -new-window
...
Firefox removed the ability to open private windows with a link
2014-01-03 03:39:35 -05:00
TingPing
537fb85696
Bind middle-click to close tab
...
Closes #832
2014-01-02 18:03:32 -05:00
Arnavion
2bd1c3f99d
Fixed whitespace.
2013-12-27 19:50:50 -08:00
Arnavion
c531db4714
fe-gtk: Fixed notification balloons for PMs not getting displayed if blinking tray icons for PMs is unchecked.
2013-12-27 19:41:18 -08:00
Arnavion
c7bf4b0474
Replaced use of T4 templates with PS-based templates.
...
TextTransform.exe is not available with Express versions of Visual Studio.
2013-12-27 12:05:07 -08:00
TingPing
61ceaef57e
Properly request server-time when it's the only cap
...
Closes #862
2013-12-27 09:20:39 -05:00
TingPing
afb6685593
Merge pull request #842 from ManiacTwister/setup-fix
...
Fixed setup window title offsets
2013-12-25 08:31:13 -08:00
TingPing
1311748b06
Merge branch 'pr/823'
2013-12-25 10:23:46 -05:00
TingPing
7537bf8f07
Merge pull request #846 from grimreaper/patch-1
...
Fix autogen.sh shebang line
2013-12-25 07:23:14 -08:00
PoorDog
96fd4949bd
Add Techman's World IRC network
...
Closes #813
2013-12-25 10:22:35 -05:00
grimreaper
f87071b7e2
Fix autogen.sh shebang line
...
/bin/bash does not exist on many systems. In addition this script appears to be POSIX compatible so just use the appropriate shebang line.
2013-12-25 10:22:25 -05:00
TingPing
5e455be5f3
Merge pull request #864 from RichardHitt/snadge
...
Ignore realname if it's a null string
2013-12-23 13:53:59 -08:00
TingPing
d7e3e4c9a4
Only return channel sessions from find_channel()
...
Closes #865
2013-12-23 16:44:40 -05:00
RichardHitt
26268d3188
Ignore realname if it's a null string
2013-12-22 11:19:30 -08:00
TingPing
407613a8db
Fix NAMES command syntax
2013-11-28 05:01:40 -05:00
TingPing
ae4e55b922
Merge pull request #848 from orium/print-priority-847
...
Print{,_attr} and server{,_attr} hooks priority fix
2013-11-27 18:19:42 -08:00
Diogo Sousa
40f26429f8
Print{,_attr} and server{,_attr} hooks were incorrectly handled when both
...
version existed (regular and attrs). Specifically, the priority was not
respected, and both versions were run even when EAT_PLUGIN was returned.
Fixes #847 .
2013-11-28 02:11:33 +00:00
grimreaper
60ea2874b3
Fix autogen.sh shebang line
...
/bin/bash does not exist on many systems. In addition this script appears to be POSIX compatible so just use the appropriate shebang line.
2013-11-23 22:43:40 -05:00
TingPing
d38bbb1e2c
update help message for /names
2013-11-23 15:31:09 -05:00
TingPing
5c223ec5d5
Fix more warnings
2013-11-22 16:53:50 -05:00
TingPing
a656cee382
Fix warnings
2013-11-22 16:25:34 -05:00
TingPing
9772eae568
Merge pull request #845 from somasonic/master
...
Added Interlinked to servlist.c
2013-11-19 15:27:11 -08:00
Andrew
a45ba5bdc0
Add Interlinked
2013-11-19 22:16:57 +00:00
ManiacTwister
2bbb2ac7db
Fixed setup window title offsets
2013-11-18 03:37:11 +01:00
TingPing
5331a6145b
Fix crash with negative timestamp in banlist
...
Closes #841
2013-11-17 11:57:13 -05:00
TingPing
5c872eb110
win32: Improvements to portable-mode in installer
2013-11-16 15:37:41 -05:00
TingPing
9834301eda
win32: Download spelling dictionaries from installer
2013-11-15 09:49:01 -05:00
RichardHitt
3821e7a750
Fixes #836 . Move to line boundary in _scroll{down,up}_timeout() not _scroll().
2013-11-14 19:18:07 -08:00
RichardHitt
1aca24f3de
Fixes #837 . Rewrite gtk_xtext_scroll{down,up}_timeout().
2013-11-12 15:02:38 -08:00
RichardHitt
811caaaa3d
Fixes #836 . In gtk_xtext_scroll() always force line integral line boundary.
2013-11-11 12:55:38 -08:00
TingPing
3f1994f3bf
win32: Download deps during installation
2013-11-10 03:56:50 -05:00
Arnavion
39aec3a45b
installer: Use correct path to iscc.exe depending on the platform.
2013-11-03 14:46:13 -08:00
Arnavion
e8282d97f1
fe-gtk: Quote path to glib-compile-resources.exe
2013-11-03 14:24:49 -08:00
Arnavion
2e75068c7c
Use correct path to TextTransform.exe depending on the platform.
2013-11-03 14:16:11 -08:00
TingPing
af248ce2c1
Fix invalid timestamps crashing on Windows
2013-11-02 21:07:03 -04:00
TingPing
7e6f37b4cd
Update help message for kick/kickban
2013-11-01 14:42:43 -04:00
TingPing
f178b551da
Don't auto unmark away when getting znc playback
2013-11-01 00:58:27 -04:00
TingPing
9afd169362
Round 4 of gtk accessor functions: setup.c
2013-10-29 00:54:12 -04:00
TingPing
9e5551aa59
win32: Install pixbuf engine
2013-10-28 21:56:01 -04:00
TingPing
e8d4f3f848
Properly set away and fullscreen menu items
2013-10-27 13:24:15 -04:00
TingPing
30a47cf62e
Fix random_line() cutting off text
...
fgets() wont include the newline
2013-10-27 13:21:52 -04:00
TingPing
aadee8afba
Use a full path to configdir when using portable mode
...
This avoids the issue of plugins changing paths on us
2013-10-27 12:51:14 -04:00
TingPing
a1c9294b89
Only update userlistgui when necessary
2013-10-26 13:37:20 -04:00
TingPing
7cf9ea83cb
xtext: Get proper text width with attributes
2013-10-26 08:51:50 -04:00
TingPing
d1de138cb1
Sensitize banlist buttons if half-op
...
For #647
2013-10-25 09:28:09 -04:00
TingPing
cff05cef68
Update readme.md
2013-10-24 07:24:18 -04:00
Jahan Addison
120a5a1dcd
Match nick last when checking url
...
Closes #796
2013-10-23 06:32:57 -04:00
TingPing
36e41a6476
fix another warning
2013-10-22 14:53:33 -04:00
TingPing
0ff2ade078
fix warning
2013-10-22 14:44:30 -04:00
Farow
bb5d589c79
Open channel list window on /list
2013-10-22 13:35:28 -04:00
Diogo Sousa
6d3c176ff8
url_check_line () now recognizes all urls
...
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 13:28:03 -04:00
Diogo Sousa
a25363f5c3
make_re() now doesn't free the argument.
...
This is good practice and also helped simplifying re_*() functions.
2013-10-22 13:26:30 -04:00
TingPing
a72d40284d
fix some warnings
2013-10-22 06:21:58 -04:00
TingPing
4a591cf7d7
Port editlist to GtkTreeView
2013-10-22 06:08:09 -04:00
TingPing
19e3fce2eb
Fix SASL on some networks
2013-10-20 22:29:16 -04:00
TingPing
62735c54fb
sysinfo: Fix showing debian version on ubuntu
2013-10-20 21:15:12 -04:00
TingPing
712cfc3135
win32: install theme manager by default
2013-10-20 03:37:58 -04:00
TingPing
20c9c94a61
Ignore nick prefix when splitting NAMES reply
2013-10-20 01:33:57 -04:00
TingPing
ad1520b29a
Only split NAMES reply if server supports userhost-in-names
2013-10-20 00:29:58 -04:00
TingPing
06a7d84b43
Add support for userhost-in-names capability
2013-10-18 04:40:39 -04:00
TingPing
d960006de4
Add option to auto +x on connect
2013-10-17 23:43:58 -04:00
TingPing
cf5e2f273f
libsexy: last color parsing improvement
2013-10-17 21:59:31 -04:00
TingPing
f342123d7f
libsexy: More color parsing improvements
2013-10-17 21:37:02 -04:00
TingPing
aac231d307
Remove dead networks
2013-10-17 05:20:22 -04:00
TingPing
0e8069661f
Default to SASL on every supported network
2013-10-17 05:16:27 -04:00
TingPing
737325b417
Remove #xchat from ChatJunkies autojoin
2013-10-17 05:00:40 -04:00
TingPing
bc3b923131
Respect use global flag with SASL
2013-10-17 04:52:06 -04:00
TingPing
c6ad450151
Focus new server tabs
2013-10-15 22:54:38 -04:00
TingPing
a284219abd
Reset entry attributes on newlines
2013-10-15 22:41:50 -04:00
TingPing
2e08b3a2da
Add remaining chanopts to plugin api
...
In flags of get_list('channels')
2013-10-15 18:30:37 -04:00
TingPing
57d168e56a
Fix moving channels when using tabs
2013-10-15 01:10:03 -04:00
TingPing
490b9a91e4
Don't overwrite existing ignores when flooded
...
Closes #792
2013-10-14 17:25:21 -04:00
TingPing
80cbc74b2b
Remove commented out networks in servlist
2013-10-13 15:13:51 -04:00
Diogo Sousa
cf370d7e79
When opening a query dialog with /query nick msg, the message was not shown in
...
the newly opened dialog. This fixes that issue.
2013-10-13 14:38:26 -04:00
Farow
fd13e4046f
Perl: fixed crash when a script exits abnormally
2013-10-13 14:26:54 -04:00
Iota Spencer
1b07c0f54b
Renamed FurryLand to ElectronIRC
...
Closes #804
Closes #780
2013-10-13 14:21:03 -04:00
TingPing
d941af5a6f
Don't open banlist in empty channel tab
2013-10-13 12:54:14 -04:00
Arnavion
e2edbfe47d
win32: Use version information from configure.ac to populate the 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 18:41:27 -07:00
Arnavion
0061cd38d0
win32: Make all projects depend on common so that common is always run before any others.
2013-10-12 18:41:27 -07:00
Eustachy Kapusta
8311c3aa56
Rename Strawberry to Hexchat in Perl error message
2013-10-12 19:42:26 +02:00
TingPing
80625a06fa
Fix installer on 32bit Windows
2013-10-12 13:36:43 -04:00
TingPing
adab8567e4
Merge pull request #801 from Phr33d0m/patch-2
...
Better understandable option for the input box's color rendering
2013-10-11 18:03:42 -07:00
Denis M.
0b228246ba
Better understandable option for the input box's color rendering
2013-10-12 03:03:09 +02:00
TingPing
cbf275777c
xtext: store palette as GdkColors
2013-10-10 21:02:24 -04:00
TingPing
04f34feb26
Fix configure output when python disabled
2013-10-10 00:39:36 -04:00
XhmikosR
c226f4089a
Fix a few cppcheck warnings.
...
Use the proper data type in format functions and fix a resource leak.
2013-10-10 00:05:22 -04:00
TingPing
e244001cee
Add hexchat perl module to gitignore
2013-10-09 23:12:42 -04:00
TingPing
0a0bb57b2a
Remove left over ifdef for spellcheck
2013-10-09 21:40:22 -04:00
Diogo Sousa
5ad9552365
Fix messages with server-time not showing as new activity
...
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 21:34:02 -04:00
TingPing
111a58f1ef
Improve Windows installer
...
- Unify x86 and x64 installer files
- Get rid of version program
- Clean up .iss file
- Only allow one installation
2013-10-09 17:17:53 -04:00
TingPing
1f06922803
Revert 2d5cb3ec7b
...
Scrolling has issues i couldn't easily fix, will get back to
later but lets keep this usable
2013-10-09 13:59:07 -04:00
TingPing
2d5cb3ec7b
Round 3 of Gtk accessor functions: xtext
2013-10-08 21:01:07 -04:00
TingPing
44ad5703ea
Work around for /away being called multiple times
...
This will have to be solved eventually in menu.c so you can change their
status without emitting the signals.
2013-10-08 20:00:07 -04:00
TingPing
b393d2f62f
Fix scroll buttons when using tabs
2013-10-08 18:40:11 -04:00
TingPing
0c3220c469
Add preference to change tabs on scroll
...
Also revert e52905f50c
2013-10-08 18:16:10 -04:00
TingPing
e52905f50c
Add chanview files to project
2013-10-08 17:59:07 -04:00
Farow
075cc61c94
Rebrand Perl plugin to HexChat,
...
Add /pl and plugin_pref
Add help messages
2013-10-07 22:58:38 +02:00
TingPing
aafbb6374b
Round 2.5 of gtk accessor functions
...
Some leftovers in chanview-tabs and maingui
2013-10-06 22:17:45 -04:00
TingPing
c463236521
Round two of gtk accessor functions: chanview-tabs
2013-10-05 22:21:04 -04:00
TingPing
435e8881ed
Merge pull request #787 from siduction/master
...
some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv..
2013-10-05 09:31:34 -07:00
Alf Gaida
cc6de3f665
some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv..
2013-10-05 18:26:55 +02:00
TingPing
b1df2f43aa
Merge pull request #784 from Farow/pull2
...
tree-view: switch tabs on mouse wheel up/down
2013-10-04 14:43:42 -07:00
Farow
65eb233f9c
tree-view: switch tabs on mouse wheel up/down
2013-10-05 00:35:50 +03:00
TingPing
e10faa0369
Fix crash with long notify lists.
2013-10-04 17:00:56 -04:00
Farow
4ec0e6fd05
libsexy: Improve color parsing
...
- Background colour is only parsed when there's a comma
- Offset for background color is incorrectly calculated (there's no
control character, just a comma)
2013-10-04 12:17:46 -04:00
TingPing
a47740636d
libsexy: never include spaces when spell-checking
2013-10-04 07:16:44 -04:00
TingPing
a29ccffcbe
libsexy: Add "HexChat" to session dictionary
2013-10-04 06:33:49 -04:00
Arnavion
fa955a0f1a
Don't try to update the clear button state when there's no DCC window.
2013-10-03 17:43:44 -07:00
TingPing
301e5d260d
More improvements to libsexy
...
- 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 16:23:46 -04:00
TingPing
da680f1066
Use spell entry for topicbar
...
Closes #150
2013-10-03 16:23:46 -04:00
TingPing
67a488033b
libsexy: Don't mark nicks spelled incorrect
2013-10-03 16:23:46 -04:00
TingPing
f6dd61cb02
Update to gtkspell3's iso code lookup
...
This no longer requires libxml
so now there is no reason for this to be optional
2013-10-03 16:23:46 -04:00
TingPing
eb93130cd3
Remove gtkspell support
2013-10-03 16:23:46 -04:00
TingPing
d643056ca0
Fix loading enchant on Unix
2013-10-03 16:23:46 -04:00
TingPing
ba74e70ec1
libsexy: load colors more efficiently
2013-10-03 16:23:46 -04:00
TingPing
6c3d201070
libsexy: fix spell-check on contractions
2013-10-03 16:23:34 -04:00
TingPing
af2458f556
Parse attributes in the input box
2013-10-03 16:19:25 -04:00
TingPing
3cb4439121
Merge pull request #781 from Farow/pull2
...
Added shortuct to config folder to installer
2013-10-03 05:14:25 -07:00
Farow
19ef48d0e8
Added shortuct to config folder to installer
...
Fixes #612
2013-10-03 14:42:32 +03:00
TingPing
7ba2f1f17f
Topic bar improvements
...
- 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-10-03 05:01:15 -04:00
TingPing
a831ecfd01
Strip trailing space from pluginpref_list entries
2013-09-30 01:38:51 -04:00
TingPing
b7e8f64bba
Fix crash in hexchat_pluginpref_list()
...
Set max output size to 4096
2013-09-30 01:23:20 -04:00
TingPing
76b1c2f1ed
Update readme.md
2013-09-29 20:44:12 -04:00
TingPing
83fcb52085
Merge pull request #775 from benburkhart1/master
...
Channel joiner dialog does not allow you to join a valid channel
2013-09-29 15:59:00 -07:00
Benjamin Burkhart
0791c8f069
RFC 1459 does not require channel name be above 0 characters, only that there's a prefix involved, this behavior is present elsewhere in xchat's join channel dialog, making this match.
2013-09-29 17:36:15 +00:00
TingPing
247d84fbd1
Remove unused gtk-prefs project
2013-09-29 02:49:55 -04:00
TingPing
00bd389cdc
Merge branch 'gresource'
2013-09-29 02:24:30 -04:00
TingPing
1f84c507a0
Reorganize files and migrate images to gresource
2013-09-29 02:24:06 -04:00
TingPing
4ba886f7aa
Accept %I in text events
2013-09-29 01:52:21 -04:00
TingPing
d552415abe
Add default keybindings for italics and underline
2013-09-29 01:47:10 -04:00
TingPing
c537dae7f8
Use Pango Attributes for bold and italics
2013-09-28 23:02:38 -04:00
TingPing
0d2feba69c
Revert fast scrolling with background image
2013-09-27 18:23:51 -04:00
TingPing
5465790886
Merge branch 'xtext2'
2013-09-27 17:42:38 -04:00
TingPing
958f4099f1
Remove overdraw
2013-09-27 17:40:53 -04:00
TingPing
449553ffb0
Replace xtext's transparency with full window transparency
...
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-27 17:40:05 -04:00
Eustachy Kapusta
960ded7db4
Update link to site in perl plugin
2013-09-27 20:09:48 +02:00
TingPing
a14fe580f8
Tweak svg file
2013-09-27 02:51:19 -04:00
TingPing
f23bda9e46
Remove useless defines
...
- HEXCHAT
- USE_DB
- SCROLL_HACK
- MOTION_MONITOR
- ITALIC
- COLOR_HILIGHT
2013-09-26 22:34:40 -04:00
TingPing
ef73a89139
Remove XFT, SHM, and MMX
2013-09-26 22:31:14 -04:00
TingPing
61b58fd5be
Remove remnants of native file dialogs
2013-09-26 22:07:22 -04:00
TingPing
60ba4d651c
typo
2013-09-26 05:10:17 -04:00
TingPing
5a6a03af0b
Update appdata description
2013-09-26 04:10:40 -04:00
TingPing
6f013e807c
Remove whats left of gconf
2013-09-26 03:06:01 -04:00
TingPing
d18a95fda6
Make Python version consistent on both platforms
...
and don't hardcode 2.7/3.3
2013-09-25 20:53:23 -04:00
TingPing
c7a00a4aba
Only show users country if its not unknown
2013-09-25 17:16:47 -04:00
TingPing
7bc3317eeb
Don't open most windows at mouse position
2013-09-25 02:09:47 -04:00
TingPing
8028bb7f82
Make join dialog modal
2013-09-25 02:02:26 -04:00
TingPing
6fc412c4e2
Update installer links to 2013 redist
2013-09-25 00:54:28 -04:00
TingPing
0749cb1553
Remove hextray
2013-09-24 21:01:16 -04:00
TingPing
f198581a09
Split long messages at spaces
2013-09-24 19:57:37 -04:00
TingPing
4c9b193b45
Fix tab completion with utf8 completion char
...
Closes #738
2013-09-24 17:03:19 -04:00
TingPing
130be78dbb
typo..
2013-09-23 23:10:31 -04:00
TingPing
29d6db30ba
Update help messages for userlist buttons and user popups
2013-09-23 23:08:56 -04:00
TingPing
2e6001f1ed
Revert menu.c @ ae04663aa9
...
This caused a few bugs such as improperly setting away/back
and redrawing the channel tree when the menu is opened.
2013-09-23 22:00:07 -04:00
TingPing
9c4112cda7
Fix /cycle command
...
- 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 17:17:35 -04:00
TingPing
04dbcdffc0
Only underline the channel part if nick prefix
2013-09-23 15:10:00 -04:00
TingPing
0146a38faa
Fix url detection of channel with nick prefix
...
Closes #769
2013-09-23 14:58:11 -04:00
TingPing
145ceba124
Strip trailing space from CAP REQ
...
Mentioned in #770
2013-09-23 12:45:08 -04:00
TingPing
90ea691b75
Add screenshot to appdata file
2013-09-20 23:01:27 -04:00
TingPing
51cdcfca82
Fix warning
2013-09-20 17:33:27 -04:00
TingPing
ae04663aa9
First round of using GTK accessor functions
...
This is the first step to build with GSEAL_ENABLE
setup.c uses a deprecated fontchooser,
chanview-tabs.c didn't like the conversion, and
I am waiting to do some work on xtext.c before
converting it.
2013-09-20 17:24:39 -04:00
TingPing
9f8073ab77
Fix messages on networks that have chantypes the same as nick prefixes
...
Closes #763
2013-09-20 08:59:25 -04:00
Eustachy Kapusta
bfa199be79
Add /d2Zi+ switch for better debug symbols
2013-09-20 13:11:01 +02:00
TingPing
36911710fd
Make manual reposition after unfullscreen Windows only
2013-09-19 22:01:15 -04:00
TingPing
267ac71d4f
Replace more GDK_* with GDK_KEY
2013-09-19 17:58:10 -04:00
TingPing
f6ba274134
Add fullscreen to to view menu
2013-09-19 17:52:17 -04:00
Richard Hitt
cd825ac735
Improve text repositioning when searchbar string is modified.
2013-09-18 15:25:50 -07:00
TingPing
1007af9506
Add message arguement to /query
...
Closes #757
2013-09-17 18:19:02 -04:00
TingPing
b67953c70c
Searchbar: Don't show error on empty string
2013-09-16 21:48:04 -04:00
TingPing
1a67e245ac
Fix searchbar loading highlight all pref on start
2013-09-16 21:31:05 -04:00
Arnavion
648de4410c
plugins: fishlim: VS2013 comes with a working stdbool.h
2013-09-15 15:08:40 -07:00
Eustachy Kapusta
b658fca4a7
Convert project files to vs2013
2013-09-15 15:07:46 -07:00
TingPing
277732e384
Fix xtext crash in rawlog/text events window
...
Closes #740
2013-09-15 10:44:55 -04:00
TingPing
f13413c26a
Fix logging networks with invalid names on Windows
2013-09-15 07:40:47 -04:00
RichardHitt
c9418ffca3
Translate -ize to -ise, favor[ite] to favour[ite], Behavior to Behaviour
2013-09-15 01:28:10 -07:00
TingPing
ddb3bf05d8
use GDK_KEY
2013-09-15 03:22:04 -04:00
TingPing
8b463e6b14
Update POTFILES.in
2013-09-15 03:07:45 -04:00
TingPing
bc8eaf6588
Replace search window with a searchbar
2013-09-15 02:55:18 -04:00
TingPing
b0b8f40791
Replace search window with a searchbar
2013-09-15 02:51:35 -04:00
Eustachy Kapusta
aa37686bbd
Move optimization settings from all subsequent projects to hexchat.props
2013-09-15 02:45:38 -04:00
TingPing
4721a3747e
Python: return hooks with PyLong_FromVoidPtr
...
Fixes #685
2013-09-15 02:45:38 -04:00
TingPing
e5cb69db5d
Python: Use keywords for attributes in emit_print()
2013-09-15 02:45:37 -04:00
TingPing
414b591358
Python: Add support for attributes in hooks
2013-09-15 02:45:37 -04:00
TingPing
ccd4945504
Merge xchat r1525
...
Fixes possible crash
2013-09-15 02:45:36 -04:00
TingPing
59b19bac70
Update tooltip for sound alerts without libcanberra
2013-09-14 12:46:38 -04:00
TingPing
14b8a77b78
Default spotchat to SASL
2013-09-12 03:55:17 -04:00
TingPing
a71849db3f
Bump Version to 2.9.6
2013-09-11 18:18:19 -04:00
TingPing
a2eb3325ce
Update Translations
2013-09-11 04:50:35 -04:00
TingPing
b9df78b9c6
Exec: Print help on empty string
...
... and bump version
2013-09-10 02:24:53 -04:00
TingPing
9a3c1ccd72
Update transifex config file
2013-09-08 01:28:06 -04:00
TingPing
68116da5ad
Remove about.c from POTFILES.in
2013-09-08 01:17:34 -04:00
TingPing
68153812f7
Add channelkey to channel lists
2013-09-07 20:17:42 -04:00
TingPing
bb1062ae2a
Merge branch 'saslmech'
2013-09-07 19:00:40 -04:00
TingPing
bdb18828e3
Disable challangeauth without openssl
2013-09-07 18:59:29 -04:00
TingPing
a903f16c68
Implement BLOWFISh, AES, and EXTERNAL SASL mechanisms
...
Closes #657
2013-09-07 18:59:28 -04:00
TingPing
5feeb717a0
Add appdata file
2013-09-07 02:08:04 -04:00
TingPing
703316ace6
Merge pull request #733 from hexchat/filedialog
...
Improve file dialogs
2013-09-06 17:00:55 -07:00
TingPing
88afa4afa2
Fix detecting utf-8 on some networks
2013-09-06 14:00:53 -04:00
TingPing
bf269d2e03
Of course mimetype doesn't work on Windows..
2013-08-31 15:38:29 -04:00
TingPing
755932c3bc
Use mimetypes for audio and images
2013-08-31 15:31:22 -04:00
TingPing
4c406bce17
Improve file dialogs
...
- 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-31 11:39:12 -04:00
TingPing
3a87dedbb5
Merge pull request #731 from NoneGiven/patch-2
...
Fix colored vhosts
2013-08-28 12:57:18 -07:00
NoneGiven
731fd33be2
Update text events, fix colored vhosts
2013-08-28 15:35:46 -04:00
TingPing
ffc47e8439
Update travis to build theme manager
2013-08-28 13:32:35 -04:00
TingPing
cc9d6042fd
Update htm mime file
2013-08-28 13:22:12 -04:00
TingPing
012b9c478e
Merge pull request #730 from hasufell/mono
...
BUILD: add --with-theme-manager configure option
2013-08-28 10:21:37 -07:00
hasufell
5d35ecfaa9
BUILD: update mime and desktop database
2013-08-28 14:30:57 +02:00
hasufell
21bf0ae998
update desktop file
2013-08-28 14:30:57 +02:00
hasufell
9d0ea7af4b
update gitignore
2013-08-28 14:30:57 +02:00
hasufell
08fd4f2dd7
BUILD: use thememan.in instead of Makefile echo
2013-08-28 14:30:57 +02:00
hasufell
8f0d6e85fd
BUILD: don't hardcode the install path in the script
2013-08-28 14:30:57 +02:00
hasufell
7dea09c371
BUILD: fix quoting issue
...
\"$@\" got malformed and interpreted by the Makefile
2013-08-28 14:30:57 +02:00
hasufell
ce5653d75c
BUILD: add --with-theme-manager configure option
2013-08-28 14:30:57 +02:00
TingPing
36b84c9af3
Merge pull request #728 from hasufell/master
...
build system improvements
2013-08-27 02:16:12 -07:00
hasufell
d13046614e
BUILD: use a blacklist rather than a whitelist for python versions
2013-08-27 10:59:03 +02:00
TingPing
53e30995d6
Merge pull request #729 from hasufell/mime
...
fix htm desktop file
2013-08-26 22:44:57 -07:00
hasufell
0c4e343b46
STYLE: tabs, not whitespaces
2013-08-27 00:18:08 +02:00
hasufell
e6394cafe2
BUILD: consistently use PKG_CONFIG
2013-08-27 00:09:35 +02:00
hasufell
fabc5bf4b7
STYLE: add missing comma
2013-08-26 23:45:51 +02:00
hasufell
d601335aa6
fix desktop file
2013-08-26 23:27:29 +02:00
hasufell
d6dacbe955
BUILD: use pkg-config to detect python
2013-08-26 23:00:47 +02:00
TingPing
616c669d3b
Fix /exec -o on Windows
2013-08-26 12:53:17 -04:00
TingPing
d52cc1a1bd
Add desktop and mimetype file for the Theme Manager
2013-08-26 10:06:34 -04:00
TingPing
43a2f43090
Handle incoming messages from yourself
...
These are common for users of bouncers, private messages still need to
be handled.
2013-08-26 09:44:18 -04:00
TingPing
b3369a4bc4
Sysinfo: Add announce option
2013-08-26 04:31:45 -04:00
hasufell
b5b547abb6
Sysinfo: Fix gentoo detection
2013-08-26 03:58:36 -04:00
TingPing
4e775df156
Update CLEAR and MSG help message
2013-08-25 11:16:49 -04:00
TingPing
bf0ff98385
Update help for close command
2013-08-25 10:52:37 -04:00
TingPing
66412e4997
Add TinyCrab to network list
...
Closes #723
2013-08-21 07:36:53 -04:00
TingPing
77c1edbe13
Handle lists in MONITOR replies
2013-08-20 00:24:20 -04:00
TingPing
46c32952b0
Make formatting more consistent
...
#719
2013-08-17 20:39:24 -04:00
TingPing
41719bd4a8
Merge pull request #719 from Farow/pull
...
Improve cursor behavior
2013-08-17 17:32:16 -07:00
Farow
9629ca3fd9
Improve cursor behavior
...
- The cursor doesn't turn into a hand for non-url parts of a word
- Removal of unneeded variable str
2013-08-16 23:05:27 +03:00
TingPing
a3ab5edc59
Merge pull request #718 from Farow/pull
...
Channel url improvements
2013-08-15 21:36:35 -07:00
TingPing
8fbcddd2cd
Add ObsidianIRC network
...
#412
2013-08-15 17:59:41 -04:00
Farow
73d63ca3da
Allow multiple channels in url, fix nick re
...
- Multiple channels have to be separated by a comma
- Fix #nick becoming a url for nick instead of #nick
2013-08-13 07:39:34 +03:00
Joshua Theze
721a9965aa
Fixed munging of whitespace in sysinfo's matching functions
...
Closes #712
2013-08-12 23:41:37 -04:00
Farow
4f77f046d0
Channel url and cursor fix
...
- Allow colons in channel urls
- Only add the channel part in the context menu
- Fix cursor not changing between separator and url
2013-08-13 04:19:14 +03:00
TingPing
0b95c1c444
Merge branch 'pluginreload'
2013-08-10 19:44:38 -04:00
TingPing
41c0c345cd
And free connect command..
2013-08-10 18:04:56 -04:00
TingPing
c8f6d2c538
Merge pull request #713 from Farow/master
...
Make the channel key input larger
2013-08-10 14:32:02 -07:00
TingPing
b2d2187b20
Only replace variables in connect commands
2013-08-10 16:51:56 -04:00
Farow
b8894a468d
Update channel key input
...
- allow up to 23 characters
- make the input bigger
2013-08-10 22:55:17 +03:00
TingPing
1c30e0c124
Still include old freenode hostname in servlist
2013-08-08 12:01:49 -04:00
TingPing
4dc600a63c
Alphabetical order..
2013-08-07 06:28:04 -04:00
TingPing
13bfd060b6
Format Channel URLs
...
closes #706
2013-08-07 06:14:30 -04:00
TingPing
1370a49742
Save notify list on close of friends list
...
for #570
2013-08-06 16:13:10 -04:00
TingPing
ab6bf4234c
Bind esc to close in chanlist
2013-08-05 07:06:04 -04:00
TingPing
5224c275e8
Destroy utility windows with their parents.
2013-08-05 04:03:26 -04:00
TingPing
272b3d2f82
Add .patch to gitignore
2013-08-04 07:13:50 -04:00
Eustachy Kapusta
2528a78593
Remove VS Redistributable update version from installer link
2013-08-04 11:45:08 +02:00
TingPing
2917a83d7b
Update text on reload button
2013-08-04 04:53:40 -04:00
TingPing
77e9417c7b
Add label for website in about dialog
2013-08-04 04:48:45 -04:00
TingPing
e8456beadc
Add reload command for plugins and add to gui
2013-08-04 04:36:10 -04:00
TingPing
d63a33b6dc
Use built-in gtk_about_dialog
2013-08-03 07:11:25 -04:00
TingPing
bdc814a4a4
Merge pull request #677 from hasufell/master
...
CONFIGURE: add "--enable-minimal-flags"
2013-08-02 23:25:40 -07:00
TingPing
ce40e5a111
Merge pull request #700 from orium/url-chan-prefix
...
Server aware nickname and channel matching
2013-08-02 23:24:50 -07:00
Diogo Sousa
61c9ad08bf
Fixed memory leak.
2013-08-02 02:45:54 +01:00
RichardHitt
bca0ad8e1e
Fix description line for Scroll Page in fkeys.c.
2013-08-01 11:55:22 -07:00
Diogo Sousa
6ec7bfad30
Indentation fix.
2013-08-01 16:39:49 +01:00
Diogo Sousa
0e76283c9a
Now nickname and channel matching is server aware: we only match words that
...
have the prefixes the server uses.
The url regex matching was designed to be more versatile. This was needed to
disambiguate matches between nicks and channels, since they may have common
prefixes now (&+!). In case of ambiguity, when the server supports prefixes that
are common to both channels and nicknames, we choose the nickname (the nickname
only matches if there is a user with that nick in the current session).
Fixes #655 .
2013-08-01 16:28:17 +01:00
TingPing
78a72a6c1e
Merge pull request #697 from RichardHitt/topbottom
...
Scroll-page keybindings: Add Top (C+HOME), Bottom (C+END)
2013-07-31 22:20:48 -07:00
Arnavion
4a95b07ae7
python: Set VERSION using existing VERSION_MAJOR and VERSION_MINOR macros and some mintor refactoring.
2013-07-30 22:54:57 -07:00
TingPing
154ea98deb
Fix kickbanning opped users
2013-07-30 23:29:25 -04:00
Richard Hitt
be252e271f
Scroll-page keybindings: Add Top (C+HOME), Bottom (C+END)
2013-07-30 13:11:07 -07:00
TingPing
e2328e7a91
Merge pull request #687 from Mikah89/clear_dcc_list_rebased
...
Clear button in dcc download manager
2013-07-27 13:19:29 -07:00
TingPing
942b92c796
Remove #hexchat from default autojoin
2013-07-27 00:23:40 -04:00
TingPing
3bd2143d9a
Have join dialog suggest #hexchat for freenode users
2013-07-27 00:22:57 -04:00
TingPing
93cfa353e7
Tweak cli output and fix related warnings
2013-07-27 00:03:16 -04:00
TingPing
2cbe758c80
Fix some warnings
2013-07-26 22:53:01 -04:00
TingPing
72c6834cc5
Python: Fix callbacks for the "special" print hooks
2013-07-26 19:51:56 -04:00
TingPing
ac06b74b18
Use system's libsexy by default
...
It will still fallback to static
2013-07-26 15:03:59 -04:00
TingPing
1fd94e79b9
Merge pull request #679 from hasufell/libtool
...
MAKE: backwards compat for old libtool
2013-07-26 11:55:37 -07:00
TingPing
bb3cb269c2
Upd: Properly handle http errors
...
Also some cleanup of some old code and comments
2013-07-25 19:54:25 -04:00
Eustachy Kapusta
715a520c0e
Move optimization settings from all subsequent projects to hexchat.props
2013-07-24 20:56:36 +02:00
Helder Martins
78d14a2b1e
Removed restriction that disabled the clear button if at least one transfer item was selected in dcc download manager.
2013-07-23 23:55:20 +01:00
TingPing
3d10b9f3e2
Python: return hooks with PyLong_FromVoidPtr
...
Fixes #685
2013-07-21 16:40:38 -04:00
TingPing
f97f1a08ae
Merge pull request #689 from hexchat/python-attributes
...
Python: Add support for attributes in hooks
2013-07-21 13:33:47 -07:00
TingPing
13e9713b72
Merge xchat r1525
...
Fixes possible crash
2013-07-20 18:00:19 -04:00
TingPing
bf9276fc5c
Python: Use keywords for attributes in emit_print()
2013-07-19 14:14:26 -04:00
Diogo Sousa
fe86c4900f
Merge pull request #680 from staticshock/dotless-domains
...
Permit dot-less domain names
2013-07-19 09:23:52 -07:00
TingPing
f45487e92c
Python: Add support for attributes in hooks
2013-07-19 10:25:46 -04:00
Anton Backer
bca972bdc3
Permit dot-less domain names
...
Fixes #523
2013-07-19 09:01:53 -04:00
Helder Martins
a8abba84bd
Fixed coding style and clearified some comments, following arnavion suggestions
2013-07-17 09:20:54 +01:00
TingPing
2e2f4662f3
Updater: fix download links
2013-07-16 12:48:34 -04:00
Helder Martins
0c87c49146
Implemented clear functionality for DCC download manager. Created clear button in DCC downloaded manager interface.
2013-07-15 21:34:14 +01:00
Diogo Sousa
6c8d9c2194
Merge pull request #675 from orium/server-time-plugins
...
Server time plugins
2013-07-14 11:29:24 -07:00
TingPing
62d52d55b2
Add staticbox network
...
Also default to SASL on some more networks
2013-07-14 10:20:03 -04:00
Diogo Sousa
3598966069
Forgot to add hexchat_emit_print_attrs() to the macros in hexchat-plugins.h.
2013-07-13 16:50:51 +01:00
Diogo Sousa
ec6f5b011a
g_free() should be used for g_malloc().
2013-07-13 05:33:16 +01:00
TingPing
9d4a1a3b4f
Update docs links
2013-07-12 19:32:10 -04:00
Diogo Sousa
9978ebd853
Removed outdated comment.
2013-07-12 22:52:12 +01:00
Diogo Sousa
18eaccb840
Added functions to create/destroy event_attrs to plugin interface.
...
Function names were chosen to keep consistency with the rest of the
API.
2013-07-12 22:46:04 +01:00
hasufell
e63ec01089
MAKE: backwards compat for old libtool
2013-07-12 14:17:30 +02:00
Diogo Sousa
e0fb3d537d
Added hexchat_emit_print_attrs() to plugin interface.
2013-07-12 01:33:35 +01:00
hasufell
19d4356484
CONFIGURE: add "--enable-minimal-flags"
...
This will turn off automagic adding of flags that might be unwanted
such as "-g" or "-pipe".
2013-07-11 12:36:14 +02:00
TingPing
be1e6bde65
Fix requesting sasl multiple times
2013-07-11 05:58:10 -04:00
TingPing
f113008c7f
Don't grey out log fliename in preferences
...
It can still be useful when global logging is disabled
2013-07-10 15:39:45 -04:00
Diogo Sousa
5e240eb259
Indentation fixes and code cleanup.
2013-07-10 00:42:34 +01:00
Diogo Sousa
7101b7b864
Now hexchat_hook_server_attrs() and hexchat_hook_print_attrs() is called
...
when it should. This should close #661 .
2013-07-09 23:11:28 +01:00
Diogo Sousa
98aa62f637
Removed two dummy functions in plugin interface.
2013-07-09 22:04:07 +01:00
Diogo Sousa
798db7368a
Added hexchat_hook_server_attrs() and hexchat_hook_print_attrs() to the plugin
...
interface. This hooks are similar to hexchat_hook_{server,print}() except the
callback passes an extra argument with the (new) structure hexchat_event_attrs.
This structure contains attributes related to the event; by now it only contains
the server_time_utc member which is non-zero if server-time is enabled and the
server used this extension to pass a timestamp.
See issue #661 .
(Note: this hooks are still not called by hexchat in this commit.)
2013-07-09 20:21:16 +01:00
TingPing
4cf61ccedb
Fix warning
2013-07-08 16:30:54 -04:00
TingPing
7f50ee6fd2
Increase upper limit for max DCC speed in preferences
...
For #672
2013-07-07 15:15:50 -04:00
TingPing
1544a5d6cb
Default to nickserv when using /ghost or /id commands
2013-07-04 18:08:56 -04:00
TingPing
3284502645
Merge pull request #667 from orium/fe_get-dialogs-transient
...
fe_get_{int,str}() sets transient for the main window.
2013-07-03 12:00:41 -07:00
Diogo Sousa
4cc03aba75
Now fe_get_{int,str}() sets transient for the main window.
...
This allows window managers to handle the window in a better way, for instance
xmonad used to open the dialogs in a new tile and now opens a simple float.
2013-07-03 19:48:45 +01:00
TingPing
286bbc6bde
Add another server to 2ch network
2013-07-03 00:42:48 -04:00
TingPing
d1244d7231
Use URL command for opening in existing
...
This avoids making a new connection to an already open network.
2013-07-02 12:22:01 -04:00
TingPing
50219a63ad
Fix opening empty channel when url has trailing slash
2013-07-02 12:19:47 -04:00
TingPing
806c75f051
Add 2ch network
...
Closes #666
2013-07-02 10:35:06 -04:00
TingPing
ee621d2435
Update man page
2013-07-01 21:57:38 -04:00
TingPing
340811da6e
Merge pull request #665 from orium/freebsd-fixes
...
Freebsd fixes
2013-07-01 18:51:51 -07:00
Diogo Sousa
4b40597c76
Fixed get_timezone() to work on windows.
2013-07-02 02:22:41 +01:00
Diogo Sousa
9a789bc9e7
Now handle_message_tag_time() doesn't use "timezone" since it is not defined
...
in *BSD.
2013-07-02 01:54:18 +01:00
Diogo Sousa
4886cc8258
Don't use G_VALUE_INIT since it was introduced in glib 2.30, and our minimum
...
requirement is glib 2.28. This was giving a compilation error in FreeBSD 9.1,
since it uses glib 2.28.
2013-07-02 01:54:11 +01:00
TingPing
82277a80ea
Fix urls with --existing
2013-07-01 14:53:47 -04:00
TingPing
22064278df
Update fe-text's help message
2013-07-01 14:36:15 -04:00
TingPing
932bfa3482
Don't use popup dialogs for help
2013-07-01 14:28:26 -04:00
TingPing
5de5d6d00b
Improve help message
2013-07-01 14:11:24 -04:00
TingPing
aab55d8cff
Handle extraneous cli args as urls
2013-07-01 13:43:58 -04:00
Diogo Sousa
73c9321361
Fixed server-time timestamps issue regarding local time.
2013-06-30 15:00:38 +01:00
Diogo Sousa
25288120be
Fixed another bug in handle_message_tag_time(): tm_mon is between 0 and 11.
2013-06-28 23:42:11 +01:00
Diogo Sousa
d99d951f7f
Fixed bug in handle_message_tag_time().
2013-06-28 22:08:35 +01:00
TingPing
00e15828a1
Also support znc.in/server-time-iso
2013-06-28 13:33:08 -04:00
TingPing
ad926e9b07
Merge pull request #656 from orium/server-time
...
Closes #499
2013-06-28 11:59:33 -04:00
Diogo Sousa
059cbcd406
Fixed compilation error in VS.
2013-06-28 16:29:39 +01:00
Diogo Sousa
dcdb11a78b
Added preferences options to enable the server-time extension when available.
...
(Internationalization messages missing.)
2013-06-28 16:15:15 +01:00
Diogo Sousa
aef9e3922e
Fixed a few null pointer derefs caused by dummy code that somehow I
...
forgot about.
2013-06-28 16:08:03 +01:00
Diogo Sousa
ce6fef3d0a
A few messages missing regarding server-time.
2013-06-28 16:07:42 +01:00
Diogo Sousa
4057b7dd58
Now inbound_cap_ls() can enable extensions when a bouncer uses a namespace for
...
the extension server-time.
2013-06-28 16:07:24 +01:00
Diogo Sousa
d1725e3f44
server-time for all numerical messages.
2013-06-28 16:04:32 +01:00
Diogo Sousa
42da8fe3ef
server-time supported in all named servermsg: ping, error, notice and
...
authenticate.
The only thing left to do for server-time are the numeric messages.
2013-06-28 16:04:16 +01:00
Diogo Sousa
a01bd83c64
Organized cap inbound code in inbound.c instead of proto-irc.c.
2013-06-28 16:04:06 +01:00
Diogo Sousa
6a0240aa18
server-time supported in most named messages.
2013-06-28 16:03:37 +01:00
Diogo Sousa
179747a7bc
Implemented handle_message_tag_time() for time-server messages.
2013-06-28 16:03:20 +01:00
Diogo Sousa
94186f7888
First step towards message tags extension support
...
(see http://ircv3.atheme.org/specification/message-tags-3.2 ).
In particular this commit implements a (very) dummy implementation
sketch of the server-time extension
(see http://ircv3.atheme.org/specification/message-tags-3.2 and #499 ).
2013-06-28 16:03:12 +01:00
Arnav Singh
ac5771377e
fe-gtk: Only escape notification bodies for notification servers that support "body-markup".
2013-06-28 00:14:54 -07:00
Arnavion
863dc2e841
docs: Typo.
2013-06-27 10:53:29 -07:00
Arnavion
59b9ee3417
plugins: Implemented get_info("password") and re-added get_info("nickserv") as an alias to that.
2013-06-23 11:39:12 -07:00
TingPing
3285934703
Update hacking.md
2013-06-23 07:29:26 -03:00
Arnavion
c7d1102c61
perl: Fixed get_list('networks') to work with new servlist.conf syntax for autojoin channels.
2013-06-22 22:06:49 -07:00
Diogo Sousa
6e3f05fcc7
Fixed indent: spaces -> tabs.
2013-06-20 19:03:26 +01:00
TingPing
d8286a63ec
Add more uri schemes
2013-06-19 18:57:52 -03:00
TingPing
9854b100fb
Detect Spotify URIs
2013-06-19 05:07:45 -04:00
TingPing
ef5588b9c0
Use chat.freenode.net
2013-06-18 22:38:10 -03:00
TingPing
64ba92593e
fix merge conflict
2013-06-18 20:40:07 -04:00
TingPing
33b5dc1c75
Use tabs
2013-06-18 21:20:09 -03:00
Diogo Sousa
02139fbb79
Handle IPv6 addresses correcly in fe_open_url_locale().
2013-06-19 00:15:47 +01:00
Diogo Sousa
9ef1d1db96
Now WORD_HOST6 is handled the same way as WORD_HOST.
2013-06-18 23:30:38 +01:00
TingPing
225acd0ce2
Merge pull request #649 from RichardHitt/urlgrabber
...
Fix urlgrabber right click selection.
2013-06-18 15:08:56 -07:00
RichardHitt
b4496216db
Fix urlgrabber right click selection.
2013-06-18 14:53:18 -07:00
Diogo Sousa
d88c4ad411
Added a few more useful url schemes.
2013-06-18 12:32:55 +01:00
Diogo Sousa
8b217981ed
Removed unused argument of make_re().
2013-06-18 12:07:46 +01:00
Diogo Sousa
8ce8a359c1
Now url_check_word() returns WORD_HOST6 when a ipv6 address is matched.
2013-06-18 12:01:39 +01:00
Diogo Sousa
55734baed8
Fix IPv6 addr matching in url: must be enclosed in [].
2013-06-17 22:43:18 +01:00
TingPing
52ce55341b
Fix Open Data Folder on unix
...
Mentioned in #646
2013-06-16 16:20:06 -03:00
Diogo Sousa
e4b6f4b375
Refined IPv6 address matching in url.c.
2013-06-16 20:16:58 +01:00
Diogo Sousa
32dee82c58
Added support for passwords in userinfo of urls.
2013-06-16 20:00:35 +01:00
Diogo Sousa
2870586cf9
Fixed irc:// and ircs:// url matching: irc://freenode was not working because
...
"freenode" doesn't match a hostname.
2013-06-16 19:11:26 +01:00
Diogo Sousa
cb1975f450
Fixed file:// url matching.
2013-06-16 19:09:50 +01:00
Diogo Sousa
805b33552b
Rework url matching to make it easier to add schemes.
...
The new way allows great control of what a url is composed of.
Added a bunch of new schemes.
2013-06-16 15:36:52 +01:00
Diogo Sousa
6bc05a8bc8
Improved host matching in url:
...
* Refined ipv4 addr
* Added ipv6 addr
2013-06-16 04:22:28 +01:00
TingPing
3ffae231de
Fix building with static spell
2013-06-15 21:52:04 -03:00
Richard Hitt
6a7557da01
Merge branch 'master' of http://github.com/hexchat/hexchat
2013-06-15 17:26:13 -07:00
Richard Hitt
d7045e2b61
Fix Fedora-19 Segmentation fault, bugid 968817.
2013-06-15 17:21:55 -07:00
TingPing
e68635b8e4
Add configure patch from gentoo
2013-06-15 17:26:10 -03:00
TingPing
7ef8d0d443
More autojoin wording tweaks
2013-06-13 20:53:55 -04:00
TingPing
9b958ed393
Use snprintf
2013-06-13 18:38:59 -03:00
TingPing
84e8c658f6
Tweak travis template
2013-06-13 15:33:25 -04:00
TingPing
21a5eb2702
Formatting
2013-06-13 16:20:58 -03:00
TingPing
1d62465e5b
Add irc notifications to travis
2013-06-13 15:08:35 -04:00
TingPing
cb1b1c6e1c
Tweak autojoin wording
2013-06-13 15:55:38 -03:00
TingPing
8be56d7003
Don't open libcanberra connection for every event
...
Closes #645
2013-06-12 10:41:52 -04:00
TingPing
8ce1a9476d
Merge pull request #640 from orium/default-language
...
Default language
2013-06-09 14:10:55 -07:00
TingPing
0689b54827
Add irc_ban_type to preferences
2013-06-09 16:51:57 -03:00
TingPing
b569943059
Specify what for completion amount
2013-06-09 16:01:00 -03:00
TingPing
eb001433e4
Emit FOUNDIP in server session
2013-06-09 15:55:56 -03:00
TingPing
a591c875ae
Add completion_amount to prefs
...
... and remove completion_auto which is confusing to say the least.
2013-06-09 15:48:42 -03:00
TingPing
08cd36bef0
Fix printing ipv6 addresses with identd
...
Closes #639
2013-06-09 10:42:42 -03:00
TingPing
5d0599976e
Add more mnemonics to the menu
2013-06-08 20:09:22 -04:00
TingPing
2e014bbc72
Merge pull request #641 from orium/possible-buffer-overflow-fix
...
Fixed possible overflow in create_mask().
2013-06-08 02:45:00 -07:00
Diogo Sousa
88e9611444
Minor cosmetic changes
2013-06-08 03:14:24 +01:00
Diogo Sousa
97e88b885a
Renamed tbuf to buf in create_mask() to avoid confusion.
2013-06-08 03:01:36 +01:00
Diogo Sousa
f84476cf87
Fixed possible overflow in create_mask().
2013-06-08 02:56:36 +01:00
Diogo Sousa
473ab16739
Now the default configuration tries to set the language from the system
...
locale, and defaults to english if no language match.
This closes #473 .
2013-06-08 02:34:01 +01:00
TingPing
951292abe1
Change default irc_ban_type to 1
2013-06-07 09:55:56 -03:00
TingPing
612032c9f8
Add QUIET command
2013-06-07 08:24:13 -04:00
TingPing
0dd9ac2e44
Take two at fixing xtext copying to secondary clipboard
2013-06-07 08:20:36 -03:00
TingPing
8f551de4f4
Merge pull request #636 from Remmy/master
...
Addition to the list of available IRC networks. Serenity-IRC is a small friendly network which has been around since 2003.
2013-06-07 01:31:41 -07:00
Remco Rijnders
0c2e08cf2b
Add Serenity-IRC to the list of networks available by default.
2013-06-07 04:58:34 +02:00
TingPing
0e420fbee8
Save chanopt after any changes
2013-06-06 19:16:50 -04:00
TingPing
cf505b850b
Add chanopt for stripping colors
2013-06-06 17:47:01 -04:00
TingPing
fd762303b0
Add autoconnect option to menu of networks
2013-06-06 16:49:57 -04:00
TingPing
a6f05db34b
Make autojoin a toggle menu
2013-06-06 16:12:59 -04:00
TingPing
df0ee53765
Handle /CAP LIST output
...
Closes #635
2013-06-05 13:35:30 -03:00
TingPing
d0b3476839
update help message for /menu
2013-06-05 08:27:16 -04:00
TingPing
4d16f5bf28
Add missing gtk_tree_path_free()
2013-06-04 12:32:51 -03:00
TingPing
c45cc78548
Add copy option to right click in banlist
...
Closes #626
2013-06-04 12:25:12 -03:00
TingPing
d16aedf6c4
Merge pull request #634 from youknowone/ipv6
...
Retrieve reachable addresses only.
2013-06-04 05:04:48 -07:00
Jeong YunWon
d3a27947fe
Retrieve reachable addresses only.
...
AI_ADDRCONFIG helps not to try to connect unreachable ipv6 address if
user doesn't have ipv6 network stack.
2013-06-04 20:19:37 +09:00
TingPing
42e3587fd5
copy xtext selection to all clipboards
2013-06-04 07:00:08 -03:00
TingPing
e3f699a9d8
Improve error message from /load -e
2013-06-04 06:34:15 -03:00
TingPing
5201f0fd06
Python: revert 43bd9483ce
...
Will possibly come back to this at a later time...
2013-06-04 06:13:28 -03:00
TingPing
df0e97550b
fix loading startup.txt automatically
2013-06-04 06:07:51 -03:00
TingPing
983b4ace89
treat banlist event as a generic list event (for quiets etc)
2013-06-03 08:19:27 -04:00
TingPing
f0684dc74e
translate servlist tabs
2013-06-02 20:50:43 -04:00
TingPing
39923e05f3
Rename favorite channels to autojoin channels
2013-06-02 20:44:05 -04:00
TingPing
51bf9165b2
Merge pull request #633 from FionnK/master
...
Add IRCNode to network list
2013-06-02 17:27:50 -07:00
Fionn Kelleher
f1735f3ae1
Remove IPv6 check for IRCNode entry in server list.
2013-06-03 02:21:42 +02:00
Fionn Kelleher
2ba785f648
Add IRCNode to the server list.
2013-06-03 02:10:44 +02:00
TingPing
c9b7a3f86e
Python: return true/false from set/del_pluginpref
2013-06-02 00:29:34 -03:00
TingPing
43bd9483ce
Python: Save pluginprefs to seperate files
2013-06-02 00:22:00 -03:00
TingPing
1277b4c30f
be more specific about sysinfo menu entry
2013-06-01 19:06:58 -04:00
Arnav Singh
e1ce1c90f7
configure.ac: Use pkg-config's CFLAGS for libxml2 instead of guessing our own.
2013-06-01 13:46:33 -07:00
TingPing
f45c2dd061
Add valleynode to network list
...
Closes #631
2013-05-31 20:12:21 -03:00
TingPing
855c20501b
fix crash
2013-05-30 22:23:00 -03:00
TingPing
945251c6b8
add .js to list of loadable filetypes
2013-05-29 01:55:41 -03:00
TingPing
e47dd3eb89
Don't send previous session's password
...
closes #616
2013-05-25 20:47:16 -03:00
TingPing
c9c8993b9d
Merge pull request #625 from orium/network-name-improve
...
Improved server_get_network()
2013-05-25 16:31:51 -07:00
Diogo Sousa
d934e60c2b
Improved server_get_network(): if we don't have the current network in the
...
network list use the server name in received in event 005.
(This fixes the problem that the network (%n) in the log file names would be
"NETWORK" instead of the real network name (this happened if the network was
not in the network list).)
2013-05-25 22:31:45 +01:00
TingPing
11478719cd
Merge pull request #624 from Niichan/master
...
PonyChat added to network list
2013-05-24 21:12:00 -07:00
Sam Dodrill
7284addb09
Added PonyChat to network list
2013-05-24 21:01:06 -07:00
TingPing
270cde42f1
Merge pull request #590 from orium/run-as-root-589-504
...
Now hexchat doesn't abnormally terminate when started as root.
2013-05-24 15:01:27 -07:00
RichardHitt
b690098941
Merge pull request #622 from orium/null-ptr-favchan-fix
...
Fixed null pointer deref when we try to autojoin a channel
2013-05-24 14:07:14 -07:00
Diogo Sousa
fffe9f4bd9
Restored inbound.c to make the pull request cleaner.
2013-05-24 22:04:34 +01:00
Diogo Sousa
7353bf2698
Followed richtroye suggestion and implemented the net == NULL guard in
...
servlist_favchan_find().
2013-05-24 21:49:46 +01:00
Diogo Sousa
133b0f7d94
Fixed null pointer deref when we try to autojoin a channel of a network not
...
in the network list.
2013-05-24 20:29:15 +01:00
TingPing
4878012065
Merge pull request #621 from orium/dictionaries-update-fix
...
Spell check dictionaries were not being updated when changed
2013-05-24 08:53:48 -07:00
Diogo Sousa
4402ea34de
Fixed mistake in last commit.
2013-05-24 16:46:35 +01:00
Diogo Sousa
faa53a5335
Spell check dictionaries were not being updated when changed.
2013-05-24 00:01:25 +01:00
TingPing
44a88fc1ab
Merge pull request #618 from orium/server-command-password-fix
...
Fix issue with /server command
2013-05-23 07:28:58 -07:00
Diogo Sousa
d3ce4f64f6
Passing a password to the /server command was ignored because the login method
...
was not set.
2013-05-23 13:22:34 +01:00
TingPing
fcdd85ae5e
Merge pull request #603 from orium/lag-meter-stuck
...
Fix an issue where the lag meter could get stuck after reconnect
2013-05-22 17:17:28 -07:00
TingPing
fd71bb768a
Python: Allow unhooking commands and prints by name
2013-05-22 19:30:49 -03:00
TingPing
66bb79ef10
Improve sort keybinding in servlist
...
also disable auto sorting on fav channels, closes #606
2013-05-20 13:19:20 -03:00
Berke Viktor
3b4cc9d806
Use png instead of svg
2013-05-20 15:59:41 +02:00
Berke Viktor
79221c403b
Temporary workaround for reconnect crashes on win32
...
Yes, we really need to fix this ASAP
2013-05-20 14:39:24 +02:00
Berke Viktor
0ab11cc09a
Add structs and use treeview
2013-05-20 13:21:27 +02:00
Berke Viktor
1432ecfb33
Sample code docs for challengeauth_response()
2013-05-20 12:38:50 +02:00
Berke Viktor
341cfbb527
Set up Doxyfile
2013-05-20 12:31:09 +02:00
Berke Viktor
78573ae0c9
Add default Doxyfile
2013-05-20 12:24:25 +02:00
Berke Viktor
8a9d3e21f2
Update dirent.h win32 implementation
2013-05-20 00:22:20 +02:00
Berke Viktor
8655c4b007
Reorganize Preferences
2013-05-19 20:43:21 +02:00
Berke Viktor
5fa23341b3
Avoid useless strdup() and free() calls
2013-05-19 12:17:37 +02:00
Berke Viktor
67274f91e9
Add default connect commands for networks with obscure login methods
...
Yeah, QuakeNet is an exception
2013-05-19 12:15:31 +02:00
Berke Viktor
c0cc6a2c93
Cosmetics
2013-05-19 11:49:27 +03:00
Berke Viktor
b2fec642fe
Login type cleanup
2013-05-19 05:17:13 +02:00
Berke Viktor
d60cecb8d3
Add custom login type to avoid collisions
2013-05-19 04:34:20 +02:00
Berke Viktor
c168a9adc6
Add variables for user credentials in connect commands
2013-05-19 03:30:45 +02:00
Berke Viktor
f778245a86
Simplify SASL auth string generation code
2013-05-19 01:21:27 +02:00
TingPing
5701ba287b
Translate search window tooltips
2013-05-18 17:40:35 -04:00
TingPing
c471388021
Don't use popup when search is not found
2013-05-18 17:32:41 -04:00
Berke Viktor
9d717ffee9
Fix text event for erroneous nicks
2013-05-18 22:09:44 +02:00
Berke Viktor
bac96d1fa8
Add FurryLand
2013-05-18 21:40:42 +02:00
Berke Viktor
f313a83474
Update Perl library name
2013-05-18 21:33:22 +02:00
TingPing
9891f94e41
Rebrand python about message
2013-05-18 15:42:30 -03:00
TingPing
a22ae9f39a
Support time lists via python
2013-05-18 15:13:05 -03:00
Berke Viktor
02298c8e76
Fix prototype, return value is used by joindelay_tag
2013-05-18 19:48:54 +02:00
Richard Hitt
73badc67ff
Fix warning from hwmon.c in plugins/sysinfo
2013-05-17 21:51:34 -07:00
TingPing
1181b56211
Add omsg user command
2013-05-17 06:17:16 -03:00
TingPing
78eb3e7522
Handle limited channel messages
...
Maybe improved later to signify they are limited messages. closes #315
2013-05-17 06:10:02 -03:00
TingPing
57b74c3de9
Increase default irc_join_delay to 5
2013-05-17 05:32:53 -03:00
TingPing
c83ca8f85a
Respect irc_join_delay if connect command set
2013-05-17 05:28:45 -03:00
Berke Viktor
ef58a267b0
Omit CHALLENGE hashes in the server tab
2013-05-17 02:48:32 +02:00
Berke Viktor
4130954c15
Fix removing keys from favorites
2013-05-17 02:24:47 +02:00
Berke Viktor
0a2af0ab62
Fix crash when using global username for QuakeNet
2013-05-17 02:08:34 +02:00
Berke Viktor
a1a94ed319
Add support for QuakeNet /CHALLENGEAUTH, remove legacy /AUTH
2013-05-17 01:40:07 +02:00
TingPing
096d0660e2
Merge pull request #594 from Tux/master
...
Allow the special colors 32..41 in %Cfg,bg
2013-05-16 10:50:43 -07:00
TingPing
b28734c4a8
Merge pull request #581 from orium/numeric-session-with-open-query
...
Session of numeric events passed to text_emit() for nicks with open query dialogs
2013-05-16 09:21:02 -07:00
TingPing
69c2893234
Merge pull request #586 from bviktor/authcleanup
...
Login and network list cleanup
2013-05-16 09:07:38 -07:00
Diogo Sousa
89078eb3b3
Fix an issue where the lag meter would be stuck after a reconnect caused by a
...
ping timeout.
2013-05-16 15:11:52 +01:00
TingPing
26cefd0587
Have rawlog properly handle newlines
...
This is most noticable with /cycle or the missing USER command on connect.
2013-05-16 09:21:55 +00:00
Berke Viktor
8ccd11ee4b
Remove comment
2013-05-16 00:08:43 +02:00
Berke Viktor
fd1b276aab
Make sure the created favchannel instances have a NULL key when the session's key is empty
2013-05-16 00:04:58 +02:00
Berke Viktor
2ff8e74061
Omit filler keys if no channel's using them
2013-05-15 23:52:14 +02:00
Berke Viktor
0020f81e79
Fix reconnect keys
2013-05-15 18:26:54 +02:00
Berke Viktor
6f09752db4
Cosmetics
2013-05-15 11:48:37 +02:00
Berke Viktor
8cf025f18d
Fix autojoins for sessions
2013-05-15 11:43:38 +02:00
Berke Viktor
81990ce53b
Change prototype
2013-05-15 08:49:28 +02:00
Berke Viktor
12cdb7704c
Fix command splitting when the channel list is too long
2013-05-14 18:20:05 +02:00
Berke Viktor
947dd45294
Fix warnings
2013-05-14 16:52:16 +02:00
Berke Viktor
a435e8648f
Fix initial autojoins and some erroneous copies/frees
2013-05-14 16:40:32 +02:00
TingPing
25d0793766
Merge pull request #596 from Arnavion/python3-allow-unhook-within-hook
...
python: Hold a reference to plugin instead of dereferencing hook to get to it.
2013-05-14 01:33:50 -07:00
Arnavion
5c9652bf13
python: Hold a reference to plugin instead of dereferencing hook to get to it.
...
hook might have been free'd by the callback via hexchat.unhook().
2013-05-14 01:25:01 -07:00
H.Merijn Brand
7a242a8331
Allow the special colors 32..41 in %Cfg,bg
...
Text events allow %Cfg,bg as decribed in "Theming" on
https://hexchat.readthedocs.org/en/latest/appearance.html?#theming
That section describes mIRC colors 0-15 and local colors 16-31, but
when selecting background colors, the 9 special internal colors are
extremely useful, like %C20,33 will do bright red on the selected
text background color.
As the documentation is on-line, this patch has no doc-change.
Ideally, the color-codes should show in the colored squares in the
preferences color-dialog just as with colors 0-31
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl >
2013-05-13 15:26:33 +02:00
Berke Viktor
7cdfeff204
Add note about preferred tab size
2013-05-13 13:38:01 +02:00
Berke Viktor
83107ee222
Use macros instead of raw numbers for login type
2013-05-13 13:22:25 +02:00
Diogo Sousa
d9d05e83ba
Restructured a fair bit of cfgfiles.c. Besides making the code cleaner this allows
...
for better error handling (in fact the error message of check_prefs_dir () whould
make hexchat abort).
2013-05-13 01:58:08 +01:00
Richard Hitt
631664645d
Add "#define GLIB_DISABLE_DEPRECATION_WARNINGS" to eliminate a warning message
2013-05-12 17:25:43 -07:00
Diogo Sousa
61ed0829bd
Forget to put an empty line after a function definition
2013-05-12 23:33:44 +01:00
Diogo Sousa
f023de0faf
Removed unnecessary call to check_prefs_dir() in load_config().
...
This function is called in save_config(), where it is actually needed.
2013-05-12 23:25:36 +01:00
Diogo Sousa
7238853f0f
Factored locale related code in main() to a new function.
2013-05-12 23:15:23 +01:00
Diogo Sousa
6a8cad6f94
Now hexchat doesn't abnormally terminal when started as root.
...
This fixes #589/#504.
2013-05-12 16:37:38 +01:00
Berke Viktor
2c15270be1
Remember selected tab
2013-05-12 16:59:21 +02:00
Berke Viktor
c044bdfe32
Fix warning
2013-05-12 16:38:31 +02:00
Berke Viktor
aac7079562
Add code for migrating existing configs
2013-05-12 16:38:21 +02:00
Berke Viktor
cadcfc553c
Cosmetics
2013-05-12 16:37:32 +02:00
Berke Viktor
5df669a329
Make the order consistent for load and save
2013-05-12 16:02:26 +02:00
TingPing
4c307f6ac9
Add auto-reconnect to preferences
2013-05-12 04:08:01 -04:00
TingPing
37aa38617e
Merge pull request #588 from Repentinus/patch-2
...
Fixed misleading comments identifying the colours
2013-05-12 00:00:08 -07:00
Heiki Ojasild
07acb6f7b6
Fixed misleading comments identifying the colours
...
Replaced incorrect numbers (16 to 31) for mIRC colours with the correct ones (0 to 15).
2013-05-12 05:50:52 +00:00
Berke Viktor
9c96528a98
Remove unused variable
2013-05-12 06:19:42 +02:00
Berke Viktor
9327a5c71f
Reduce GLib requirement
2013-05-12 06:16:26 +02:00
Berke Viktor
171dbcdedf
Remove dead GLib code
2013-05-12 05:58:16 +02:00
Berke Viktor
de819e12bf
g_slist_copy_deep() requires GLib 2.34
2013-05-12 05:55:14 +02:00
Berke Viktor
198dc9eb43
Fix favorite channels except in inbound.c
2013-05-12 05:44:32 +02:00
TingPing
04d282fae3
Fix crash when quickly attaching/detaching tabs
2013-05-11 23:07:42 -03:00
Berke Viktor
bb86771425
Add explanation as well
2013-05-11 20:47:39 +02:00
Berke Viktor
791e0fc11f
Make login type more intuitive and disable unused /NS
2013-05-11 20:42:29 +02:00
Berke Viktor
0badd9b874
Remove dead code
2013-05-11 20:09:07 +02:00
Berke Viktor
af03fa3c7c
Fix connect commands
2013-05-11 20:06:22 +02:00
Berke Viktor
4d30512e05
Fix layout when resized
2013-05-11 16:30:45 +02:00
Berke Viktor
d5e8fa47f0
Allocate all extra vertical space to the treeviews
2013-05-11 16:21:38 +02:00
Berke Viktor
85c7e07351
Set up window sizes correctly
2013-05-11 15:58:52 +02:00
Berke Viktor
fde85c79df
Reorganize the network editor
2013-05-11 15:22:28 +02:00
Berke Viktor
712eb5428e
GtkComboBoxText requires GTK+ 2.24, dump code for older versions
2013-05-11 13:06:25 +02:00
Berke Viktor
5c663adf35
Reorganize a bit and fix spacing
2013-05-11 12:56:26 +02:00
Berke Viktor
68fa033483
Re-enable resize
2013-05-11 11:54:42 +02:00
TingPing
b33f70571e
fix error
2013-05-11 09:31:56 -04:00
TingPing
cdc2bb0216
serverlistgui cleanup
2013-05-11 09:20:03 -04:00
TingPing
250d9b565c
Merge pull request #582 from Repentinus/patch-1
...
Support for away tracking regardless of channel size
2013-05-11 02:10:42 -07:00
TingPing
6e7c0395e1
Merge pull request #585 from rahatarmanahmed/master
...
Added help text to sysinfo
2013-05-10 21:38:10 -07:00
Rahat Ahmed
be35154376
Added help text for sysinfo plugin.
2013-05-10 23:32:29 -05:00
Berke Viktor
de2fdc093a
Cosmetics
2013-05-11 04:19:18 +02:00
Berke Viktor
3679dfe93e
Make logmask consistent with scrollback mask
2013-05-11 04:18:44 +02:00
Berke Viktor
2e1425451d
Remove some redundancy
2013-05-11 03:13:50 +02:00
Berke Viktor
0e1da0d33d
Also disable labels, not just entries
2013-05-11 03:02:31 +02:00
Berke Viktor
7b0b86c9f7
Nuke nickserv password field and some cosmetics
2013-05-11 02:40:08 +02:00
Berke Viktor
a98b95923b
Get rid of this unnecessary buffer
2013-05-11 02:00:32 +02:00
Berke Viktor
cf3d1ebb8b
Skeleton for tabbed ui
2013-05-11 01:20:53 +02:00
Berke Viktor
5db1541f95
Reorganize the network list
2013-05-11 00:49:04 +02:00
Berke Viktor
873a3ef047
Replace various network options with universal login method option
2013-05-10 23:52:47 +02:00
TingPing
beb3ab506d
Import hexchat automatically when calling /py exec
2013-05-09 23:45:04 -03:00
TingPing
494364d437
Fix returning gtkwin_ptr from python api
2013-05-09 22:55:06 -03:00
Repentinus
2f1f2c6a85
Added support for marking nicks that are away in different colour when away_size_max = 0, but tracking enabled.
2013-05-09 23:04:46 +00:00
Heiki Ojasild
66853d9715
Add option to support away tracking regardless of channel size
...
As there is option to disable away tracking, it would make sense to treat channel size limit of 0 as infinity for away tracking purposes. These changes attempt to implement this.
2013-05-09 21:11:58 +00:00
Diogo Sousa
cf59ad2c76
Now process_numeric() passes the right session context to text_emit() when an
...
numeric event occurs regarding a nick with a open dialog.
Since this session context is potentially passed to plugins this can change the
behavior of plugins, but I think this is the intended semantics
(http://docs.hexchat.org/en/latest/script_python.html#context-theory ).
Another consequence is that event messages will be displayed in the query dialog
of the nick in question (if a query dialog is open, of course), which I think is
sensible. (The initial intention of this patch was actually to report the
"No such nick" message in the query dialog when sending a message to a user that
has quit.)
2013-05-09 20:32:05 +01:00
TingPing
dba9c42473
stop using gconf
2013-05-08 23:41:52 -04:00
TingPing
f8556360ca
Merge pull request #580 from hasufell/master
...
Build failure: fix undefined reference to `g_type_init'
2013-05-08 20:33:40 -07:00
TingPing
28fe051aa5
Fix server tab changing color when active
2013-05-08 23:56:03 -03:00
hasufell
607e5a567c
CONFIGURE: fix undefined reference to `g_type_init'
...
These two assignments have no place here and will overwrite the
previous COMMON_LIBS="$COMMON_LIBS -lgmodule-2.0 -lgobject-2.0".
This can lead to build failure during linking stage depending on
the chosen configure options.
2013-05-09 01:48:10 +02:00
TingPing
df31e239a9
add pkgconfig file to gitignore
2013-05-08 19:22:04 -03:00
TingPing
df7a15e910
Show hours for last seen in friends list
...
closes #579
2013-05-08 19:08:37 -03:00
TingPing
860ef759f5
Have gui_input_icon depend on gui_input_nick in prefs
2013-05-07 23:28:59 -03:00
TingPing
4ba79fd489
Clean up IRCNet
2013-05-06 00:53:07 -03:00
Berke Viktor
fb01d4e9ab
Replace g_strdup_printf with g_build_filename where possible
2013-05-04 18:21:48 +02:00
Berke Viktor
b2317d8800
Typofix
2013-05-04 17:40:48 +02:00
Berke Viktor
3283c71936
Use system include syntax
2013-05-04 17:40:23 +02:00
Berke Viktor
22a0d5a3fb
Add Python major version to plugin description
2013-05-04 17:39:24 +02:00
TingPing
46443cbd1c
python: fully delete failed plugins
2013-05-04 02:02:10 -03:00
TingPing
efd21ce982
fix possible crash
2013-05-04 00:00:48 -03:00
Berke Viktor
c4e96dd481
Fix output name
2013-05-04 02:57:03 +02:00
Berke Viktor
65e384523a
Make copy depend on python3 as well
2013-05-04 02:41:53 +02:00
Berke Viktor
80aee2af6c
Fix VS edition
2013-05-04 02:35:38 +02:00
TingPing
1f525a6f4b
Merge branch 'py3k' of git://github.com/TingPing/hexchat
2013-05-03 20:32:23 -04:00
TingPing
ffa1ea7358
Add python3 plugin
2013-05-03 20:26:58 -04:00
Berke Viktor
ce7eb02601
Consistency
2013-05-04 03:24:30 +03:00
TingPing
ce80e571f2
comma
2013-05-03 17:14:31 -03:00
TingPing
11044c6264
update gamesurge's default nickserv type
2013-05-03 17:13:35 -03:00
TingPing
7243f5bc2c
Merge pull request #565 from bviktor/nickservtype
...
Make NickServ registration configurable per-network
2013-05-03 09:19:01 -07:00
Berke Viktor
863ff811e6
Don't make assumptions about the function being called
2013-05-03 18:12:36 +02:00
TingPing
414ab39db5
Add Italian GenericName
2013-05-03 13:08:03 -03:00
Berke Viktor
ba78c0527f
Fix QuakeNet registration
2013-05-03 18:00:30 +02:00
Berke Viktor
fb696b7a68
Provide default NickServ types where necessary
2013-05-03 17:23:36 +02:00
TingPing
295da18414
Merge pull request #571 from amalmurali/master
...
Update textevents.in
2013-05-03 07:26:42 -07:00
TingPing
8272df5ec2
Fix desktop translations
...
closes #567
2013-05-03 11:24:12 -03:00
Berke Viktor
99fed089cf
Line breaks and typofix
2013-05-03 15:54:18 +02:00
RichardHitt
e3fd501057
Do save_config() on Channel List window min, max changes
...
#570
2013-05-01 12:47:53 -07:00
RichardHitt
7403dfa9aa
Do save_config() on Search-window checkbox change
...
#570
2013-05-01 12:25:29 -07:00
RichardHitt
b08d9cfb56
Fix warning about g_type_init() in dbus/example.c
2013-05-01 12:12:05 -07:00
TingPing
1969db5f94
Save nicks when closing network list
...
#570
2013-05-01 10:36:16 -03:00
Amal
866299b508
Update textevents.in
...
Corrected text events for Channel Invite and Channel Remove Invite
2013-05-01 13:53:10 +05:30
TingPing
c4384265e4
remove incorrect notice help info
2013-04-30 21:27:41 -03:00
TingPing
b4c885861d
Remove away announce
2013-04-28 17:19:26 -04:00
Berke Viktor
d9be5e098f
Remove useless slash
2013-04-28 21:32:47 +02:00
Berke Viktor
0a54efdd0c
Make NickServ registration configurable per-network
...
Fixes #394
2013-04-28 21:24:53 +02:00
Berke Viktor
708c5a7347
Make /msg nickserv the default registration type
...
Fixes #394 and hopefully doesn't break others
2013-04-28 17:03:41 +02:00
Berke Viktor
50373f4ff9
Get rid of some hardcoded network recognition
2013-04-28 17:01:37 +02:00
Berke Viktor
2df866bdf8
Don't autoload WMPA, it's dead in the water
2013-04-28 16:50:19 +02:00
Christoph J. Thompson
5b8567919d
Install a pkgconfig .pc file. This allows external plugins to find
...
where the header file is located, where Hexchat expects to find
plugins so it can load them at startup and which version of
Hexchat is installed. The path where pkgconfig files are stored
is determined by a macro available in newer versions of pkgconfig
which can be overridden by the --with-pkgconfig= configure switch.
However, if this macro is unavailable (older versions of
pkgconfig) then m4ifdef will make it fallback to simply use
${libdir}/pkgconfig (which is the default).
modified: configure.ac
modified: share/Makefile.am
new file: share/pkgconfig/Makefile.am
new file: share/pkgconfig/hexchat-plugin.pc.in
2013-04-28 16:48:32 +02:00
Christoph J. Thompson
77cad8e716
Don't hardcode "plugins" as the subdirectory for plugins in many
...
places.
modified: config-win32.h
modified: configure.ac
modified: plugins/checksum/Makefile.am
modified: plugins/doat/Makefile.am
modified: plugins/fishlim/Makefile.am
modified: plugins/perl/Makefile.am
modified: plugins/python/Makefile.am
modified: plugins/sysinfo/Makefile.am
modified: plugins/xdcc/Makefile.am
modified: src/common/plugin.c
modified: src/fe-text/fe-text.c
2013-04-28 16:42:48 +02:00
Berke Viktor
700d699f5b
Cosmetics
2013-04-28 15:30:08 +03:00
Berke Viktor
87413e9d3c
Add hints about the beep file
2013-04-28 05:31:45 +02:00
Berke Viktor
dbe6deab45
Rename Sound to Sounds and reorder Chatting pages
2013-04-28 04:57:01 +02:00
Berke Viktor
b2ae3b9dd1
Update gtkrc
2013-04-28 05:47:20 +03:00
Berke Viktor
92dca50dfc
Eliminate compiler warning
...
free() requires stdlib.h
2013-04-28 04:19:31 +02:00
Berke Viktor
a3ba8d575e
Store just the filename if the sound file comes from the default sound dir
...
And get rid of some hardcoding while we're at it
2013-04-28 04:12:00 +02:00
Berke Viktor
ea48d18130
Fix spacing
2013-04-28 03:06:02 +02:00
TingPing
4547719358
Update .travis.yml
2013-04-27 21:29:33 -03:00
TingPing
bb878848f7
Use regular canberra not gtk
2013-04-27 20:28:39 -04:00
Berke Viktor
5bb284267b
Remove dead code for sound_command
2013-04-28 01:57:00 +02:00
TingPing
7e3c8c461e
Escape all the things
2013-04-27 20:38:39 -03:00
TingPing
24034b5b8b
More cleanup
2013-04-27 20:35:04 -03:00
TingPing
78f9f3f87c
clean up canberra code
2013-04-27 20:29:28 -03:00
TingPing
bc1169e979
Use canberra for files
2013-04-27 20:02:27 -03:00
Berke Viktor
012105e115
Let's just say the word
2013-04-28 00:56:24 +02:00
TingPing
5c5eb1df14
udpate travis build w/ canberra
2013-04-27 19:19:26 -03:00
TingPing
e714c7d53f
Remove extra omitalerts check
2013-04-27 19:16:34 -03:00
TingPing
78e39bfb1c
use libcanberra for beeps
2013-04-27 18:05:05 -04:00
Berke Viktor
7323f7c561
Fix unused variable
2013-04-27 23:28:24 +02:00
Berke Viktor
c6513ea7a2
Use "Instant Message Notification" system sound on Windows, use gdk_beep() on Unix
...
Note: gdk_beep() is expected to be replaced with libcanberra stuff.
2013-04-27 23:26:26 +02:00
Berke Viktor
6001ceff9f
Get rid of bundled beep
2013-04-27 23:00:18 +02:00
Berke Viktor
8e3db00dac
Don't include if unused
2013-04-27 21:38:13 +02:00
Berke Viktor
d20dccbe02
Some crucial cosmetics
2013-04-27 21:35:19 +02:00
Berke Viktor
e834783cb8
Fix compiler warning
2013-04-27 21:31:54 +02:00
Berke Viktor
01f24aae07
Don't use external players on Windows
2013-04-27 21:07:34 +02:00
TingPing
584dc6a626
typo
2013-04-27 15:52:18 -03:00
TingPing
756080831d
fix url opening on osx
...
oops
2013-04-27 15:47:40 -03:00
TingPing
ffce6c5788
Clean up old url handling on unix
2013-04-27 15:30:40 -03:00
TingPing
565a492724
Reverts commit d964af8142
2013-04-27 06:32:30 -04:00
TingPing
6982bbfef9
fix false positives when checking chanopts
2013-04-26 09:37:14 -03:00
Arnavion
07bc467d03
win32: Moved PlatformToolset configuration to individual project files. It should be set before setting other properties or importing other props.
...
This fixes the broken GUI Platform Toolset indicator, as well as VS compilation itself if another version such as 2010 was also installed.
2013-04-25 21:03:03 -07:00
TingPing
a39f8ea71f
Do not allow blank realname in preferences
2013-04-25 04:51:19 -03:00
RichardHitt
4ad9a69aeb
Early on, call g_type_init() unless deprecated
2013-04-24 14:33:05 -07:00
RichardHitt
ee200b97aa
Fix left-click of URL/HOST by tidying what we pass to fe_open_url()
2013-04-24 13:18:34 -07:00
RichardHitt
fc659a67f0
Merge pull request #561 from RichardHitt/no-depr-decl
...
Add '#define GLIB_DISABLE_DEPRECATION_WARNINGS' to fix fkeys.c warnings
2013-04-24 12:27:53 -07:00
TingPing
de0b0b9467
Merge pull request #560 from RichardHitt/warning-fix
...
Add '(void)' to fix perl.c unused-value warning message
2013-04-23 18:33:49 -07:00
RichardHitt
eef74ed263
Add '#define GLIB_DISABLE_DEPRECATION_WARNINGS' to fix fkeys.c warnings
2013-04-23 12:46:32 -07:00
RichardHitt
facf0ab9c4
Add '(void)' to fix perl.c unused-value warning message
2013-04-23 12:09:05 -07:00
Mantas Mikulėnas
5318c953ed
reduce abuse of ternary operator
...
The ?: operator should not be used as a generic shorthand for if/else.
(Which isn't needed here either...)
2013-04-23 01:09:58 -04:00
TingPing
2550a94f05
fix omitting custom sounds
2013-04-23 00:45:37 -04:00
TingPing
bd73c80152
Clean up balloon formatting
2013-04-22 20:13:34 -03:00
TingPing
43cbe83d61
fix warning in new glib
2013-04-22 18:04:26 -03:00
TingPing
075c5dfad6
Merge pull request #556 from RichardHitt/ignore-unused
...
Fix Ubuntu build warnings by using gcc flag -Wno-unused-result
2013-04-22 13:54:45 -07:00
RichardHitt
ba1dfabf11
Fix Ubuntu build warnings by using gcc flag -Wno-unused-result
2013-04-22 11:22:04 -07:00
TingPing
9603248a5b
Fall back to global username for sasl
2013-04-22 07:30:33 -03:00
TingPing
4e891102f2
Merge pull request #550 from RichardHitt/issue440a
...
In do_an_re() put WORD_CHANNEL before WORD_HOST. fixes #440
2013-04-20 17:05:18 -07:00
TingPing
bc1c84347d
fix install error
2013-04-20 18:37:30 -03:00
TingPing
2db01371b3
Build with travis
2013-04-19 15:55:14 -04:00
RichardHitt
e17a9c6503
In do_an_re() put WORD_CHANNEL before WORD_HOST. fixes #440
2013-04-19 12:41:49 -07:00
TingPing
3994126a09
Add english generic name
2013-04-18 01:21:12 -03:00
Christoph J. Thompson
70174be823
Fix a typo.
...
modified: share/misc/hexchat.desktop
2013-04-18 00:14:40 -04:00
Christoph J. Thompson
9254f9284c
Add GTK and IRCClient to Categories. This is Based on:
...
http://standards.freedesktop.org/menu-spec/latest
modified: share/misc/hexchat.desktop
2013-04-18 00:11:17 -04:00
Christoph J. Thompson
c819adf830
Translate Comment in french, german, italian and norwegian bokmål
...
modified: share/misc/hexchat.desktop
2013-04-18 00:10:54 -04:00
Christoph J. Thompson
13c717159d
Change "no" to "nb" for Norsk Bokmål. In norway there is not only
...
one official language but two.
modified: share/misc/hexchat.desktop
2013-04-18 00:10:14 -04:00
Christoph J. Thompson
4c90a9b2d5
Change most Comment lines to be GenericName. GenericName should be
...
used when only one IRC client in installed.
modified: share/misc/hexchat.desktop
2013-04-18 00:09:52 -04:00
TingPing
a14bd119b7
typo
2013-04-17 22:45:08 -03:00
TingPing
f9cf25f797
Use more useful example for url handler
2013-04-17 22:39:50 -03:00
TingPing
450b92f6c0
add paplay
2013-04-17 06:13:34 -03:00
TingPing
9790151ec0
beep sound is gtk only
2013-04-17 06:02:17 -03:00
TingPing
3fbea449b5
g_file requires gio
2013-04-17 05:45:51 -03:00
TingPing
02cdc57eb5
Install sound file on unix
...
for #542
2013-04-17 03:45:41 -04:00
Berke Viktor
d7571ce1e3
Update installers as well
2013-04-16 11:35:22 +02:00
Berke Viktor
ccc8601624
Move beep to proper place
2013-04-16 11:32:58 +02:00
TingPing
7e2ae20ecf
only 1
2013-04-15 22:10:25 -03:00
TingPing
b856065167
fix warning
2013-04-15 22:03:03 -03:00
TingPing
f3efdaf40f
finish removing sound_dir
2013-04-15 18:16:51 -03:00
TingPing
86564c8741
Merge pull request #545 from RichardHitt/issue522
...
Fix broken logic in mg_word_clicked(). fixes #522
2013-04-15 13:54:00 -07:00
RichardHitt
a5eb7784c6
Fix broken logic in mg_word_clicked(). fixes #522
2013-04-15 12:05:53 -07:00
TingPing
f0d0f90e13
no error on beeps
2013-04-15 00:12:06 -03:00
TingPing
27d828172d
try play first.
2013-04-14 17:54:28 -03:00
Berke Viktor
a7ffdf3d65
Remove one warning bypass
2013-04-14 13:19:49 +02:00
Berke Viktor
dd624950c6
Eliminate compiler warning
2013-04-14 13:15:10 +02:00
Berke Viktor
b407bfa168
Fix missing first letter in busy server error popup
2013-04-14 13:11:35 +02:00
Berke Viktor
069a6adb19
If no path given, try to load plugins from config dir, not from install dir
2013-04-14 12:55:02 +02:00
Berke Viktor
9dd2c85df4
Load connect commands from config dir
2013-04-14 12:31:27 +02:00
Berke Viktor
b7f0f6abc8
Fix tabulation
2013-04-14 12:11:38 +02:00
Berke Viktor
ea0479998a
Use bundled beep file for beep alerts
2013-04-14 11:56:50 +02:00
Berke Viktor
9272eb4325
G_FILE_COPY_TARGET_DEFAULT_PERMS requires GLib 2.20+
2013-04-14 11:00:01 +02:00
Berke Viktor
4e601cf14c
Browse into the sounds folder by default
2013-04-14 10:52:34 +02:00
Berke Viktor
db582a4e5c
Remove sound_dir, it's pointless
2013-04-14 10:47:37 +02:00
Berke Viktor
059e4ec9c8
Add default beep sound, deploy on Windows
...
FIXME on Unix yet
2013-04-14 10:30:51 +02:00
Berke Viktor
a96be226b2
Really relocate
2013-04-14 10:15:52 +02:00
Berke Viktor
bed00e525d
Relocate plugin icons
2013-04-14 10:14:17 +02:00
TingPing
096e837ece
Add accounts to users in get_list
2013-04-14 00:33:03 -03:00
TingPing
e67371d269
Add option for omitting alerts while focused
2013-04-13 23:03:54 -04:00
TingPing
a996549577
Rewrite desensitizing options in preferences
2013-04-13 20:54:42 -04:00
TingPing
9917b7e3df
hook reload command
2013-04-13 02:02:57 -03:00
TingPing
541f221a61
fix crash after reloading script
2013-04-13 02:01:04 -03:00
TingPing
44a2ed5a97
Fix possible crash
...
Thanks to - http://forum.xchat.org/viewtopic.php?f=5&t=7558
2013-04-12 23:08:02 -03:00
TingPing
ba3f4daee8
Rebrand object types
2013-04-12 22:58:29 -03:00
Berke Viktor
2d3d4db16b
Nuke last Tcl and SASL remnants
2013-04-13 04:27:10 +03:00
Berke Viktor
0c351c9cbc
Nuke WMPA, not supported by Express
2013-04-13 02:38:44 +02:00
Berke Viktor
cc1f2b2d27
Fix last filename
...
Left here to make changes trackable
2013-04-13 02:27:02 +02:00
Berke Viktor
6ee3a4a978
Get rid of multiple Perl versions
2013-04-13 02:27:01 +02:00
TingPing
5326f76a40
Fix tray not respecting away_omit_alerts
2013-04-12 19:59:46 -03:00
Berke Viktor
7f86fbad1e
We ship bundles, this is unnecessary too
2013-04-12 18:05:54 +02:00
Berke Viktor
30fa189cbb
We don't release git head anymore, github does that for us
2013-04-12 18:05:28 +02:00
Berke Viktor
2fdb2a8b6f
Revert "win32: Fixed YourDepsPath."
...
This reverts commit b07e5fafaf
.
2013-04-12 18:04:22 +02:00
Arnavion
b07e5fafaf
win32: Fixed YourDepsPath.
2013-04-11 21:59:58 -07:00
Berke Viktor
ba1a1ab28d
Don't call it package, it causes line break
2013-04-11 17:44:33 +02:00
Berke Viktor
a9643234ae
It's official: VS2012.2 needs VS2012.1 redist
2013-04-11 14:03:27 +02:00
TingPing
7870c8028f
warning
2013-04-10 15:41:29 -03:00
TingPing
6510e8961e
Delete left over themes
2013-04-10 14:39:43 -03:00
TingPing
6e8b7367d7
comma
2013-04-10 13:43:22 -03:00
TingPing
feb5b41642
Readd irc charset to the list
2013-04-10 13:27:53 -03:00
Diogo Sousa
36694afe0e
Don't send ping's to the server if we are still waiting for a pong.
...
If the server don't respond in 30s just report the lag as +30s.
This fixes the bug where hexchat reset the lag meter every time a ping
was sent and no pong was received.
2013-04-09 19:14:46 -07:00
TingPing
a99111172d
Merge pull request #527 from grawity/cap-req-sasl
...
Request 'sasl' even if it's the only recognized cap
2013-04-09 17:50:26 -07:00
Mantas Mikulėnas
780c3d29c7
Request 'sasl' even if it's the only recognized cap
2013-04-10 02:43:09 +03:00
TingPing
1a7831df2a
Fix spelling checkbox with libsexy
2013-04-09 12:28:44 -03:00
Berke Viktor
924178cde7
cosmetics
2013-04-09 03:08:26 +02:00
Berke Viktor
77fa72924b
readme cleanup
2013-04-09 03:06:07 +02:00
Berke Viktor
b90633d406
Fix deps path
2013-04-08 22:39:35 +02:00
TingPing
cd64e02096
Use EAT_HEXCHAT on hexchat module
2013-04-08 17:23:07 -03:00
TingPing
ad820cef8a
Give both modules the version too.
2013-04-08 17:16:32 -03:00
TingPing
68de2bcb00
Add constants to both modules
2013-04-08 17:09:36 -03:00
TingPing
68b6be11d6
Add hexchat module to python interface
2013-04-08 17:07:13 -03:00
TingPing
d13ae114a2
Handle numeric 900
2013-04-08 16:52:14 -03:00
TingPing
3a6103564e
Merge pull request #516 from Misdre/optout-extra-alerts
...
Closes #290 - opt-out for extra alerts now working
2013-04-08 10:35:53 -07:00
misdre
0424e5a329
Closes #290 - opt-out for extra alerts now working
2013-04-08 19:19:55 +02:00
TingPing
561ad635cd
Merge pull request #515 from Misdre/optin-optout-scrollback
...
fix issue #491 - opt-in/opt-out of scrollback per channel
2013-04-08 08:04:48 -07:00
misdre
2427c095e5
fix issue #491 - opt-in/opt-out of scrollback per channel
2013-04-08 15:07:58 +02:00
TingPing
ed27009285
Notify away status of friends
2013-04-07 20:41:29 -04:00
Berke Viktor
92654bdd9b
Make copy depend on perl-5.18, not perl-5.16
2013-04-08 02:31:47 +02:00
Berke Viktor
fdf7ec22f5
I might regret this, but let's do the brave jump
2013-04-08 01:12:19 +02:00
TingPing
3c4a154f0a
Add events for quiet
2013-04-07 17:49:30 -04:00
TingPing
c766b24920
Merge pull request #508 from Misdre/split-long-action-notice
...
Long ctcp action/notice split
2013-04-07 12:40:29 -07:00
TingPing
af652a6639
Merge pull request #510 from RichardHitt/allownick
...
Allow nick starting with digit despite rfc 2812 violation
2013-04-06 15:53:21 -07:00
TingPing
812628acb2
Update textevents.in
2013-04-06 17:30:19 -03:00
RichardHitt
6b86940b7b
Allow nick starting with digit despite rfc 2812 violation
2013-04-06 11:51:22 -07:00
misdre
08d948435d
split cmd_msg too
2013-04-06 01:11:28 +02:00
misdre
5004f69b5e
'splitted' is'nt a word
2013-04-06 00:11:45 +02:00
misdre
bc5d16c4fb
split long message on action and notice
2013-04-05 23:14:51 +02:00
TingPing
c2a5b4fb7d
Disable esc keybinding on tabbed utils
2013-04-05 17:33:35 -03:00
TingPing
cca8ab4640
Fix esc closing detached util tabs
2013-04-05 16:56:57 -03:00
TingPing
d964af8142
Fix root user warning running before g_type_init
...
closes #504
2013-04-05 10:12:33 -04:00
Berke Viktor
7746ff9a12
Fix manpage EOL
2013-04-05 06:38:12 +02:00
TingPing
c4cf67bee4
Merge pull request #501 from gusnan/master
...
Minor spelling fix
2013-04-04 08:20:29 -07:00
Andreas Rönnquist
a1daf03538
Fix spelling seperate/separate
2013-04-04 17:11:05 +02:00
TingPing
2be0530c34
get account from whois
2013-04-04 10:29:15 -03:00
TingPing
b0d1c884e0
regular who doesn't send account
2013-04-04 05:07:42 -04:00
Arnavion
e0a7f0ae59
Fixed compiler error.
2013-04-04 01:56:40 -07:00
TingPing
5779691efb
Update hiding menu text
2013-04-03 20:35:42 -03:00
TingPing
496ed18e85
Add MONITOR support
2013-04-03 18:51:54 -04:00
TingPing
86cf7de430
add %u to userlist popups for account
2013-04-03 18:10:14 -04:00
TingPing
477d7470c1
renable irc_who_join by default
2013-04-03 18:35:40 -03:00
TingPing
3706b51159
Fix realname
2013-04-03 18:28:00 -03:00
TingPing
b4c8d53394
Support account-notify and extended-join capabilities
2013-04-03 17:10:09 -04:00
TingPing
4c217d4ba3
Merge pull request #448 from TingPing/awaynotify2
...
Add away-notify support
2013-04-03 12:12:26 -07:00
TingPing
23b2081385
update man page
...
Close #498
2013-04-03 15:11:43 -03:00
Berke Viktor
0534b54e51
Remove strlutil
2013-04-03 16:48:03 +02:00
Berke Viktor
faf4575e9a
Enable cast checks
2013-04-02 23:58:43 -07:00
Berke Viktor
52efe3abff
Add missing declaration
2013-04-02 23:57:43 -07:00
Berke Viktor
59510cf8a1
Move Perl from hexchat to gtk-win32
2013-04-03 08:05:26 +02:00
TingPing
905705910b
Remove hardcoded clear keybinding
...
You can re-add this easily in settings > keyboard shortcuts
2013-04-03 02:50:57 -03:00
TingPing
bb78d8dd59
Add new window keybinding
2013-04-03 02:41:59 -03:00
TingPing
8b72d53dcc
Merge pull request #496 from bviktor/toplevel-includes
...
Only include top level includes from GTK+, GLib and GDK-PixBuf Closes #486
2013-04-02 22:39:17 -07:00
Berke Viktor
ef4aa16730
Apply to fe-text too
2013-04-02 22:37:24 -07:00
Berke Viktor
14b089ef90
Set up CFLAGS on Unix too
2013-04-02 22:35:42 -07:00
Berke Viktor
b5fef8d0e2
gtk_show_uri() requires GTK+ 2.14
2013-04-03 06:49:57 +02:00
TingPing
561f3044d6
update --url help string
2013-04-03 01:36:52 -03:00
Berke Viktor
9c49254abd
Only include top level includes from GTK+, GLib and GDK-PixBuf
2013-04-02 20:39:37 -07:00
Berke Viktor
5e59578e28
Remove most of HexTray and one instance
...
You can still build HexTray manually if you want to try fixing it
2013-04-02 11:56:08 -07:00
TingPing
7317535c28
Fix textfe with dbus disabled
2013-04-02 09:06:47 -03:00
TingPing
920839cf1c
fix strptime on bsd
2013-04-02 08:06:38 -03:00
TingPing
d8eec06473
Missing include
...
#492
2013-04-02 07:50:08 -03:00
Berke Viktor
4748405277
This is useless too
2013-04-01 21:28:54 -07:00
Berke Viktor
13d574b455
Revert XP version check; as it turned out, it's completely irrelevant now
...
This reverts commit cd2f775fe4
.
2013-04-01 21:15:46 -07:00
Berke Viktor
2b13d0f527
Apparently XP won't work anymore, Uniscribe problem with the redistributable
2013-04-01 20:51:40 -07:00
Berke Viktor
e054a6512f
We all knew I'll forget something, right?
2013-04-01 18:33:12 -07:00
Berke Viktor
408a29d66a
Version bump
2013-04-02 03:07:55 +02:00
Berke Viktor
bddbb4581e
Open the redist download page by default for the first MSVC release
2013-04-02 00:30:28 +02:00
Berke Viktor
dfc982b15f
Don't open the same link twice
2013-04-02 00:23:06 +02:00
Berke Viktor
750e41ae61
Open downloads for Perl and Python
2013-04-02 00:17:02 +02:00
Berke Viktor
38d318ec26
Pull from Transifex
2013-04-01 23:38:04 +02:00
Berke Viktor
c8f8a26c9c
Add future Perl 5.18 project
2013-04-01 23:21:41 +02:00
Berke Viktor
f58dc56949
Purge Lua and Tcl from the solution too
2013-04-01 22:58:00 +02:00
Berke Viktor
df46cd597b
Version info cleanup
2013-04-01 22:55:53 +02:00
TingPing
190a56684a
Fix detecting python3
2013-04-01 07:02:48 -03:00
TingPing
d8409cae72
add missing fi
2013-04-01 06:05:59 -03:00
TingPing
083710d8d3
Merge pull request #484 from Phr33d0m/master
...
A few fixes on the *nix build system
2013-04-01 02:05:23 -07:00
TingPing
9594ec8913
use proper table size
2013-04-01 03:54:42 -03:00
Berke Viktor
6490a206a0
Remove Tcl junk, cosmetics
2013-04-01 05:39:05 +02:00
Berke Viktor
71b5b4ee37
Last cjstyles remnants
2013-04-01 05:20:35 +02:00
Berke Viktor
14aaebcc86
Remove old stuff, some preparation for soon-to-be-released Perl 5.18
2013-04-01 05:17:37 +02:00
Berke Viktor
49e863e97a
Tabulation with spaces is annoying!
2013-04-01 05:10:23 +02:00
Berke Viktor
110a2625fe
Remove another bunch of obsolete junk
2013-04-01 05:05:33 +02:00
Berke Viktor
b70062d6d2
Nuke Lua and Tcl
2013-04-01 04:51:34 +02:00
Berke Viktor
abd20c25dc
Get rid of installer skinning
2013-04-01 04:43:47 +02:00
TingPing
22cf9cb005
Last one
2013-03-31 22:38:52 -03:00
TingPing
984ec135d3
Another missing include..
2013-03-31 22:32:35 -03:00
TingPing
cf3a7a6a49
Add missing include
2013-03-31 22:18:44 -03:00
Berke Viktor
7e5e837a24
Cosmetics
2013-04-01 03:08:39 +02:00
Berke Viktor
0f20423455
Consistent header macros everywhere
2013-04-01 01:02:03 +02:00
Berke Viktor
4de6db6c47
Disable Unix path detection mechanism
2013-04-01 00:24:42 +02:00
Berke Viktor
ed9245add2
Use C# style license comments
2013-03-31 22:07:05 +02:00
Berke Viktor
aa03b113f4
Revert "Cosmetics"
...
This reverts commit a88b3e8aaf
.
2013-03-31 22:05:17 +02:00
Berke Viktor
a88b3e8aaf
Cosmetics
2013-03-31 22:00:47 +02:00
Berke Viktor
3c1bd3cff0
Supposed fix for license issues
...
I have no clue what to put here so I'll just use what the About dialog
provides (unless specified otherwise in the file)
2013-03-31 21:45:05 +02:00
RichardHitt
20ecd106d2
Merge pull request #485 from RichardHitt/urlgrab
...
Don't clobber data, just adjust url endpoint
2013-03-31 12:22:08 -07:00
RichardHitt
3fee94473b
Don't clobber data, just adjust url endpoint
2013-03-31 12:14:52 -07:00
Berke Viktor
f285cf85eb
Merge pull request #483 from gusnan/master
...
Fix build error with DEB_BUILD_HARDENING_FORMAT
2013-03-31 09:44:30 -07:00
Berke Viktor
bda48b1889
GLib 2.14 is required
2013-03-31 18:32:45 +02:00
Andreas Rönnquist
8fb4bfb288
Fix error: format not a string literal and no format arguments [-Werror=format-security]
2013-03-31 17:48:47 +02:00
hasufell
83a5996817
MAKE: install hexchat-plugin.h header if plugins are enabled
2013-03-31 17:01:56 +02:00
hasufell
9ae63cf05d
MAKE: don't include icons and desktop file for non-gtk builds
2013-03-31 16:59:49 +02:00
hasufell
ae5d7e29e3
CONFIGURE: allow to pass specific python version
...
This is useful if distros support installing multiple python versions
in parallel such as: 2.5, 2.6, 2.7.
For python3.* we will get syntax error during the imports, so the checks
will successfully disable it.
It defaults to python2.
2013-03-31 16:57:26 +02:00
hasufell
477bbbb340
CONFIGURE: don't enable gconf schemas when gtk is disabled
...
This is nitpicky, since we could assume the user wants gconf schema if
gconftool-2 is available. However this can be a wrong assumption.
2013-03-31 16:52:20 +02:00
hasufell
212adf63ce
CONFIGURE: fix configure when gtk+ is not installed
...
AM_PATH_GTK_2_0 would be an undefined macro then
2013-03-31 16:35:02 +02:00
RichardHitt
f317076cb2
Merge pull request #479 from RichardHitt/urlgrab
...
Strip all \r and \n, not just a single \r.
2013-03-29 13:16:32 -07:00
RichardHitt
503968c1fd
Strip all \r and \n, not just a single \r.
2013-03-29 13:11:17 -07:00
Berke Viktor
1ed3879c4f
Regenerate from Transifex
2013-03-29 21:03:50 +01:00
Berke Viktor
c6b77ab151
Fix L10n borkage
2013-03-29 20:42:50 +01:00
TingPing
ff529244a5
Update links to docs
2013-03-28 21:10:00 -03:00
Berke Viktor
344a5d36b1
Some more l10n
2013-03-29 00:21:05 +01:00
Berke Viktor
76a8519f80
Update translations
2013-03-29 00:06:15 +01:00
Berke Viktor
046cecb242
Update template generation instructions
2013-03-29 00:00:18 +01:00
Berke Viktor
abda42dbee
update translation template
2013-03-28 23:56:38 +01:00
TingPing
cecd951e76
Update textevents.in
2013-03-27 18:49:14 -03:00
TingPing
7ac870cd29
Bump glib requirement
...
For gregex mentioned in #371
2013-03-27 04:53:55 -03:00
TingPing
611ae75fed
Add SpotChat network
...
Closes #462
2013-03-27 04:14:18 -03:00
TingPing
2e4a086ed0
Merge pull request #476 from tehsu/master
...
Add snyde network
2013-03-27 00:08:37 -07:00
TingPing
785455ccc0
fix warning
2013-03-27 04:05:38 -03:00
TingPing
62c7a743a7
Only check for key if there is a channel
2013-03-27 02:23:51 -03:00
tehsu
8424c32b4a
Update servlist.c
2013-03-26 20:34:32 -05:00
tehsu
a9b9c036b6
Updated with more networks
2013-03-26 19:45:22 -05:00
TingPing
6ec92de598
Merge pull request #474 from RichardHitt/banlist-h
...
Switch struct defns, to fix a seeming compiler bug
2013-03-25 16:29:26 -07:00
TingPing
eda9303ec9
Remove old CAPAB stuff
...
We already check for identify-msg elsewhere
2013-03-25 19:17:44 -04:00
RichardHitt
a41924d79e
Switch struct defns, to fix a seeming compiler bug
2013-03-25 16:16:51 -07:00
TingPing
e9a3528bbd
Disable tray when using Unity
2013-03-25 02:41:13 -04:00
TingPing
1c929cd694
Fix warning
2013-03-25 03:17:58 -03:00
RichardHitt
a6042f38b4
Merge pull request #472 from RichardHitt/master
...
Delete two banlist_info members, unused
2013-03-24 21:09:33 -07:00
Berke Viktor
0e63ca830d
Fix advanced pane
2013-03-25 03:50:31 +01:00
Berke Viktor
15396fc2cd
Cosmetics
2013-03-25 03:14:23 +01:00
Richard Hitt
9c8b717901
Delete banlist_info members radio[], checkbox[], unused
2013-03-24 17:44:24 -07:00
TingPing
2bd12b2e25
Typo
2013-03-24 18:49:45 -03:00
TingPing
39cfcc7468
Update missing perl note.
2013-03-24 17:23:16 -03:00
TingPing
e0bb6ff0cc
Merge pull request #469 from RichardHitt/banlist-datesort
...
Fix datesort problem after new column in banlist
2013-03-24 12:21:02 -07:00
RichardHitt
835f662349
Fix datesort problem after new column in banlist
2013-03-24 12:07:42 -07:00
TingPing
a5994cf647
Merge pull request #445 from TingPing/ulistcolors
...
Add option to color nicknames in the userlist to match the chat
2013-03-24 01:53:37 -07:00
RichardHitt
b693c58e9f
Merge pull request #467 from TingPing/bancol
...
Add type column to banlist
2013-03-24 01:31:04 -07:00
TingPing
3dacb89ea1
Whitespace
2013-03-24 04:23:17 -04:00
TingPing
ba55e90465
Translate type column entries too
2013-03-24 05:14:15 -03:00
TingPing
8b7ddbee59
Add type column to banlist
2013-03-24 03:39:04 -04:00
TingPing
7863bc71f8
Translate banlist checkboxes
...
Closes #465
2013-03-24 04:20:39 -03:00
TingPing
7a38aca803
Convert back to unix endings
2013-03-24 03:03:26 -04:00
TingPing
84ffde7152
Be compatable with TLS
...
closes #461
2013-03-23 22:24:19 -03:00
TingPing
2c029f763c
It's just HexChat
2013-03-23 20:33:06 -03:00
Berke Viktor
ed8e768c7e
Make everyone happy
2013-03-23 22:14:28 +01:00
Berke Viktor
5144fe509f
Revert "Migrator for servlist_ in the installers"
...
This reverts commit c6ead740c8
.
2013-03-23 22:11:39 +01:00
TingPing
8996baa35e
Merge pull request #464 from RichardHitt/bufoflo
...
Truncate text if too long. Closes Issue #463
2013-03-23 13:21:45 -07:00
TingPing
c99e7f8154
Add migration code for servlist
2013-03-23 17:15:27 -03:00
RichardHitt
f7923f2a02
Truncate text if too long. Closes Issue #463
2013-03-23 13:08:49 -07:00
TingPing
c38e8fdd14
Remove spec file
2013-03-23 15:37:49 -04:00
Berke Viktor
c6ead740c8
Migrator for servlist_ in the installers
2013-03-23 17:06:19 +01:00
Berke Viktor
96fe6bf2ca
Cleanup, docs are online now, these are either irrelevant or outdated
2013-03-23 16:28:13 +01:00
Berke Viktor
a6d7cfab78
Get rid of the servlist_ rubbish
2013-03-23 16:25:38 +01:00
TingPing
93c79d4463
fix tree indentation with icons
2013-03-23 04:28:22 -03:00
TingPing
cd1155b83c
ensure lasttalk gets updated
...
closes #247
2013-03-22 23:41:56 -03:00
TingPing
aff9fb7945
Update textevents.in
2013-03-22 19:10:31 -03:00
TingPing
b282c6f2f3
add confirm dialog to clearing ignores
2013-03-22 18:22:56 -03:00
TingPing
d37ef26104
Merge pull request #459 from RichardHitt/banlist1
...
Redesign the Ban List window. Closes #303 , closes #342 , closes #427
2013-03-21 15:02:32 -07:00
Richard Hitt
ec576f315a
Do an XP_TE_BANLIST only for ban, not exempt/invite/quiet
2013-03-21 12:05:42 -07:00
RichardHitt
f5631b2e22
Redesign the Ban List window. Closes Issues #303 , #342 , #427
...
This is a combination of 18 commits.
The first commit's message is:
Here is the initial banlist branch of RichardHitt/hexchat.
Changed files are only src/fe-gtk/{banlist.c,fe-gtk.h}.
This version works and contains my first efforts at selective
sensitization of radio buttons and control buttons.
From this point I intend to undertake a stepwise redesign.
Step 1 will be to make the existing banlist code work for
multiple simultaneous banlist windows (for different channels,
obviously). It will be a hackathon with the only goal of getting
it working.
Step 2 will be the objectization and alpha-stage tidying-up of
all the terrible looking stuff I will have done in Step 1.
This is the 2nd commit message:
Here's the post-Step-1 commit. It works for multiple banlist windows.
Note particularly what I've done to banlist.h.
Note that for many functions in banlist.c the argument is now
a banlist_info *, rather than a session *.
Note in banlist.c the initialization of array modes[] which
contains driving information for the checkboxes.
Of course those checkboxes aren't yet implemented. Maybe in Step 2
I will change to checkboxes from radio buttons; but definitely I will
change to letting modes[] drive processing.
This is the 3rd commit message:
Converted to checkboxes. Much additional work.
Note that the infrastructure for Auto-invite is not yet
present in the hexchat tree. I'm nearly done with banlist,
I think!
This is the 4th commit message:
Fleshed out 'invite'. Tagged masks uniformly, e.g. (b) (e) (I).
General cleanup, nearly at the point of beta quality.
This is the 5th commit message:
Added fourth mode type: quiet. Did lots and lots of cleanup. Beta-ready?
This is the 6th commit message:
Get the banlist timestamps properly sortable.
This is the 7th commit message:
Redesign the supports_foo() routines. Now they're responsible for setting
the flags in ->capable, ->readable, ->writeable.
This is the 8th commit message:
Deleted a couple of RBH comments.
This is the 9th commit message:
Now the ESC key will close the banlist window.
This is the 10th commit message:
Fix the fe-text occurrence of fe_add_ban_list().
This is the 11th commit message:
Fixed also fe_ban_list_end() and removed fe_is_banwindow().
This is the 12th commit message:
Use old-style initialization for array of structures modes[]
This is the 13th commit message:
Oops, incomplete regression of modes[] initialization. This fixes.
This is the 14th commit message:
Fixed strptime buy implementing a special version here.
Fixed column width concerns by setting resizable and autosize.
This is the 15th commit message:
Get rid of testing line.
This is the 16th commit message:
Changed to gtkutil_destroy_on_esc ()
This is the 17th commit message:
Remove no-longer-used functnion
This is the 18th commit message:
Minor cleanups to banlist.c, banlist.h
Please enter the commit message for your changes. Lines starting
with '#' will be ignored, and an empty message aborts the commit.
Author: RichardHitt <rbh00@netcom.com >
Committer: Richard Hitt <rbh00@f17.rbh00.pacbell.net >
Not currently on any branch.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: src/common/fe.h
modified: src/common/hexchat.h
modified: src/common/inbound.c
modified: src/common/modes.c
modified: src/common/proto-irc.c
modified: src/common/server.c
modified: src/fe-gtk/banlist.c
modified: src/fe-gtk/banlist.h
modified: src/fe-gtk/fe-gtk.c
modified: src/fe-gtk/fe-gtk.h
modified: src/fe-gtk/maingui.c
modified: src/fe-text/fe-text.c
2013-03-20 15:10:30 -07:00
Berke Viktor
c5404b8e25
Update Perl download links
2013-03-19 01:29:37 +01:00
TingPing
265207a97a
Don't indent channels with server tabs disabled.
2013-03-18 16:08:53 -03:00
TingPing
20e3522177
Merge pull request #455 from RichardHitt/escape
...
Let the ESC key close certain windows. Closes #211
2013-03-17 16:16:46 -07:00
RichardHitt
c9540df92d
Get rid of testing line.
2013-03-17 15:33:50 -07:00
RichardHitt
ecdcc99280
ESC key will destroy the windows mentioned at issue 211.
...
This change implements generic routine gtkutil_destroy_on_esc ()
and adds invocations of it in the requisite window-handling places.
2013-03-17 15:11:23 -07:00
TingPing
89d62ee4f8
Default ignore type to ALL
2013-03-17 16:27:26 -03:00
TingPing
c58a741abb
All unignoring nicks just like ignore
2013-03-17 16:20:38 -03:00
TingPing
e8a78b9aa1
Handle EOF in text-fe
2013-03-16 22:57:34 -03:00
TingPing
69e1ed4278
fix fe-text on win32
...
It still throws out some errors
2013-03-16 22:33:36 -03:00
TingPing
12f0d0b304
fix fe-text
2013-03-16 20:17:21 -03:00
Berke Viktor
60d7e8e320
Backport XChat r1523
2013-03-16 22:41:40 +01:00
Berke Viktor
7cf4778aaa
Update changelog links
2013-03-15 22:29:55 +01:00
Berke Viktor
57368e9806
Add safe mode shortcuts
2013-03-15 22:21:59 +01:00
Berke Viktor
e03d51cdcb
Add real name field to advanced pane
2013-03-15 22:10:06 +01:00
Berke Viktor
68ff3776ee
Remove double UTF-8, it's already default charset
2013-03-15 22:02:33 +01:00
Berke Viktor
25f8e45b73
Get rid of Non-BMP filtering, Pango handles this now
2013-03-15 22:00:55 +01:00
TingPing
16cc178ba0
update dbus example.py for python3
2013-03-15 08:55:15 -03:00
TingPing
ec354038db
Add python gdbus example
2013-03-15 07:29:39 -03:00
TingPing
8cd2921387
Merge pull request #444 from TingPing/noticepos2
...
Add irc_notice_pos setting
2013-03-14 13:29:53 -07:00
TingPing
1d41eda101
Change notice option wording
2013-03-14 17:28:25 -03:00
Berke Viktor
cd2f775fe4
Separate version check for XP, we might need it during the transition to VS2012
2013-03-13 23:11:33 +01:00
TingPing
eb5313f850
Clean up away-notify patch
2013-03-12 23:54:55 -04:00
TingPing
44b381680f
fix typo
2013-03-13 00:36:07 -03:00
Berke Viktor
6bdbbbea83
Update Perl to 5.16.3
2013-03-12 20:09:30 +01:00
TingPing
d1e2048239
fix python's get_pluginpref crashing on long strings
2013-03-12 07:37:40 -03:00
TingPing
bf0fb9f327
Add away-notify support
2013-03-12 02:21:18 -04:00
TingPing
b5f78f484d
Fix relative paths on windows
2013-03-11 13:55:29 -03:00
TingPing
1ddb76465a
Don't show join dialog when you autojoin.
...
closes #305
2013-03-11 11:22:50 -03:00
TingPing
8f82d31db1
Fix reconnecting to keyed channels
...
closes #16
2013-03-11 10:22:37 -03:00
TingPing
9f7af7c4e4
Merge pull request #439 from TingPing/urlkey
...
Add channel key support to urls
2013-03-11 01:13:22 -07:00
TingPing
6bd9656416
Add option to color nicknames in the userlist to match the chat
2013-03-09 17:57:06 -05:00
TingPing
9924300c05
Add irc_notice_pos setting
2013-03-09 17:09:38 -05:00
TingPing
ab99bf7517
Use key on new servers
2013-03-04 16:30:36 -05:00
TingPing
d1c36f170b
Add key support to urls like mirc
2013-03-04 15:46:04 -05:00
TingPing
84f19881a3
fix query -nofocus
2013-03-04 12:02:55 -05:00
TingPing
6ff9fb596e
Merge pull request #437 from museun/master
...
closes #294
2013-03-03 16:11:49 -08:00
museun
b7d78f27be
HTM was throwing an exception for ReadOnly files.
...
So, to fix this an explicit FileAccess had to be set. Package.Open uses
the default FileShare.None option. This causes a conflict and throws the
'UnauthorizedAccessException' exception. So, we just tell it that we are
there to read it and everything is fine.
2013-03-03 18:52:23 -05:00
TingPing
8faa0e6518
Use AC_CONFIG_FILES
2013-03-03 15:28:26 -05:00
TingPing
8ed07b83eb
Fix macro searching
2013-03-03 15:19:33 -05:00
TingPing
1369a20aba
Merge pull request #436 from RichardHitt/issue435
...
Change is_del to remove ATTR_BOLD, ATTR_RESET -- closes issue 435
2013-03-03 11:57:32 -08:00
RichardHitt
6dc437c364
Change the is_del() macro to not regard ATTR_BOLD nor ATTR_RESET as delimiters.
...
Remove old iffed-out version of is_del() as well, as a cleanup step; that change
was for not regarding left and right parens as delimiters. With this change,
mousing over a nickname will underline it even if it contains embedded formatting
data; it used to work with all formatting data but bold and reset; now it
works for all.
2013-03-03 11:43:24 -08:00
TingPing
c76dedd9b9
update readme link to building docs
...
closes #424
2013-02-25 01:42:02 -05:00
TingPing
3b7f86aef8
Merge pull request #426 from Misdre/master
...
Typing /join #channel → focus the channel if it's already open. closes #406
2013-02-24 22:27:55 -08:00
misdre
6db9a86366
focus the channel if it's already open (issue #406 )
2013-02-24 23:04:48 +01:00
TingPing
f16646f446
set input's vertical scrollbar to auto with gtkspell
2013-02-21 20:15:08 -05:00
TingPing
4f9bebc3fa
Only show spelling preferences when supported
2013-02-21 19:55:54 -05:00
TingPing
aaf4de7024
add gnome's UsesNotifications to the desktop file
2013-02-18 02:11:53 -05:00
TingPing
e5a6913f83
add notification hints for gnome
2013-02-18 00:32:59 -05:00
TingPing
bcb2107bb1
Fallback to $HOME/Downloads for dcc_dir
2013-02-18 00:30:57 -05:00
TingPing
3915abc91e
fix path to icon for notifications
2013-02-18 00:15:47 -05:00
Berke Viktor
a1eb937d09
Add HarfBuzz DLL to dist
2013-02-18 05:15:36 +01:00
TingPing
936785d24e
follow XDG for default download directory
...
closes #413
2013-02-16 23:07:18 -05:00
Berke Viktor
e6d65e4004
Move dependency graph to other repo
2013-02-16 20:32:16 +01:00
Berke Viktor
620299de71
Bump copyright year
2013-02-16 18:04:04 +01:00
Berke Viktor
5e56552998
Add vc redist to links, don't open links by default and cosmetics
2013-02-16 18:02:16 +01:00
Berke Viktor
7f9ff189b5
Fix libwimp path in the installers
2013-02-16 17:52:48 +01:00
Berke Viktor
852ae3f7c2
Make copy not depend on perl-5.12 and perl-5.15
2013-02-16 17:52:39 +01:00
Berke Viktor
26975f6231
Fix stupid GitHub autocrlf mess
2013-02-16 16:00:20 +01:00
Berke Viktor
c409f56e23
Fix libwimp path
2013-02-16 15:55:47 +01:00
Berke Viktor
f43dfc1099
Merge branch 'master' of https://github.com/hexchat/hexchat
2013-02-16 15:30:13 +01:00
Berke Viktor
e41a84b094
Try to create the addons folder initially
2013-02-16 15:28:44 +01:00
RichardHitt
3b23642e2c
Merge pull request #407 from RichardHitt/master
...
Fix bug in url.c at re_host().
2013-02-13 15:05:11 -08:00
RichardHitt
8e3d039199
Fix bug in url.c at re_host().
...
Unlike the other re_foo() functions it was not checking immediately
and returning if host_ret had already been filled in. This would
causes a memory leak since the previous GRegex would be lost.
2013-02-13 12:52:49 -08:00
Berke Viktor
ef18734f20
Make sure we don't auto-load HexTray
2013-02-13 21:05:16 +01:00
Berke Viktor
5297209ed2
Add autojoin back
2013-02-07 21:56:48 +01:00
TingPing
3f60c59908
fix tray menu placement issues
...
notably top taskbar issues on windows
2013-02-06 12:58:14 -05:00
TingPing
1d563b2e14
Merge pull request #398 from thor/patch-1
...
change URL for "Contents" option in "Help" menu
2013-02-05 16:25:02 -08:00
Thor K.H.
862a02ce63
change URL for "Contents" option in "Help" menu
...
I propose that the address for the help contents is changed to docs.hexchat.org over simply being hexchat.org.
2013-02-05 22:47:12 +01:00
TingPing
85534f123b
Update installer to point to news
2013-02-04 15:43:31 -05:00
TingPing
b83f797493
Point to new download url
2013-02-04 15:31:24 -05:00
TingPing
98d56c2b7f
Don't require scollback to edit scrollback lines
...
text_max_lines also affects how many lines you can view not just scrollback
2013-02-04 09:31:38 -05:00
TingPing
e832f761bb
Update translation template
2013-02-02 06:06:53 -05:00
TingPing
ce31c6dce6
only detect full paths on windows.
...
closes #302
2013-01-31 23:58:18 -05:00
TingPing
edc04743bf
fix variable name in flood msg.
2013-01-31 06:23:44 -05:00
TingPing
2bb4da5f0b
add station51 to servlist
2013-01-23 17:05:43 -05:00
TingPing
8b49f5f787
Merge pull request #383 from RichardHitt/warnings
...
Correct almost all compiler warning issues
2013-01-19 13:10:54 -08:00
RichardHitt
4e0daf047e
Correct almost all compiler warning issues
2013-01-19 12:33:16 -08:00
TingPing
a46f89998c
actually fix updchk
2013-01-17 18:57:02 -05:00
TingPing
606cb09fa5
fix fe-beep issue in fe-text
2013-01-17 18:52:06 -05:00
TingPing
de4b4afe9d
Merge pull request #380 from RichardHitt/pull350
...
Closes issue 350. Fix stat64 and malloc.h problems
2013-01-17 15:50:26 -08:00
RichardHitt
e43bc2ccc2
Remove #include <malloc.h>, causes a #error in freebsd build
2013-01-16 15:42:28 -08:00
RichardHitt
82026be00a
Merge branch 'master' into pull350
2013-01-16 15:39:55 -08:00
TingPing
8b451edf9c
Merge pull request #377 from RichardHitt/issue376
...
Parse url according to rfc 1738: add separate define for TLD. Closes 376.
2013-01-16 14:06:50 -08:00
RichardHitt
7bc0e017f6
Oops. didn't get the DOMAIN slight change last time. Here it is now.
2013-01-15 13:26:11 -08:00
RichardHitt
bb617ccacd
Prev called anything a URL! Reverted but slight DOMAIN change.
2013-01-15 13:19:29 -08:00
RichardHitt
d5fbea3411
Fix DOMAIN and TLD per rfc 1738, thanks Arnavion
2013-01-15 01:23:37 -08:00
TingPing
ea92a70e64
Merge pull request #378 from aperson/patch-1
...
Snoonet is now snoonet.org, not .com
2013-01-14 21:49:27 -08:00
aperson
019a6f0c54
Snoonet is now snoonet.org, not .com
...
http://www.reddit.com/r/irc/comments/13xpok/announcement_snoonet_operational_status/
2013-01-14 23:47:12 -06:00
RichardHitt
be2d100d2d
Parse url according to rfc 1738: add separate define for TLD.
2013-01-14 12:33:08 -08:00
TingPing
bba00f2b66
Merge pull request #373 from RichardHitt/issue372
...
closes Issue372 -- Fix nickname-mouseover recognition
2013-01-11 16:16:39 -08:00
RichardHitt
07b69fd2f8
Oops, Windows doesn't offer strndup(). Use g_strndup().
2013-01-11 16:12:52 -08:00
RichardHitt
6c7346cdbe
Correct nick recognition in mainurl.c as well. Closes #372 .
2013-01-11 02:38:11 -08:00
RichardHitt
487ac0a011
Correct nick recognition. Closes 372.
2013-01-11 01:39:21 -08:00
RichardHitt
bf673072e8
Merge branch 'master' into pull350
2013-01-10 02:14:02 -08:00
TingPing
4a2ecc5d6c
Merge pull request #370 from RichardHitt/pull369
...
Fix crash by detecting NULL channel in url_join_only() and just returnin...
2013-01-10 01:59:08 -08:00
RichardHitt
475eb9fcaa
Fix crash by detecting NULL channel in url_join_only() and just returning.
2013-01-10 00:13:25 -08:00
TingPing
ba2927e3c5
Merge pull request #368 from RichardHitt/pull360
...
Make source clean with cppcheck, except for mpc and sasl, closes #360
2013-01-09 19:53:26 -08:00
TingPing
ed786843de
remove old sasl plugin
2013-01-09 21:01:13 -05:00
RichardHitt
672dbf75d6
Oops, fixed error in util.c
2013-01-09 14:53:19 -08:00
RichardHitt
6beef589e3
Make source cleah with cppcheck, except for mpc and sasl
2013-01-09 14:37:57 -08:00
RichardHitt
efdfa50f1e
Fix Issue 350 in checksum.c by changing struct stat64 to struct stat
2013-01-09 00:15:08 -08:00
TingPing
285ddd0b60
add join_delay to preferences
2013-01-08 20:44:05 -05:00
TingPing
c8419ae43a
Merge pull request #359 from RichardHitt/master
...
Overhaul of URL detection, includes nick, channel, etc
2013-01-08 13:09:33 -08:00
Richard Hitt
ccc82895ed
Merge branch 'master' of http://github.com/RichardHitt/hexchat
2013-01-08 12:58:05 -08:00
Richard Hitt
5ec9d8534e
Add "ircs://" to the list of URL schemes
2013-01-08 12:55:20 -08:00
RichardHitt
0213f21a46
Merge pull request #341 from TingPing/lastact
...
Add last activity keybinding from fedora
2013-01-07 14:20:26 -08:00
Richard Hitt
2af44e02bf
Simplification of new code -- eliminate member lastact_elem
2013-01-07 11:50:54 -08:00
TingPing
ae83679e93
update keybinding description
2013-01-05 16:44:58 -05:00
TingPing
24ce347472
fix if statement
2013-01-05 16:23:34 -05:00
RichardHitt
0ecbeb7152
Merge pull request #337 from TingPing/tray
...
add even more tray icon changes
2013-01-04 17:43:35 -08:00
TingPing
af92429ea0
use notify::embedded
2013-01-04 20:30:30 -05:00
TingPing
00bd8d42c3
use tabs
2013-01-03 18:18:04 -05:00
RichardHitt
4bf2fbe092
Ywes, nicks can be as short as one character long!
2013-01-03 14:24:04 -08:00
RichardHitt
44d920592d
For NICK0 use NICKSPE, not NICKDIG
2013-01-03 14:13:20 -08:00
RichardHitt
7099f43a12
Don't strip # from a WORD_CHANNEL
2013-01-03 11:32:45 -08:00
TingPing
fa97379f78
update text events
2013-01-03 13:47:53 -05:00
RichardHitt
f4c2c08ccb
Also allow URLs of of the form \.[a-z]+\/
2013-01-02 23:47:58 -08:00
TingPing
599b07497b
use g_get_user_config_dir
2013-01-02 23:14:13 -05:00
RichardHitt
270a31535c
I forgot to add case WORD_PATH to do_an_url()'s switch statement
2013-01-02 15:03:16 -08:00
RichardHitt
0e6add7dd6
Fix FSF address to be Franklin Street
2013-01-02 14:58:26 -08:00
RichardHitt
4af624627e
overhauling of URL detection, including channel, nick, etc 'words'
2013-01-02 14:50:26 -08:00
TingPing
7f2846a5bd
Don't error on icon cache update failure
2013-01-01 18:58:19 -05:00
TingPing
809cfef957
add missing include
2012-12-30 14:54:07 -05:00
TingPing
4adb0b386b
Merge pull request #343 from bui/master
...
fix configure error related to Python headers on Ubuntu 13.04
2012-12-29 05:33:59 -08:00
TingPing
1a0396dcae
default irc_whois_front on
2012-12-29 01:23:00 -05:00
TingPing
d07ee22f58
Merge pull request #347 from dmashal/master
...
Add /wi shortcut
2012-12-28 22:19:20 -08:00
Dan Mashal
4905c95167
Add wi shortcut for whois
2012-12-28 22:06:05 -08:00
Bui
2406c45077
fix configure error related to Python headers on Ubuntu 13.04
2012-12-26 09:52:55 +00:00
TingPing
8fe3c40278
add changelog to installer
...
closes #255
2012-12-25 21:49:21 -05:00
TingPing
2e9bf00e0a
Merge pull request #336 from TingPing/beep
...
Don't beep when window is active.
2012-12-25 18:28:07 -08:00
TingPing
446d90d835
update url opening on linux
2012-12-25 04:46:54 -05:00
TingPing
b37fe23b99
Add last activity keybinding from fedora
2012-12-25 00:33:57 -05:00
TingPing
6354721391
Merge pull request #339 from dmashal/master
...
fix incorrect fsf address for all files
2012-12-23 13:59:45 -08:00
Dan Mashal
b04377825f
fix incorrect FSF address
2012-12-23 11:36:54 -08:00
TingPing
32eac07424
fix updchk again
2012-12-22 23:42:49 -05:00
TingPing
9aa33ad1d3
add glebihans disappearing tray patch
2012-12-21 15:09:00 -05:00
TingPing
fa0705f059
remove #hexchat autojoin
2012-12-21 02:25:19 -05:00
TingPing
b259595c9d
allow tray blinks to be static icons
2012-12-20 19:53:58 -05:00
TingPing
4524367cc0
Add auto-away to plugin-tray
2012-12-20 19:39:52 -05:00
TingPing
06188dcac3
Merge pull request #335 from satdav/patch-2
...
remove ircnet.com from network list
2012-12-20 14:00:52 -08:00
david-w
74ea6bd08b
Update src/common/servlist.c
...
removed the ircnet.com server as no more been conformed by TingPing
2012-12-20 21:43:39 +00:00
RichardHitt
3e85c2e820
Merge pull request #326 from TingPing/minimize
...
fix restoring previously maximized window from tray
2012-12-20 12:16:48 -08:00
TingPing
52ffb02685
Update src/fe-gtk/plugin-tray.c
2012-12-20 13:30:48 -05:00
TingPing
a321793e93
Merge pull request #334 from satdav/patch-1
...
Added Moznet network to the IRC List
2012-12-20 10:28:23 -08:00
david-w
2478d51246
Added Moznet network to the IRC List
...
Added the moznet IRC network to the network list what is the Mozilla network for firefox and other networks
2012-12-20 13:49:39 +00:00
TingPing
82d6313887
add GameSurge to network list
...
closes #332
2012-12-19 22:38:34 -05:00
TingPing
76680ae41b
Update Checker: Ignore invalid length version nums
2012-12-17 20:48:02 -05:00
TingPing
b274ecca4f
fix update checkers help message
2012-12-17 20:24:09 -05:00
TingPing
616b88eea1
Merge branch 'master' of github.com:hexchat/hexchat
2012-12-17 16:48:52 -05:00
TingPing
af9b65ee78
MPC: don't spam no player running to chat
2012-12-17 16:48:18 -05:00
TingPing
c14f37b933
remove hextray from installer
2012-12-17 16:45:10 -05:00
TingPing
49f268d71e
Merge pull request #328 from RichardHitt/master
...
install hicolor svg; reorganize some Makefile.am files
2012-12-16 18:11:10 -08:00
RichardHitt
df9a05cba5
Put hexchat png in icons/hicolor/48x48/apps
2012-12-16 18:05:37 -08:00
RichardHitt
925b45e8f0
Install hicolor svg; move the files Makefile.am to their subdirectories
2012-12-16 17:29:08 -08:00
TingPing
59d3fa47a5
fix restoring previously maximized window from tray
2012-12-16 12:54:15 -05:00
TingPing
c1ccb244db
Don't beep when window is active.
2012-12-12 10:45:14 -05:00
TingPing
c6d955ade7
fix playing sounds with sound_dir
2012-12-08 05:18:16 -05:00
TingPing
8e4d9c1f61
fix loading custom tray icons
2012-12-06 00:11:50 -05:00
TingPing
ffa299f99e
fix typo
2012-12-05 01:06:05 -05:00
TingPing
a869f5b391
enable ipv6 by default
...
closes #245
2012-12-05 01:04:57 -05:00
RichardHitt
c956b913b3
Merge pull request #296 from TingPing/tray
...
Tray improvements
2012-12-03 15:54:51 -08:00
TingPing
ed54ea08b2
make preferences in tray win only
...
to make up for lack of 'blink on' and for ex-hextray users
2012-12-03 17:23:38 -05:00
RichardHitt
6e5a48daed
Merge pull request #297 from TingPing/util
...
allow plugingui to open as tab
2012-12-03 13:29:35 -08:00
TingPing
18f248cdbe
remove unneeded gtk_widget_show
2012-12-03 16:13:53 -05:00
RichardHitt
813691f1ec
Fix warning
2012-12-03 13:00:11 -08:00
TingPing
3d43f755fc
Update share/doc/faq.md
2012-12-03 01:11:38 -05:00
TingPing
f06fd74d25
remove close button for consistancy
2012-12-02 23:16:07 -05:00
RichardHitt
5fdcdedd9e
Merge pull request #298 from TingPing/vertical
...
Save pane height and restore on start
2012-12-02 20:08:40 -08:00
TingPing
abaf4425d9
rename pane height variable
2012-12-01 19:43:20 -05:00
TingPing
5f88e6ccf0
fix language typo
...
closes #301
2012-12-01 17:42:53 -05:00
TingPing
cbb8c88a0e
on exit try hiding last
...
this fixes the window hiding when the quit dialog pops up
2012-12-01 14:36:24 -05:00
TingPing
1c224894a2
Save pane height and restore on start
...
closes #154
2012-11-30 17:22:12 -05:00
TingPing
e3bdd00ff3
handle plugingui window like other utils
2012-11-30 11:59:42 -05:00
TingPing
45607703c2
update checksum help info
2012-11-26 06:49:28 -05:00
TingPing
7424c0c68b
Merge pull request #292 from RichardHitt/master
...
Fix for issue #289 , autocopy though no text selected
2012-11-26 03:11:02 -08:00
Richard Hitt
1bb0f34084
Fix for issue #289 , autocopy though no text selected
2012-11-25 21:26:15 -08:00
TingPing
acc90d4e77
default to utf-8 encoding
...
closes #282
2012-11-25 12:39:18 -05:00
TingPing
7e3c8eb542
Update share/doc/faq.md
2012-11-24 04:06:35 -05:00
TingPing
10b195a59f
relocate custom tray menu items
2012-11-23 04:58:56 -05:00
TingPing
2cafe9ff9b
show away/back in windows tray menu
2012-11-23 04:40:35 -05:00
TingPing
0a5c8356eb
add preferences to tray menu
2012-11-22 02:49:41 -05:00
TingPing
31fc9c7f31
Update faq
2012-11-20 22:28:40 -05:00
RichardHitt
2eba723ee7
Merge pull request #286 from TingPing/tray2
...
Workarounds for plugin-tray menu on Windows
2012-11-20 18:29:10 -08:00
TingPing
6437df7576
Update spelling dicts to extract to localappdata
...
closes #241
2012-11-20 20:25:05 -05:00
TingPing
a1c8fd998c
ensure menu exists
2012-11-20 15:25:38 -05:00
RichardHitt
9ada5c7974
Merge pull request #285 from TingPing/checksum
...
Fix checksum plugin when completed dir is set
2012-11-20 11:53:18 -08:00
TingPing
7ac36d4d8d
Use g_strdup
2012-11-20 05:00:39 -05:00
TingPing
ecde599fd4
add missing ifdef
2012-11-19 23:02:53 -05:00
TingPing
991d3d5401
Fix checksum plugin when completed dir is set
2012-11-19 20:03:59 -05:00
TingPing
a7631810bd
auto close menu on windows
2012-11-18 16:35:18 -05:00
TingPing
d67dc36bbe
allow only one menu
2012-11-18 15:45:31 -05:00
TingPing
53c6fe622f
Merge pull request #259 from TingPing/icons
...
removed extra wasted space around icons
2012-11-16 13:00:34 -08:00
TingPing
8dc1203c7b
Merge pull request #265 from jtmohr/textevents
...
Fix Text Events spacing issues
2012-11-16 12:54:11 -08:00
TingPing
096e49ddc8
Merge pull request #260 from RichardHitt/master
...
Minimize url grabbing
2012-11-16 12:37:20 -08:00
Jeff Mohr
74145666f5
Fix Text Events spacing issues
...
This commit fixes issue #262
2012-11-14 11:39:04 -06:00
Richard Hitt
b59f9abd1a
Limit url-grabbing to NOTICE, PRIVMSG, TOPIC, 332 (RPL_TOPIC), 372 (RPL_MOTD)
2012-11-13 12:06:35 -08:00
TingPing
b095bad0d2
removed extra wasted space around icons
2012-11-13 14:52:06 -05:00
Berke Viktor
c896176925
Fix rendering on GitHub
2012-11-12 21:05:56 +01:00
Berke Viktor
edece1fa14
Convert Transifex howto to Markdown
2012-11-12 21:02:40 +01:00
Berke Viktor
2ccc0dcfca
Update translations
2012-11-12 20:57:30 +01:00
Berke Viktor
1e708a8d42
Update Transifex howto
2012-11-12 20:57:21 +01:00
Berke Viktor
677c0e3b70
Disable auto-loading of deprecated plugins
2012-11-12 20:46:26 +01:00
Berke Viktor
08e2dd848a
Remove Lua from deps
2012-11-12 19:33:06 +01:00
Berke Viktor
1b5075d946
Get rid of the buggy, unmaintained and unused Lua and Tcl interfaces
2012-11-12 19:03:19 +01:00
Berke Viktor
b5f58a4be2
Make sure g_strconcat() result is NULL terminated
2012-11-12 18:04:47 +01:00
bviktor
268115239c
Merge pull request #253 from Arnavion/utf8-everywhere
...
utf8-everywhere: Forgot the g_free's and the g_unlink / g_rename.
2012-11-12 09:03:22 -08:00
Arnav Singh
6ec040f5c9
utf8-everywhere: Forgot the g_free's and the g_unlink / g_rename.
2012-11-12 00:06:05 -08:00
Berke Viktor
0f26470169
Re-enable plugin-tray context menu, submenus don't work yet
2012-11-12 08:40:21 +01:00
Berke Viktor
4e488d04c8
Add Perl build notes and installers
2012-11-12 08:12:38 +01:00
Berke Viktor
fdc316a1ce
Fix g_strdup_printf() call causing removal of hexchat.conf
2012-11-12 07:47:58 +01:00
bviktor
1e35c196e8
Merge pull request #249 from Arnavion/utf8-everywhere
...
utf8-everywhere: Derp.
2012-11-11 19:57:03 -08:00
Arnav Singh
aab041da91
utf8-everywhere: Derp.
2012-11-11 19:54:47 -08:00
bviktor
aaa863535d
Merge pull request #248 from Arnavion/utf8-everywhere
...
Fixed some remaining C file I/O API calls to use the glib API
2012-11-11 19:40:33 -08:00
Arnav Singh
ed26917691
utf8-everywhere: Fixed some remaining C file I/O API calls to use the glib API.
2012-11-11 19:34:09 -08:00
Berke Viktor
49d5234b39
Load own certs from <config>\certs
2012-11-12 04:06:03 +01:00
Berke Viktor
40d4c592b3
Update Perl error message according to recent changes
2012-11-12 02:24:19 +01:00
Berke Viktor
c0dca425a5
Prepare solution for Perl 5.16 VC build
2012-11-12 02:04:58 +01:00
Berke Viktor
cc0051cb40
Move HexChat L10n to share\locale where it should've been in the first place
2012-11-12 00:17:24 +01:00
Berke Viktor
b217c88b37
These shouldn't be needed anymore
2012-11-11 19:33:01 +01:00
Berke Viktor
b2cd9157d7
Enable updates
2012-11-11 19:08:31 +01:00
Berke Viktor
07ddde4108
Fix GTK-VS installers
2012-11-11 19:06:22 +01:00
Berke Viktor
428f479aed
Fix 4996 warnings
2012-11-11 18:36:00 +01:00
Berke Viktor
39b797b7bb
Fix WMPA compilation without the WDK
2012-11-11 18:26:31 +01:00
Berke Viktor
82694d2d29
Hide 4996 warnings in all projects and fix license copy
2012-11-11 18:23:27 +01:00
Berke Viktor
18c0d7c52b
Update translations
2012-11-11 17:38:27 +01:00
Berke Viktor
bb6a6b7f17
Update translation template
2012-11-11 17:24:46 +01:00
Berke Viktor
89bbe07080
Disable updates for now
2012-11-11 17:10:16 +01:00
Berke Viktor
2cc6d05af6
Fix wording for banlist
2012-11-11 17:09:29 +01:00
Berke Viktor
1784d2b331
Fix date
2012-11-11 16:43:11 +01:00
Berke Viktor
681ca5e390
Update changelog
2012-11-11 16:30:41 +01:00
Berke Viktor
b564da6284
Update translations
2012-11-11 16:27:57 +01:00
Berke Viktor
7911aeb51e
Disable one instance code coz it's really buggy
2012-11-11 15:50:31 +01:00
Berke Viktor
a04fdc50b6
More rebranding
2012-11-11 15:23:48 +01:00
Berke Viktor
1c0548c4ca
Copy-paste fix
2012-11-11 14:39:35 +01:00
Berke Viktor
348c6ba919
Rebranding
2012-11-11 13:51:50 +01:00
Berke Viktor
4c1f2b93d0
Update comment
2012-11-10 20:59:51 +01:00
Berke Viktor
e154ce310d
Update translations
2012-11-10 20:38:37 +01:00
Berke Viktor
1468d35db3
Don't minimize/close to tray via plugin-tray when HexTray is available
2012-11-10 20:28:16 +01:00
Berke Viktor
488883266c
Update changelog
2012-11-10 20:06:15 +01:00
Berke Viktor
50fabee1ad
Exclude SASL plugin from build
2012-11-10 20:04:31 +01:00
Berke Viktor
ebb157616f
Version bump
2012-11-10 19:46:36 +01:00
Berke Viktor
ec62dc0626
Update translations
2012-11-10 19:36:08 +01:00
Berke Viktor
05b1b9e43e
Update translation template
2012-11-10 19:31:36 +01:00
Berke Viktor
4756078263
Explode gui_tray_flags
2012-11-10 19:29:12 +01:00
Berke Viktor
5781cd0c44
Update translations
2012-11-10 18:35:43 +01:00
Berke Viktor
ed970381fb
Eliminate some more warnings and hide less warnings in VS
2012-11-10 18:26:45 +01:00
Berke Viktor
584b89bb02
Another unused thing
2012-11-10 17:32:18 +01:00
Berke Viktor
b3f225a70d
Comment out one more unused thing
2012-11-10 17:26:50 +01:00
Berke Viktor
9c70eee4ca
Eliminate some unused stuff
2012-11-10 17:20:05 +01:00
Berke Viktor
f53eadbcab
Update translation template
2012-11-10 17:03:30 +01:00
bviktor
2024b39bac
Merge pull request #237 from mikelolasagasti/configure-changes2
...
Silent build
2012-11-09 13:00:34 -08:00
Mikel Olasagasti Uranga
3fe4bf8392
Use AS_HELP_STRING to format text
2012-11-09 22:00:08 +01:00
Mikel Olasagasti Uranga
1b03947ce5
Silent build
2012-11-09 21:56:37 +01:00
Berke Viktor
09ccc1fd9d
Arg 3 should be email but we don't use that; arg 4 defaults to lowercase arg 1, so it's unnecessary
2012-11-09 21:36:46 +01:00
Berke Viktor
00604eb722
Rename deps files
2012-11-09 20:39:23 +01:00
Berke Viktor
cbfdf1df47
Fix project dependencies
2012-11-09 19:33:22 +01:00
Berke Viktor
cd820abcc1
Update translations
2012-11-09 16:14:55 +01:00
Berke Viktor
c9cd6fbd1b
Add notes about testing translations
2012-11-09 16:12:33 +01:00
Berke Viktor
e6c64dae1d
Update translations
2012-11-07 00:33:13 +01:00
Berke Viktor
912ea8a534
Disable some stupid warnings without the WDK
2012-11-06 23:47:12 +01:00
Berke Viktor
cc8a86abb4
Fix spacing once more
2012-11-06 18:13:21 +01:00
Berke Viktor
ca9661779a
Move GTK+ to a separate repo
2012-11-06 18:03:08 +01:00
Berke Viktor
2c0f050df0
Remove spacing, it wouldn't work anyway
2012-11-05 15:42:48 +01:00
Berke Viktor
cd92b0e72b
Add build notes to 1st level deps
2012-11-05 14:28:21 +01:00
Berke Viktor
857f436671
win-iconv version bump
2012-11-05 14:27:50 +01:00
Arnav Singh
d142c74c15
Fix erroneous DCC file names and crash upon aborting
2012-11-05 03:04:08 +01:00
Berke Viktor
4724443124
Update translations
2012-11-05 01:01:50 +01:00
Berke Viktor
72c8b7a1fe
Get rid of XChat revision
2012-11-05 00:49:46 +01:00
Berke Viktor
db218817fd
Use configdir instead of *xchatdir*
2012-11-04 23:55:36 +01:00
Berke Viktor
ad16ed3933
Update translations
2012-11-04 23:27:15 +01:00
Berke Viktor
79fa1a0521
Move build files out of the source tree, make grep usage much easier
2012-11-04 23:26:43 +01:00
Berke Viktor
83189aadfe
Add icon to message boxes
2012-11-04 22:30:26 +01:00
Berke Viktor
d9bc58cb4c
Update translations
2012-11-04 22:07:11 +01:00
Berke Viktor
aed112150a
Update translation template
2012-11-04 21:56:27 +01:00
Berke Viktor
e3dae6dbd0
Cosmetics
2012-11-04 21:52:17 +01:00
Berke Viktor
9193754095
Fix missing function
2012-11-04 21:51:43 +01:00
Berke Viktor
d706c5ccdc
Fix another missing var
2012-11-04 21:50:16 +01:00
Berke Viktor
abbb4897ea
Fix missing variable
2012-11-04 21:45:46 +01:00
Berke Viktor
d0b5d53f92
Some more platform unification
2012-11-04 21:40:59 +01:00
Berke Viktor
5c9283fc68
Fix for using -d with non-english locale
2012-11-04 21:40:39 +01:00
bviktor
7873bfe211
Merge pull request #227 from Arnavion/utf8-everywhere
...
utf8-everywhere part 3
2012-11-04 09:31:46 -08:00
Arnavion
b969665e47
utf8-everywhere: Fixed log_write to use access instead of g_access.
2012-11-04 09:27:15 -08:00
Arnavion
6560e6365a
utf8-everywhere: Scrollback-loading code thought the first word of every message was part of the timestamp because of a missing space.
2012-11-04 09:11:41 -08:00
Berke Viktor
04892cbbef
Case tabulation
2012-11-04 17:52:59 +01:00
Berke Viktor
d7daa8bc3c
Case simplification
2012-11-04 17:52:58 +01:00
bviktor
9a643bfaaa
Merge pull request #226 from TingPing/master
...
Update Python docs
2012-11-04 07:55:33 -08:00
TingPing
71251252ae
Updated get_list docs
2012-11-04 01:53:31 -05:00
TingPing
594cca99c0
Updated python get_info docs
2012-11-04 01:02:27 -05:00
bviktor
753a773bba
Merge pull request #225 from Arnavion/utf8-everywhere
...
utf8-everywhere: Fixed crash when passing in a config directory using -d
2012-11-03 22:35:50 -07:00
Arnavion
6602e6a7c5
utf8-everywhere: Fixed crash when passing in a config directory using -d
2012-11-03 22:32:33 -07:00
Berke Viktor
82031ed6d4
Indentation cosmetics
2012-11-04 06:10:59 +01:00
bviktor
3c5284f19d
Merge pull request #224 from Arnavion/utf8-everywhere
...
UTF-8 everywhere
2012-11-03 21:48:56 -07:00
Arnavion
c2c23894fc
utf8-everywhere: Fixed crash on loading scrollback.
2012-11-03 21:32:52 -07:00
Berke Viktor
4ec499c241
Eliminate warnings due to missing includes
2012-11-04 04:22:22 +01:00
Berke Viktor
0e9658f2ab
Ignore specific warnings for common and fe-gtk, all should be eliminated at some point
2012-11-04 04:06:44 +01:00
Berke Viktor
87a8c13e5e
Fix tabulation
2012-11-04 04:04:41 +01:00
Arnavion
a978e7b55b
utf8-everywhere: Removed unreferenced local variables.
2012-11-03 19:11:09 -07:00
Arnavion
5d9264aff6
Initial commit for utf8 everywhere.
2012-11-03 19:04:02 -07:00
Berke Viktor
e0b1724158
ReadMe cosmetics
2012-11-04 01:21:23 +01:00
Berke Viktor
3d0eba7e02
Update translations
2012-11-04 00:53:15 +01:00
Berke Viktor
28b2d331f3
Update translation template
2012-11-04 00:50:11 +01:00
Berke Viktor
cef390e47d
By default, open dialog window for doubleclick on a nick in the user list
2012-11-04 00:41:25 +01:00
Berke Viktor
a0e14dfc5f
Workaround for marker line option being untickable
2012-11-04 00:31:09 +01:00
Berke Viktor
c0e65ff0fe
Fix spacing
2012-11-04 00:14:17 +01:00
Berke Viktor
b236af84a4
Installer migrator functions for xchat.conf -> hexchat.conf
2012-11-03 23:54:05 +01:00
Berke Viktor
0481433d69
Update translations
2012-11-03 21:34:00 +01:00
Berke Viktor
434368412a
Update translation template
2012-11-03 21:31:11 +01:00
bviktor
cdfc56a80a
Merge pull request #223 from mikelolasagasti/basque
...
Add missing Basque language
2012-11-03 13:27:44 -07:00
Berke Viktor
c45fbe1bb3
Remove identd text event coz it doesn't work
2012-11-03 21:04:07 +01:00
Mikel Olasagasti Uranga
2846b66284
Add missing Basque language
2012-11-03 20:57:21 +01:00
Berke Viktor
21b3267e8a
Update translations
2012-11-03 19:32:20 +01:00
Berke Viktor
ec83e04d11
Update translation template
2012-11-03 19:21:48 +01:00
Berke Viktor
7e1729c7b6
Make CAP messages consistent
2012-11-03 19:17:35 +01:00
Berke Viktor
1ac033e42a
Text event for identd
2012-11-03 19:04:47 +01:00
Berke Viktor
76f43ce583
Make identd messages consistent with SASL messages
2012-11-03 18:39:11 +01:00
Berke Viktor
7d664e755e
More robust CAP management and CAP multi-prefix support
2012-11-03 18:29:08 +01:00
Berke Viktor
7c1d2366b1
Fix icon rendering in HexChat (sub)windows
2012-11-03 09:10:38 +01:00
Berke Viktor
a9c7e40b5b
Add text events for CAP ACK/REQ
2012-11-03 07:46:51 +01:00
Berke Viktor
80fdce76c4
Updated user list icons
2012-11-03 06:39:58 +01:00
Berke Viktor
9ee3613bad
Add export config stub
2012-11-03 06:29:51 +01:00
Berke Viktor
27391f458f
Update translations
2012-11-03 05:30:15 +01:00
Berke Viktor
d32f32df05
Update translation template
2012-11-03 05:20:39 +01:00
Berke Viktor
e2908c38a2
Make SASL user name color consistent with other user name colors
2012-11-03 04:53:17 +01:00
Berke Viktor
58adceb4e9
Provide text events for SASL auth, SASL responses and server capabilities
2012-11-03 04:45:32 +01:00
Berke Viktor
432f0781c4
Update FAQ according to recent icon file name changes
2012-11-03 03:16:06 +01:00
Berke Viktor
98ef77406d
Varname consolidation for the rest of pixmaps
2012-11-03 02:57:24 +01:00
Berke Viktor
c65e16fd00
Relocate hexchat.png and hexchat.ico and some more varname cleanup
2012-11-03 02:33:44 +01:00
Berke Viktor
259ed9644d
Relocate version.txt, leave a copy in old place for a while for upgrades to work
2012-11-03 01:58:56 +01:00
Berke Viktor
c07c888321
Relocate hexchat.desktop
2012-11-03 01:52:46 +01:00
Berke Viktor
396d74322a
Rainbow user list colors and more senseful variable names
2012-11-03 01:42:47 +01:00
bviktor
58e7e967db
Merge pull request #218 from TingPing/usericon
...
added support for op+3 icons
2012-11-02 15:23:54 -07:00
TingPing
da43158772
added support for op+3 icons
2012-11-02 00:55:24 -04:00
bviktor
7bd55c4f43
Merge pull request #212 from blasphemy/malloc
...
that malloc should have been made bigger when renaming xchat.conf to hex...
2012-10-31 07:37:23 -07:00
Daniel Leining
bc06dffd5d
that malloc should have been made bigger when renaming xchat.conf to hexchat.conf
2012-10-31 01:40:11 -04:00
Berke Viktor
64f1a43d07
Update translations
2012-10-31 05:39:36 +01:00
Berke Viktor
7613c796b7
Add another temporary file to gitignore
2012-10-31 05:35:30 +01:00
Berke Viktor
49d11c26ca
Update translation template
2012-10-31 05:34:35 +01:00
Berke Viktor
5567b9ab27
Raw Log consistency with menu
2012-10-31 05:31:35 +01:00
Berke Viktor
78b5f5625d
Make rawlog text copy behaviour consistent with the main text box
...
And make it close upon pressing Escape
2012-10-31 05:18:20 +01:00
Berke Viktor
ea0d3059f4
Eliminate even more warnings and bump warning level to 3
...
Shouldn't need to go any higher, level 4+ gives insane warnings
2012-10-30 22:13:40 +01:00
Berke Viktor
cb0f6c8c91
Eliminate some more warnings
2012-10-30 21:25:58 +01:00
Berke Viktor
284dbfbe3d
Supposed fix for identd ipv6 compiler warnings
2012-10-30 20:57:49 +01:00
Berke Viktor
f6c2698701
Some quickfixes
2012-10-30 13:42:18 +01:00
Berke Viktor
9ae206e08e
Initial conversion of the Perl interface docs to Markdown
2012-10-30 13:39:04 +01:00
Berke Viktor
2d256315ea
Python docs cosmetics
2012-10-30 12:10:46 +01:00
Berke Viktor
aeb60b72cd
Update translation files
2012-10-30 12:01:04 +01:00
Berke Viktor
75c70a2f94
Update translation template once again
2012-10-30 11:58:43 +01:00
Berke Viktor
99a288fb47
Typofix
2012-10-30 11:56:27 +01:00
Berke Viktor
02f58fd515
Update translation template
2012-10-30 11:50:24 +01:00
Berke Viktor
507af191bd
Now some final cleanup (I hope)
2012-10-30 11:47:12 +01:00
Berke Viktor
a51a69134b
Nah, even more rebranding
2012-10-30 11:35:39 +01:00
Berke Viktor
82936df2af
Some final rebranding
2012-10-30 10:42:37 +01:00
Berke Viktor
012d78b2f6
Plugin doc fixes
2012-10-30 10:38:45 +01:00
Berke Viktor
29f7a9180c
Rebrand get_info(xchatdir) but remain compatible for Perl and Python
2012-10-30 09:59:58 +01:00
Berke Viktor
66be50f335
Some more fixes
2012-10-30 09:16:21 +01:00
Berke Viktor
b6c89e7670
Fix Unix compilation
2012-10-30 09:05:48 +01:00
Berke Viktor
8d6f4d9d40
Some remaining fixes
2012-10-30 08:58:50 +01:00
Berke Viktor
e681eafa78
Rebranding for the rest of plugin*
2012-10-30 08:42:48 +01:00
Berke Viktor
97dc13fde7
Rebranding for XCHAT_PLUGIN_HANDLE
2012-10-30 07:46:28 +01:00
Berke Viktor
45d4fa5801
Rebranding for XCHAT_EAT_*
2012-10-30 07:40:37 +01:00
Berke Viktor
a5ab455b34
Forgot this one
2012-10-30 07:31:33 +01:00
Berke Viktor
4b7c7c2bb1
Rebranding for XCHAT_FD_*
2012-10-30 07:25:40 +01:00
Berke Viktor
a87ad4a6ae
Fix D-Bus plugin
2012-10-30 07:22:36 +01:00
Berke Viktor
91dd079add
Rebranding for XCHAT_PRI_*
2012-10-30 07:18:25 +01:00
Berke Viktor
50a2335276
Remove old unused code
2012-10-30 07:02:28 +01:00
Berke Viktor
81747d996c
Revert "Proof-of-concept compat mode for XChat"
...
This reverts commit ad16a2bfee
.
2012-10-30 06:56:41 +01:00
Berke Viktor
ad16a2bfee
Proof-of-concept compat mode for XChat
2012-10-30 06:56:25 +01:00
Berke Viktor
56973ae365
Eliminate some fe-gtk warnings
2012-10-30 05:42:59 +01:00
Berke Viktor
a37bc00b59
Remove unnecessary include
2012-10-30 05:42:02 +01:00
Berke Viktor
9f55b2a495
Fix Unix compilation
2012-10-30 04:10:41 +01:00
Berke Viktor
fc98a6d79d
Remove hexchat-plugin.h duplicate
2012-10-30 04:07:33 +01:00
Berke Viktor
c73c9b4b31
Fix plugin function ordering
2012-10-30 03:55:25 +01:00
Berke Viktor
251fe8250e
Update translations
2012-10-30 03:33:15 +01:00
Berke Viktor
0b90bfbf7b
Update L10n howto with some notes
2012-10-30 03:33:08 +01:00
Berke Viktor
cdc720c97b
Add speller strings to translation template
2012-10-30 02:57:49 +01:00
Berke Viktor
5788ab0c5b
Update translation template
2012-10-30 02:38:50 +01:00
Berke Viktor
9bf00ac214
Don't provide untranslatable strings for translation
2012-10-30 02:28:06 +01:00
Berke Viktor
8fc9691704
Even more version bumps
2012-10-29 00:56:16 +01:00
Berke Viktor
2168ef409e
Update version number once moar
2012-10-29 00:52:28 +01:00
Berke Viktor
07cbcfe846
Make HexTray filename consistent with the rest
2012-10-29 00:42:52 +01:00
Berke Viktor
09c7f2c935
Remove unused var
2012-10-29 00:34:15 +01:00
Berke Viktor
15c2ff2d54
Convert HexTray to the plugin config API
2012-10-29 00:32:59 +01:00
Berke Viktor
9a57ca41b1
Use consistent addon config filenames
2012-10-28 23:37:45 +01:00
Berke Viktor
da54f7cc11
Remove plugin20.html remnant
2012-10-28 23:33:45 +01:00
bviktor
717bf34816
Merge pull request #204 from TingPing/faq
...
Removed html docs from spec
2012-10-28 15:30:13 -07:00
TingPing
f10e98fac0
Removed html docs from spec
2012-10-28 17:28:25 -05:00
Berke Viktor
16b14ec765
Saner limit
2012-10-28 20:54:08 +01:00
Berke Viktor
f90f51a898
ChangeLog cosmetics
2012-10-28 16:26:44 +01:00
Berke Viktor
ab18a31311
Remove last 2 HTML files
2012-10-28 16:22:25 +01:00
Berke Viktor
18ef7b93ae
Add HTML sources, convert them later
2012-10-28 16:20:51 +01:00
Berke Viktor
da83448c09
Random FAQ cosmetics
2012-10-28 16:08:40 +01:00
Berke Viktor
9c89cd7817
Fix Python docs
2012-10-28 15:36:28 +01:00
Berke Viktor
31ed205e6e
Cosmetics
2012-10-28 15:35:34 +01:00
Berke Viktor
24ed6e7d11
Convert XChat changelog to Markdown
2012-10-28 14:44:22 +01:00
Berke Viktor
edbec158d4
Fix escapes in readme
2012-10-28 14:43:41 +01:00
Berke Viktor
7b8ffc6ee1
Remove old HTML docs
2012-10-28 14:14:40 +01:00
Berke Viktor
85da4bd9bb
Fix newline
2012-10-28 14:00:27 +01:00
Berke Viktor
048b17dcbd
Fix escapes
2012-10-28 13:58:09 +01:00
Berke Viktor
474d064c1f
Convert plugins.html to Markdown
2012-10-28 13:52:43 +01:00
Berke Viktor
65fe8bd935
Update links and add placeholder files
2012-10-28 11:01:25 +01:00
Berke Viktor
1cf9209cd7
Consistency FTW
2012-10-28 10:53:15 +01:00
Berke Viktor
6a9e7bb4d3
Further doc relocations and conversions
2012-10-28 10:49:44 +01:00
Berke Viktor
fe6bda343b
More hacking cosmetics
2012-10-28 09:58:09 +01:00
Berke Viktor
52ad256474
Hacking cosmetics
2012-10-28 09:55:45 +01:00
Berke Viktor
33cd1a2149
Add notes about translating HexChat + typofix
2012-10-28 09:26:43 +01:00
Berke Viktor
df635db882
Let's see how it works with 2 seconds
2012-10-28 03:13:07 +01:00
Berke Viktor
4880b2977a
Nick box icon requires a restart
2012-10-28 03:09:59 +01:00
Berke Viktor
85119b9a80
Add option to hide user mode icon in nick box
2012-10-28 03:05:50 +01:00
Berke Viktor
6cb0c96319
Fix SysInfo displaying garbage for too long lines
2012-10-28 02:25:54 +01:00
Berke Viktor
6ae224107f
Use Consolas as the default font where available
2012-10-28 02:08:36 +01:00
Berke Viktor
e0f61605de
Some more unuseful but fancy eyecandy
2012-10-28 01:54:15 +02:00
Berke Viktor
3ac5a67215
Update translations
2012-10-28 01:48:15 +02:00
Berke Viktor
194b21666f
Update translation template
2012-10-28 01:42:30 +02:00
Berke Viktor
3bfd749037
Even more eyecandy
2012-10-28 01:37:01 +02:00
Berke Viktor
e39a4db309
Add notes about managing text events
2012-10-28 01:06:09 +02:00
Berke Viktor
9550862cb0
Fix text event argument counts
2012-10-28 01:05:55 +02:00
Berke Viktor
79b00170ba
Even moar polishing
2012-10-28 00:12:53 +02:00
Berke Viktor
fe1d958838
More polishing for the About dialog
2012-10-28 00:05:40 +02:00
Berke Viktor
d892b3346e
Accidental commit is accidental
2012-10-27 23:46:37 +02:00
Berke Viktor
90ba33cda3
Merge branch 'master' of https://github.com/hexchat/hexchat
2012-10-27 23:45:13 +02:00
Berke Viktor
745c0913f6
Redesign the About dialog a'la XChat
2012-10-27 23:44:17 +02:00
bviktor
6e9c3254fd
Merge pull request #196 from TingPing/faq
...
updated fedora/red hat spec
2012-10-27 13:07:21 -07:00
TingPing
646c5a8975
fixed dep in spec
2012-10-27 15:15:12 -03:00
TingPing
b150986402
Update share/misc/hexchat.spec
2012-10-27 14:42:36 -03:00
Berke Viktor
d33a16ae01
Convert HACKING to Markdown format
2012-10-27 19:31:51 +02:00
TingPing
68d3552ceb
updated spec
2012-10-27 12:28:51 -05:00
Berke Viktor
29c5385d6e
Add manual page
2012-10-27 19:07:59 +02:00
Berke Viktor
bfdb3729c4
Use Unix EOL for docs
2012-10-27 18:50:06 +02:00
Berke Viktor
366e76e3a7
Fix color codes for consistency's sake
2012-10-27 18:27:28 +02:00
Berke Viktor
74abaedffa
Don't forget to build make-te before common
2012-10-27 18:12:35 +02:00
Berke Viktor
c7ca4a5e68
Fix spacing
2012-10-27 18:09:54 +02:00
Berke Viktor
c494001d50
Ignore generated text even headers
2012-10-27 17:43:39 +02:00
Jan Engelhardt
e9c9bd4ebe
build: move automake "foreign" option to AM_INIT_AUTOMAKE
...
This works towards allowing using autoreconf(1) later.
2012-10-27 17:42:40 +02:00
Berke Viktor
a46df34a2a
Remove baked text event headers
2012-10-27 17:39:51 +02:00
Jan Engelhardt
b8927e9d1d
build: use BUILT_SOURCES to properly order text*.h before libhexcommon.a
2012-10-27 17:25:34 +02:00
Berke Viktor
6d27fce863
More ignores
2012-10-27 15:57:47 +02:00
Berke Viktor
7f71933c70
Add make-te binary to gitignore
2012-10-27 15:43:35 +02:00
Berke Viktor
d15d07212d
Change default icons
2012-10-27 13:55:52 +02:00
Berke Viktor
cd3ade3046
Change default text events
2012-10-27 13:32:04 +02:00
Berke Viktor
9634e4574f
Change default colors
2012-10-27 13:32:02 +02:00
Berke Viktor
a98dc18d55
Ignore generated config.h properly on Unix
2012-10-27 01:26:32 +02:00
Berke Viktor
aae8c393ed
Update config.rpath by running gettextize
2012-10-27 01:05:41 +02:00
Berke Viktor
1ecc6b3155
g_str_hash is inconsistent, always recalculate it
2012-10-26 15:06:30 +02:00
Berke Viktor
e38c6696cd
Fix buffer size
2012-10-26 14:44:46 +02:00
Berke Viktor
d012ca1eb8
Don't error out when libpci is not found
2012-10-26 14:36:45 +02:00
Berke Viktor
e3be4a0e0a
Eliminate some more plugin warnings
2012-10-26 13:38:13 +02:00
Berke Viktor
46b0fe70eb
Add commands for modifying UPD options
2012-10-26 13:32:08 +02:00
Berke Viktor
89252106da
Add configurable delay and check frequency for UPD and eliminate some warnings
2012-10-26 13:00:09 +02:00
Berke Viktor
bf42c2b60f
Fixes after file moves
2012-10-26 01:13:32 +02:00
Berke Viktor
ef158aadbf
Fix doc URLs for Start Menu icons
2012-10-26 01:06:00 +02:00
Berke Viktor
fb8d1a383d
Converting, renaming, relocating
2012-10-26 01:03:52 +02:00
Berke Viktor
a3c3608b1d
Remove unused MSI dependency
2012-10-26 00:37:36 +02:00
Berke Viktor
5fe1ff1b28
Add hexchat-text to gitignore
2012-10-26 00:35:53 +02:00
Berke Viktor
359e780f8a
Fix FAQ filename
2012-10-26 00:33:22 +02:00
Berke Viktor
644d24b0d7
Disable spell langs option when spelling is disabled
2012-10-26 00:24:06 +02:00
bviktor
48452aca09
Merge pull request #186 from TingPing/faq
...
Fixed some escapes
2012-10-25 15:11:29 -07:00
TingPing
823331646c
Fixed some escapes
2012-10-25 17:07:59 -04:00
bviktor
7827d93c5d
Merge pull request #185 from TingPing/faq
...
Converted FAQ to markdown and cleaned up.
2012-10-25 13:40:11 -07:00
TingPing
3538521906
Fixed custom icons path
2012-10-25 17:39:52 -03:00
TingPing
f359f8f4ba
Update faq.md
2012-10-25 17:14:04 -03:00
Berke Viktor
b1db3cf514
Eliminate compiler warning and update Windows Server name
2012-10-25 22:04:16 +02:00
Berke Viktor
05407ee466
Update translations
2012-10-25 21:24:31 +02:00
Berke Viktor
cd380f6744
Update translation template
2012-10-25 21:20:30 +02:00
Berke Viktor
c5c92a47d1
Fix L10n generation
2012-10-25 21:17:18 +02:00
Berke Viktor
215325c058
Move SASL passphrase generation code to utils
2012-10-25 21:08:26 +02:00
Berke Viktor
f50a1bf1dd
Reorganize Preferences/Appearance
2012-10-25 20:39:45 +02:00
TingPing
a8f3fdabde
Updated faq.md
2012-10-25 14:27:37 -04:00
Berke Viktor
21424154a8
Hide "empty" SASL messages during auth
2012-10-25 20:24:20 +02:00
TingPing
35e6160b71
fixed typo
2012-10-25 14:19:23 -04:00
TingPing
a626c701a6
Converted FAQ to markdown and cleaned up.
2012-10-25 13:48:30 -04:00
Berke Viktor
bd6e39ffa9
Typofix
2012-10-25 19:47:20 +02:00
Berke Viktor
ce3fa431f4
Check for unallocated string
2012-10-25 18:15:35 +02:00
bviktor
4a5be24804
Merge pull request #184 from blasphemy/spacing
...
fix alignment (space is off by 1)
2012-10-25 08:05:07 -07:00
Daniel Leining
36aab9a2b3
fix alignment (space is off by 1)
2012-10-25 10:56:37 -04:00
Berke Viktor
7871d8ba2f
Fix configure script
2012-10-25 16:46:11 +02:00
Berke Viktor
7cc2dc36e5
Get rid of the SASL plugin
2012-10-25 16:40:26 +02:00
Berke Viktor
82a903f347
Rename HexTray config file
2012-10-25 16:24:03 +02:00
Berke Viktor
4f4958878a
Built-in SASL support and other CAP fixes
2012-10-25 16:17:21 +02:00
Berke Viktor
47310229a4
Some more rebranding for consistency's sake
2012-10-25 01:33:23 +02:00
Berke Viktor
9690fa532d
Update migration instructions
2012-10-25 00:54:49 +02:00
Berke Viktor
9eb32dd16c
Update translations
2012-10-25 00:48:44 +02:00
Berke Viktor
87aa65653b
Use own configfile
2012-10-25 00:42:34 +02:00
Berke Viktor
0003b85ccb
Bypass the identify-msg patch as well, breaks SASL
2012-10-25 00:20:21 +02:00
Berke Viktor
842e74dce8
Quickfix for plugin breakage after the DCC patch
2012-10-25 00:18:02 +02:00
Berke Viktor
d6dec82d3d
Some more rebranding
2012-10-25 00:16:27 +02:00
Berke Viktor
1a75c8e1be
A lot more rebranding
2012-10-24 21:33:02 +02:00
Berke Viktor
6d356a5e51
Rename libxchatcommon to libhexchatcommon
2012-10-24 20:41:30 +02:00
Berke Viktor
bbf2ad1793
Fix fe-text compilation - it still segfaults though
2012-10-24 20:41:13 +02:00
Berke Viktor
d26aa1bf82
Move scrollback lines to Logging
2012-10-24 19:19:06 +02:00
Berke Viktor
d9b5900525
Add support for ircd-seven identify-msg (author unknown)
2012-10-24 18:52:13 +02:00
Berke Viktor
464b005c97
Fix compilation on Unix with GLib 2.24 or older
2012-10-24 18:34:07 +02:00
Berke Viktor
aa917d568f
System includes before own includes
2012-10-24 13:13:25 +02:00
Berke Viktor
bdbb3d14bd
Fix error message printing for raw numeric 263
2012-10-24 12:54:02 +02:00
bviktor
ac9bbc6d99
Merge pull request #180 from Arnavion/fix-filename-encoding
...
Fix filename encoding error for DCC transfers of files with non-ASCII characters in their name
2012-10-23 12:18:59 -07:00
Arnav Singh
8902f52eb9
Removed DCC::destfile_fs since it was now the same as DCC::destfile. Fixed usage of g_stat to use GStatBuf instead of OS-native struct stat.
2012-10-22 19:08:36 -07:00
Arnav Singh
8c7ec909b8
Replaced use of OS file I/O functions which expect filenames in system codepage with GLib's, since GLib's functions work with UTF-8 and GLib handles converting the filename to system codepage for us.
2012-10-22 19:07:28 -07:00
Arnav Singh
1cc599a0f9
Build DCC file's path using platform's directory separator instead of always using forward slash.
2012-10-22 19:06:18 -07:00
Berke Viktor
a9fe82a1b8
Fix nick change dialog being barely visible in most cases
2012-10-22 22:27:30 +02:00
Berke Viktor
332bde3c99
Update translations
2012-10-22 20:46:44 +02:00
Berke Viktor
06ad3e8286
Update translation template
2012-10-22 20:38:22 +02:00
Berke Viktor
3a659d8b05
Even more cosmetics, fixes and new options
2012-10-22 20:33:43 +02:00
Berke Viktor
75169d7181
Add GUI option for compact mode
2012-10-22 20:10:13 +02:00
Berke Viktor
a23a08460c
Use better wording
2012-10-22 20:03:32 +02:00
Berke Viktor
e05c13a097
More fixes, sorting and cleanup
2012-10-22 20:00:08 +02:00
Berke Viktor
6daa63f113
Typofix
2012-10-22 19:03:28 +02:00
Berke Viktor
bc4fb2fd0e
Fix user count options
2012-10-22 18:59:45 +02:00
Berke Viktor
f5338e014a
Fix nick box setting
2012-10-22 18:34:31 +02:00
Berke Viktor
fd47409e76
Fix translations
2012-10-22 17:57:48 +02:00
Berke Viktor
f11f878fcf
Update translations
2012-10-22 17:43:41 +02:00
Berke Viktor
d444d4dd9d
Add Malayalam translation
2012-10-22 17:39:00 +02:00
Berke Viktor
2c256725e8
Use better wording
2012-10-22 17:23:04 +02:00
Berke Viktor
ae137af9e3
Update translation template
2012-10-22 17:11:01 +02:00
Berke Viktor
302a06e2e1
Fix previous, failed attempt at fixing the default folder for DCC transfers
2012-10-22 17:00:48 +02:00
Berke Viktor
b007592cde
Fix DCC accept default value
2012-10-22 16:24:19 +02:00
Berke Viktor
e6e252e540
Fix default network
2012-10-22 16:14:23 +02:00
Berke Viktor
107938971c
Apparently, auto_indent is not needed anymore
2012-10-22 16:09:11 +02:00
Berke Viktor
0a511852fe
Fix Unix compilation
2012-10-22 15:59:52 +02:00
Berke Viktor
51ae33cbe8
Variable cleanup for the rest
2012-10-22 15:55:43 +02:00
Berke Viktor
545b7dc6ff
Variable cleanup for irc_*
2012-10-22 14:50:36 +02:00
Berke Viktor
5c49b45a6d
Variable cleanup for input_*
2012-10-22 14:18:20 +02:00
Berke Viktor
bf27d43052
Variable cleanup for gui_*
2012-10-22 13:49:28 +02:00
Berke Viktor
87e903cd73
Variable cleanup for flood_*
2012-10-22 12:20:47 +02:00
Berke Viktor
b563b93414
Variable cleanup for dcc_*
2012-10-22 12:10:55 +02:00
Berke Viktor
cf8ea26498
Variable cleanup for completion_*
2012-10-22 10:10:19 +02:00
Berke Viktor
a05817c0eb
Variable cleanup for away_*
2012-10-22 09:53:28 +02:00
Berke Viktor
0e8ac8b7a1
Fix LSB filename
2012-10-22 09:23:32 +02:00
Berke Viktor
fba30c4cf8
Rebrand xchatprefs
2012-10-22 09:00:35 +02:00
Berke Viktor
25f2506984
Add missing define for Unix
2012-10-22 08:59:00 +02:00
Berke Viktor
f98b3a5609
Remove duplicate
2012-10-22 08:54:21 +02:00
Berke Viktor
c42f8b98df
Get rid of platform-specific settings (except for fast DCC), make migrations smoother
2012-10-22 08:51:54 +02:00
Berke Viktor
4f68ac6cc0
Get rid of ALL gui_tweaks
2012-10-22 08:37:28 +02:00
Berke Viktor
445e8c006e
Learn some grammar
2012-10-22 08:26:18 +02:00
Berke Viktor
1665443062
Get rid of gui_tweaks 4
2012-10-22 08:24:52 +02:00
Berke Viktor
6cd5d086bb
do_layout is required for dots to appear or disappear
2012-10-22 08:13:09 +02:00
Berke Viktor
9435851dee
Get rid of gui_tweaks 8
2012-10-22 08:00:55 +02:00
Berke Viktor
02dd0ba560
Get rid of gui_tweaks 16 & 1
2012-10-22 07:24:52 +02:00
Berke Viktor
2cbae7f6a5
Get rid of gui_tweaks 32
2012-10-22 06:18:32 +02:00
Berke Viktor
0e88d01caf
Get rid of gui_tweaks 64
2012-10-22 06:02:15 +02:00
Berke Viktor
e361efcf94
Rename tab_* to gui_tab_*
2012-10-22 05:38:52 +02:00
Berke Viktor
09c94486be
Get rid of obsolete values
2012-10-22 05:36:08 +02:00
Berke Viktor
e5f8aaf8eb
Add Windows version check to installer against overly frustrated Win2000 users
2012-10-22 05:13:27 +02:00
Berke Viktor
a909aa1817
Forgot to add title to changelog
2012-10-22 04:43:55 +02:00
Berke Viktor
ae95271d3a
Change readme icon and add changelog icon as well
2012-10-22 04:40:32 +02:00
Berke Viktor
26e655daee
Omit upcoming release
2012-10-22 04:10:57 +02:00
Berke Viktor
ef0a7a61b2
Add own changelog
2012-10-22 04:05:01 +02:00
Berke Viktor
01e8b50b4f
EXTRA_DIST cleanup
2012-10-22 04:04:51 +02:00
Berke Viktor
de39738bbd
Add README for people who still can't use Google
2012-10-22 02:34:20 +02:00
Berke Viktor
cdae8fecdd
Update plugin autoload info in the FAQ
2012-10-22 01:37:36 +02:00
Berke Viktor
feae1450c6
Update translation template
2012-10-21 14:46:30 +02:00
Berke Viktor
4fd5cf7043
Keep the installer component lists sorted
2012-10-21 14:38:47 +02:00
Berke Viktor
db4cb3d2f2
Cosmetics
2012-10-21 14:30:10 +02:00
Berke Viktor
77d3c50da1
Typofix
2012-10-21 14:26:46 +02:00
Berke Viktor
8404ebf1d4
Even more SysInfo fixes
2012-10-21 14:24:01 +02:00
Berke Viktor
1e7d7101c6
Some more cleanup for SysInfo
2012-10-21 12:49:55 +02:00
Berke Viktor
d9dc34499d
A LOT of cleanup for SysInfo-Unix
2012-10-21 12:15:41 +02:00
Berke Viktor
f0b909ea68
Add Mageia support to SysInfo
2012-10-21 09:56:48 +02:00
Berke Viktor
3d01c78248
First bunch of fixes to SysInfo-Unix, now it works - barely
2012-10-21 09:56:09 +02:00
Berke Viktor
62c9375bc9
Compilation fixes and integration with HexChat
2012-10-21 08:06:09 +02:00
Berke Viktor
bc57507a4c
Add Arch patches to SysInfo-Unix and rebrand it
2012-10-21 07:15:48 +02:00
Berke Viktor
187351fa61
Add vanilla X-Sys sources
2012-10-21 06:44:29 +02:00
Berke Viktor
cb891a9732
Rename WinSys on the code level
2012-10-21 06:40:28 +02:00
Berke Viktor
c54cd4181b
Rename WinSys files
2012-10-21 06:33:33 +02:00
Berke Viktor
ddbce0b9fe
Move warning level to property sheet
2012-10-21 05:57:00 +02:00
Berke Viktor
df33905ad1
Relocate typedef.h
2012-10-21 04:41:59 +02:00
Berke Viktor
0ca97e2108
Fix tabulation
2012-10-21 03:51:40 +02:00
Berke Viktor
125cebb09a
Fix Command button on Mac, round 2
2012-10-21 03:47:21 +02:00
Berke Viktor
8c297f6797
Supposed fix for using Command/Super button instead of Ctrl on Mac
2012-10-21 03:04:53 +02:00
Berke Viktor
0c04cfed7f
Make modifier buttons truly abstract
2012-10-21 03:03:38 +02:00
Berke Viktor
ef18ded827
Update OS X name
2012-10-21 02:38:06 +02:00
Berke Viktor
d0268f1cf8
Supposed fix for opening links on Mac
2012-10-21 01:54:56 +02:00
Berke Viktor
9be155633f
Don't show transparency options when compiling w/o Xlib coz they won't work
2012-10-20 23:36:51 +02:00
Berke Viktor
1418524090
Add note about the way Transifex treats email addresses
2012-10-20 23:28:01 +02:00
Berke Viktor
c9d3a20f7f
Update translations
2012-10-20 20:36:21 +02:00
Berke Viktor
475bd96afb
Update translation template
2012-10-20 20:30:41 +02:00
Berke Viktor
12456bf063
Use better wording
2012-10-20 20:23:57 +02:00
Berke Viktor
bfc8a1a1ed
Reorganize the Settings menu and fix Search menu offset
2012-10-20 20:18:26 +02:00
Berke Viktor
29e96d7611
Fix dialog icon in userlist popup and add entry for Ignore
2012-10-20 19:58:41 +02:00
Berke Viktor
c1bc4303ce
Fix TYPE_BOOL vs unsigned int inconsistency
2012-10-20 17:56:38 +02:00
Berke Viktor
99b68f6e24
Update set variable after English lang code change
2012-10-20 17:12:21 +02:00
Berke Viktor
6faa4767d8
Finally, update translation files from Transifex
2012-10-20 16:57:02 +02:00
Berke Viktor
2f2311a9c5
Update L10n howto with additional step required
2012-10-20 16:50:57 +02:00
Berke Viktor
e5a36abf90
Update translation template
2012-10-20 16:47:47 +02:00
Berke Viktor
4ee52cb4fa
Remove Hebrew file, it fails to import to Transifex and barely contains translations anyway
2012-10-20 16:42:38 +02:00
Berke Viktor
5374d7cd1f
Update translation template
2012-10-20 16:08:20 +02:00
Berke Viktor
2995b05794
Fix language codes and naming
2012-10-20 16:00:03 +02:00
Berke Viktor
d90ae8012a
Add support for new languages in the language selector
2012-10-20 15:59:22 +02:00
Berke Viktor
89cf271024
Add new languages to the Unix build script
2012-10-20 15:47:40 +02:00
Berke Viktor
11d3783195
Add Afrikaans, Asturian, Danish, Gujarati, Hebrew, Indonesian, Kinyarwanda translations from the XChat Translation Project
2012-10-20 15:45:53 +02:00
Berke Viktor
725d03477f
Update bundled ISO 3166 codes
2012-10-20 15:43:35 +02:00
Berke Viktor
084fa55b81
Update French translation
2012-10-19 23:59:07 +02:00
Berke Viktor
5915d3b4bd
Regenerate L10n once moar (last time I hope)
2012-10-19 22:55:12 +02:00
Berke Viktor
fb7a6d9206
Update FAQ to reflect L10n changes
2012-10-19 22:11:21 +02:00
Berke Viktor
627f2220e4
Consistency FTW
2012-10-19 22:00:32 +02:00
Berke Viktor
5bc8b38826
Remove L10n test string from translations too
2012-10-19 21:59:54 +02:00
Berke Viktor
033ebcfee1
Remove L10n test string
2012-10-19 21:53:34 +02:00
Berke Viktor
85779e102c
Replace email address
2012-10-19 21:33:16 +02:00
Berke Viktor
6661efde87
Add tutorial for managing Transifex
2012-10-19 21:31:11 +02:00
Berke Viktor
e85501bdff
Update test strings in repo
2012-10-19 21:27:58 +02:00
Berke Viktor
1215336b2d
Add L10n test string
2012-10-19 21:14:20 +02:00
Berke Viktor
aa54d0a8c1
Add Transifex config and update translations from the online resource
2012-10-19 20:58:44 +02:00
Berke Viktor
1f3a1f81c0
Update translations
2012-10-19 20:08:20 +02:00
Berke Viktor
d5477a81d6
Reorganize the Appearance tab
2012-10-19 19:37:10 +02:00
Berke Viktor
31242c94de
Update Hungarian translation
2012-10-19 00:40:32 +02:00
Berke Viktor
0fe70aa212
Update translations
2012-10-19 00:38:30 +02:00
Berke Viktor
ff2f121d8a
Add Nynorsk language
2012-10-19 00:34:47 +02:00
Berke Viktor
3fba4d508d
Update Hungarian translation
2012-10-19 00:16:48 +02:00
Berke Viktor
dd21f8635b
Update translations
2012-10-19 00:01:56 +02:00
Berke Viktor
cd21d1b623
Get rid of saveconf remnants, we save automatically
2012-10-18 23:55:47 +02:00
Berke Viktor
41e4b3a59c
Add notes
2012-10-18 23:26:13 +02:00
Berke Viktor
3c5100510f
Separate correctly the Win32-only code
2012-10-18 23:26:06 +02:00
Berke Viktor
9abfecf05e
Hardcoded dropdown menu for language selection
2012-10-18 22:57:55 +02:00
Berke Viktor
b686a24d3b
Add function for listing subdirs
2012-10-18 20:09:15 +02:00
Berke Viktor
06226c0799
Update win32 dirent.h implementation and use header instead of static library
2012-10-18 18:24:20 +02:00
Berke Viktor
e3a21d34b4
Add missing include
2012-10-18 17:54:03 +02:00
Berke Viktor
5acd848f79
Initial version of language selector GUI
2012-10-18 16:34:40 +02:00
bviktor
4732505e30
Merge pull request #171 from ujdhesa/patch-1
...
Update po/sq.po
2012-10-18 01:30:54 -07:00
Besnik
87522eb03d
Update po/sq.po
...
Substituting more Xchat recurrences
2012-10-18 00:39:50 +03:00
bviktor
c17005a9fe
Merge pull request #170 from ujdhesa/master
...
Update for Albanian (sq) locale
2012-10-17 10:02:11 -07:00
Besnik
6cc553f22e
Update po/sq.po
2012-10-17 13:36:18 +03:00
Berke Viktor
d318d78b14
Remove accidentally included .mo file and don't let it ever happen again
2012-10-15 21:26:57 +02:00
Berke Viktor
1b2affc750
Update Hungarian translation against current HEAD
2012-10-15 21:24:49 +02:00
Berke Viktor
99022a91d9
Huge commit is huge - update translations
2012-10-15 20:21:20 +02:00
Berke Viktor
d61a3ff08c
Add translation template
2012-10-15 20:21:02 +02:00
Berke Viktor
98701e3d6b
Update .gitignore for L10n
2012-10-15 20:18:00 +02:00
Berke Viktor
c19fc07b9b
Print previous value after /SET
2012-10-15 16:01:26 +02:00
Berke Viktor
13449c282a
Reformat the /SET code
2012-10-15 16:00:07 +02:00
Berke Viktor
32eeec02ff
Remove deprecated .desktop entry
2012-10-15 14:31:27 +02:00
Berke Viktor
831794e150
Only omit alerts when we're actually away
2012-10-15 13:46:23 +02:00
Berke Viktor
e8f7653cf0
Add SwiftIRC
2012-10-15 10:40:39 +02:00
bviktor
c395a929e1
Merge pull request #162 from blasphemy/rebrand
...
rebrand
2012-10-15 01:27:45 -07:00
Daniel Leining
a62b033cb5
rebrand
2012-10-14 21:29:13 -04:00
Berke Viktor
de1a2a7b33
Version bump
2012-10-14 00:58:54 +02:00
Berke Viktor
bc4d4f6536
Fix misspelled words
2012-10-13 22:55:35 +02:00
Berke Viktor
84c536e4ea
Compatibility for Automake 1.12.4+
2012-10-13 22:26:35 +02:00
Berke Viktor
4482f8d1f5
Cosmetics
2012-10-13 20:59:52 +02:00
Berke Viktor
68e795a595
Accept license agreement by default
2012-10-13 18:55:43 +02:00
Berke Viktor
c01ee90ef6
Provide builtin defauls for treeview icons
2012-10-13 15:31:25 +02:00
Berke Viktor
f7013f70a5
By default, use pure white background color and use background color for UI elements
2012-10-13 14:13:58 +02:00
Berke Viktor
cf78762b69
Some HexChat-Text rebranding work left
2012-10-13 13:05:01 +02:00
Berke Viktor
b67b223c26
Add option to omit alerts when marked as being away
2012-10-13 12:38:01 +02:00
Berke Viktor
0ec02c13c7
Make beep consistent with other alerts
2012-10-13 11:53:39 +02:00
Berke Viktor
05b6e0b330
By default, use <config>/downloads for DCC file transfers when in portable mode
2012-10-13 10:49:29 +02:00
Berke Viktor
dfd4828ad2
Fix opening folders in portable mode
2012-10-13 10:26:32 +02:00
Berke Viktor
6f1185c00e
get_xdir_fs() cleanup
2012-10-13 10:14:34 +02:00
Berke Viktor
ca3fa043f0
Save URLs to disk on-the-fly and provide an option for toggling it
2012-10-13 10:03:39 +02:00
Berke Viktor
d4f3738ca8
This does not belong here
2012-10-13 08:45:41 +02:00
Berke Viktor
cbd72ff455
Get rid of auto_save, we always want to save
2012-10-13 08:43:57 +02:00
Daniel Atallah
dbef9c9eb4
Speed up Non-BMP filtering
2012-10-13 07:06:38 +02:00
Berke Viktor
902063d932
Get rid of some hardcoding
2012-10-13 06:17:27 +02:00
Berke Viktor
d20daad417
Implement /ADDSERVER
2012-10-13 06:03:14 +02:00
Berke Viktor
de7a4aee31
Make identd check easier to read
2012-10-13 04:25:39 +02:00
Berke Viktor
b43e567dbf
Show user name sent by identd
2012-10-13 04:19:56 +02:00
bviktor
77fb21c5d5
Merge pull request #142 from RichardHitt/master
...
Fix "Fix URL Detection"
2012-10-08 13:29:38 -07:00
RichardHitt
5f60820eba
Fix "Fix URL detection". First-character test in linux should be for
...
equal, rather than not-equal. If first character is a slash return
WORD_PATH.
2012-10-08 12:20:11 -07:00
Berke Viktor
8df11c030c
Fix Wikipedia URL detection - URLs inside parentheses won't work
2012-10-07 13:27:44 +02:00
Berke Viktor
59f32ccb3a
Fix URL detection
2012-10-07 03:00:52 +02:00
Berke Viktor
b4e78e0455
Add SSL port to freenode
2012-10-06 16:49:11 +02:00
Berke Viktor
86596d080d
Add Fusion Latina and IRCHighWay
2012-10-06 16:44:31 +02:00
Berke Viktor
151bee59f0
Update NSS-WDK patch for NSS 3.13.6
2012-10-06 01:14:51 +02:00
Berke Viktor
3b8d2aeca8
Fix mpcInfo-xp not using the WDK toolset
2012-10-05 12:21:08 +02:00
Berke Viktor
003fa2dcc5
Ignore Mono built HTM
2012-10-05 01:17:31 +02:00