summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2008-07-11Fix m_nopartmsg to work via API modification, involves a string copy that won...w00t
2008-07-09- xml has no html entities :(pippijn
2008-07-09that failed to applypippijn
2008-07-09- disabled m_nopartmsg for now, since it requires API changes to workpippijn
2008-07-02Add module implementing +b p: - channel part message extban. Breaks compile c...w00t
2008-07-02Back out the incomplete linebuffering stuff that shouldn't have been committed..w00t
2008-07-02Forward port r9946: make SVSHOLD silent to avoid useless irritation to opersw00t
2008-06-27Make gcc 4.3 whine lesspeavey
2008-06-26Merge in patch from nenolod to make channelmode +z not count ulined clients w...brain
2008-06-24This is more correct, thanks Phoenixbrain
2008-06-22Merge swhois patch from jackmcbarnbrain
2008-06-20It is unnecessary and rather less efficient to use memmove() everywhere; it's...special
2008-06-19Whos been commiting a quarter of a fix?brain
2008-06-15IPC now works for receiving one-byte commands in the same manner as the mails...brain
2008-06-14Fix m_shun as per bug #560 reported by Casey, thanksbrain
2008-06-13Win32 compilation fixesbrain
2008-06-12Change wording of a log messagebrain
2008-06-12Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh...brain
2008-06-12Merge in patch from bug #557, thanks for the feature jackmcbarnbrain
2008-06-11Dont even bother to do the ldap bind if the password given is empty (performa...brain
2008-06-11fixed some indentation and spacing in modulespippijn
2008-06-11removed useless "else"pippijn
2008-06-10Change wording of message: You are not permitted to remove privileges from %s...brain
2008-06-10Really smart extra stuff in the deop checkbrain
2008-06-10Add deop protection for services, bug #554brain
2008-06-09Slight adjustment to our standard to avoid an obvious race condition found by...brain
2008-06-08Properly ignore second STARTTLS request on same socket, as per our specbrain
2008-06-08Ignore CAP from clients that have already registeredbrain
2008-06-08Add module that allows hiding of MAP and LINKS as per ircu, e.g. ":server.nam...brain
2008-06-08Fix #551brain
2008-06-06Remove this debug line, eliminating its pointless warningbrain
2008-06-06And fix typo that came with itbrain
2008-06-06Fix bug from std::string porting, thanks ThunderHackerbrain
2008-06-06Whoops, remote users not being counted in map, fixbrain
2008-06-06Abort on matchlist.length() > 450brain
2008-06-06Whoops eat command not allow itbrain
2008-06-06If we have > 10 matches to a command, abort and dont try and show the list. T...brain
2008-06-06On ambiguous abbreviation, list all possibilities and eat the command (numeri...brain
2008-06-06Remove excessive debugbrain
2008-06-06m_abbreviation completed. :)brain
2008-06-06More spanningtree tweaksbrain
2008-06-06Another here toobrain
2008-06-06Update a header i left outbrain
2008-06-06Allow changing of command string and parameter vector within OnPreCommand, al...brain
2008-06-01Remove limits on assigning of oper types. Theres no practical reason to restr...brain
2008-06-01Fix warningw00t
2008-06-01Add ProtocolInterface::Introduce() to prevent confusion over event ordering, ...brain
2008-05-31Forward port r9825: Fix bug found by the atheme migration testing: +V should ...w00t
2008-05-31and another rev bites the dust..thanks dzbricker
2008-05-31fix. thanks jackmcbarn and special.bricker