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
/
channels.h
Age
Commit message (
Expand
)
Author
2010-09-15
Rewrote all of the topic code, fixes a few topic related problems on some old...
Adam
2010-09-10
Added Anope::CurTime to keep us from calling time() everywhere
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-27
Added a new logging system
Adam
2010-08-21
Made Anope keep track of channels its clients are in if it splits from its up...
Adam
2010-07-29
Added support for tracking inspircd2.0 usermode +Q and cahnged the Flags bits...
Adam
2010-07-29
Rewrote the hashing systems to properly handle the new Anope::strings which w...
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-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
Store modes in users and channels using the Flags class, cleaner
Adam
2010-06-18
Rewrote the hashing system to use std::tr1::unordered_map
Adam
2010-06-18
Removed all references to $, git has no svn keywords
Adam
2010-04-22
Actually use readtimeout from the config & fixed many valgrind errors
Adam-
2010-03-24
Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma...
Adam-
2010-01-21
Rewrote how Anope stores channel status modes on users.
Adam-
2010-01-16
Removed c_userlist and u_chanlist, replaced with std::list
Adam-
2010-01-16
Added channels.h and moved channel stuff from services.h to it
Adam-