Age | Commit message (Expand) | Author |
2013-06-05 | Remove unnecessary string copies and dead code | attilamolnar |
2013-04-21 | m_rline Switch to OnUserRegister hook to disconnect banned users earlier | attilamolnar |
2013-04-21 | m_filter, m_rline Remove rlines and filters when the regex engine changes or ... | attilamolnar |
2012-12-05 | m_cban, m_rline, m_shun Don't broadcast when user is a local user | attilamolnar |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-11-12 | Remove usage of the deprecated ConfigReader | attilamolnar |
2012-10-04 | m_cban, m_rline, m_shun Broadcast these commands as some services implementat... | attilamolnar |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-06-17 | m_rline Fix memory leak when zlineonmatch was true and the zline existed, sim... | attilamolnar |
2012-05-30 | Module description updates | Robby- |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-17 | Move initialization that throws configuration exceptions to init() | danieldg |
2010-01-14 | Allow regex engine to be omitted in configuration to use automatic binding | danieldg |
2010-01-14 | Fix compilation errors in previous commit | danieldg |
2010-01-14 | Specify regex engine in m_filter/m_rline CAPAB line instead of marking m_rege... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-16 | Don't let R-lines be bancached [jackmcbarn] | danieldg |
2009-09-16 | Add support for zline on rline [jackmcbarn] | danieldg |
2009-09-14 | Introduce "X" snomask for remote *:line messages [patch by jackmcbarn] | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-03 | Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Remove calls to strdup() in core, it is not better than std::string | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-03 | Allow E:Lines to exempt targets from SHUN and RLINE. Fixes bug #852 reported ... | w00t |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
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-02 | Update copyrights for 2009. | 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-09-22 | Windows compile fixes for RLine | brain |
2008-09-21 | Fixes. Dont try and catch exceptions within the RLine ctor, we dont always wa... | brain |
2008-09-21 | Fix various rline bugs, implement /stats R, and fix the issue where you get n... | brain |
2008-09-21 | Fix bug discovered by Ankit, m_rline loaded without regex provider causes seg... | brain |
2008-09-21 | Make regex providers load correctly. Move m_rline to use the regex providers,... | aquanight |
2008-01-21 | Win32 compilation fixes | brain |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-10 | Register RLine factory on load, unregister it on unload. | w00t |