summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-04-25Fixed a crash when shutdown when not connectedAdam-
2010-04-09Fixed cs_ban, os_jupe, and os_restartAdam-
2010-04-09Process the socket engine one last time before Anope disconnects to send ever...Adam-
2010-04-08Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn...Adam-
2010-03-24Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma...Adam-
2010-03-21Replaced old update/expire timers with newer timersAdam-
2010-02-08Rewrote & fixed CAPAB supportAdam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-11updated copyright info for 2010pimpmylinux
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-14Ripped out old databasesAdam-
2009-12-13Added in a modestacker and rewrote almost all of the remaining old mode codeAdam-
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-10-30Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes...Adam-
2009-10-25added options:enablelogchannel config file option, which turns on the logchan...Adam-
2009-10-25Rewrote part of news system and moved it all to os_news.c. Removed src/news.cAdam-
2009-10-25Actually use the I_OnRestart eventAdam-
2009-10-13Code style cleanup, replace static_cast<std::string>() with std::string(), sl...cyberbotx
2009-10-11Fixed restarting Anope on WindowsAdam-
2009-08-23Really fix running Anope from another directory besides bin, and also fix run...cyberbotx
2009-08-23Fix bug with User::SetRealname crashing when a user with a custom GECOS conne...cyberbotx
2009-08-08Merge do_restart_services and services_restart().rburchell
2009-06-26Changed module callbacks to use new Timer APIadam-
2009-06-10New timer infrastructure, can be used inside modules. Replaces old ENFORCE/CO...rburchell
2009-06-06New events stuff, patch totally by Adam (aka Awesome).rburchell
2009-04-16Remove unused modules_unload_all fini paramrburchell
2009-04-11Remove files from the modules runtime directory on startup, just in case file...cyberbotx
2009-04-07Remove all remaining uses of (My)SQL from the code.cyberbotx
2009-04-04Marking these volatile isn't a lot of use, and it is confusing.rburchell
2009-04-02Remove capability for commands to hook existing commands, add an OnPreCommand...rburchell
2009-02-18Move EVENT_DB_SAVING to newevent.rburchell
2009-02-17Fix numerous errors in Win32 building under Visual Studio due to the many cha...cyberbotx
2009-02-16Move EVENT_RELOAD to OnReload.rburchell
2009-02-16Fix segfault on shutdown, thanks Ankitrburchell
2009-02-16Make DumpCore actually do something again.rburchell
2009-02-09Remove some references to the (removed) waiting variable.rburchell
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-01-26Move Anope's executable (anope.exe for Windows / services for *nix) to be ins...cyberbotx
2009-01-26Check noexpire/readonly in expire_all(), not the mainloop. Otherwise, expiry ...rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-12-17Massive cleanup of the CMakeLists.txt files to finalize them.cyberbotx
2008-11-28Remove (void) args, these just make things ugly.rburchell
2008-11-26Various fixes for compiling under Windows.cyberbotx
2008-11-23Converted many C-style casts to C++-style casts.cyberbotx
2008-11-22Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...cyberbotx
2008-11-15Remove unused moduleAddMessage/moduleDelMessage, move moduleCallBackRun() int...rburchell
2008-11-14Insane commit of doom: s/ \t/grburchell