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
2013-07-14
Fix Extensible<bool>::Set with a value (which is redundant due to the bool sp...
Adam
2013-07-08
Fix deleting badwords/modes/logs etc
Adam
2013-07-07
Move op/deop/etc back to an actual command, its too hard to use cs_log with i...
Adam
2013-07-08
added protocol support for incoming NOTICEs
DukePyrolator
2013-07-05
Only set stuff in ExtensibleUnserialize if there is something to set
Adam
2013-07-04
Fix deleting mode locks
Adam
2013-07-03
Allow channels on access lists
Adam
2013-07-03
Fix some warnings and errors reported by valgrind
Adam
2013-07-01
Change extensible keys to require explicitly having a type defined for it. Co...
Adam
2013-06-19
Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of usestrictp...
Adam
2013-06-19
Set vhosts when users id to an account (and not a nick), add account arg to u...
Adam
2013-06-12
Allow users to change their language to english when the default language is not
Adam
2013-06-01
Move OnJoinChannel event to trigger after the user has completely joined and ...
Adam
2013-06-01
Move CheckKick event to Channel and make os_forbid use it instead of kicking ...
Adam
2013-05-28
Include <iterator> in services.h as now more than one file uses it
Adam
2013-05-28
Fixup last commit. We have events in log's destructor so we cant log messages...
Adam
2013-05-27
Initially attach all modules to all events, and detach them as the events are...
Adam
2013-05-26
Get rid of the remaining references in the core to specific services. Move mo...
Adam
2013-05-25
Give an error message when the configuration file ends with an unterminated b...
Adam
2013-05-18
Add botserv bot usermode config option
Adam
2013-05-18
Add a config option for the default log bot
Adam
2013-05-18
Fix Windows build
Adam
2013-05-17
Add Redis database support
Adam
2013-05-17
Removed some hard coded command names in help output
Adam
2013-05-08
Fixed some issues and desyncs with creating empty permanent channels on start...
Adam
2013-05-08
Make sockaddrs/cidr not throw on invalid ips to give us an easier/cheaper way...
Adam
2013-05-05
The const char* specialization of this no longer works
Adam
2013-05-05
That doesn't work either, just don't use references.
Adam
2013-05-05
Move module header files to include/modules to fix naming conflicts with syst...
Adam
2013-05-05
Fix Windows
Adam
2013-05-05
Cache timeoutcheck and fix a typo in example.conf
Adam
2013-05-05
Add an option to sepstream to allow it to return empty tokens if multiple sep...
Adam
2013-05-05
Cleanup of dns stuff based on stuff found making inspircd's module
Adam
2013-05-05
Rework the config file reader to be much more flexible and move many configur...
Adam
2013-04-14
Allow assigning service bots via /invite
Adam
2013-04-11
Remove the need for having to set syntax to "" for commands with no syntax
Adam
2013-04-11
Pass new config and the new config reader to the OnReload event, aswell as ca...
Adam
2013-04-10
Move some of the modules in extras/ that arent really extra out of extras. Ma...
Adam
2013-04-09
Made privilege names case insensitive
Adam
2013-04-09
Add a default method for user's SendModeInternal
Adam
2013-04-08
Made XOP privileges configurable
Adam
2013-04-08
Check the channel secure option isn't set in ChannelInfo::AccessFor too
Adam
2013-04-08
Made auto* chanserv privileges not hard coded.
Adam
2013-04-07
Optimizations of much of the more commonly used code
Adam
2013-04-06
Remove the runtime module directory on non-windows because we no longer overw...
Adam
2013-03-31
Add networkinfo:modelistsize config option to set the max size of b/e/I lists
Adam
2013-03-30
Merge usefulness of Timer and CallBack classes into Timer, and fix it to real...
Adam
2013-03-30
Add /bs set banexpire command to configure if/when botserv bans expire
Adam
2013-03-22
Merge remote branch 'attila/1.9+timermanager' into 1.9
Adam
2013-03-20
Improve TimerManager
attilamolnar
[next]