summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-05-25When connecting, USER's second (and third?) parameters sometimes areTimo Sirainen
meaningful, server won't let more than one people in from host specified in second parameter. Since irssi always set both of these to "-", only one Irssi could connect to the server. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@236 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-25If server's host name lookup fails, don't try to reconnect back to it.Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@235 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-25irc/irc.c and fe-common/irc/irc-modules.c are generated by configureTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@234 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-25"/ text" sends "text" to active channel.Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@233 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-25With some systems Irssi didn't notice if connect() failed.Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@232 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-25/set max_textbuffer_lines changed to /set scrollback_lines andTimo Sirainen
/set scrollback_hours - this means that keep scrollback usually max. x lines, but allow more if the text is newer than n hours. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@231 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-25Added bot plugin, it also has almost-functional botnet.Timo Sirainen
Changed configure.in's functionality so that you could tell what modules you want to build in main irssi binary and it will create automatically the .c files that need to call the module_init()/deinit() functions. Fixed several minor things.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@230 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-25now other than long nicks in NAMES list were displayed wrong. changed backTimo Sirainen
to old behaviour, but added a small kludge.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@229 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-25NAMES list crashed with long nicks .. hope it doesn't crash now somewhereTimo Sirainen
else :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@228 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-19timestamp_timeout setting is integer, not booleanTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@227 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-18Some logging fixes. Flood checking had a memory leak. Query had a smallTimo Sirainen
memory leak. Text buffer fixes. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@226 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-17/mode #channel -k key now removes the "+k" mode too instead of just settingTimo Sirainen
the channel key to NULL. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@225 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-17/PART <message> displays the whole message now, not just the first wordTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@224 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-15Also print the "CTCP TIME received" to screen :)Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@223 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-15Irssi will reply to CTCP TIME request.Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@222 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-15- update all po files.kloczek
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@221 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-15- back all .po files and fill back ALL_LIGUAS variable.kloczek
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@220 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-15removed pot files since they only give warnings when running autogen.sh - ifTimo Sirainen
they're needed back they're always in irssi 0.7.28 sources or in cvs's history.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@219 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-15bugfixTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@218 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-15bugfixTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@217 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-15Lots of changes again. Biggest ones:Timo Sirainen
- window's text buffer should work better - themes are almost working, you can change the text formats with /format - automatically try to rejoin the channel after 5 minutes if the join there failed because it was "temporarily unavailable" (netsplits) - generally cleaning code.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@216 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-12Display CTCP REPLY in a channel with a different text format than privateTimo Sirainen
CTCP replies git-svn-id: http://svn.irssi.org/repos/irssi/trunk@215 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-10added irssi-configTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@214 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-10iconfig's caching was a bit buggy - it didn't notice if some config node wasTimo Sirainen
removed. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@213 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-10If lag checking period was long, Irssi displayed the (??) until the lag wasTimo Sirainen
checked again. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@212 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-10Netsplit displays the IRC network where it happenedTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@211 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-10/LAST didn't work when window's max. number of lines was full + a fewTimo Sirainen
cleanups. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@210 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-10DCC SEND fixedTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@209 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-10IRCNet specific nick name wasn't usedTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@208 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-10/MODE was buggyTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@207 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-10A few more bugfixes to make /window prev work.. :)Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@206 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-10/window prev didn't work because of small "typo".Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@205 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-09window next in last window jumps to first windowTimo Sirainen
window prev in first window jumps to last window git-svn-id: http://svn.irssi.org/repos/irssi/trunk@204 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-09/dehilight fixesTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@203 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-09Ctrl-D = deleteTimo Sirainen
Ctrl-K = erase the rest of the line (patches by Tommi Komulainen) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@202 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-09typo fixedTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@201 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-09- Compiling fixesTimo Sirainen
- GNOME version isn't anymore build here so you don't need all that GTK and GNOME crap to compile irssi-text. - Some fixes to compile with -ansi -pedantic git-svn-id: http://svn.irssi.org/repos/irssi/trunk@200 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-05Removed the "No such window" message - it was annoying :)Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@199 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-05Fixed a crashTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@198 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-04.. lots of changes ..Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@197 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-28It tried to autorejoin back to channel even if someone else was kicked..Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@196 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-28Implemented Irssi::Window::command(), Irssi::Windowitem::command()Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@195 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-28/ban and /invite crashed, /mode didn't work. ctcp.c doesn't needTimo Sirainen
irssi-version.h git-svn-id: http://svn.irssi.org/repos/irssi/trunk@194 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-28Updated pot files - now that there's no working gnome version the pot fileTimo Sirainen
is only 92 lines :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@193 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-28Removed the N_() from module formats, the internationalization should beTimo Sirainen
done in theme files instead of in pot files.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@192 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-28Perl working again, better than ever (unless there's bugs :)Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@191 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-27If we return with cmd_param_error() or cmd_return_error(), callTimo Sirainen
signal_stop() so if the command is bound multiple times (like core, which does the functionality and fe-common which prints the texts) it won't print the error message ever twice. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@190 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-27after doing /INVITE nick #channel - instead of printing just "nick #channel",Timo Sirainen
print "Inviting nick to #channel" git-svn-id: http://svn.irssi.org/repos/irssi/trunk@189 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-27show_quit_once displayed the quit window always in active window. nowTimo Sirainen
it's displayed in first window that contains a channel where the nick was. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@188 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-27Setting window's prompt didn't check that the window was active -> someTimo Sirainen
other window's prompt could sometime appear in screen. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@187 dbcabf3a-b0e7-0310-adc4-f8d773084564