Age | Commit message (Expand) | Author |
2015-05-15 | Implement CHANTYPES support | LemonBoy |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis |
2015-02-08 | accept freenode extbans in /ban [#150] | mauke |
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 |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2008-11-28 | Allow /ban, /unban, /kickban, /knockout if channel is not synced. | Jilles Tjoelker |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2005-03-06 | Fix memleak in /UNBAN, by Toby Peterson (Bug 215) | Wouter Coekaerts |
2002-03-31 | with 10 char usernames, ban "*234567890" instead of "*12345678*" | Timo Sirainen |
2002-02-16 | There was the check for max. 10 chars/ban, but for some reason it was 11 in | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-10-23 | /UNBAN -first | -last options added. Patch by fuchs. | Timo Sirainen |
2001-08-08 | /BAN [-type] -> /BAN [-normal | -user | -host | -domain | -custom <type>]. | Timo Sirainen |
2001-06-12 | channel_set_singlemode() : don't do anything if you're not channel op/halfop | Timo Sirainen |
2001-05-14 | /UNBAN now supports unbanning multiple bans with ban# (/unban 1 4 6) | Timo Sirainen |
2001-03-03 | /BANTYPE -> /SET ban_type. /BAN: -type option added to override default | Timo Sirainen |
2001-01-04 | /UNBAN <ref#> works. /BAN list shows reference numbers. | Timo Sirainen |
2000-12-17 | /kickban and /knockout now accepts multiple nicks separated with commas. | Timo Sirainen |
2000-09-29 | minor updates | Timo Sirainen |
2000-08-26 | Lots of moving stuff around - hopefully I didn't break too much :) | Timo Sirainen |
2000-07-23 | Added syntaxes of all commands in comments, they're going to be used to | Timo Sirainen |
2000-06-18 | Changed option handling in /commands. Irssi will now complain about | Timo Sirainen |
2000-06-04 | Removed a warning. | Timo Sirainen |
2000-06-01 | /BAN * and /UNBAN * equals to /BAN * * or /UNBAN * *, so you don't have to | Timo Sirainen |
2000-05-04 | .. lots of changes .. | Timo Sirainen |
2000-04-28 | /ban and /invite crashed, /mode didn't work. ctcp.c doesn't need | Timo Sirainen |
2000-04-26 | ..adding new files.. | Timo Sirainen |