summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-02-04We now store a list of users using a NickCore in the NickCore, this prevents ...Adam-
2010-02-02Only set necessary modes on people, eg dont set +qaohv.. unnecessaryAdam-
2010-02-02Added options:botmodes to configure what modes BotServ bots should use in cha...Adam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-24Fixed db-convert and enc_old to work when converting databases using enc_oldAdam-
2010-01-21Rewrote how Anope stores channel status modes on users.Adam-
2010-01-16fixed a compile error on windowsDukePyrolator
2010-01-16Removed c_userlist and u_chanlist, replaced with std::listAdam-
2010-01-15Fixed bug #1135 - Don't kick or ban ulined clientsAdam-
2010-01-15some code cleanup in enc_sha256DukePyrolator
2010-01-14Added param arg to ChannelModeSet/Unset events, and fixed it to not ignore st...Adam-
2010-01-14Use commasepstream in do_join and do_topic, much cleanerAdam-
2010-01-14Fixed crash caused by r2732 caused by adding someone to the exception listAdam-
2010-01-14Burned do_sjoin and rewrote it to be sane. This changes how Anope handles new...Adam-
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-11some language fixes ported from stablepimpmylinux
2010-01-11Rewrote the os_staff command to work properly with the account system. This a...Adam-
2010-01-11Forward port of r2747Adam-
2010-01-10Rewrote the code that handles and sends kicksAdam-
2010-01-10changed enc_sha256 to use random salts instead of a hardcoded saltDukePyrolator
2010-01-10changed the source argument of enc_decrypt to constDukePyrolator
2010-01-09services will now send the correct message on /cs invite <nick>DukePyrolator
2010-01-09added a salted sha256 encryption moduleDukePyrolator
2010-01-09changed all password fields to std::string and reworked the way how the enc m...DukePyrolator
2010-01-09fixed a crashbug in os_ignore on db saving and cleaned up the db code in hs_r...DukePyrolator
2010-01-06Fix crash caused by trying to add an akick to a channel when certain types of...Adam-
2010-01-06Messaging service@server.name works again as it shouldAdam-
2010-01-06Fixed windows build and cleaned up a few small thingsAdam-
2010-01-04Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha...cyberbotx
2010-01-04Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...Adam-
2010-01-03Fixed base64 functions to be const safe until I can convert them to use std::...cyberbotx
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