index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2015-12-31
Rename haader file names to be consistent with module names
Adam
2015-12-31
Add missing override keyword to methods that require it.
Peter Powell
2015-12-31
Remove repeated expressions from CMake end*() and else() calls.
Peter Powell
2015-12-14
Rename "services.conf" to "anope.conf".
Peter Powell
2015-12-14
Install into "~/anope" by default instead of "~/services".
Peter Powell
2015-10-27
Merge branch '2.0' into 2.1
Adam
2015-10-27
Beginning of new module dependency stuff, seems to compile and link. Move som...
Adam
2015-09-17
Defer channel deletion until after i/o. There are some edge cases with events...
Adam
2015-09-14
Don't update channel last used time from ns alist access check
Adam
2015-09-06
Allow configuring modes
Adam
2015-09-06
Fix some service bot/botinfo mismatches
Adam
2015-09-06
Merge pull request #126 from SaberUK/2.0+typos
Adam
2015-07-13
Unset extensibles on larger objects when they destruct
Adam
2015-07-08
Fix a ton of typos.
Peter Powell
2015-07-07
Fix various Clang compiler warnings.
Peter Powell
2015-07-07
Fix <stack> not being included via a system header on libc++.
Peter Powell
2015-03-22
Change git version name back to what it was, which the core uses
Adam
2015-03-12
Update cmake version parsing code to deal with recent build version changes
Adam
2015-03-12
Show passlen in PASSWORD_TOO_LONG
Adam
2015-03-11
Allow cs clone to clone levels too
Adam
2015-03-11
Redesign m_ldap to no longer rely on undefined behavior
Adam
2015-02-23
Move GIT_VERSION define to build.h, otherwise version.h is bumped per commit ...
Adam
2015-02-03
Make module version system work
Adam
2015-01-28
More properly track topic change sources and allow users with access to chang...
Adam
2015-01-26
Check virtual mode bases better
Adam
2015-01-10
Add networkinfo:nick_chars option to allow configuring additional characters ...
Adam
2015-01-05
Merge branch '2.0' into 2.1
Adam
2014-12-29
Allow configuring casemaps
Adam
2014-12-10
Unconst these config Get<Anope::string> calls as it makes no sense
Adam
2014-12-10
Use a triat class for event names instead of having to manually give them pla...
Adam
2014-12-05
Change webpanel access add to just add via the commands, split Command::Run i...
Adam
2014-11-24
Rewrite serializable to have field level granularity
Adam
2014-10-14
Fix module event prioritization which was broken with the newer
Adam
2014-10-12
Move nick register event to make it easier for modules to determine if a newl...
Adam
2014-08-24
Change Channel::GetModeList to return a copy of the mode list, not a
Adam
2014-06-26
Change NumberList to take std::function's and use lambda closures
Adam
2014-06-25
Remove the rest of the 1.8 logic "let's write all of the command handler with...
Adam
2014-06-23
Hold a reference to the type in Serialize::Checker in the event it goes away,...
Adam
2014-06-23
Merge branch '2.0' into 2.1
Adam
2014-06-23
Mostly working language string rewrite with new format strings
Adam
2014-05-31
Always log when the uplink socket errors, and give possibly helpful advise
Adam
2014-05-30
Fix Windows build and update library names to the newer ones.
Adam
2014-05-28
Mark pure virtual functions with anope_abstract
Adam
2014-05-28
Merge branch '2.0' into 2.1
Adam
2014-05-28
Move most of the core pseudoclient logic to modules
Adam
2014-05-21
Core prep for p10 stuff
Adam
2014-05-20
Speed up akill xline checks
Adam
2014-05-20
Show account names in log messages
Adam
2014-05-14
Fix access lists showing the wrong mask if the display nick for a group
Adam
2014-05-13
Sanitize nuh masks more to prevent the other side from rewriting them, which ...
Adam
[next]