Age | Commit message (Expand) | Author |
2008-07-12 | Add support for ban exceptions on non-user extbans (e.g, +be r:*lol* r:lol?is... | w00t |
2008-07-12 | Make m_gecosban work. We can't make assumptions about how an extban banmask m... | w00t |
2008-07-12 | Add m_gecosban, implements extban +b r: - hostname bans. | w00t |
2008-07-12 | Fix for bug #569, thanks dz. | w00t |
2008-07-12 | Add CIDR mask use to m_connectban, detection and banning may now happen over ... | w00t |
2008-07-12 | Convert SVSHOLD to use the new XLine framework | w00t |
2008-07-12 | Fix m_cban /stats C, broken after the XLine conversion some months ago | w00t |
2008-07-12 | Delete all XLines when destroying module | w00t |
2008-07-12 | Add <gecos> field to <server> in XML stats output, also add to ProtoServer. F... | w00t |
2008-07-12 | Implement suggestion from Stealth in bug #572: expand <channeltopic> tag into... | w00t |
2008-07-12 | Don't broadcast CHANCREATE snotice if channel is +P, fixes second half of bug... | w00t |
2008-07-12 | Delete channel on -P if usercount is 0, fixes part of #565 | w00t |
2008-07-12 | Fix for bug #541: /taxonomy reporting metadata for incorrect user. Can someon... | w00t |
2008-07-12 | Fix a memory leak in m_mysql, found and patched by Dart in bug #570 - thanks | w00t |
2008-07-11 | Extended ban exceptions (untested, probably will explode as I'm tired..) | w00t |
2008-07-11 | Convert API to use std::string, fixes my slight bug from earlier and looks ti... | w00t |
2008-07-11 | Fix 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-09 | that failed to apply | pippijn |
2008-07-09 | - disabled m_nopartmsg for now, since it requires API changes to work | pippijn |
2008-07-02 | Add module implementing +b p: - channel part message extban. Breaks compile c... | w00t |
2008-07-02 | Back out the incomplete linebuffering stuff that shouldn't have been committed.. | w00t |
2008-07-02 | Forward port r9946: make SVSHOLD silent to avoid useless irritation to opers | w00t |
2008-06-27 | Make gcc 4.3 whine less | peavey |
2008-06-26 | Merge in patch from nenolod to make channelmode +z not count ulined clients w... | brain |
2008-06-24 | This is more correct, thanks Phoenix | brain |
2008-06-22 | Merge swhois patch from jackmcbarn | brain |
2008-06-20 | It is unnecessary and rather less efficient to use memmove() everywhere; it's... | special |
2008-06-19 | Whos been commiting a quarter of a fix? | brain |
2008-06-15 | IPC now works for receiving one-byte commands in the same manner as the mails... | brain |
2008-06-14 | Fix m_shun as per bug #560 reported by Casey, thanks | brain |
2008-06-13 | Win32 compilation fixes | brain |
2008-06-12 | Change wording of a log message | brain |
2008-06-12 | Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh... | brain |
2008-06-12 | Merge in patch from bug #557, thanks for the feature jackmcbarn | brain |
2008-06-11 | Dont even bother to do the ldap bind if the password given is empty (performa... | brain |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-06-11 | removed useless "else" | pippijn |
2008-06-10 | Change wording of message: You are not permitted to remove privileges from %s... | brain |
2008-06-10 | Really smart extra stuff in the deop check | brain |
2008-06-10 | Add deop protection for services, bug #554 | brain |
2008-06-09 | Slight adjustment to our standard to avoid an obvious race condition found by... | brain |
2008-06-08 | Properly ignore second STARTTLS request on same socket, as per our spec | brain |
2008-06-08 | Ignore CAP from clients that have already registered | brain |
2008-06-08 | Add module that allows hiding of MAP and LINKS as per ircu, e.g. ":server.nam... | brain |
2008-06-08 | Fix #551 | brain |
2008-06-06 | Remove this debug line, eliminating its pointless warning | brain |
2008-06-06 | And fix typo that came with it | brain |
2008-06-06 | Fix bug from std::string porting, thanks ThunderHacker | brain |
2008-06-06 | Whoops, remote users not being counted in map, fix | brain |