Age | Commit message (Expand) | Author |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-06-03 | Fix issue with using static_cast instead of reinterpret_cast for Extensible, ... | cyberbotx |
2009-06-03 | Fix bug #1080, changing core pseudo-client nicks in the config should registe... | cyberbotx |
2009-05-08 | Patch to allow jupe on all bar uplink and self. Thanks Adam. (Bug #1076) | sjaz |
2009-04-12 | Copy Extensible::GetExtList() from InspIRCd, patch from DukePyrolator, plus 2... | cyberbotx |
2009-04-07 | Remove all remaining uses of (My)SQL from the code. | cyberbotx |
2009-04-02 | Remove rootmodeonid, opermodeonid, adminmodeonid - unused, and utterly useles... | rburchell |
2009-03-25 | Fix bug #1009, patch inspired by DukePyrolator, add a TS6 SID generator from ... | cyberbotx |
2009-03-23 | Replace manual array for ChannelInfo's access list to use an std::vector inst... | cyberbotx |
2009-02-28 | Patch from Adam, reducing duplication in cs_modes. Untested. | rburchell |
2009-02-17 | Fix numerous errors in Win32 building under Visual Studio due to the many cha... | cyberbotx |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
2009-02-15 | Can now correctly tie users to opertypes. | rburchell |
2009-02-15 | Blah, blah.. | rburchell |
2009-02-15 | Fix compile error. | rburchell |
2009-02-15 | Convert to use new, (drastically) faster matching algorithm, from InspIRCd. T... | rburchell |
2009-02-15 | Add include/svsoper.h, add skeleton methods/doc. | rburchell |
2009-02-14 | protocol: split implementation from interface for cleaner code. | rburchell |
2009-02-11 | Revert oper protection patch from SciFi, it breaks things. This reverts commi... | rburchell |
2009-02-10 | NS_VERBOTEN -> NS_FORBIDDEN, CS_VERBOTEN -> CS_FORBIDDEN, etc. | rburchell |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | rburchell |
2009-02-07 | Add the capability to (properly) send login/logout account messages, used for... | rburchell |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-12-31 | Removed check for HAVE_VA_LIST_AS_ARRAY, it broke MemoServ. | cyberbotx |
2008-12-17 | A few GCC 3.4.x and MSVC++ warning fixes. | cyberbotx |
2008-12-17 | More CMake work, mostly to handle both *nix and Windows builds. | cyberbotx |
2008-11-30 | Removed Service class, if we need something like it later we can add it back,... | cyberbotx |
2008-11-29 | Renamed Services to Service, keeping it more in line with the naming of other... | cyberbotx |
2008-11-29 | Added start of Services class to be used by new and existing pseudo-clients. | cyberbotx |
2008-11-26 | A few more Win32 fixes, Anope 1.9 compiles and runs under Windows now. | cyberbotx |
2008-11-26 | Various fixes for compiling under Windows. | cyberbotx |
2008-11-25 | Used std::vector for MemoInfo's memos variable instead of an malloc'd array. | cyberbotx |
2008-11-23 | Converted many C-style casts to C++-style casts. | cyberbotx |
2008-11-22 | Replaced most uses of smalloc and scalloc with new, replaced most uses of fre... | cyberbotx |
2008-11-20 | Removed some signed/unsigned comparison warnings. | cyberbotx |
2008-11-20 | Changed integer config values that were marked PARAM_POSINT in the old config... | cyberbotx |
2008-11-20 | Moved include of configreader.h to stop undefined reference to strlcpy (needs... | cyberbotx |
2008-11-19 | Make this compile.. create NI_FORBIDDEN (temporary) and NI_NOEXPIRE to migrat... | rburchell |
2008-11-19 | Converted modules to use ConfigReader to access new config parser. | cyberbotx |
2008-11-18 | Added ConfigReader class from InspIRCd to be used in modules to read config f... | cyberbotx |
2008-11-16 | Added support for multiple uplink blocks in the new config. | cyberbotx |
2008-11-16 | Remove UseTS6. This is now on or off at an ircd, not a config level. Move Cha... | rburchell |
2008-11-15 | Modules now delete themselves instead of letting the core do it (just incase ... | robbeh |
2008-11-15 | Remove moduleAddData|GetData|DelData and all associated mess. Extensible base... | rburchell |
2008-11-15 | Create and use constructors for NickInfo, NickAlias, ChannelInfo. Inherit all... | rburchell |
2008-11-15 | Add Extensible class, which we will use for metadata, derive class User from ... | rburchell |
2008-11-15 | Fix load error on protocol modules. Rob, you forgot to add a body to your vir... | rburchell |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-13 | Fixed a few annoying compile warnings | robbeh |