Age | Commit message (Expand) | Author |
2014-01-20 | m_svshold Add config option to hide snotices | Attila Molnar |
2013-06-05 | Remove unnecessary string copies and dead code | attilamolnar |
2012-12-05 | m_svshold Fix crash when called with 2 params, only triggerable by u-lines | 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-12-02 | Attach to events and register services in init() | attilamolnar |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-09-02 | m_svshold Broadcast SVSHOLD commands sent by servers without ADDLINE | attilamolnar |
2012-06-17 | m_svshold Fix a couple of things, namely | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-09-17 | SVSNICK should not translate nicks to UIDs | Daniel De Graaf |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | 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 | MetaData rework | 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-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-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-07-12 | Convert SVSHOLD to use the new XLine framework | w00t |
2008-07-02 | Forward port r9946: make SVSHOLD silent to avoid useless irritation to opers | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-19 | More done | brain |
2008-05-05 | Convert a few | peavey |
2008-04-02 | DOH! Fix my muppetry of a segfault, and fix some warnings | brain |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-24 | Finally change all the Version() objects | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-13 | Slight API tweak. Change Command to take char * instead of char in it's const... | w00t |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | Remove Implements() method from every module. booya. | brain |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-10-21 | Another big commit, just to please all my fans out there.. cmd_* -> Command*.... | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-15 | class command_t -> class Command. Whey :D | w00t |
2007-08-27 | Add a metric assload of TRANSLATE macros to modules. | w00t |
2007-08-27 | Remove unnecessary header traffic | w00t |