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
/
regchannel.cpp
Age
Commit message (
Expand
)
Author
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-06-02
Burst our channels with the uplink when we connect & fixed bug #1274
Adam
2011-05-16
Calculate nc::channelcount at runtime
Adam
2011-05-16
Added os_forbid
Adam
2011-05-16
Moved some global functions to be member functions and misc cleanup
Adam
2011-05-16
Moved the core pseudo clients out into their own modules
Adam
2011-05-01
Fixed sometimes not removing nick masks from the access list when the group i...
Adam
2011-04-18
Allow unidentified users to still get access by non nickcore access entries
Adam
2011-03-29
Fixed some left over useprivmsg problems and fixed some compiler warnings.
Adam
2011-03-09
Store mlock in the databases and removed some unused functions from misc.cpp
Adam
2011-03-07
Added support for extbans
Adam
2011-03-06
Change the mode name code to use Flags names in preparation for extban support
Adam
2011-03-04
Fixed some logic fail when detecting who should be akicked
Adam
2011-02-26
Replaced the few language strings we use with #defines to prevent accidentall...
Adam
2011-02-25
Fixed a lot of small problems
Adam
2011-02-22
Fixed the first half of #1235
Adam
2011-02-18
Fixed some logic fail when determining when a recognized user gets access
Adam
2011-02-04
Moved the language strings which are only used once
Adam
2011-01-17
Added ns_ajoin
Adam
2011-01-08
Made the Flag class able to convert flags to strings and back
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-30
restoring topic for permchans on burst
DukePyrolator
2010-12-29
Assign bots to new empty permanent channels on IRCds without permchannel mode...
Adam
2010-12-29
Use empty SJOINs when allowed to create empty permanent channels
Adam
2010-12-24
Fixed Windows build
Adam
2010-12-22
Removed match_usermask
Adam
2010-12-12
Cleaned up some things, made the protocol modules use some basic inheritance ...
Adam
2010-12-12
Do not use wildcard matching when looking up hosts on access add/del
Adam
2010-12-12
Allowing adding hostmasks to channel access lists
Adam
2010-12-12
Added cs_mode, rewrote the old list mode code, and added CIDR support
Adam
2010-12-12
Added /chanserv clone command
Adam
2010-11-17
Fixed the mlock events to be useful and fixed /cs access view's last used time
Adam
2010-10-04
Attempt to write back the old mlock to the databases if we try and fail to co...
Adam
2010-10-02
Made ChanServ optional
Adam
2010-09-26
Changed the language system to use gettext
Adam
2010-09-17
Fixed bug #1190 and prevent m_dnsbl from akilling a user multiple times if th...
Adam
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-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-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
Set the correct bs default flags on new channels
Adam
2010-08-01
Fixed botserv bots parting empty channels. This also allows setting bsminuser...
Adam
2010-07-28
Some code cleanup in regchannel.cpp.
Naram Qashat
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
[next]