Age | Commit message (Expand) | Author |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis |
2014-09-11 | source cleanup: remove trailing whitespaces | Michael Vetter |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2008-08-02 | Revert recode changes r4483 and r4715. | Emanuele Giaquinta |
2008-05-24 | Cosmetic. | Emanuele Giaquinta |
2008-02-16 | Move output recoding in irc_send_cmd_full. | Emanuele Giaquinta |
2007-07-06 | Move the check for 4xx numeric for join failures last, so | Jilles Tjoelker |
2007-06-03 | - Repair channels_rejoin_unavailable. Enabled by default, | Jilles Tjoelker |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2005-02-06 | Fixed memory leaks when destroying a channel, when loading nonexisten scripts... | Valentin Batz |
2004-12-20 | Added <tag>/<target> support for recode. | Valentin Batz |
2004-08-20 | Recode patch by decadix/senneth | Timo Sirainen |
2003-11-16 | Assume JOIN failed if we get any 4xx numeric back with channel name in it | Timo Sirainen |
2003-11-16 | Support 479 illegal channel name numeric | Timo Sirainen |
2003-01-21 | If JOIN is sent to channel you've already joined, assume a missing PART and | Timo Sirainen |
2002-08-22 | When checking for autojoin-on-invite channels, also check the short !channel | Timo Sirainen |
2002-08-21 | Added support for 439 numeric ("Target change too fast") which may tell that | Timo Sirainen |
2002-05-26 | event_cannot_join() - changed check from NAMES got -> JOIN got, so the | Timo Sirainen |
2002-05-19 | don't crash if server sends us !channel name less than 6 chars. | Timo Sirainen |
2002-05-17 | !channel fixes. | Timo Sirainen |
2002-05-17 | new !channel support was buggy, as I tried it only with channel names having | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-04-24 | channel->topic_by now always contains the host info too (nick!user@host). | Timo Sirainen |
2002-03-17 | If autojoining to !channel failed because it didn't exist, create it by | Timo Sirainen |
2002-02-10 | support for event 477 which aborts joins to +R channels in dalnet. | Timo Sirainen |
2002-01-10 | Purge the commands in queue for channel if you get kicked from there. | Timo Sirainen |
2001-12-31 | Abort joins on 442-numeric that dalnet sends when you can't join to channel | Timo Sirainen |
2001-11-20 | /SET join_auto_chans_on_invite setting wasn't registered so it didn't work.. | Timo Sirainen |
2001-11-19 | /SET join_auto_chans_on_invite - patch by tygrys@moo.pl | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-08-08 | If we receive INVITE for a channel that is added with /CHANNEL ADD -auto, | Timo Sirainen |
2001-05-11 | CHANNEL_REC->get_join_data() - Returns the information needed to call | Timo Sirainen |
2000-12-22 | Fix for handling duplicate channels | Timo Sirainen |
2000-12-05 | Server events: switched order of data and server parameters. it's now | Timo Sirainen |
2000-11-17 | Remember who set the topic and when, display the info when using /TOPIC. | Timo Sirainen |
2000-10-14 | When joining to !channel the join message was printed to active window | Timo Sirainen |
2000-10-14 | Handle event "407 duplicate channel" correctly - happens when trying to | Timo Sirainen |
2000-08-26 | Lots of moving stuff around - hopefully I didn't break too much :) | Timo Sirainen |
2000-07-31 | Check that we're not already joined the channel when receiving JOIN | Timo Sirainen |
2000-06-15 | If join to !channel wasn't successfull (banned, etc.), Irssi didn't remove | Timo Sirainen |
2000-05-15 | Lots of changes again. Biggest ones: | Timo Sirainen |
2000-05-04 | .. lots of changes .. | Timo Sirainen |
2000-04-26 | ..adding new files.. | Timo Sirainen |