summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-01-03Fixed db-convert to really convert vhostsAdam-
2010-01-02Fixed bug #1121 - Fixes a potential crash when a user changes hostsAdam-
2010-01-02Rewrote the vhost code, and moved it to be part of nickalias instead of in it...Adam-
2010-01-02Convert 'const char *' and 'char *' function arguments to 'const std::string ...cyberbotx
2009-12-31Added in new plaintext databases. Note: This currently has no automatic backu...Adam-
2009-12-30Fixed not being able to restart if anope was started from outside of the dire...Adam-
2009-12-30Added in support for permanet channel modes on non-registered channelsAdam-
2009-12-29Chnaged ChannelModeSet/Unset events to be able to block checks such as secure...Adam-
2009-12-25Send only the newly formatted users string to do_sjoin when using inspircd12,...Adam-
2009-12-23Replaced some static_casts related to modes with dynamic_cast - its a bit saferAdam-
2009-12-22Fixed bug #1119 - Fixed a few help replies to respect the nickserv msg option...Adam-
2009-12-21Change OperType's name to be ci::string instead of std::string, should hopefu...cyberbotx
2009-12-20Rewrote part of extensible, it will now automatically unallocate memory for u...Adam-
2009-12-17Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt...Adam-
2009-12-16Moved /chanserv unban to its own module and added support for unbanning a nic...Adam-
2009-12-16Hopefully this fixes detecting if Unreal sends a TS at the end of the mode st...Adam-
2009-12-16Made many of the functions in IRCDProto accept the relative object pointers i...Adam-
2009-12-15Added !K trigger to kick people and updated Changesrobbeh
2009-12-15Added a KB alias to ban to allow the !kb fantasy triggerrobbeh
2009-12-14More work on db-convert, almost done. This also moves the bot section of the ...Adam-
2009-12-14Updated docs/IRCD to reflect recent changes in the ircdvar struct, and made b...Adam-
2009-12-14Did some more work on db-convertAdam-
2009-12-14Set the created time for BotServ bots correctlyAdam-
2009-12-14Ripped out old databasesAdam-
2009-12-13Don't allow mlocking/defconing modes such as beIohvAdam-
2009-12-13Moved hostserv/set priv to commands, only check for HasCommand() when trying ...Adam-
2009-12-13Added in a modestacker and rewrote almost all of the remaining old mode codeAdam-
2009-12-11do not show the NICK_INFO_FOR_MORE message when the user has no permission to...DukePyrolator
2009-12-08Only show the user as online in /nickserv info if they are identified for the...Adam-
2009-12-07added a function to convert some mlock modesDukePyrolator
2009-12-05Added options:mlock in the config so you can set what modes should be locked ...Adam-
2009-12-05Got rid of some now unnecessary code in config.c and moved Config.Opers.clear...Adam-
2009-12-05Added ns_resetpass which can be used to reset user passwords by email, very u...Adam-
2009-12-04Fixed crash when using smartjoin and assigning a bot to an +i channel, report...Adam-
2009-12-04some code cleanupDukePyrolator
2009-11-29the database converter can now convert the operserv databaseDukePyrolator
2009-11-29the database converter can now handle a broken bot.db from 1.9.0DukePyrolator
2009-11-29fixed some bugs in the database converterDukePyrolator
2009-11-29updated database converterDukePyrolator
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-11-27Set all of the default channel flags on new channels. Thix fixes persistant n...Adam-
2009-11-25Foward port of part of r2668Adam-
2009-11-24fixed a crash when a user connects without a vhostDukePyrolator
2009-11-24Properly remove users on access lists that are below voice status when conver...Adam-
2009-11-24Remove the permanent channel mode from channels that are dropped/expired/etcAdam-
2009-11-24Marked +l and +L on InspIRCd 1.2 as minus no argAdam-
2009-11-19Changed the mode param handling code to be more into the general mode handlin...Adam-
2009-11-18Make the correct folder be chmod'd on a *nix install of the tools directory (...cyberbotx
2009-11-18Delete the correct entries from akick and badwords list when given a numlistAdam-
2009-11-18Remove some CoreExports and add them in other places, fixed a few minor warni...cyberbotx