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 |
|
TingPing
|
57b74c3de9
|
Increase default irc_join_delay to 5
|
2013-05-17 05:32:53 -03: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 |
|
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
|
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
|
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
|
fb01d4e9ab
|
Replace g_strdup_printf with g_build_filename where possible
|
2013-05-04 18:21:48 +02:00 |
|
TingPing
|
b4c885861d
|
Remove away announce
|
2013-04-28 17:19:26 -04: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
|
5bb284267b
|
Remove dead code for sound_command
|
2013-04-28 01:57:00 +02:00 |
|
Berke Viktor
|
6001ceff9f
|
Get rid of bundled beep
|
2013-04-27 23:00:18 +02:00 |
|
TingPing
|
565a492724
|
Reverts commit d964af8142
|
2013-04-27 06:32:30 -04:00 |
|
Berke Viktor
|
ccc8601624
|
Move beep to proper place
|
2013-04-16 11:32:58 +02:00 |
|
Berke Viktor
|
ea0479998a
|
Use bundled beep file for beep alerts
|
2013-04-14 11:56:50 +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 |
|
TingPing
|
e67371d269
|
Add option for omitting alerts while focused
|
2013-04-13 23:03:54 -04:00 |
|
TingPing
|
d964af8142
|
Fix root user warning running before g_type_init
closes #504
|
2013-04-05 10:12:33 -04:00 |
|
TingPing
|
477d7470c1
|
renable irc_who_join by default
|
2013-04-03 18:35:40 -03: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 |
|
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
|
bcb2107bb1
|
Fallback to $HOME/Downloads for dcc_dir
|
2013-02-18 00:30:57 -05:00 |
|
TingPing
|
936785d24e
|
follow XDG for default download directory
closes #413
|
2013-02-16 23:07:18 -05:00 |
|
Berke Viktor
|
e41a84b094
|
Try to create the addons folder initially
|
2013-02-16 15:28:44 +01: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
|
599b07497b
|
use g_get_user_config_dir
|
2013-01-02 23:14:13 -05:00 |
|
TingPing
|
1a0396dcae
|
default irc_whois_front on
|
2012-12-29 01:23:00 -05:00 |
|
Dan Mashal
|
b04377825f
|
fix incorrect FSF address
|
2012-12-23 11:36:54 -08: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
|
abaf4425d9
|
rename pane height variable
|
2012-12-01 19:43:20 -05:00 |
|
TingPing
|
1c224894a2
|
Save pane height and restore on start
closes #154
|
2012-11-30 17:22:12 -05:00 |
|
Berke Viktor
|
b5f58a4be2
|
Make sure g_strconcat() result is NULL terminated
|
2012-11-12 18:04:47 +01: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
|
fdc316a1ce
|
Fix g_strdup_printf() call causing removal of hexchat.conf
|
2012-11-12 07:47:58 +01: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
|
7911aeb51e
|
Disable one instance code coz it's really buggy
|
2012-11-11 15:50:31 +01:00 |
|
Berke Viktor
|
1c0548c4ca
|
Copy-paste fix
|
2012-11-11 14:39:35 +01:00 |
|
Berke Viktor
|
4756078263
|
Explode gui_tray_flags
|
2012-11-10 19:29:12 +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
|
d0b5d53f92
|
Some more platform unification
|
2012-11-04 21:40:59 +01:00 |
|
Arnavion
|
6602e6a7c5
|
utf8-everywhere: Fixed crash when passing in a config directory using -d
|
2012-11-03 22:32:33 -07: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
|
cef390e47d
|
By default, open dialog window for doubleclick on a nick in the user list
|
2012-11-04 00:41:25 +01: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
|
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
|
a51a69134b
|
Nah, even more rebranding
|
2012-10-30 11:35:39 +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
|
6ae224107f
|
Use Consolas as the default font where available
|
2012-10-28 02:08:36 +01:00 |
|
Berke Viktor
|
d892b3346e
|
Accidental commit is accidental
|
2012-10-27 23:46:37 +02:00 |
|
Berke Viktor
|
745c0913f6
|
Redesign the About dialog a'la XChat
|
2012-10-27 23:44:17 +02:00 |
|
Berke Viktor
|
87aa65653b
|
Use own configfile
|
2012-10-25 00:42:34 +02:00 |
|
Berke Viktor
|
1a75c8e1be
|
A lot more rebranding
|
2012-10-24 21:33:02 +02:00 |
|
Berke Viktor
|
e05c13a097
|
More fixes, sorting and cleanup
|
2012-10-22 20:00:08 +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
|
b007592cde
|
Fix DCC accept default value
|
2012-10-22 16:24:19 +02:00 |
|
Berke Viktor
|
107938971c
|
Apparently, auto_indent is not needed anymore
|
2012-10-22 16:09:11 +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
|
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
|
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
|
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
|
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
|
9abfecf05e
|
Hardcoded dropdown menu for language selection
|
2012-10-18 22:57:55 +02:00 |
|
Berke Viktor
|
5acd848f79
|
Initial version of language selector GUI
|
2012-10-18 16:34:40 +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
|
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
|
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
|
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
|
cbd72ff455
|
Get rid of auto_save, we always want to save
|
2012-10-13 08:43:57 +02:00 |
|
Berke Viktor
|
02fd5a2aff
|
Enable timestamps by default and change default format to include seconds
|
2012-10-04 22:12:14 +02:00 |
|
Berke Viktor
|
a3b2a203e7
|
Update default URL grabber limit
|
2012-10-02 22:03:15 +02:00 |
|
RichardHitt
|
62903cd171
|
Fix memory leak related to url grabbing
|
2012-10-01 12:53:25 -07:00 |
|
Berke Viktor
|
ce75a6034f
|
Limit the number of URLs to keep and add GUI options for it
|
2012-09-29 01:54:11 +02:00 |
|