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
/
channels.cpp
Age
Commit message (
Expand
)
Author
2010-09-09
Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...
Adam
2010-08-28
Properly store our clients internal channel status's and burst them if needed.
Adam
2010-08-28
Changed Channel's BanData C-style linked list to std::list, got rid of shadow...
Naram Qashat
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-27
Added an Anope::string::is_pos_number_only function to use everywhere we conv...
Adam
2010-08-24
Internally ULine our server, and fixed a user count check for botserv when se...
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-15
Cleanup of various different crashes/inconsistancies
Adam
2010-08-01
Fixed botserv bots parting empty channels. This also allows setting bsminuser...
Adam
2010-08-01
fixed a problem with parting botserv bots
DukePyrolator
2010-07-30
Cleanup in misc.cpp.
Naram Qashat
2010-07-29
Added support for tracking inspircd2.0 usermode +Q and cahnged the Flags bits...
Adam
2010-07-27
Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ...
Adam
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-06-28
Unset all known status modes when we recieve a ts older than ours, and remove...
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-20
The first of a few "CBX OCDing over code style" commits, focusing on include/...
Naram Qashat
2010-06-18
Removed a lot of unnecessary .c_str() calls in the find* functions
Adam
2010-06-18
Renamed all of source files from .c to .cpp
Adam
[prev]