Age | Commit message (Expand) | Author |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam |
2010-09-26 | Partial fix for finding gettext with CMake, still doesn't fix the lack of fin... | Naram Qashat |
2010-09-26 | Changed the language system to use gettext | Adam |
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | Adam |
2010-08-22 | Added a classbase for the major classes, makes dynamic_reference invalidation... | Adam |
2010-08-15 | Rewrote the MySQL API to use threads. This acts similar to before, but is fas... | Adam |
2010-07-31 | Don't dynamically allocate commands in modules anymore, instead made them mem... | Adam |
2010-07-30 | Some more slight cleanups, this time in modes.cpp and module.cpp. | Naram Qashat |
2010-07-26 | Trying to make things a little more const-safe, a work in progress but this i... | Naram Qashat |
2010-07-25 | Epic commit to replace most of the strings in Anope with a single Anope::stri... | Naram Qashat |
2010-06-28 | Some OCDing over version.cpp, and make it so module.cpp doesn't need version.... | Naram Qashat |
2010-06-25 | Changed the versioning system to use git | Adam |
2010-06-21 | Fixed a few Windows problems with cleaning out the runtime directory | Adam |
2010-06-20 | Store modules in a list and xlines in a vector, not deques. We need to be abl... | Adam |
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on include/... | Naram Qashat |
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-04-22 | Actually use readtimeout from the config & fixed many valgrind errors | Adam- |
2010-02-25 | Rewrote part of the Timer and CallBack code for modules to be sane | Adam- |
2009-10-18 | Fix a few things that bugged me when I was working on one of my own modules. | cyberbotx |
2009-09-27 | Removed old mod_version system for detecting module versions and replaced wit... | Adam- |
2009-06-26 | Changed module callbacks to use new Timer API | adam- |
2009-04-06 | Replace Set*Help() functions with virtual *ServHelp() functions that can be o... | cyberbotx |
2009-02-19 | Fix a few warnings. Also move split_usermask into cs_akick, as this is the on... | rburchell |
2009-02-19 | Remove (and neuter) old event system. Not used by anything in core. | rburchell |
2009-02-15 | HelpServ has been destroyed, +1000 points. Also fixed the argument order in t... | cyberbotx |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | rburchell |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-11-28 | Removed mod_current_module, again, so far, no ill-effects... | cyberbotx |
2008-11-27 | Moved moduleDeleteLanguage() to Module::DeleteLanguage(). | cyberbotx |
2008-11-22 | Replaced most uses of smalloc and scalloc with new, replaced most uses of fre... | cyberbotx |
2008-11-15 | Modules now delete themselves instead of letting the core do it (just incase ... | robbeh |
2008-11-15 | Remove moduleAddData|GetData|DelData and all associated mess. Extensible base... | rburchell |
2008-11-15 | Remove unused moduleAddMessage/moduleDelMessage, move moduleCallBackRun() int... | rburchell |
2008-11-15 | Nuke eventprintf() and EvtMessage from orbit | rburchell |
2008-11-15 | Cleanup some stuff to a header. | rburchell |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-14 | Add Module::SetPermanent() and Module::GetPermanent(), used to mark a module ... | rburchell |
2008-11-09 | addModule + delModule compressed into constructor/destructor. | Robin Burchell w00t@inspircd.org |
2008-11-09 | Move loadModule() and unloadModule() inside ModuleManager:: | Robin Burchell w00t@inspircd.org |
2008-11-09 | Add module.cpp and modulemanager.cpp. | Robin Burchell w00t@inspircd.org |