summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-06Reset connect class settings on DNS resolution as we should.w00t
2007-08-06Fix warning in 4.2 gccbrain
2007-08-06Fix m_deaf not restricting messages from remote users, fixes bug #378 reporte...w00t
2007-08-05This is supported in exemptchanopsw00t
2007-08-05Add m_nickflood to example conf.w00t
2007-08-05Logic cleanup for chanrec::JoinUser - why I didn't do this the other 3-4 time...w00t
2007-08-05Change latency figures in /map to milliseconds, much more useful for lag meas...brain
2007-08-05Fix spelling mistakes on some log messagesw00t
2007-08-05Add m_nickflood: Provides usermode +F nickchanges:seconds - allows nickchange...w00t
2007-08-05Try thisbrain
2007-08-05Fix to trigger the write notification on successful writes, toobrain
2007-08-05Revert my fix and apply the flushevent, and a bit of debugging output.peavey
2007-08-05Fixes from experiences on chatspike. Use the proper OnBufferFlushed event to ...brain
2007-08-05Better check for kernel build version and libc version for epoll availability.brain
2007-08-05Fix random debian (well, duplicated on debian) breakage with client sockets '...brain
2007-08-04Remove debug again.peavey
2007-08-04Fix openssl.peavey
2007-08-03Second part of fix, in theorybrain
2007-08-03Attempt fix for openssl buffer issue (fix was already here but experimental a...brain
2007-08-03Add VF_COMMON to a lot modules which require it. Reported by danielg in bug #...w00t
2007-08-03There was a missing colon on remote numeric 376. Spotted by Hal9000 of Denora.w00t
2007-08-03Allow clients on ULined servers to request stats indiscriminately.w00t
2007-07-30Forward port of the fix to secret channels in /listspecial
2007-07-30Add uptimebrain
2007-07-30Add servers and server user counts, module versionsbrain
2007-07-30Output is now xml in trunk.brain
2007-07-30Dont show hidden channelsbrain
2007-07-30Fix some op/halfop countsbrain
2007-07-30Set changed to true on loadbrain
2007-07-30Replace blank error pages with an error pagebrain
2007-07-30The macros which tidy up module factories broke m_httpd, fixed.brain
2007-07-29Update with warning about using \\ instead of \ (so that we don't get a repea...brain
2007-07-29This should be set as a 1.2 not 1.1 installerbrain
2007-07-29Create module line for m_closebrain
2007-07-29Add /CLOSE which quit off all unregistered client connections. Based on the U...peavey
2007-07-28use new != operator :ppeavey
2007-07-28operators for std::string != irc::string and vice versa.peavey
2007-07-28Do not take away mode r for nickchanges that only changes the case.peavey
2007-07-27make sure that the pointers are set up correctly for win32brain
2007-07-27Windows specific data types in EventHandler are now Extensible itemsbrain
2007-07-27Removal of some ifdefsbrain
2007-07-27Tidyups, remove of ifdefsbrain
2007-07-27And another error fixbrain
2007-07-27SIGHUP needs to be #define'd on windows. This is an i-hate-windows day today.brain
2007-07-27add filelogger.* and server.* to the project file so theyre compiledbrain
2007-07-27And more to fixbrain
2007-07-27Fix compile errors in windowsbrain
2007-07-27Found the bug, turns out i just introduced it with the last commit :pbrain
2007-07-27Needs testbuilding in windows. I will probably do this in a minute.brain
2007-07-27Some smart tricks to eliminate win32 ifdefs that are creeping into portable f...brain