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 | Fixed cmake build, removed version_flags it is no longer need, removed old un... | Adam |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | 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-04 | Only enable vhosts automatically if the user doesn't already have the vhost set | Adam- |
2010-03-20 | fixed sending CHGIDENT without parameter | DukePyrolator |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
2010-01-02 | Rewrote the vhost code, and moved it to be part of nickalias instead of in it... | Adam- |
2009-12-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-12-14 | Ripped out old databases | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-08 | Rewrote BuildStringList to use std::list instead of char** | Adam- |
2009-10-20 | Apply some changes based on possible "flaws" found with flawfinder. | cyberbotx |
2009-08-22 | added more events | DukePyrolator |
2009-08-01 | Fixed some memory leaks when setting vhosts on users | adam- |
2009-04-04 | Removed is_host_setter() and is_host_remover() from code and replaced them wi... | cyberbotx |
2009-04-04 | Fix access checking in core | rburchell |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
2009-02-10 | Fix compile errors in hs_* modules, as well as add some const-safeness to Hos... | cyberbotx |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | rburchell |
2009-01-24 | Fix crash when loading HostServ database with a null vIdent, found by Ankit. | cyberbotx |
2009-01-24 | Trap empty idents from older Anope mysql UseRDB imports, and don't allow them... | rburchell |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-11-28 | Remove (void) args, these just make things ugly. | rburchell |
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-18 | Remove an insane amount of backwards compatibility from database loading, thi... | rburchell |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-14 | Various small fixes, part #2. | rburchell |
2008-11-09 | Move modules_core_init() to ModuleManager::LoadModuleList(). | Robin Burchell w00t@inspircd.org |
2008-11-03 | Merge commit 'trunk' into anopeng (1.8 updates, etc) | Robin Burchell w00t@inspircd.org |
2008-11-02 | Rip out SQL. It's utterly useless in current implementation. | Robin Burchell w00t@inspircd.org |
2008-10-03 | Merge commit 'cbx/anopeng-charfix' into anopeng | Robin Burchell w00t@inspircd.org |
2008-10-03 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-02 | Replaced anope_SendVhost() with direct call to SendVhost() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendGlobops() with direct call to SendGlobops() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | SVSJOIN, SVSPART, CTCP, svid_umode*, unregistered nickchange func renames | Robin Burchell w00t@inspircd.org |
2008-10-02 | Various conversions to use new protocol. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Convert various to new name scheme. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Remove 'skeleton' mode. It's not really all that useful. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Fix more g++. | Robin Burchell w00t@inspircd.org |
2008-02-12 | BUILD : 1.7.21 (1385) BUGS : 862 NOTES : rdb_close() where rdb_open() is used... | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-01-13 | BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-08-26 | BUILD : 1.7.19 (1265) BUGS : NOTES : Updated copyright information | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-12-24 | BUILD : 1.7.17 (1210) BUGS : 645 646 647 NOTES : Fixed anoperc restart, nickc... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-12-09 | BUILD : 1.7.17 (1198) BUGS : NOTES : Reviewed and updated all of the MySQL co... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |