1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-04 03:34:18 -04:00
irssi/src/core
Timo Sirainen d4558de232 /SET prompt - if target had %c or something in it, it shouldn't be
treated as color code. So color codes can now be used in /SET prompt
string itself, but in none of the $variables it uses.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1324 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-03-03 21:34:06 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
args.c Cleaned up code. 2000-07-16 20:18:05 +00:00
args.h ..adding new files.. 2000-04-26 08:03:38 +00:00
channel-rec.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
channel-setup-rec.h Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
channels-setup.c Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
channels-setup.h Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
channels.c Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
channels.h Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
chat-commands.c /FOREACH server|channel|query|window <command> 2001-02-21 18:41:45 +00:00
chat-protocols.c Moved autoconnects and command line parameter parsing from irc to core. 2001-02-19 02:50:08 +00:00
chat-protocols.h Moved autoconnects and command line parameter parsing from irc to core. 2001-02-19 02:50:08 +00:00
chatnet-rec.h Added chat protocol register. Changed all chat_type fields to use it. 2000-09-01 00:26:46 +00:00
chatnets.c Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
chatnets.h Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
commands.c When using a /command that has only subcommands, print the list of the 2001-01-07 13:53:58 +00:00
commands.h Destroy all settings and commands used by modules when they're unloaded. 2000-12-17 04:14:47 +00:00
core.c Write buffer - logs and rawlogs write to files through this. By default 2001-02-10 05:54:35 +00:00
core.h ..adding new files.. 2000-04-26 08:03:38 +00:00
expandos.c /SET timestamp_format now specifies format of $Z. timestamp msg format 2001-01-28 04:03:56 +00:00
expandos.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
ignore.c ignore_get_key() moved to fe-common, fixed printing "*" ignore key. 2001-03-03 20:55:06 +00:00
ignore.h ignore_get_key() moved to fe-common, fixed printing "*" ignore key. 2001-03-03 20:55:06 +00:00
levels.c level_get() check wasn't case-insensitive 2001-02-19 12:10:36 +00:00
levels.h level_get() prototype was missing. 2001-02-19 05:03:42 +00:00
line-split.c Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
line-split.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
log.c crashfix 2001-02-18 00:11:23 +00:00
log.h Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
Makefile.am Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
masks.c Minor speedup, return immediately if masks == "" 2001-01-18 02:23:11 +00:00
masks.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
memdebug.c added g_module_build_path() 2001-02-17 10:09:49 +00:00
memdebug.h ig_module_build_path() prototype was missing.. 2001-02-17 10:26:59 +00:00
misc.c Make sure there's always at least one column even if there's items 2001-03-03 21:01:18 +00:00
misc.h Added strstr_full() and strstr_full_case() 2001-03-03 17:34:35 +00:00
module.h ..adding new files.. 2000-04-26 08:03:38 +00:00
modules.c /LOAD module tries to load "module_core" instead. If it wasn't found, 2001-02-17 10:35:35 +00:00
modules.h /LOAD module tries to load "module_core" instead. If it wasn't found, 2001-02-17 10:35:35 +00:00
net-disconnect.c When reading data from socket, read max. 5kB at a time so we won't get 2001-02-19 02:12:06 +00:00
net-disconnect.h ..adding new files.. 2000-04-26 08:03:38 +00:00
net-internal.h Some fixes for compiling with Win32 :) 2000-10-26 18:12:20 +00:00
net-nonblock.c If reading host answer from pipe failed, set the error message to 2001-02-19 02:13:02 +00:00
net-nonblock.h /CONNECT, /SERVER: added -4 and -6 options for specifying if we should 2001-02-09 21:26:50 +00:00
net-sendbuffer.c memmove() -> g_memmove() 2001-01-18 01:03:18 +00:00
net-sendbuffer.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
network.c /SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses in 2001-02-20 16:23:28 +00:00
network.h We should define AF_INET6, not PF_INET6.. 2001-02-23 05:55:51 +00:00
nick-rec.h Support for multiple identically named nicks. 2001-02-17 21:46:35 +00:00
nicklist.c functions returning void shouldn't do return xx 2001-02-28 18:48:23 +00:00
nicklist.h Support for multiple identical nicknames. 2001-02-18 22:46:25 +00:00
nickmatch-cache.c Nickmatch cache. A couple of helper functions to check if channel nicks 2001-01-21 04:09:48 +00:00
nickmatch-cache.h Nickmatch cache. A couple of helper functions to check if channel nicks 2001-01-21 04:09:48 +00:00
pidwait.c pidwait: send status as second agument. 2000-12-30 00:42:47 +00:00
pidwait.h ..adding new files.. 2000-04-26 08:03:38 +00:00
queries.c Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
queries.h Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
query-rec.h several fixes to make irssi compile without warnings with MIPSpro 2000-11-23 21:40:07 +00:00
rawlog.c Write buffer - logs and rawlogs write to files through this. By default 2001-02-10 05:54:35 +00:00
rawlog.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
server-connect-rec.h Connection updates: moved /SERVER and /CONNECT to core from irc. 2001-02-19 02:15:15 +00:00
server-rec.h added "message own_public" and "message own_private" events that are 2001-01-01 16:57:25 +00:00
server-setup-rec.h /SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses in 2001-02-20 16:23:28 +00:00
servers-reconnect.c /RECONNECT ALL - reconnects to all servers in reconnection queue 2001-02-19 04:50:58 +00:00
servers-reconnect.h Connection updates: moved /SERVER and /CONNECT to core from irc. 2001-02-19 02:15:15 +00:00
servers-redirect.c Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
servers-redirect.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
servers-setup.c /SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses in 2001-02-20 16:23:28 +00:00
servers-setup.h Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
servers.c /SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses in 2001-02-20 16:23:28 +00:00
servers.h Connection updates: moved /SERVER and /CONNECT to core from irc. 2001-02-19 02:15:15 +00:00
settings.c Errors reading/writing config and theme files are now handled properly 2001-02-20 01:54:14 +00:00
settings.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
signals.c signal_emit() - one parameter after last one wasn't NULL but was taken 2001-01-18 02:01:59 +00:00
signals.h "return 1" doesn't anymore stop signals in perl scripts. Fixed 2001-01-07 08:23:06 +00:00
special-vars.c /SET prompt - if target had %c or something in it, it shouldn't be 2001-03-03 21:34:06 +00:00
special-vars.h /SET prompt - if target had %c or something in it, it shouldn't be 2001-03-03 21:34:06 +00:00
window-item-def.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
window-item-rec.h Highlight colors can now have background color set with fg,bg. Works 2001-02-19 03:25:24 +00:00
write-buffer.c Write buffer - logs and rawlogs write to files through this. By default 2001-02-10 05:54:35 +00:00
write-buffer.h Write buffer - logs and rawlogs write to files through this. By default 2001-02-10 05:54:35 +00:00