| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update most URLs to use HTTPS and fix some dead links. | Robby | 2019-03-14 | 1 | -2/+2 |
| * | Convert IsNick to std::function. | Peter Powell | 2017-11-25 | 1 | -5/+4 |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs.
| Peter Powell | 2017-11-21 | 1 | -1/+1 |
| * | Implement support for configurable casemapping & default to ASCII. | Peter Powell | 2017-09-08 | 1 | -7/+3 |
| * | Merge insp20 | Attila Molnar | 2016-02-22 | 1 | -5/+14 |
| |\ |
|
| | * | Fix various issues with the nationalchars module.•••- Strip the directory name in the default casemapping value.
- Error out if the casemapping value contains a space.
- Error out if the locale file failed to load.
- Fix relative file path when building on Windows.
- Install nationalchars files on Windows.
| Peter Powell | 2015-06-14 | 1 | -5/+14 |
| * | | Nuke m_watch | Attila Molnar | 2016-01-06 | 1 | -5/+0 |
| * | | Fix incorrect iterator use leading to prematurely exiting loops when quitting... | Attila Molnar | 2015-05-17 | 1 | -1/+3 |
| * | | Merge insp20 | Attila Molnar | 2014-10-27 | 1 | -0/+31 |
| |\| |
|
| | * | m_nationalchars Ask m_spanningtree to rebuild its hashmaps when the national_...•••Issue #923
| Attila Molnar | 2014-10-13 | 1 | -0/+8 |
| | * | m_nationalchars Rebuild the hash map in m_watch when the national_case_insens...•••Issue #923
| Attila Molnar | 2014-10-13 | 1 | -0/+5 |
| | * | m_nationalchars Rebuild core hashmaps when the national_case_insensitive_map ...•••Issue #923
| Attila Molnar | 2014-10-13 | 1 | -0/+15 |
| * | | Access local user list via new UserManager::GetLocalUsers() and make local_us... | Attila Molnar | 2014-07-19 | 1 | -1/+2 |
| * | | Move and rename typedef LocalUserList to UserManager::LocalList | Attila Molnar | 2014-07-19 | 1 | -1/+1 |
| * | | Kill needless #includes in source files | Attila Molnar | 2014-06-14 | 1 | -1/+0 |
| * | | Remove some dead code | Attila Molnar | 2014-01-31 | 1 | -2/+0 |
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init()
| attilamolnar | 2013-08-30 | 1 | -3/+1 |
| * | | Add <path> keys for all of the compile-time paths.•••Also, make all paths in the config relative to their associated
directory. This reverts a change in 2.0 which turned out to be a
terrible idea, especially for system-wide installations.
| Peter Powell | 2013-08-12 | 1 | -1/+1 |
| * | | Automatically attach modules to events | attilamolnar | 2013-08-04 | 1 | -2/+0 |
| * | | Change modules to use the MODNAME constant when logging.•••The majority of modules were logging with their module name as the
log type. There was a few places which were logging to a non-name
type but, with the exception of CONFIG, those messages are so
uncommon that it doesn't make sense to use a seperate type for
them.
| Peter Powell | 2013-08-04 | 1 | -2/+2 |
| * | | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | 2013-07-04 | 1 | -2/+0 |
| * | | Fix spacing in calls to LogManager::Log. | Peter Powell | 2013-05-19 | 1 | -2/+2 |
| * | | Remove the size argument from IsChannel and IsNick.•••There was only one case (which was probably an error) where these
methods were not set to their ServerLimits value.
| Peter Powell | 2013-05-18 | 1 | -6/+6 |
| * | | Tidy up keywords on module methods.•••- Remove virtual keyword from a ton of methods which don't need it.
- Add override keyword to a ton of methods which do need it.
| Peter Powell | 2013-05-15 | 1 | -7/+7 |
| * | | Add LOG_ prefix to the log level enum values. | Peter Powell | 2013-04-12 | 1 | -2/+2 |
| * | | Convert ISUPPORT to use a map instead of a string. | Peter Powell | 2013-04-11 | 1 | -4/+2 |
| * | | Whitespace and empty destructor removal, minor coding style changes | attilamolnar | 2013-04-01 | 1 | -1/+0 |
| * | | Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ strings... | attilamolnar | 2013-04-01 | 1 | -6/+7 |
| |/ |
|
| * | Dynamically determine the size of the eventlist[] passed to Attach()•••m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove
| attilamolnar | 2012-12-02 | 1 | -1/+1 |
| * | Attach to events and register services in init() | attilamolnar | 2012-12-02 | 1 | -2/+6 |
| * | Add a typedef for LocalUserList | attilamolnar | 2012-11-29 | 1 | -1/+1 |
| * | Remove usage of the deprecated ConfigReader | attilamolnar | 2012-11-12 | 1 | -4/+4 |
| * | Replace copyright headers with headers granting specific authors copyright | Robby- | 2012-04-19 | 1 | -8/+17 |
| * | Allow use of absolute paths with m_nationalchars | Jackmcbarn | 2011-07-19 | 1 | -1/+2 |
| * | Change more modules to VF_OPTCOMMON and assert identical charsets in m_nation...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12277 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-17 | 1 | -1/+1 |
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2010-01-11 | 1 | -1/+1 |
| * | Match USERINPUT/USEROUTPUT identifiers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12004 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-03 | 1 | -0/+0 |
| * | Split LocalUser and RemoteUser•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11940 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-21 | 1 | -1/+1 |
| * | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11904 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-18 | 1 | -5/+4 |
| * | Remove dummy API_VERSION from Version constructor•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11887 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-17 | 1 | -1/+1 |
| * | Remove InspIRCd* parameters and fields•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-26 | 1 | -18/+7 |
| * | Describe module purpose in /MODULES output•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11757 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-22 | 1 | -1/+1 |
| * | OnRehash changes: split to multiple hooks to clarify use and prevent explosio...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11388 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-24 | 1 | -2/+2 |
| * | Fix a bad malloc (why the hell is it malloc???) in m_nationalchars•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11240 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-03-20 | 1 | -1/+1 |
| * | Update all wiki links to point to the new wiki. This was done automatically w...•••for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
| psychon | 2009-03-15 | 1 | -1/+1 |
| * | Fix svn:keywords on m_nationalchars.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11146 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-02-24 | 1 | -1/+1 |
| * | Patch by Phoenix•••* adds line 8 for additional UTF-8 ranges
* adds cjk-utf8 locale
* fixes check 3.2 and adds check 3.3
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11082 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-02-11 | 1 | -15/+55 |
| * | Grr fucking windows grrrr fuckity fuckity•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11059 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-02-08 | 1 | -1/+8 |
| * | Remove unneccessary safety loop•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10993 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-01-23 | 1 | -7/+3 |
| * | Adapt this to syntax guidelines for inspircd, and fix a bug where users whos ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10992 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-01-23 | 1 | -225/+211 |