irssi/src/irc/core
Timo Sirainen bd6fe052bc Added time, size and level setting types. Breaks some settings - I'll add
automatic converter to these settings later. Meanwhile you CVS users can
fix your config files yourself :)

Time settings allow using "days", "hours", "minutes", "seconds" and
"milliseconds" or several of their abbreviations. For example "5d 4h
5msecs".

Size settings allow using "gbytes", "mbytes", "kbytes" and "bytes" or their
abbrevations. For example "5MB".

Level settings are currently handled pretty much the way they were before.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3080 dbcabf3a-b0e7-0310-adc4-f8d773084564
2002-12-28 17:54:13 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
bans.c with 10 char usernames, ban "*234567890" instead of "*12345678*" 2002-03-31 12:04:57 +00:00
bans.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
channel-events.c When checking for autojoin-on-invite channels, also check the short !channel 2002-08-22 20:35:43 +00:00
channel-rejoin.c Added /SET channels_rejoin_unavailable to disable automatic rejoining when channel is unavailable. Efnet is stupid and uses the same numeric for joining juped channels and k-lines you after trying to constantly join it. 2002-12-20 14:37:56 +00:00
channel-rejoin.h more changes from int xx:1 to unsigned int xx:1 2000-11-23 22:57:59 +00:00
channels-query.c Don't update channel key from 324 numeric, some servers send channel key as 2002-08-27 19:42:23 +00:00
ctcp.c Some compiling fixes found by -Wall in perl dirs.. 2002-11-07 17:40:05 +00:00
ctcp.h Some compiling fixes found by -Wall in perl dirs.. 2002-11-07 17:40:05 +00:00
irc-channels-setup.c multiprotocol updates. SILC prints channel and private messages now 2000-09-30 22:49:48 +00:00
irc-channels.c net_connect*() contains now error parameter, so it can be used to properly 2002-05-19 14:43:16 +00:00
irc-channels.h Better !channel support - window items now have "visual_name" and channels 2002-05-16 00:34:37 +00:00
irc-chatnets.c Whops, crasfix for last "fix". :) 2002-01-28 23:31:36 +00:00
irc-chatnets.h /IRCNET ADD -usermode option added. 2001-12-06 23:29:48 +00:00
irc-commands.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +00:00
irc-commands.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
irc-core.c /UPGRADE was broken, changed again the server connection code. 2002-05-20 04:12:12 +00:00
irc-expandos.c $X expando didn't check if server type was irc properly, and crashed. 2002-06-10 20:56:24 +00:00
irc-masks.c toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some 2002-01-27 20:45:59 +00:00
irc-masks.h Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
irc-nicklist.c Don't break if nick is twice in names list (never is with non-broken 2002-12-07 20:53:50 +00:00
irc-nicklist.h Better support for halfops, patch by yathen@web.de 2001-12-09 17:13:48 +00:00
irc-queries.c Don't crash if someone msgs you without host address (eg. dircproxy). Fix by 2002-08-26 15:12:32 +00:00
irc-queries.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
irc-servers-reconnect.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +00:00
irc-servers-setup.c Fixed one error and several warnings with GLIB 2.0 2002-04-10 02:53:06 +00:00
irc-servers-setup.h -querychans option for servers and ircnets which specifies how many 2000-12-09 19:12:49 +00:00
irc-servers.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +00:00
irc-servers.h Less kludgy way to handle /SET skip_motd. Works now with laggy servers. 2002-10-10 01:55:24 +00:00
irc-session.c server->emode_known wasn't saved during /UPGRADE. 2002-02-16 10:41:32 +00:00
irc.c irc_send_cmd_split() printed glib warning if nick parameter didn't exist. 2002-04-29 19:39:57 +00:00
irc.h Added '.' to known nick flag characters. Also supports having multiple flag 2002-03-10 16:00:38 +00:00
lag.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +00:00
Makefile.am /UPGRADE - upgrade-on-the-fly feature. Currently only moves the active 2001-11-19 01:48:58 +00:00
massjoin.c wait a bit longer before sending massjoin signal. also added a comment how 2002-08-27 12:45:09 +00:00
mode-lists.c GC fixes. 2002-12-10 20:30:03 +00:00
mode-lists.h banlist_find() is now public. "event 367" (banlist) shows now ban number in 2002-05-18 03:07:57 +00:00
modes.c mode +o nick -o nick2 did +o for the nick2 too 2002-12-09 21:54:03 +00:00
modes.h Don't update channel key from 324 numeric, some servers send channel key as 2002-08-27 19:42:23 +00:00
module.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
netsplit.c Make sure two urls aren't thought of as netsplit 2002-10-14 11:43:18 +00:00
netsplit.h Netsplit saved the NICK_REC, but didn't save the dynamically allocated strings 2001-12-10 23:32:46 +00:00
servers-idle.c Redirection fixes - added count parameter. 2001-11-12 22:15:04 +00:00
servers-idle.h Redirection fixes - added count parameter. 2001-11-12 22:15:04 +00:00
servers-redirect.c make sure redirect_continue is set to NULL if it contains the redirection 2002-02-03 22:28:09 +00:00
servers-redirect.h server_redirect_peek_signal() now contains int *redirected parameter which 2001-12-07 23:41:45 +00:00