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
/
src
/
botserv.cpp
Age
Commit message (
Expand
)
Author
2012-11-22
Pretty large coding style cleanup, in source doc
Adam
2012-11-06
Use std::tr1::unordered_map for a few of the larger maps
Adam
2012-10-01
Cleanup of all of the protocol modules, rewrote message handling system to be...
Adam
2012-09-02
Fix Windows
Adam
2012-04-23
Reworked live SQL support yet again
Adam
2012-02-14
Clean up and reorganize our header files
Adam
2012-01-02
Updated Copyright to 2012
Adam
2011-09-10
Allow modules to add their own channel levels
Adam
2011-08-01
Rewrote the access systems and added a flags access system
Adam
2011-06-17
Search all domains for language strings, fixes the mess that we used to use t...
Adam
2011-06-13
changed some _() to gtl() and updated do_strftime() and duration()
DukePyrolator
2011-05-16
Moved the core pseudo clients out into their own modules
Adam
2011-04-16
Fixed botserv kicker logic
Adam
2011-04-15
Fixed caps kicker
Adam
2011-03-14
Fixed compile
Adam
2011-03-11
Fixed some problems with m_alias and fantasy
Adam
2011-02-26
Replaced the few language strings we use with #defines to prevent accidentall...
Adam
2011-02-25
More fixes. Also made db_mysql_live not keep bots updated because thats point...
Adam
2011-02-04
Moved the language strings which are only used once
Adam
2011-01-29
DP in "an user" grammar police mode.
Charles Kingsley
2011-01-28
Added patricia_tree::iterator
Adam
2011-01-17
Added ns_ajoin
Adam
2011-01-15
Added an amsg kicker
Adam
2011-01-11
Bug #1230 - Fixed unknown CTCPs from crashing services
Adam
2011-01-07
Added db_mysql_live which allows Anope to pull data
Adam
2011-01-05
update copyrights for 2011
lethality
2010-12-23
Rewrote the ignore code. Adds creator and reason to /os ignore list.
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
Allow the patricia tree to store non-pointers
Adam
2010-12-12
Added command aliases
Adam
2010-12-12
Switched the system for storing users, channels, and sesions to a patricia
Adam
2010-12-01
Fixed clearing entries from the bandata cache
Adam
2010-11-25
Fixed handling pings and ctcps to channels
Adam
2010-09-26
Changed the language system to use gettext
Adam
2010-09-10
Added Anope::CurTime to keep us from calling time() everywhere
Adam
2010-08-28
Changed Channel's BanData C-style linked list to std::list, got rid of shadow...
Naram Qashat
2010-08-17
Rewrote the config reader to better handle invalid configs.
Adam
2010-08-02
changed the way how CTCP PINGs are processed, all services clients can now re...
DukePyrolator
2010-08-02
Added Italics support to the BotSev kickers
lethality
2010-07-25
Epic commit to replace most of the strings in Anope with a single Anope::stri...
Naram Qashat
2010-06-27
Made Anope track its own clients internally as if they were real users
Adam
2010-06-20
The first of a few "CBX OCDing over code style" commits, focusing on include/...
Naram Qashat
2010-06-18
Added in a subcommand system and switched ns_set and ns_saset to use it
Adam
2010-06-18
Rewrote all of the command handling to get rid of all the nasty strtoks() eve...
Adam
2010-06-18
Renamed all of source files from .c to .cpp
Adam