summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-05-07we typedeffed nspace::hash_map<std::string,command_t*> to command_table ages ...brain
2007-05-07Slightly tidier capab checksbrain
2007-05-07Needs a little testing: Tidyup of some code, namely when validating the lengt...brain
2007-05-07Fix channel TS not being set correctly on creation of new channelbrain
2007-05-07Developers, please review ForceJoin starting at line 730 of this file. It nee...brain
2007-05-07A bit more debug in herebrain
2007-05-07Add bugnotice when an fmode is sent with a TS < ours. This should in theory n...brain
2007-05-07FTOPIC from another server now (correctly) shows local server name to obscure...brain
2007-05-06Fix for bug #278 reported by aredridel, LUSERS output is required as per RFC ...brain
2007-05-06Fix for bug #263 - note, this NEEDS QA TESTINGbrain
2007-05-06gcc fails it at exporting symbols properly :/brain
2007-05-05So, Mozarella it is for 1.1.7brain
2007-05-05Fix for crash found by potter if you set up two redirects in two channels to ...brain
2007-05-05Make debug warning for broken servers once per servername onlybrain
2007-05-04Add options:quietbursts, fixes bug #269, also adds support for quits in a cul...brain
2007-05-04Fix for bug #274, same port appearing multiple times in stats p if bound mult...brain
2007-05-04Proper fix for clients that send a nickprefix on their commands (the rfc says...brain
2007-05-04Fix for bug #268, repeated messages on users who are already glinedbrain
2007-05-04If an op parts, joins or kicks then display the change to all, so that the no...brain
2007-05-04Add MODE nag to debug snomask +dbrain
2007-05-04Fix bug where if an op is in channel then does /names later, all the non-ops ...brain
2007-05-04Add <auditorium showops> which determines if auditorium works like ircnet +a ...brain
2007-05-04Cloaking of WHOIS didnt work quite right, fixedbrain
2007-05-04Forgot something important!brain
2007-05-04Check visibility statesbrain
2007-05-04foolish human! you can't /mode query a user that isnt there!brain
2007-05-04Fix /who to hide users marked invisibile in some way by a modulebrain
2007-05-04Apply visibility state to whois, next stop, /whobrain
2007-05-04Brain really must remember svn add.brain
2007-05-04Where others charge, we give for free. Have fun and use wisely. With great po...brain
2007-05-04...And learn to spell rightbrain
2007-05-04Do the same for KICK, but in the case of KICK, send to the user doing the kic...brain
2007-05-04When we silence the event, not even the user whos leaving/joining gets the ou...brain
2007-05-04svn add helps, too. :<brain
2007-05-04First compilable commit of m_auditorium. Not yet tested IN ANY WAY.brain
2007-05-03Fix broken modules (broken due to api change)brain
2007-05-03Fix for new apibrain
2007-05-03DO NOT USE THIS COMMIT - if you do, most of the modules wont work.brain
2007-05-01Implement feature request in bug #271 by HiroP, allow disabling of maxlocal a...brain
2007-05-01Much more detailed logging of lowlevel socket errors to the +l snomaskbrain
2007-05-01Fix crashbug in latest svn introduced by inspsocket cull list, which can caus...brain
2007-05-01Change a return NULL to a continue so that where host matches but port doesnt...brain
2007-05-01Move new listmode check deeper into the mode parser so that it doesnt generat...brain
2007-04-30Fix one issue, add another feature: When sending MODE +beI, weed out duplicat...brain
2007-04-28squash a compile warning found by giggsey.peavey
2007-04-27Add support for hiding listmode lists such as +beI from unprivileged users.brain
2007-04-27Add and document m_clones as requested by bug #267brain
2007-04-27m_dnsbl stats should count no result as a missspecial
2007-04-26Fixed bug #266 (m_dnsbl stats), patch by satmdspecial
2007-04-26When running in nofork, keep the tty open (we were closing it, which meant th...brain