Age | Commit message (Expand) | Author |
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-12-02 | Attach to events and register services in init() | attilamolnar |
2012-06-27 | m_cap Fix crash when a user issued a CAP CLEAR request and the CapEvent had a... | attilamolnar |
2012-06-27 | m_cap Use an enum to specify cap event type instead of a string, assign CapEv... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-03-07 | Change "CAP *" reply to "CAP $nick", which is the intended use of the parameter | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | 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 | Change allocation of commands/modes | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-08-28 | Make this comply with the spec; that is - CAP may be requested after registra... | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-07-14 | Lots, lots more numerics.h conversion | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-06-08 | Ignore CAP from clients that have already registered | brain |
2008-05-04 | Convert a whole bunch more | peavey |
2008-03-24 | Finally change all the Version() objects | brain |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-03-19 | Nak vector thing | brain |
2008-03-18 | oh, DOH | brain |
2008-03-18 | Crash fixes from nenolod | brain |
2008-03-18 | Apply CAP ACK/NAK stuff from nenolod, thanks :) | brain |
2008-03-18 | Merge in patch by nenolod for CAP CLEAR | brain |
2008-03-18 | Implement CAP LIST | brain |
2008-03-18 | Support CAP LS | brain |
2008-03-18 | Add m_cap.* stuff, unfinished. Thanks for the initial advice nenolod :) | brain |