summaryrefslogtreecommitdiff
path: root/src/fe-common/irc
AgeCommit message (Expand)Author
2001-03-20Send notify out messages with HILIGHT level too.Timo Sirainen
2001-03-16emphasis works with actions nowTimo Sirainen
2001-03-08/DCC CLOSE CHAT <unknown> signal: we were checking for "GET" here, notTimo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo Sirainen
2001-03-04/NAMES: -ops -halfops -voices -normal options added. /NAMES withoutTimo Sirainen
2001-03-03fe-common/irc/flood removed. Some autoignore / ignore -time updates.Timo Sirainen
2001-03-03not needed anymore.Timo Sirainen
2001-03-03/BANTYPE -> /SET ban_type. /BAN: -type option added to override defaultTimo Sirainen
2001-03-03DCC actions have now ACTIONS level as well as the DCCMSGS.Timo Sirainen
2001-03-02kb -> kBTimo Sirainen
2001-02-22Printing channel bans print them now with target parameter set, so withTimo Sirainen
2001-02-22Autoignore fixes by fuchs (not tested, hope it works ;)Timo Sirainen
2001-02-21Support for several unrealircd WHOIS replies, patch by Mark GlinesTimo Sirainen
2001-02-19/NETSPLIT prints nicks now sorted and prints @ or + before channel ifTimo Sirainen
2001-02-19Moved autoconnects and command line parameter parsing from irc to core.Timo Sirainen
2001-02-17Config file: ircnets -> chatnets, added type = "chat protocol" toTimo Sirainen
2001-02-17/LOAD module tries to load "module_core" instead. If it wasn't found,Timo Sirainen
2001-02-16added fe-dcc.hTimo Sirainen
2001-02-10DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins shouldTimo Sirainen
2001-02-09DCC chat nicks are in /MSG completion list now if chat isn't in query.Timo Sirainen
2001-02-08/SET opermode - set this mode when you get ircop status.Timo Sirainen
2001-02-06/ACTION didn't print the target when there was no query/channel whereTimo Sirainen
2001-01-31Print own mode changes immediately to screen without the 2sec wait.Timo Sirainen
2001-01-29/nctcp crashedTimo Sirainen
2001-01-28/HELP, /NAMES: using now the column helper function in misc.c. /NAMESTimo Sirainen
2001-01-28Removed own_wall msg format, using now the same as @#channel messages.Timo Sirainen
2001-01-28Print notify joins, unaways and unidles with HILIGHT level.Timo Sirainen
2001-01-28Netjoin mode printing: handle +v and +h like +o was handled (joins:Timo Sirainen
2001-01-18DCC cleanups - half rewrite. New features: file names with spaces workTimo Sirainen
2001-01-18memmove() -> g_memmove()Timo Sirainen
2001-01-14Added my_asctime()Timo Sirainen
2001-01-09query_find() didn't check for queries with no active serverTimo Sirainen
2001-01-07In core/module-formats.h: IRCTXT_ -> TXT_Timo Sirainen
2001-01-07"MODE #channel b" list wasn't printed correctlyTimo Sirainen
2001-01-05Removed wrong SYNTAX: NOTICE, it's already correctly in irc/coreTimo Sirainen
2001-01-04Added keyboard_entry_redirect() function to keyboard.[ch] which sendsTimo Sirainen
2001-01-04/UNBAN <ref#> works. /BAN list shows reference numbers.Timo Sirainen
2001-01-04/LIST: don't require -yes option if there's 1000 channels or less.Timo Sirainen
2001-01-02"No such nick xx" is printed now with nick argument so it could getTimo Sirainen
2001-01-01Some query changes. They should now work properly with /SAVEWINDOWSTimo Sirainen
2001-01-01added "message own_public" and "message own_private" events that areTimo Sirainen
2001-01-01don't do emphasis on nicks in channel (<nick1> _nick2_: hello won't underline)Timo Sirainen
2000-12-28emphasis moved to fe-messages. added a few checks so that non-wordsTimo Sirainen
2000-12-19security fixes from 0.7.97.2Timo Sirainen
2000-12-19Don't check queries whose address isn't known yet.Timo Sirainen
2000-12-19don't autochange nicks from dcc connections.Timo Sirainen
2000-12-17Settings are now stored in module-specific blocks. Irssi complainsTimo Sirainen
2000-12-17Some minor query fixes. Nick changes are also detected by checking ifTimo Sirainen
2000-12-09-querychans option for servers and ircnets which specifies how manyTimo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen