summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-04-10Fixed one error and several warnings with GLIB 2.0Timo Sirainen
2002-04-09Removed the now useless "/window item move" help with /joinTimo Sirainen
2002-04-09/JOIN #existing_channel jumps to the window where it's joined.Timo Sirainen
2002-04-09Irssi::timeout_add() - don't allow smaller values than 10Timo Sirainen
2002-04-05workaround for some server that doesn't reply anything to pings.Timo Sirainen
2002-04-03if /CONNECT -! ircnet couldn't connect to first server, next was tried butTimo Sirainen
2002-04-01print() fixTimo Sirainen
2002-03-31Listen for DCC connections in all interfacesTimo Sirainen
2002-03-31Don't set channel->server = NULL when disconnecting, so scripts can stillTimo Sirainen
2002-03-31with 10 char usernames, ban "*234567890" instead of "*12345678*"Timo Sirainen
2002-03-24bugfixTimo Sirainen
2002-03-24Added "nothing" action to /BIND.Timo Sirainen
2002-03-24Perl's print and printf calls now write the text to irssi's window. YouTimo Sirainen
2002-03-24Input lines are now never destroyed and they're associated to statusbarTimo Sirainen
2002-03-24destruct level isn't touched anymore, it crashes irssi with a few people..Timo Sirainen
2002-03-23$topic shouldn't crash if query doesn't have a valid address set yet.Timo Sirainen
2002-03-22Add server tag as well to topicbar with queriesTimo Sirainen
2002-03-19/CLEAR <refnum> now clears specified window.Timo Sirainen
2002-03-19Sort /HELP output better when using multiple categories. Patch by c0ffee.Timo Sirainen
2002-03-17Allow /OP, etc. commands for server operators as well. They may not workTimo Sirainen
2002-03-17If autojoining to !channel failed because it didn't exist, create it byTimo Sirainen
2002-03-17fallback to rename() if link() isn't supported on the filesystem, so peopleTimo Sirainen
2002-03-16term_deinit() should set SIGCONT back to default, so if it's sent after thatTimo Sirainen
2002-03-16$1 can now be used as server tag in /SET autolog_path. This is useful whenTimo Sirainen
2002-03-16"make clean" now cleans all perl subdirs properly too.Timo Sirainen
2002-03-15/PART in SILC destroys the channel immediately, so we'll need to checkTimo Sirainen
2002-03-15Dropped the bot-plugin. It's not useful to anyone really.Timo Sirainen
2002-03-15updated not_good_idea textTimo Sirainen
2002-03-15/SERVER ADD -ircnet value wasn't strdup()ed so it might have done somethingTimo Sirainen
2002-03-14Get the terminal size at startup with ioctl() and use it. Fixes at leastTimo Sirainen
2002-03-14Scrolling was buggy with "ri" method, it tried to used "rin" as wellTimo Sirainen
2002-03-14Fixed that "nick already in split list, how?" bug with a patch from fuchs.Timo Sirainen
2002-03-14$window->command() changed active window temporarily to wanted one and thenTimo Sirainen
2002-03-14$cumode and $cumode_space should do stuff only to IRC servers.Timo Sirainen
2002-03-14Don't crash when trying to print text when there's no windows yet. AlsoTimo Sirainen
2002-03-14Don't crash if there's no prefixes (botti doesn't) when loading module.Timo Sirainen
2002-03-13"make dist" now doesn't add irc.c / irc-modules.cTimo Sirainen
2002-03-13bit fields should be unsigned type always (unsigned int dirty:1).Timo Sirainen
2002-03-13proper checking for lseek() failureTimo Sirainen
2002-03-13when autochanging query's nick to be correct case, don't print theTimo Sirainen
2002-03-13If queried nick did a nick change, it might have crashed irssi.Timo Sirainen
2002-03-13ARGH! I hate this new behaviour of CVS not asking if I want to abortTimo Sirainen
2002-03-13*** empty log message ***Timo Sirainen
2002-03-13removed the debugging code..Timo Sirainen
2002-03-13Set ownnick to channel->NULL when the nick record is destroyed. Should fixTimo Sirainen
2002-03-13When IPv4 or v6 wasn't forced, irssi picked improperly IPv4 even if thereTimo Sirainen
2002-03-13added some debugging code to irssi_bless_iobject() - can it really be anTimo Sirainen
2002-03-12fix to some broken "ircds"Timo Sirainen
2002-03-11New queries should begin with last_unread_msg timestamp set to now. ThisTimo Sirainen
2002-03-11make clean should remove libirc_proxy.a symlinkTimo Sirainen