summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-23replace guint by gsize for the glib2 version of irssi_ssl_readValentin Batz
like it's defined in GIOFuncs for glib2 moved src/fe-text/utf8.* to src/fe-common/core changed get_utf8_char so it returns a status code and the unichar argument pointer to the value that it returned before if there were no errors, so you can check for a negative value an handle the error git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4091 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-23removed utf8.c utf8.h, going to move them from src/fe-text to hereValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4090 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-20g_log_set_default_handler() came only in glib 2.6.0. Don't use it for olderTimo Sirainen
glibs. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4083 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-19If transliterations don't work in the system (eg. Solaris), don't allowTimo Sirainen
recode_transliterate setting to be enabled. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4082 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-19With GLIB2 hook all glib logging functions no matter what the domains are.Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4081 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-19Using "/VER" in channel now doesn't directly ask CTCP VERSION from it.Timo Sirainen
Channel name or "*" is required as parameter. It still works in query though. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4080 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-19Default recode_transliterate to yesTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4079 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-19Default to IPv6 enabledTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4078 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-19When looking up IP addresses, return random IP instead of the first one.Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4077 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-15Fixed return code of term_init (resulted in segfault with invalid TERM andJochen Eisinger
termcap) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4076 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-09Time for 0.8.10-rc7Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4072 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-07changed recode_fallback to CP1252Valentin Batz
added recode_autodetect_utf8, it's on by default removed settings_remove calls from recode_deinit since I don't see any other internal module doing it git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4067 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-06Ahem. And now really fix it.Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4066 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-06Put irc/irc.c and fe-common/irc/irc-modules.c (generated by configure) in ↵Wouter Coekaerts
builddir instead of source dir (Bug 293) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4065 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-03When glib isn't found, download recent glib version (2.8.3) instead of the ↵Wouter Coekaerts
old 1.2.10 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4064 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-02Compile with glib1 again (part of patch from peder). g_unichar_*-ifying ↵Wouter Coekaerts
(making more things unicode aware) will probably have to wait till .11 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4063 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-11-02Don't crash if receiving broken privmsg without source (which bitlbee can ↵Wouter Coekaerts
send if you msg yourself) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4062 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-30Clean up default network list: removed smaller networks, added QuakeNet. ↵Wouter Coekaerts
Removed max_modes because it's sent in isupport, and fix max_kicks for Undernet. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4061 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-21Fix configure.in from previous commit, by Emanuele GiaquintaWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4054 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-19Add AC_DEFINE(HAVE_SOCKS), fixes SOCKSinit in irssi.c, patch by Emanuele ↵Valentin Batz
Giaquinta git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4052 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-18Fix crash on netsplit+join after /upgrade from 0.8.9Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4047 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-18Fix warnings caused by r4043Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4046 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-18s/with_glib1/want_glib1/ in configure.in, by Emanuele GiaquintaWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4045 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-18Fix delete_{next,previous}_word bindings, patch by Emanuele GiaquintaWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4043 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-16fixed a bug in recode when target is NULL and really use the recoded string ↵Valentin Batz
for printing git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4042 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-15fixed recode for actions and added recode for numeric eventsValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4041 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-15Remove the inline declarations, patch by nailbiterValentin Batz
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4040 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-13 * New upstream versiondpash
* Disable the GnuTLS patch for now. * Added Provides, Replaces and Conflicts for irssi-text and irssi-snapshot git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4039 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-12fixed recoding of own messages.Valentin Batz
recode after expand_emphasis remove the redundant call to setlocale(LC_CTYPE, ) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4038 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-10Make the compiler happy by replacing 'const char *' by 'char *'.Valentin Batz
Pass the pointer to the SERVER_REC to dcc_ctcp_message. Recode 'own' messages back for printing just before they actually get printed. (ugly but more effective than adding all the signals in fe-recode and doing it there) Replaced SERVER_REC by IRC_SERVER_REC in dcc-chat.c since it's belongs to IRC(makes the compiler happy again). git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4034 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-10Don't crash with /me in dcc, or dcc message on disconnected server, with ↵Wouter Coekaerts
recode (Bug 330) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4033 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-09-29Fix compilation with gcc4 and --with-gc, Patch by Michael PooleWouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4013 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-09-25- Disable commited patches in debian/patchesWouter Coekaerts
- update NEWS - Bump version to 0.8.10-rc6 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3997 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-09-10don't crash if server sends weird NICK line, patch by Jarno Honkanen (Bug 216)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3992 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-09-10fix completion for /format (Bug 143)Wouter Coekaerts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3991 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-09-10Make parse_time_interval recognize negative times. Patch by Danijel Tasov ↵Wouter Coekaerts
and Elmar Hoffmann (Bug 23) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3990 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-09-10with unknown (special) lines in whois, display the full content, not just ↵Wouter Coekaerts
the first parameter (this may include "real content" as well as the description of what that field means) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3989 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-09-10- rename "whois not found" to "whois try whowas", because that's what needs ↵Wouter Coekaerts
to be done when the signal is sent (and it doesn't mean whois_not_found should be printed) - rename "whois event noserver" to "whois event not found", because the signal means the nickname wasn't found (but it comes as a "no such server" because it was a /whois nick nick), whois_not_found should be printed, and so it makes sense to also use it for the next fix: - send "whois event not found" for 401, when auto_whowas is off, so the message is displayed correctly (Bug 295) - handle 402 the same with auto_whowas off as with on, (fixes /whois with not existing server specified, with auto_whowas off). - and since the auto_whowas on and off cases are similar now, merge them together, so they stay consistent. - pass every argument given to /whowas to the server, not just the first (count). Fixes remote whowas (Bug 256) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3988 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-09-08type -p seems to be a bashism. doing svn --version insteadWouter Coekaerts
/me blames darix :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3987 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-09-08Handle missing svn, and running autogen from the tarball betterWouter Coekaerts
Use svn from SVN env var if given Revert quotes in messages getting broken from r3709 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3986 dbcabf3a-b0e7-0310-adc4-f8d773084564
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