Age | Commit message (Expand) | Author |
2002-10-21 | /SERVER and /DISCONNECT handlers moved from irc to core. | Timo Sirainen |
2002-10-14 | More tab completion: /DISCONNECT, /SERVER ADD|REMOVE, /STATS | Timo Sirainen |
2002-10-14 | /SET dcc_file_create_mode wasn't used. Also print strerror() message if | Timo Sirainen |
2002-10-14 | Correct handling of /NOTICE @#channel, patch by dg | Timo Sirainen |
2002-10-10 | Less kludgy way to handle /SET skip_motd. Works now with laggy servers. | Timo Sirainen |
2002-09-14 | window->active_server used to hold non-connected servers, but that was | Timo Sirainen |
2002-08-31 | changed /FORMAT default_event -> default_event_server (sorry for breaking | Timo Sirainen |
2002-08-26 | A few missing parts from SSL patch. | Timo Sirainen |
2002-08-26 | Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after | Timo Sirainen |
2002-08-22 | Added $2 = numeric to /FORMAT default_event | Timo Sirainen |
2002-08-21 | Added support for 439 numeric ("Target change too fast") which may tell that | Timo Sirainen |
2002-07-01 | nick tracking change: now it renames the query only if the old nick doesn't | Timo Sirainen |
2002-07-01 | Query nick tracking: don't change query's nick if both the old and new nicks | Timo Sirainen |
2002-06-13 | updated dancer's channel forwarding support - using +f channel mode now, and | Timo Sirainen |
2002-06-13 | Wallop actions fixed | Timo Sirainen |
2002-06-06 | Added /SET show_names_on_join, /QUOTE NAMES #channel now prints the names | Timo Sirainen |
2002-06-04 | Support for 330 whois event (auth) in qnet | Timo Sirainen |
2002-05-31 | Don't show the full channel name with own joins, because it's logged into | Timo Sirainen |
2002-05-26 | "/MSG *" works now properly with dcc chat queries. | Timo Sirainen |
2002-05-18 | banlist_find() is now public. "event 367" (banlist) shows now ban number in | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-05-13 | /FORMAT whowas change: ircname -> was, maybe this will make automatic | 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-04-28 | mode change printing fixes, forgot to commit :) | Timo Sirainen |
2002-04-27 | /layout save saves !channels using the short name now, so they work properly | Timo Sirainen |
2002-04-26 | removed handling of "you're not chanop" event so that the default handler | Timo Sirainen |
2002-04-26 | %# now toggles monospace font on/off. fe-text doesn't care about it, but | Timo Sirainen |
2002-04-24 | added host parameter to /format nick_changed, own_nick_changed and | Timo Sirainen |
2002-04-22 | "message mode" -> "message irc mode", also added in signals.txt | Timo Sirainen |
2002-04-19 | signal leak fix | Timo Sirainen |
2002-04-15 | signal leak fix | Timo Sirainen |
2002-04-15 | fixed several signal leaks | Timo Sirainen |
2002-03-15 | /SERVER ADD -ircnet value wasn't strdup()ed so it might have done something | Timo Sirainen |
2002-03-13 | "make dist" now doesn't add irc.c / irc-modules.c | Timo Sirainen |
2002-03-13 | ARGH! I hate this new behaviour of CVS not asking if I want to abort | Timo Sirainen |
2002-03-10 | Added -4 | -6 to /SERVER ADD syntax. | Timo Sirainen |
2002-03-10 | /SERVER ADD -ircnet should add the network to config with the same case as | Timo Sirainen |
2002-03-10 | Netjoins in +channels were printed as if users joined to "channel" and all | Timo Sirainen |
2002-02-17 | Some events that contained target parameter weren't printed to correct | Timo Sirainen |
2002-02-16 | /ACTION supports -servertag now and tab completion works with it like with | Timo Sirainen |
2002-02-15 | Allow still showing ping time even if client replied with only one ping | Timo Sirainen |
2002-02-15 | Some /NAMES fixes | Timo Sirainen |
2002-02-13 | Separated ctcp command/data in "message irc ctcp" signal and format. Added | Timo Sirainen |
2002-02-11 | stupid format string bugs. wasn't there long though :) | Timo Sirainen |
2002-02-10 | Correctly handle DCC GET write() failures. | Timo Sirainen |
2002-02-10 | support for event 477 which aborts joins to +R channels in dalnet. | Timo Sirainen |
2002-02-10 | Default event handler now prints the server name where it received the | Timo Sirainen |
2002-02-10 | Level for own dcc chat messages should contain NO_ACT too (which also | Timo Sirainen |
2002-02-07 | "default event" now resends "default event numeric" which gets handled by | Timo Sirainen |