summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-27Implementation of the meta-[cult] (capitalize words, upcase word, downcase ↵Valentin Batz
word, transpose words) key-bindings from the TODO by Peder Stray git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3963 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-08-24moved the _NET_SENDBUF_REC definition out of core/net-sendbuffer.c and ↵Valentin Batz
irc/proxy/listen.c into core/net-sendbuffer.h git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3948 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-08-24replaced net_transmit by net_sendbuffer_send in the irssi-proxy module, ↵Valentin Batz
there were no checks if the buffer was sent completely with net_transmit git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3947 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-08-18Document that you have to send a "setup changed" signal after using ↵Wouter Coekaerts
settings_set_* for someone elses settings git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3935 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-08-15Fix notify with more nicks than max_whois_in_cmd (Bug 257), based on patch ↵Wouter Coekaerts
by Krzysztof Kowalik (Borys) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3932 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-08-15Update scripts to most recent version from scripts.irssi.orgWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3931 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-08-15more faq fixes: s/it's/its/, s/i/I/, and there is away_verbose on ↵Wouter Coekaerts
scripts.irssi.org, so let's not claim there is no such script public git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3930 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-08-15Update faq: s/term_type/term_charset/ and a bit more verboseWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3929 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-08-11updated /help recode and NEWSValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3920 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-08-09s/freenode/OFTC/ in the examplesWouter Coekaerts
(as you might have noticed, we don't really like freenode) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3917 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-08-09update NEWS and AUTHORSWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3916 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-08-09remove TAG alias because it doesn't work with quotes in the command, and ↵Wouter Coekaerts
make ATAG alias simpler git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3915 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-08-05fix minor textbuffer leak, Bug 288 by TobyWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3897 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-08-04Fixed recode for incoming messages, private messages didn't work properly. ↵Valentin Batz
(Bug http://bugs.irssi.org/?do=details&id=286) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3896 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-08-01Fix dcc resume crash (only in the rc's and svn) (Bug 287)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3895 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-07-24Forgot to add the additional parameter to g_convert_with_fallback (This ↵Valentin Batz
always happens when I'm applying patches manually :( ) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3882 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-07-24Added an option to specify a charset for a whole network. For example ↵Valentin Batz
/recode add IRCnet iso-8859-1 (http://bugs.irssi.org/index.php?do=details&id=284) Patch by Sergey Safonov. Replaced g_convert by g_convert_with_fallback in recode_in (http://bugs.irssi.org/index.php?do=details&id=241) Patch by Kuang-che Wu. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3881 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-07-17Fix /eval recursion crashing (debian/patches/04eval_recurse.dpatch by David ↵Wouter Coekaerts
Pashley) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3865 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-07-17Handle ^Z better (debian/patches/03sigtstp.dpatch by David Pashley, ↵Wouter Coekaerts
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177108) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3864 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-07-17Warn people about the lack of certificate verification in the gnutlsdpash
code. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3863 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-07-17Print glib errors nicely (debian/patches/01glib-errors.dpatch by David Pashley)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3862 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-07-17Add inital gnutls supportdpash
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3861 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-07-17The tr_TR patch has been committed upstream. Don't apply it.dpash
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3860 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-07-17Add a comment so it doesn't get confused and shift the patch down if itdpash
failed to unpatch the previous time git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3859 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-07-17Update the changelog and dependancies to include information from thedpash
old packaging of irssi-text git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3858 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-07-17Add patches to check the binary exists before doing an /upgrade and todpash
stop eval recursive loops git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3857 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-07-15Massively overhaul the debian packaging to bring it up to 0.8.10rc5dpash
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3855 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-07-07Updated the help file for QUERY, added a Note about using /query without ↵Valentin Batz
parameters is working like /unquery: git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3827 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-07-07Updated the help file for QUERY, added UNQUERY to See also:Valentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3826 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-06-29Added a new boolean setting 'recode' to provide an opportunity to turn off ↵Valentin Batz
recode completely git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3805 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-06-24Fix server->last_nick leak by Toby (Bug 267)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3794 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-05-14Fixed a bug where the completion history can grow without bound, patch by ↵Valentin Batz
Toby Peterson git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3755 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-05-14Fixed leaking in chat-completion (http://bugs.irssi.org/?do=details&id=249), ↵Valentin Batz
patch by Toby Peterson git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3754 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-05-14Fixed a bug with isupport, after an upgrade from 0.8.9 prefix very well can ↵Valentin Batz
be NULL, so check for it git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3750 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-05-11Fixed a bug where the channel list to join/rejoin on reconnect gets too ↵Valentin Batz
long, not all channels will be joined. The channel list is splitted into multiple lines right now when it's too long. (http://bugs.irssi.org/index.php?id=108&do=details) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3746 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-05-09Updated the syntax definition for /recode add in fe-recode.cValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3740 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-05-09Fixed a leak in fe-events-numeric.c, patch by Toby PetersonValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3738 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-05-09Fixed bug where pasting is not using the character translation ↵Valentin Batz
(http://bugs.irssi.org/index.php?id=151) patch by Unknown Fixed a bug in scripts/autorejoin.pl so you can really use a space or a comma for separating the channels in /set autorejoin_channels Changed svn:mime-type of .pl and .sh files into the text/x- version, so you can diff them git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3737 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-04-26Fix tr_TR locale problem for glib2 (still a bug with glib1.2) by David PashleyWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3728 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-04-26Remember alternate_nick and max_whois on reconnect (Bug 181)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3727 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-04-25Compile fix for gcc 4 (Bug 219)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3726 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-04-25Fix displaying of ctcp userinfo and clientinfo (Bug 222)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3725 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-03-30Added three new default aliases.Geert Hauwaerts
EXEMPTLIST: Show the exemptlist of the current channel. TAG: Execute the folowing command on a specific network. For example: /TAG Freenode /msg #irssi Hi! ATAG: Changed the active window tag to the specified network. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3724 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-03-07Use char* instead of const char* in read_settings, so memory can be freed ↵Valentin Batz
without compiler warnings, by Toby Peterson (related to bug 210) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3723 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-03-07Don't use a retarted ip for passive DCCWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3722 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-03-07Fix /script reset, which caused crashes (Bug 48)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3721 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-03-07Don't apply emphasis on _foo_^ if it's a nick (Bug 52)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3720 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-03-07Free the right memory in fe-recode.c (related to bug 210)Valentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3719 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-03-06Fixed memleak when preserving valid charsets in read_settings in fe-recode.c ↵Valentin Batz
(Bug 210) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3718 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-03-06Fix memleak in /UNBAN, by Toby Peterson (Bug 215)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3717 dbcabf3a-b0e7-0310-adc4-f8d773084564