Age | Commit message (Expand) | Author |
2016-02-22 | Merge insp20 | Attila Molnar |
2016-01-06 | Nuke m_watch | Attila Molnar |
2015-06-14 | Fix various issues with the nationalchars module. | Peter Powell |
2015-05-17 | Fix incorrect iterator use leading to prematurely exiting loops when quitting... | Attila Molnar |
2014-10-27 | Merge insp20 | Attila Molnar |
2014-10-13 | m_nationalchars Ask m_spanningtree to rebuild its hashmaps when the national_... | Attila Molnar |
2014-10-13 | m_nationalchars Rebuild the hash map in m_watch when the national_case_insens... | Attila Molnar |
2014-10-13 | m_nationalchars Rebuild core hashmaps when the national_case_insensitive_map ... | Attila Molnar |
2014-07-19 | Access local user list via new UserManager::GetLocalUsers() and make local_us... | Attila Molnar |
2014-07-19 | Move and rename typedef LocalUserList to UserManager::LocalList | Attila Molnar |
2014-06-14 | Kill needless #includes in source files | Attila Molnar |
2014-01-31 | Remove some dead code | Attila Molnar |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-12 | Add <path> keys for all of the compile-time paths. | Peter Powell |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell |
2013-05-18 | Remove the size argument from IsChannel and IsNick. | Peter Powell |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2013-04-01 | Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ strings... | 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-11-29 | Add a typedef for LocalUserList | attilamolnar |
2012-11-12 | Remove usage of the deprecated ConfigReader | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2011-07-19 | Allow use of absolute paths with m_nationalchars | Jackmcbarn |
2010-01-17 | Change more modules to VF_OPTCOMMON and assert identical charsets in m_nation... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-03 | Match USERINPUT/USEROUTPUT identifiers | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
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-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-03-20 | Fix a bad malloc (why the hell is it malloc???) in m_nationalchars | brain |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-24 | Fix svn:keywords on m_nationalchars.cpp | danieldg |
2009-02-11 | Patch by Phoenix | peavey |
2009-02-08 | Grr fucking windows grrrr fuckity fuckity | brain |
2009-01-23 | Remove unneccessary safety loop | brain |
2009-01-23 | Adapt this to syntax guidelines for inspircd, and fix a bug where users whos ... | brain |
2009-01-23 | Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori... | brain |
2009-01-22 | Update copyright date. | w00t |
2009-01-22 | Fix a small warning (char being used as array subscript) by just using int in... | w00t |
2009-01-22 | Fixes bug #655: National characters support, patch written mostly by Phoenix,... | w00t |