Age | Commit message (Expand) | Author |
2010-01-15 | Fixed bug #1135 - Don't kick or ban ulined clients | Adam- |
2010-01-15 | some code cleanup in enc_sha256 | DukePyrolator |
2010-01-14 | Added param arg to ChannelModeSet/Unset events, and fixed it to not ignore st... | Adam- |
2010-01-14 | Use commasepstream in do_join and do_topic, much cleaner | Adam- |
2010-01-14 | Fixed crash caused by r2732 caused by adding someone to the exception list | Adam- |
2010-01-14 | Burned do_sjoin and rewrote it to be sane. This changes how Anope handles new... | Adam- |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |
2010-01-11 | some language fixes ported from stable | pimpmylinux |
2010-01-11 | Rewrote the os_staff command to work properly with the account system. This a... | Adam- |
2010-01-11 | Forward port of r2747 | Adam- |
2010-01-10 | Rewrote the code that handles and sends kicks | Adam- |
2010-01-10 | changed enc_sha256 to use random salts instead of a hardcoded salt | DukePyrolator |
2010-01-10 | changed the source argument of enc_decrypt to const | DukePyrolator |
2010-01-09 | services will now send the correct message on /cs invite <nick> | DukePyrolator |
2010-01-09 | added a salted sha256 encryption module | DukePyrolator |
2010-01-09 | changed all password fields to std::string and reworked the way how the enc m... | DukePyrolator |
2010-01-09 | fixed a crashbug in os_ignore on db saving and cleaned up the db code in hs_r... | DukePyrolator |
2010-01-06 | Fix crash caused by trying to add an akick to a channel when certain types of... | Adam- |
2010-01-06 | Messaging service@server.name works again as it should | Adam- |
2010-01-06 | Fixed windows build and cleaned up a few small things | Adam- |
2010-01-04 | Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha... | cyberbotx |
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
2010-01-03 | Fixed base64 functions to be const safe until I can convert them to use std::... | cyberbotx |
2010-01-03 | Fixed db-convert to really convert vhosts | Adam- |
2010-01-02 | Fixed bug #1121 - Fixes a potential crash when a user changes hosts | Adam- |
2010-01-02 | Rewrote the vhost code, and moved it to be part of nickalias instead of in it... | Adam- |
2010-01-02 | Convert 'const char *' and 'char *' function arguments to 'const std::string ... | cyberbotx |
2009-12-31 | Added in new plaintext databases. Note: This currently has no automatic backu... | Adam- |
2009-12-30 | Fixed not being able to restart if anope was started from outside of the dire... | Adam- |
2009-12-30 | Added in support for permanet channel modes on non-registered channels | Adam- |
2009-12-29 | Chnaged ChannelModeSet/Unset events to be able to block checks such as secure... | Adam- |
2009-12-25 | Send only the newly formatted users string to do_sjoin when using inspircd12,... | Adam- |
2009-12-23 | Replaced some static_casts related to modes with dynamic_cast - its a bit safer | Adam- |
2009-12-22 | Fixed bug #1119 - Fixed a few help replies to respect the nickserv msg option... | Adam- |
2009-12-21 | Change OperType's name to be ci::string instead of std::string, should hopefu... | cyberbotx |
2009-12-20 | Rewrote part of extensible, it will now automatically unallocate memory for u... | Adam- |
2009-12-17 | Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt... | Adam- |
2009-12-16 | Moved /chanserv unban to its own module and added support for unbanning a nic... | Adam- |
2009-12-16 | Hopefully this fixes detecting if Unreal sends a TS at the end of the mode st... | Adam- |
2009-12-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-12-15 | Added !K trigger to kick people and updated Changes | robbeh |
2009-12-15 | Added a KB alias to ban to allow the !kb fantasy trigger | robbeh |
2009-12-14 | More work on db-convert, almost done. This also moves the bot section of the ... | Adam- |
2009-12-14 | Updated docs/IRCD to reflect recent changes in the ircdvar struct, and made b... | Adam- |
2009-12-14 | Did some more work on db-convert | Adam- |
2009-12-14 | Set the created time for BotServ bots correctly | Adam- |
2009-12-14 | Ripped out old databases | Adam- |
2009-12-13 | Don't allow mlocking/defconing modes such as beIohv | Adam- |
2009-12-13 | Moved hostserv/set priv to commands, only check for HasCommand() when trying ... | Adam- |
2009-12-13 | Added in a modestacker and rewrote almost all of the remaining old mode code | Adam- |