Age | Commit message (Expand) | Author |
2011-03-11 | Added os_config and support for including additional configuration files. | Adam |
2011-03-07 | Added support for extbans | Adam |
2011-03-05 | Removed nickrequests, instead have unconfirmed registrations. Also made ns_re... | Adam |
2011-02-27 | Made akills work on IRCds that do not support bans (ngircd) | Adam |
2011-02-25 | Fixed a lot of small problems | Adam |
2011-02-05 | Removed the LIBINTL include hack | Adam |
2011-02-04 | Merge 032c30dd5dc4 | Adam |
2011-02-04 | Moved the language strings which are only used once | Adam |
2011-01-15 | Fixed flag names to match 1.9.3s | Adam |
2011-01-15 | Added an amsg kicker | Adam |
2011-01-08 | Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 | Adam |
2011-01-08 | Made the Flag class able to convert flags to strings and back | Adam |
2011-01-07 | fix some more copyright and typos (not mine) spotted by chaz :P | lethality |
2011-01-05 | update copyrights for 2011 | lethality |
2011-01-04 | removed SendSVSPart(), we dont use it | DukePyrolator |
2011-01-04 | removed SendSVSMode(), we dont use it | DukePyrolator |
2010-12-29 | Use empty SJOINs when allowed to create empty permanent channels | Adam |
2010-12-29 | Added a ConvertException to be thrown when convertTo fails | Adam |
2010-12-24 | Fixed Windows build | 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 | Cleaned up some things, made the protocol modules use some basic inheritance ... | Adam |
2010-12-12 | Allowing adding hostmasks to channel access lists | Adam |
2010-12-12 | Added /bs set msg | Adam |
2010-12-12 | Added a plexus3 protocol module | Adam |
2010-12-12 | Removed the AUTODEOP level, it is unnecessary now because of cs_mode | Adam |
2010-12-12 | Allow the patricia tree to store non-pointers | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-12-12 | Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmod... | Adam |
2010-12-12 | Switched the system for storing users, channels, and sesions to a patricia | Adam |
2010-12-12 | Added /ms ignore | Adam |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam |
2010-10-27 | Do not store memo number in memo structs, fixes some bugs with deleting memos | Adam |
2010-10-26 | Fixed Windows build with gettext | Adam |
2010-10-11 | Fixed Windows build | Adam |
2010-10-11 | Fixed some warnings | Adam |
2010-10-01 | Revert "Do not use new/delete to allocate modules, allows modules to always d... | 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-22 | Do not use new/delete to allocate modules, allows modules to always destruct ... | Adam |
2010-09-17 | Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on Wi... | Adam |
2010-09-17 | Connect using nonblocking sockets | Adam |
2010-09-16 | Fixed Anope::CurTime to really work, and made ChanServ timers allow using the... | 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-10 | Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCds | Adam |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against DN... | Adam |
2010-09-01 | Only look up session exceptions if the user exceeds the session limit, really... | 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 |