Age | Commit message (Expand) | Author |
2010-12-23 | Rewrote the ignore code. Adds creator and reason to /os ignore list. | Adam |
2010-12-22 | Removed match_usermask | 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 | The rest of the earlier command changes | Adam |
2010-12-12 | Added a plexus3 protocol module | 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 | Just store lang strings in a char array, no need for the extra overhead of ST... | Adam |
2010-12-12 | Added m_xmlrpc and m_xmlrpc main, which allows remote programs to execute | 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-22 | Fixed some Windows problems | Adam |
2010-10-11 | Fixed some warnings | Adam |
2010-10-05 | Fixed restarting Anope when it is started from outside of the services binary... | 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 ChanServ optional | Adam |
2010-10-01 | Rewrote some of the socket code to allow m_ssl to be a service. | 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-15 | Rewrote all of the topic code, fixes a few topic related problems on some old... | Adam |
2010-09-12 | Removed the --log command line option because its no longer necessary, and up... | 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 | 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-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-04 | Add a delimiter argument to BuildStringList and BuildStringVector, and use it... | Naram Qashat |
2010-08-02 | changed the way how CTCP PINGs are processed, all services clients can now re... | DukePyrolator |
2010-08-01 | Cleanup in main.cpp. | Naram Qashat |
2010-08-01 | Cleanup in memoserv.cpp. | Naram Qashat |
2010-07-30 | Cleanup in misc.cpp. | Naram Qashat |
2010-07-30 | Some code cleanup and constification in nickserv.cpp. | Naram Qashat |
2010-07-29 | Used std::list for ignore's IgnoreData instead of using the old C-style doubl... | Naram Qashat |
2010-07-29 | Added support for tracking inspircd2.0 usermode +Q and cahnged the Flags bits... | Adam |
2010-07-28 | Clean up send.cpp a bit to use Anope::string, as well as fix Anope::string's ... | Naram Qashat |
2010-07-27 | A few more random annoyances cleaned up. | Naram Qashat |
2010-07-27 | Cleaned up some code in src/users.cpp that kinda annoyed me. | Naram Qashat |
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-07-08 | Added an epoll socket engine | Adam |
2010-07-05 | Removed OnEncryptInPlace, although it currently causes no problems it is just... | Adam |
2010-06-27 | Made Anope track its own clients internally as if they were real users | Adam |
2010-06-26 | Made the flags class take an optional size arg | Adam |
2010-06-25 | Changed the versioning system to use git | Adam |