Age | Commit message (Expand) | Author |
2009-03-27 | Don't use metadata in m_shun, this fixes problems with expiry reported by Tar... | w00t |
2009-03-27 | Instead of emptying parameters on shunned PART, only empty the reason. Fixes ... | w00t |
2009-03-15 | Fix m_shun silently blocking allowed commands on shunned users, fixes bug #77... | dz |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-19 | Fix crash on /SHUN with exactly 2 parameters | danieldg |
2009-02-08 | Apply patch for bug #704 from Darom, shun:affectopers option -- Thanks! | brain |
2009-01-28 | Note to self, cast time_t to long int for printf... thanks Ankit for pointing... | dz |
2009-01-28 | Make xline expiry messages a bit clearer that the xline may have expired a wh... | dz |
2009-01-18 | Fix bug #680, reported by Namegduf: 1.2 SHUN does not respect the notifyuser ... | w00t |
2009-01-18 | Fix a small typo in shun notice, reported by Ankit. Closes bug #666. (!) | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-27 | Fix unnecessary use of map, set is better suited. | w00t |
2008-12-15 | Stupid linebreak. | w00t |
2008-12-15 | Add missing copyright header. | w00t |
2008-12-15 | Fix naming convention to be consistant. (cmd_ -> Command) | w00t |
2008-10-28 | Add reasons to other modules that implement XLines also. | w00t |
2008-10-25 | Fix a number of commands to have max_params field. This means in practice, th... | w00t |
2008-08-27 | Add <shun:notifyuser>, default on, which notifies the user that their command... | w00t |
2008-08-27 | Add and document <shun:enabledcommands>, allowing customisation of specifical... | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-07-12 | Delete all XLines when destroying module | w00t |
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-11 | fixed some indentation and spacing in modules | pippijn |
2008-06-06 | Allow changing of command string and parameter vector within OnPreCommand, al... | brain |
2008-05-19 | More done | brain |
2008-05-05 | Conversions | aquanight |
2008-04-08 | Fix a bug with /SHUN deletion (it didn't work) | w00t |
2008-04-08 | Fix compile error | w00t |
2008-04-08 | REG_ALL check is not required, since OnUserConnect is triggered after NICK/US... | w00t |
2008-04-08 | SHUN: check SHUN on connect, extend user with shunned metadata if they match,... | w00t |
2008-04-07 | SHUN works (locally at least) | w00t |
2008-04-07 | Hook events properly. | w00t |
2008-04-07 | Add a factory to produce shuns, don't autoapply to userlist, etc. | w00t |
2008-04-07 | Use SHUN, not S, try match on std::string for removal | w00t |
2008-04-07 | Unrestrict users before REG_ALL | w00t |
2008-04-07 | Typo x 2 (ta Zaba) | w00t |
2008-04-07 | Typo | w00t |
2008-04-07 | Convert this to use the new XLine API, this results in fairly significant les... | w00t |
2008-04-07 | Add m_shun from third party to 1.2, update it to compile (currently untested.... | w00t |