Age | Commit message (Expand) | Author |
2010-06-18 | Renamed all of source files from .c to .cpp | Adam |
2010-06-18 | Burned slist, rewrote operservs XLine code | Adam |
2010-06-18 | Store modes in users and channels using the Flags class, cleaner | Adam |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Prevent negaitve mode changes, kicks, bans, and autokicks from affecting user... | Adam |
2010-06-18 | Rewrote all of the server handling code | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-06-16 | Minor edits to fix compile errors/warnings with clang and a small compile war... | cyberbotx |
2010-06-15 | Cleaned up some of the cloaked host tracking on Unreal | Adam- |
2010-06-04 | Only enable vhosts automatically if the user doesn't already have the vhost set | Adam- |
2010-06-03 | Added inspircd2.0 protocol module, moved usermode +r unsetting on nick change... | Adam- |
2010-06-03 | Keep track of what IRCds set -r on nick change and dont inform us to keep the... | Adam- |
2010-06-03 | Removed ircd->b_delay_auth, have User::CheckAuthenticationToken validate user... | Adam- |
2010-05-30 | Fixed a crash from r2990 | Adam- |
2010-05-28 | Rewrote some of the user nick changing code, enable vhosts for users on nick ... | Adam- |
2010-05-27 | Fixed some compiler warnings found on 64bit systems | Adam- |
2010-05-25 | Changed User::AutoID to always log in the user to the core, and to set usermo... | Adam- |
2010-05-22 | Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ... | Adam- |
2010-05-21 | Fixed a crash when a users realname changes when they are on a registered nic... | Adam- |
2010-04-24 | Fixed some typos in log messages, found by Lethality | Adam- |
2010-04-22 | Fixed two log message typos, patch from Lethality | Adam- |
2010-04-11 | Correctly identify a user when they get autoidentified and made db_plain not ... | Adam- |
2010-04-09 | Fixed a potential crash when a user does not pass connection checks (akill/se... | Adam- |
2010-04-09 | Removed the OnFind events, they are not necessary anymore and just waste CPU | Adam- |
2010-02-04 | We now store a list of users using a NickCore in the NickCore, this prevents ... | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-21 | Rewrote how Anope stores channel status modes on users. | Adam- |
2010-01-16 | Removed c_userlist and u_chanlist, replaced with std::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-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-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-29 | Chnaged ChannelModeSet/Unset events to be able to block checks such as secure... | Adam- |
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 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-12-13 | Added in a modestacker and rewrote almost all of the remaining old mode code | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-24 | fixed a crash when a user connects without a vhost | DukePyrolator |
2009-11-18 | Remove some CoreExports and add them in other places, fixed a few minor warni... | cyberbotx |
2009-11-17 | Removed some unnecessary casts, used C++-style casts over C-style casts, fixe... | cyberbotx |
2009-11-08 | Rewrote all of the old C style flag systems into a new Flag class which every... | Adam- |
2009-10-30 | Made do_nick return the user if I_OnPreUserConnect halts it if the user still... | Adam- |
2009-10-30 | Removed channel passwords and added /chanserv QOP command to add additional c... | Adam- |
2009-10-30 | Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes... | Adam- |