Age | Commit message (Expand) | Author |
2015-11-09 | Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible. | LemonBoy |
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-07-06 | Split long IRC `ACTION' messages | Sebastian Thorarensen |
2010-04-03 | deprecated glib strup/down fixes from exg. | Alexander Færøy |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2008-12-01 | Factor the code to send an irc action into a function. | Emanuele Giaquinta |
2008-11-28 | Allow /ban, /unban, /kickban, /knockout if channel is not synced. | Jilles Tjoelker |
2008-11-12 | Remove /wallchops, do not suggest other commands in /help wall. | Jilles Tjoelker |
2008-11-09 | Emit message irc own_{action,notice,wall} and message dcc own{,_action} with | Emanuele Giaquinta |
2008-08-02 | Revert recode changes r4483 and r4715. | Emanuele Giaquinta |
2008-02-16 | Move output recoding in irc_send_cmd_full. | Emanuele Giaquinta |
2007-11-17 | Do not allow /ping by itself to ctcp ping a channel. | Jilles Tjoelker |
2007-08-03 | - Make notices to +#channel (and all other STATUSMSG=) | Jilles Tjoelker |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2005-11-19 | Using "/VER" in channel now doesn't directly ask CTCP VERSION from it. | Timo Sirainen |
2004-12-20 | Added <tag>/<target> support for recode. | Valentin Batz |
2004-08-20 | Recode patch by decadix/senneth | Timo Sirainen |
2002-10-14 | Correct handling of /NOTICE @#channel, patch by dg | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-05-12 | Split nick and host for topic info format. | Timo Sirainen |
2002-04-30 | /notice *, /ctcp * and /nctcp * crashed if there wasn't active window item. | Timo Sirainen |
2002-02-16 | /ACTION supports -servertag now and tab completion works with it like with | Timo Sirainen |
2001-12-07 | Added support for 326 and 327 whois numerics in OPN. | Timo Sirainen |
2001-11-29 | /WALLCHOPS are now printed to screen. Receiving notices for @#channel | Timo Sirainen |
2001-11-04 | Stupid me, remembered wrong how PARAM_FLAG_OPTCHAN worked. This broke /CTCP, | Timo Sirainen |
2001-11-03 | * works now as active channel with /NOTICE, /CTCP and /NCTCP. | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-10-21 | Remove SYNTAX: OPER from here - it's already in core (and syntax.pl gets | Timo Sirainen |
2001-08-14 | Some support for lain ircd's /SETHOST - It /PART + /JOINs all channels, so | Timo Sirainen |
2001-08-13 | /INVITELIST prints "Invite list is empty" message and complains about not | Timo Sirainen |
2001-07-25 | SYNTAX: ACTION updated - target is required | Timo Sirainen |
2001-06-04 | Added support for bahamut @+#channel notices. Removed notice_public_ops | Timo Sirainen |
2001-05-17 | Getting rid of gettext, moved some _(..) texts to themes and left some error | Timo Sirainen |
2001-01-29 | /nctcp crashed | Timo Sirainen |
2001-01-28 | Removed own_wall msg format, using now the same as @#channel messages. | Timo Sirainen |
2001-01-14 | Added my_asctime() | Timo Sirainen |
2001-01-05 | Removed wrong SYNTAX: NOTICE, it's already correctly in irc/core | Timo Sirainen |
2001-01-04 | Added keyboard_entry_redirect() function to keyboard.[ch] which sends | Timo Sirainen |
2001-01-04 | /UNBAN <ref#> works. /BAN list shows reference numbers. | Timo Sirainen |
2000-11-17 | windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to | Timo Sirainen |
2000-11-17 | Remember who set the topic and when, display the info when using /TOPIC. | Timo Sirainen |
2000-10-28 | Cleaned up printtext.c, split part of it to formats.c | Timo Sirainen |
2000-09-30 | multiprotocol updates. SILC prints channel and private messages now | Timo Sirainen |
2000-09-19 | Irssi crashed if you used "/JOIN" or "/JOIN -invite" without connected | Timo Sirainen |
2000-09-06 | /set autocreate_query -> /set autocreate_query_level | Timo Sirainen |
2000-09-02 | Updates. | Timo Sirainen |
2000-08-26 | Lots of moving stuff around - hopefully I didn't break too much :) | Timo Sirainen |
2000-08-25 | /BAN could crash when showing bans | Timo Sirainen |