Age | Commit message (Expand) | Author |
2009-10-30 | Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes... | Adam- |
2009-10-25 | added options:enablelogchannel config file option, which turns on the logchan... | Adam- |
2009-10-25 | Rewrote part of news system and moved it all to os_news.c. Removed src/news.c | Adam- |
2009-10-25 | Actually use the I_OnRestart event | Adam- |
2009-10-13 | Code style cleanup, replace static_cast<std::string>() with std::string(), sl... | cyberbotx |
2009-10-11 | Fixed restarting Anope on Windows | Adam- |
2009-08-23 | Really fix running Anope from another directory besides bin, and also fix run... | cyberbotx |
2009-08-23 | Fix bug with User::SetRealname crashing when a user with a custom GECOS conne... | cyberbotx |
2009-08-08 | Merge do_restart_services and services_restart(). | rburchell |
2009-06-26 | Changed module callbacks to use new Timer API | adam- |
2009-06-10 | New timer infrastructure, can be used inside modules. Replaces old ENFORCE/CO... | rburchell |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-04-16 | Remove unused modules_unload_all fini param | rburchell |
2009-04-11 | Remove files from the modules runtime directory on startup, just in case file... | cyberbotx |
2009-04-07 | Remove all remaining uses of (My)SQL from the code. | cyberbotx |
2009-04-04 | Marking these volatile isn't a lot of use, and it is confusing. | rburchell |
2009-04-02 | Remove capability for commands to hook existing commands, add an OnPreCommand... | rburchell |
2009-02-18 | Move EVENT_DB_SAVING to newevent. | rburchell |
2009-02-17 | Fix numerous errors in Win32 building under Visual Studio due to the many cha... | cyberbotx |
2009-02-16 | Move EVENT_RELOAD to OnReload. | rburchell |
2009-02-16 | Fix segfault on shutdown, thanks Ankit | rburchell |
2009-02-16 | Make DumpCore actually do something again. | rburchell |
2009-02-09 | Remove some references to the (removed) waiting variable. | rburchell |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | rburchell |
2009-01-26 | Move Anope's executable (anope.exe for Windows / services for *nix) to be ins... | cyberbotx |
2009-01-26 | Check noexpire/readonly in expire_all(), not the mainloop. Otherwise, expiry ... | rburchell |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-12-17 | Massive cleanup of the CMakeLists.txt files to finalize them. | cyberbotx |
2008-11-28 | Remove (void) args, these just make things ugly. | rburchell |
2008-11-26 | Various fixes for compiling under Windows. | cyberbotx |
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-15 | Remove unused moduleAddMessage/moduleDelMessage, move moduleCallBackRun() int... | rburchell |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-08 | Fix various scary stuff to do with API. | 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-27 | Added timeout directive to defcon block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-07 | Merge branch 'anopeng' into anopeng-config | Robin Burchell w00t@inspircd.org |
2008-10-03 | Merge commit 'cbx/anopeng-charfix' into anopeng | Robin Burchell w00t@inspircd.org |
2008-10-02 | Replaced anope_SendSquit() with direct call to SendSquit() 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 | Replaced anope_SendPong() with direct call to SendPong() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
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 legacy global function. | Robin Burchell w00t@inspircd.org |
2008-09-30 | listnicks and listchans go away, as they aren't all that useful (and way too ... | 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 | Move delete_user() into a destructor. Fix a few minor bugs with conversion also. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Fix for g++ | Robin Burchell w00t@inspircd.org |