Age | Commit message (Expand) | Author |
2011-05-16 | Added os_forbid | Adam |
2011-05-16 | Moved some global functions to be member functions and misc cleanup | Adam |
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam |
2011-03-11 | Fixed some problems with m_alias and fantasy | Adam |
2011-03-07 | Added support for extbans | Adam |
2011-03-06 | Change the mode name code to use Flags names in preparation for extban support | Adam |
2011-02-25 | Fixed a lot of small problems | Adam |
2011-02-04 | Moved the language strings which are only used once | Adam |
2011-01-08 | Made the Flag class able to convert flags to strings and back | Adam |
2011-01-05 | update copyrights for 2011 | lethality |
2010-12-29 | Use empty SJOINs when allowed to create empty permanent channels | Adam |
2010-12-23 | Rewrote the ignore code. Adds creator and reason to /os ignore list. | Adam |
2010-12-13 | Bug #1079 - Don't use users real host and IPs when matching against | Adam |
2010-12-12 | Allowing adding hostmasks to channel access lists | Adam |
2010-12-12 | Added cs_entrymsg | Adam |
2010-12-12 | Removed the AUTODEOP level, it is unnecessary now because of cs_mode | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-12-12 | Added /chanserv clone command | Adam |
2010-11-14 | Delete users and channels from the modestacker when they are destructed | Adam |
2010-10-08 | Do not join our clients to enforce TS if they are already in the channel | Adam |
2010-10-07 | Log the kicker as the source of kicking log messages, not the target | Adam |
2010-10-07 | Do now show topics being set by UIDs on TS6 IRCds | Adam |
2010-10-04 | Made anoperc stop/restart send the cycleonglobal, and fixed logfiles to be op... | Adam |
2010-10-04 | Changed the protocol handling system to use a vector of strings instead of C ... | Adam |
2010-10-03 | Fixed checking the global block in the config to work ok, fixed having non-co... | Adam |
2010-10-02 | Made entry_match work once again | Adam |
2010-09-27 | Cleaned up some unused code, moved handling of user modes around so we dont g... | Adam |
2010-09-26 | Changed the language system to use gettext | Adam |
2010-09-19 | Fixed joining chanserv enforcers to unregistered channels | Adam |
2010-09-15 | Rewrote all of the topic code, fixes a few topic related problems on some old... | Adam |
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | Adam |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against DN... | Adam |
2010-08-28 | Properly store our clients internal channel status's and burst them if needed. | Adam |
2010-08-28 | Changed Channel's BanData C-style linked list to std::list, got rid of shadow... | Naram Qashat |
2010-08-28 | Clean up some of the old now unused IRCDVar struct vars, and made the logchan... | Adam |
2010-08-27 | Added a new logging system | Adam |
2010-08-27 | Added an Anope::string::is_pos_number_only function to use everywhere we conv... | Adam |
2010-08-24 | Internally ULine our server, and fixed a user count check for botserv when se... | Adam |
2010-08-21 | Made Anope keep track of channels its clients are in if it splits from its up... | Adam |
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam |
2010-08-15 | Cleanup of various different crashes/inconsistancies | Adam |
2010-08-01 | Fixed botserv bots parting empty channels. This also allows setting bsminuser... | Adam |
2010-08-01 | fixed a problem with parting botserv bots | DukePyrolator |
2010-07-30 | Cleanup in misc.cpp. | Naram Qashat |
2010-07-29 | Added support for tracking inspircd2.0 usermode +Q and cahnged the Flags bits... | Adam |
2010-07-27 | Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ... | Adam |
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 | 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 |