Age | Commit message (Expand) | Author |
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it can... | Adam |
2010-07-10 | Properly set up our clients as on our server internally. Fixes crashes when t... | Adam |
2010-07-09 | Removed autotools and the makefiles. This will be reintroduced differently be... | Adam |
2010-06-29 | Missed OCDing over src/protocol/*, plus fixed a minor lack of braces and fixe... | Naram Qashat |
2010-06-28 | Unset all known status modes when we recieve a ts older than ours, and remove... | Adam |
2010-06-27 | Made Anope track its own clients internally as if they were real users | Adam |
2010-06-26 | Added in the rest of the InspIRCd 2.0 changes to the protocol module | Adam |
2010-06-26 | Added support for InspIRCd 2.0s dynamic modes. | Adam |
2010-06-25 | Changed the versioning system to use git | Adam |
2010-06-18 | Added in a subcommand system and switched ns_set and ns_saset to use it | Adam |
2010-06-18 | Rewrote all of the command handling to get rid of all the nasty strtoks() eve... | Adam |
2010-06-18 | Rewrote cs_access to be more C++ish, changed NumberList to be more C++ish and... | Adam |
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 | Dont load mlock from the database until after Anope is connected, it doesnt k... | 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 | Allow attaching metadata to nickrequests and storing it in the databases and ... | Adam |
2010-06-18 | Store a plaintext version of mode names in the mode structures, removes alot ... | Adam |
2010-06-18 | Rewrote all of the server handling code | Adam |
2010-06-18 | Made all modules version be VERSION_STRING | Adam |
2010-06-16 | Replaced some spaces with tabs in unreal32.c, os_defcon.c, and modes.cpp | Adam |
2010-06-15 | Cleaned up some of the cloaked host tracking on Unreal | Adam- |
2010-06-12 | Tell users to identify when they connect on InspIRCd | Adam- |
2010-06-04 | Only enable vhosts automatically if the user doesn't already have the vhost set | Adam- |
2010-06-03 | Added inspircd2.0 protocol module, moved usermode +r unsetting on nick change... | Adam- |
2010-06-03 | Keep track of what IRCds set -r on nick change and dont inform us to keep the... | Adam- |
2010-06-03 | Use pongs to determine when servers are done syncing in Unreal, fixes a probl... | Adam- |
2010-06-03 | Removed ircd->b_delay_auth, have User::CheckAuthenticationToken validate user... | Adam- |
2010-05-26 | Fixed tracking of users with the +a channel mode on unrealircd during SJOINs | Adam- |
2010-05-23 | Fixed bug #1167 - Fixed rsquitting juped servers on InspIRCd1.2+ | Adam- |
2010-05-22 | Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ... | Adam- |
2010-05-10 | Fixed tracking of InspIRCd channel mode R | Adam- |
2010-05-10 | Fixed tracking of channel mode +L on InspIRCd 1.2 | Adam- |
2010-05-01 | Added support for InspIRCd 2.0 | Adam- |
2010-04-22 | Fixed two log message typos, patch from Lethality | Adam- |
2010-04-17 | fixed missing SID before FJOIN in the inspircd12 protocol module | DukePyrolator |
2010-04-11 | Fixed +q and +a channel modes on inspircd 1.2 if they have no prefixes | Adam- |
2010-04-09 | Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand... | Adam- |
2010-04-09 | Fixed a crash when linking servers | Adam- |
2010-04-08 | Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn... | Adam- |
2010-03-20 | fixed sending CHGIDENT without parameter | DukePyrolator |
2010-02-28 | Made it so you can register empty nonregistered channels to make registering ... | Adam- |
2010-02-28 | Marked mode +f on inspircd1.2 as minusnoarg | Adam- |
2010-02-12 | Added generic support for unknown modes told to Anope at runtime by the IRCd | Adam- |
2010-02-10 | Changed up a small part of the mode API for preparation for dynamic mode supp... | Adam- |
2010-02-08 | Rewrote & fixed CAPAB support | Adam- |
2010-02-06 | Fix typo in inspircd11 that would cause people not to get status from FJOINs | Adam- |
2010-02-06 | Recieve the max number of modes we can set at once from the IRCd and use it | Adam- |
2010-02-06 | Remove protectbotserv option from modes, just use options:botmodes instead | Adam- |