summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Expand)Author
2008-03-10Disable versioning for the proxy module, patch by darix.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-07Remove unneeded includes.Emanuele Giaquinta
2008-03-04Remove long unmaintained botnet module.Emanuele Giaquinta
2008-03-04Replace g_strdup+g_str{up,down} with g_ascii_str{up,down}.Emanuele Giaquinta
2008-02-16Move output recoding in irc_send_cmd_full.Emanuele Giaquinta
2008-02-05Remove unneeded includes.Emanuele Giaquinta
2008-01-21Remove undocumented /RAWQUOTE command.Emanuele Giaquinta
2008-01-21Remove .cvsignore files.Emanuele Giaquinta
2007-12-23Apply -usermode before -autosendcmd.Jilles Tjoelker
2007-11-18Pass through (redirect) WHOWAS reply to proxy clients.Jilles Tjoelker
2007-11-17Do not allow /ping by itself to ctcp ping a channel.Jilles Tjoelker
2007-11-14Rework redirections to deal with multiple concurrent redirects better.Jilles Tjoelker
2007-10-31Remove /notify -idle, it can only work with not-nice automated remote whois.Jilles Tjoelker
2007-10-29Fallback on rename also when errno is ENOSYS/EOPNOTSUPP becauseEmanuele Giaquinta
2007-10-18Recognize 431/461 (not enough parameters) as end of whois reply.Jilles Tjoelker
2007-10-16Also copy oper status when an already known user joins another channel.Jilles Tjoelker
2007-10-16Update oper status from userhost reply.Jilles Tjoelker
2007-10-12Get -kicks and -msgs from TARGMAX and MAXTARGETS 005 tokens.Jilles Tjoelker
2007-08-07Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automakeEmanuele Giaquinta
2007-07-26Fix typo.Emanuele Giaquinta
2007-07-06Move the check for 4xx numeric for join failures last, soJilles Tjoelker
2007-06-29If 001 has not been received yet, also treat "Banned" orJilles Tjoelker
2007-06-08Add support for the ACCEPT command, which is part of theJilles Tjoelker
2007-06-08Various updates/enhancements/fixes to the help files.Jilles Tjoelker
2007-06-06Don't add the same mask to the knockout list multiple times.Jilles Tjoelker
2007-06-03- Repair channels_rejoin_unavailable. Enabled by default,Jilles Tjoelker
2007-05-25Pick up host changes on charybdis and ircu servers (396 numeric).Jilles Tjoelker
2007-05-20Fix recognition of realnames starting with spaces in /who replies.Jilles Tjoelker
2007-05-18Use CASEMAPPING dependent comparison to match channel names.Emanuele Giaquinta
2007-05-18Fix irc_nickcmp_ascii by mapping only ASCII 65-90 to the correspondingEmanuele Giaquinta
2007-05-18Use rfc1459 comparison for nicks by default (it is not a functional changeEmanuele Giaquinta
2007-05-12Update chanop flag before emitting nick mode changed signal (patch by Johan K...Wouter Coekaerts
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-05-06Do not recode the channel name used as target for the recoding ofEmanuele Giaquinta
2007-05-06Off-by-one in parsing the channel name.Emanuele Giaquinta
2007-05-05Move input recoding in irc_server_event.Emanuele Giaquinta
2007-04-28Do not send hostname to server, rather use username as the secondEmanuele Giaquinta
2007-04-25Fix DCC get when file size is 0, bug #494.Emanuele Giaquinta
2007-04-09Local opers on IRCnet (umode +O) get the server->server_operator flag.Geert Hauwaerts
2007-01-17When connecting and the nick is invalid, abort the connection instead of loop...Emanuele Giaquinta
2007-01-08Remove dcc_queue_add_passive, use instead another argument in dcc_queue_add t...Emanuele Giaquinta
2006-08-20Don't get confused by a join command with too many arguments; keys can't have...Wouter Coekaerts
2006-08-20don't wait for all /names replies before syncing if we can't combine queries ...Wouter Coekaerts
2006-05-04New perl command send_raw_first, patch by ComradeP (Bug 413)Wouter Coekaerts
2006-03-26Removed all srand calls and added a single srand invokation in at startupJochen Eisinger
2006-03-25prefixed all calls to rand() with a call to srand(time(NULL)), so we getJochen Eisinger
2006-03-01Ignore joins without a nick from broken serversWouter Coekaerts