summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-06Add libtool's -module flag to get built properly on all platforms, by Toby ↵Wouter Coekaerts
Peterson (Bug 212) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3714 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-03-06Fix command_unbind memleak by Toby Peterson (Bug 211)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3713 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-03-04It has been brought to our attention that freenode staff management areGeert Hauwaerts
concerned that bot owners might be using the mIRC server lists in order to target irc networks for spam, this we do not find any proof of. mIRC might be the most used Windows Client, and possibly also the "ultimate kiddie" client. This does not mean that we should flame mIRC or mIRC users through wallops. The Irssi development team does not support flaming or in any way attacking other IRC clients and their users (nor do we support flaming of other OS's or personal attacks on people for their choice of OS, application etc.), whether their inbuildt lists *could* be used by drone writers or not. Every IRC client holds 'default servers'. Xchat and Gaim for example have nearly the exact same list as mIRC. Regards, - Geert Hauwaerts <geert@irssi.org> - Christel Dahlskjaer <christel@irssi.org> - Valentin Batz <senneth@irssi.org> Changes: -------- - Removed 'freenode' from the ircnet list. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3712 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-02-22Byebye stupid tail problems on Solaris. Hi, Mr. grepWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3711 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-02-16One more autogen fix by Janne KujanpaaWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3710 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-02-16autogen and configure fixes by Janne Kujanpaa (Bug 192)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3709 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-02-11Fixed output of /hilight (add a space after -levels if any).Valentin Batz
Added recode to dcc-chat, patch by Jean-Yves Lefort git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3708 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-02-06Fixed memory leaks when destroying a channel, when loading nonexisten ↵Valentin Batz
scripts and in topics, patch by Toby Peterson git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3707 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-02-05Update ChangeLog incremental. Dropped ChangeLog.xml (for now?)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3706 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-02-04Compile fix: make it c99 again, by Timothy Hatcher (Bug 184)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3705 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-02-03Update our own nickrec->gone flag on /away <reason> or on /awayValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3704 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-01-12call setlocale(LC_ALL, ) once in fe-text/irssi.c and not everytime ↵Valentin Batz
recode_get_charset() is called in recode.c git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3703 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-01-12call setlocale(LC_ALL, ) before g_get_charset to properly return the user's ↵Valentin Batz
charset git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3702 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-01-12Added IRCNET command again, as a deprecated alias for NETWORKWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3701 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-01-04Fixed a bug with /me, use the right arguments for "message irc own_action"Valentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3700 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-01-04Updated the changed arguments for ban_removeValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3699 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-01-03improve queuing commands, patch by Timothy Hatcher (Bug 168)Wouter Coekaerts
(patch changed so it doesn't wait one second after the 001 event) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3698 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-01-03Fix multiple entries for local IP in /etc/hosts prevents connecting, patch ↵Wouter Coekaerts
by eridius (Bug 167) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3697 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-01-03"ban remove" signal should pass who removed it, patch by Timothy Hatcher ↵Wouter Coekaerts
(Bug 166) added it to docs/signals.txt too git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3696 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-01-03Fix recursive ^ prefixed commands blocking all output (Bug 159)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3695 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-12-22Don't crash with an empty nick argument from the command line.Valentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3694 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-12-20Fixed target handling in recode_outValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3693 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-12-20Added <tag>/<target> support for recode.Valentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3692 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-12-07Fixed a memleak, when using recode_out you have too free the memory it ↵Valentin Batz
allocates for you. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3691 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-12-07If available, send who set topic and when to irssi-proxy clientsWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3690 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-12-05/SERVER LIST doesn't output the current ones, /SERVER doesGeert Hauwaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3689 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-11-30Forgot the comma for printf in the previous patchValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3688 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-11-29Fixed bug in configure.in, if release timestamp is before 10:00 and contains ↵Valentin Batz
8's or 9's it causes problems because it's not an octal number, patch by Peder Stray git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3687 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-11-29Fixed printing of the recoded realname in whowasValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3686 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-11-28Added a note about quotes for /COMPLETION -delete when -auto is specified ↵Valentin Batz
for the completion you try to remove git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3685 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-11-23Reverting bugfix for 'usermode activates after autosendcmd' because it ↵Valentin Batz
breaks usermode for reconnections git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3684 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-11-22Fix typo in help for window closeWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3683 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-11-19Fixed bug where usermode was not sent correctlyValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3681 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-11-04Changed autogen.sh and configure.in, so compiling works with svn, darix will ↵Valentin Batz
make the svn path configureable git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3680 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-11-04Fixed bug with time settings where hours actually returned 60*hoursValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3679 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-18/UPGRADE saves now server->versionValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3324 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-18Make cmd_window_item_goto use cmd_get_params, so "/WINDOW ITEM GOTO ↵Wouter Coekaerts
item<space>" (for example) works git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3323 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-17Fix /help server: -noauto is the defaultWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3322 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-16Added recode for the away-messagesValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3321 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-16Fixed /join -invite -window bug if there is no inviteValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3320 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-14Fixed bug 120 where proxy doesn't set the server_rec->away_reasonValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3319 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-12Fix crash with non-irc serversWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3318 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-10Added recode to whois_channels eventValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3317 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-10Also remember other (not k or l) modes with argumentsWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3316 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-10Remember key not only with channel->key, but also in channel->mode (in the ↵Wouter Coekaerts
statusbar) on key-hiding-servers, like before isupport git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3315 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-10Fixed bug with logging where item names starting with the same string were ↵Valentin Batz
not logged properly. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3314 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-08add d,q,f and J to CHANMODES default, to work a bit better with dancer and ↵Wouter Coekaerts
possibly others (Dear irc server coder, please send isupport with CHANMODES, thank you) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3313 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-06And the same for signal_continueWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3312 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-06Recognise a param of signal_emit from perl if it's an intWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3311 dbcabf3a-b0e7-0310-adc4-f8d773084564
2004-10-06Fixed possible printing bug with quit messages when the message is printed ↵Valentin Batz
in the statuswindow git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3310 dbcabf3a-b0e7-0310-adc4-f8d773084564