Age | Commit message (Expand) | Author |
2012-10-07 | Set sane default last_topic_setter and last_topic_time in the event an empty ... | Adam |
2012-10-06 | Fixed module language file path | Adam |
2012-10-07 | Add a config option for server side topic locks | attilamolnar |
2012-10-06 | Show the correct reciever nick when use strict privmsg is enabled | Adam |
2012-10-05 | Do not process() socket engine on shutdown | Adam |
2012-10-05 | Use memcpy for Anope::Unhex not strcpy | Adam |
2012-10-02 | Attempt #2 at silly topic ts thing, this is actually must cleaner | Adam |
2012-10-02 | Revert "Fix topiclock on inspircd" | Adam |
2012-10-02 | Fix topiclock on inspircd | Adam |
2012-10-02 | Somehow the kick handler got lost in the confusion. Send the topic time with ... | Adam |
2012-10-02 | Added operserv/logsearch | Adam |
2012-10-01 | Fixed handling TOPIC on unreal, dont set topics in Channel::Reset unless we a... | Adam |
2012-10-01 | Allow modules to store data in their own databases. | Adam |
2012-10-01 | Fix a few problems found by Cronusa and KindOne | Adam |
2012-10-01 | Add networkinfo:chanlen config directive | Adam |
2012-10-01 | Cleanup of all of the protocol modules, rewrote message handling system to be... | Adam |
2012-09-30 | Place runtime module binaries in data/runtime instead of lib/ incase of a sys... | Adam |
2012-09-30 | Use RTLD_NOW when loading modules to resolve all symbols immediately. | Adam |
2012-09-30 | Make CommandSource use references, sometimes we hold them for awhile | Adam |
2012-09-10 | Fixed gettext on freebsd/any other system that uses LANG not LANGUAGE | Adam |
2012-09-07 | Add chanserv/set/autoop, like nickserv/set/autoop but for channels | Adam |
2012-09-07 | Made session tracking ip based, not host based, and allow using CIDR to group... | Adam |
2012-09-07 | Allow configuring killquick and kill delays | Adam |
2012-09-07 | Allow ; and } in quoted strings | Adam |
2012-09-02 | Version bump for 1.9.8-git | Adam |
2012-09-02 | Anope 1.9.7 Release1.9.7 | Adam |
2012-09-02 | Fix Windows | Adam |
2012-09-01 | Added a web panel module + a default template | Adam |
2012-08-28 | Actually set xline's manager... | Adam |
2012-08-08 | Put motd in conf/ not data/ and fixed the default values in the config | Robby |
2012-08-08 | Update pid and motd file paths | Cronus |
2012-07-18 | Warn about really big integer values in the config | Adam |
2012-06-25 | Fixed accidentally recursion in User::SendMessage from last commit | Adam |
2012-06-18 | Allow userless command sources | Adam |
2012-06-06 | Fixed fd leak in win32/pipe.cpp | Adam |
2012-05-26 | This should actually be LOG_TERMINAL, quitmsg isn't logged to terminal on shu... | Adam |
2012-05-26 | Some access level fixes from Robby to more closely match the historic levels,... | Adam |
2012-05-23 | Add support for inspircd2.0+s mlock, improved on Unreal's, and made server si... | Adam |
2012-05-17 | reinterpret_cast off of a virtual base does Bad Things | Adam |
2012-05-10 | Fixed crash on access del + valgrind errors | Adam |
2012-05-08 | Fixed some 100% cpu bugs with the new SQL stuff, and fixed sqlite+db_sql_live | Adam |
2012-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ... | Adam |
2012-04-29 | Set quitmsg on ERROR | Adam |
2012-04-29 | Added options:casemap to chose how case insensitive strings are compared, usi... | Adam |
2012-04-27 | Process defines even before includes, fixes defining{} pseudoclient names to ... | Adam |
2012-04-27 | Add db_sql:prefix allow prefixing all anope tables similarly, and changed db_... | Adam |
2012-04-25 | Fixed non-debug build | Adam |
2012-04-24 | Fixed build from the previous merge | Adam |
2012-04-23 | Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |