Age | Commit message (Expand) | Author |
2010-06-22 | moved FindMessage() into the Anope class | DukePyrolator |
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 | Moved the *Serv help functions to Command, will come in use later with subcom... | Adam |
2010-06-18 | Rewrote all of the command handling to get rid of all the nasty strtoks() eve... | Adam |
2010-06-18 | Burned slist, rewrote operservs XLine code | Adam |
2010-06-18 | Removed process_numlist and having to mark everything as "in use" and constan... | Adam |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Allow attaching metadata to nickrequests and storing it in the databases and ... | Adam |
2010-06-18 | Allow enabling ssl on a per-uplink basis | Adam |
2010-06-18 | Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplink | Adam |
2010-06-18 | Added two events called in ns_info and cs_info that allows modules to easiall... | Adam |
2010-06-18 | Rewrote all of the server handling code | Adam |
2010-06-18 | Moved Commands stuff to its own file and changed Command::name to be ci::stri... | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-06-03 | Added inspircd2.0 protocol module, moved usermode +r unsetting on nick change... | Adam- |
2010-05-23 | Fixed bug #1165, fixed soem missing tables in /os sqlsync. Also added support... | Adam- |
2010-04-10 | Made db_plain backup its databases | Adam- |
2010-04-09 | Removed the OnFind events, they are not necessary anymore and just waste CPU | Adam- |
2010-04-09 | added a new event OnFinishSync, that allows modules to send additional data t... | dukepyrolator |
2010-04-08 | Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn... | Adam- |
2010-03-31 | Fixed cs_xop to not add its commands until after it knows what modes as suppo... | Adam- |
2010-03-31 | Added akicks into SQL | Adam- |
2010-03-28 | Finish rest of BotServ SQL stuff | Adam- |
2010-03-20 | Added in support for OperServ and MemoServ into SQL | Adam- |
2010-02-28 | Added in support for live updating MySQL databases and the ability to execute... | Adam- |
2010-02-25 | Removed OnBotPreLoad event, this is a much better way to prevent multiple of ... | Adam- |
2010-02-25 | Rewrote part of the Timer and CallBack code for modules to be sane | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-14 | Added param arg to ChannelModeSet/Unset events, and fixed it to not ignore st... | 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-10 | Rewrote the code that handles and sends kicks | Adam- |
2010-01-09 | changed all password fields to std::string and reworked the way how the enc m... | DukePyrolator |
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-02 | Rewrote the vhost code, and moved it to be part of nickalias instead of in it... | Adam- |
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-11-19 | Changed the mode param handling code to be more into the general mode handlin... | Adam- |
2009-11-18 | Remove some CoreExports and add them in other places, fixed a few minor warni... | cyberbotx |
2009-11-12 | Made Command::Execute's params const | Adam- |
2009-11-11 | Made Command::OnSyntaxError accept a subcommand parameter, we now give syntax... | Adam- |
2009-11-08 | Made the Module::ServHelp() functions part of the event system | Adam- |
2009-11-08 | Rewrote all of the old C style flag systems into a new Flag class which every... | Adam- |
2009-11-08 | Rewrote BuildStringList to use std::list instead of char** | Adam- |
2009-11-03 | Added OnPreNickExpire and OnPreChanExpire events, which can keep nicks and ch... | Adam- |
2009-11-02 | added a way to load multiple encryption modules at the same and to switch bet... | DukePyrolator |
2009-10-30 | Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes... | Adam- |
2009-10-30 | Added I_OnPreUserConnect, I_OnUserModeAdd, and I_OnUserModeAdd events | Adam- |